nc-weather/l10n/pt_BR.js

26 lines
824 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Tempo",
2018-05-25 00:47:04 +00:00
"Watch the weather directly on your Nextcloud." : "Veja o tempo diretamente em seu Nextcloud.",
2017-08-18 00:25:26 +00:00
"OpenWeatherMap API Key" : "Chave API do OpenWeatherMap",
"Save" : "Salvar",
"Add a city" : "Adicionar uma cidade",
"Add city" : "Adicionar cidade",
"City name" : "Nome da cidade",
"Add" : "Adicionar",
"Cancel" : "Cancelar",
"Settings" : "Configurações",
"Metric" : "Métrica",
"Click here to get an API key" : "Clique aqui para obter uma chave API",
"Pressure" : "Pressão",
"Humidity" : "Umidade",
"Cloudiness" : "Nebulosidade",
"Wind" : "Vento",
"Sunrise" : "Nascer do sol",
"Sunset" : "Pôr do sol",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n > 1);");