nc-weather/l10n/pt_PT.js

44 lines
1.7 KiB
JavaScript
Raw Normal View History

2018-02-14 01:36:48 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Tempo",
2019-05-29 02:47:34 +00:00
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erro fatal: por favor, verifique nextcloud.log e envie um relatório de erro aqui: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "Não foi possível definir a métrica. Por favor, contacte o seu administrador.",
"This metric is not known." : "Esta métrica é desconhecida.",
"North" : "Norte",
"North-East" : "Nordeste",
"East" : "Este",
"South-East" : "Sudeste",
"South" : "Sul",
"South-West" : "Sudoeste",
"West" : "Oeste",
"North-West" : "Noroeste",
"No city with this name found." : "Não foi encontrada nenhuma cidade com este nome.",
"Monday" : "Segunda",
"Tuesday" : "Terça",
"Wednesday" : "Quarta",
"Thursday" : "Quinta",
"Friday" : "Sexta",
"Saturday" : "Sábado",
"Sunday" : "Domingo",
"Watch the weather directly on your Nextcloud." : "Veja a meteorologia diretamente no seu Nextcloud.",
2018-02-14 01:36:48 +00:00
"OpenWeatherMap API Key" : "Chave da API OpenWeatherMap",
"Save" : "Guardar",
"Add a city" : "Adicionar uma cidade",
"Add city" : "Adicionar cidade",
2019-05-29 02:47:34 +00:00
"City name" : "Nome da cidade",
2018-02-14 01:36:48 +00:00
"Add" : "Adicionar",
"Cancel" : "Cancelar",
2019-05-29 02:47:34 +00:00
"Settings" : "Definições",
"Metric" : "Métrica",
2018-02-14 01:36:48 +00:00
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
"Pressure" : "Pressão",
2019-05-29 02:47:34 +00:00
"Humidity" : "Humidade",
2018-02-14 01:36:48 +00:00
"Cloudiness" : "Nebulosidade",
"Wind" : "Vento",
"Sunrise" : "Nascer do Sol",
"Sunset" : "Por do Sol",
2020-12-25 03:22:21 +00:00
"Date" : "Data"
2018-02-14 01:36:48 +00:00
},
"nplurals=2; plural=(n != 1);");