Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_PT.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d19b3bb7f4d7ba302ecaf48ff01988e3cdba886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
OC.L10N.register(
    "weather",
    {
    "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",
    "Weather" : "Tempo",
    "Watch the weather directly on your Nextcloud." : "Veja a meteorologia diretamente no seu Nextcloud.",
    "OpenWeatherMap API Key" : "Chave da API OpenWeatherMap",
    "Save" : "Guardar",
    "Add a city" : "Adicionar uma cidade",
    "Add city" : "Adicionar cidade",
    "City name" : "Nome da cidade",
    "Add" : "Adicionar",
    "Cancel" : "Cancelar",
    "Settings" : "Definições",
    "Metric" : "Métrica",
    "Click here to get an API key" : "Clique aqui para obter uma chave da API",
    "Pressure" : "Pressão",
    "Humidity" : "Humidade",
    "Cloudiness" : "Nebulosidade",
    "Wind" : "Vento",
    "Sunrise" : "Nascer do Sol",
    "Sunset" : "Por do Sol",
    "Date" : "Data"
},
"nplurals=2; plural=(n != 1);");