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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-01 05:26:44 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-01 05:26:44 +0300
commita67681c8d03923b3467268258372e94a46c1bd71 (patch)
tree2372c0fcd75beaca31159f1f6cab23b18232c6c0 /apps/weather_status
parentd8650efaba7701c0010e4fe155553f7995079a53 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/l10n/pt_PT.js35
-rw-r--r--apps/weather_status/l10n/pt_PT.json33
2 files changed, 68 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/pt_PT.js b/apps/weather_status/l10n/pt_PT.js
new file mode 100644
index 00000000000..69ad0618b19
--- /dev/null
+++ b/apps/weather_status/l10n/pt_PT.js
@@ -0,0 +1,35 @@
+OC.L10N.register(
+ "weather_status",
+ {
+ "Unknown address" : "Endereço desconhecido",
+ "No result." : "Sem resultados",
+ "Error" : "Erro",
+ "Weather status" : "Estado do tempo",
+ "Weather status in your dashboard" : "Estado do tempo no painel de controlo",
+ "Detect location" : "Detectar localização",
+ "Set custom address" : "Definir endereço personalizado",
+ "Favorites" : "Favoritos",
+ "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Céu limpo pelas {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nebulado pelas {time}",
+ "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Dia bonito pelas {time}",
+ "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Noite bonita pelas {time}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado pelas {time}",
+ "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Nevoeiro pelas {time}",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Chuva fraca às {time}",
+ "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Chuva às {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Chuva forte às {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Aguaceiros às {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Aguaceiros fracos às {time}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Aguaceiros fortes às {time}",
+ "More weather for {adr}" : "Mais meteorologia para {adr}",
+ "Loading weather" : "A carregar a meteorologia",
+ "Set location for weather" : "Definir localização para a meteorologia",
+ "Remove from favorites" : "Remover de favoritos",
+ "Add as favorite" : "Adicionar como favorito",
+ "You are not logged in." : "Não tem sessão iniciada",
+ "There was an error getting the weather status information." : "Ocorreu um erro o estado da informação de meteorologia",
+ "No weather information found" : "Não foi encontrada informação de meteorologia",
+ "Location not found" : "A localização não foi encontrada",
+ "There was an error setting the location address." : "Ocorreu um erro ao definir o endereço da localização"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/pt_PT.json b/apps/weather_status/l10n/pt_PT.json
new file mode 100644
index 00000000000..97da9d300cc
--- /dev/null
+++ b/apps/weather_status/l10n/pt_PT.json
@@ -0,0 +1,33 @@
+{ "translations": {
+ "Unknown address" : "Endereço desconhecido",
+ "No result." : "Sem resultados",
+ "Error" : "Erro",
+ "Weather status" : "Estado do tempo",
+ "Weather status in your dashboard" : "Estado do tempo no painel de controlo",
+ "Detect location" : "Detectar localização",
+ "Set custom address" : "Definir endereço personalizado",
+ "Favorites" : "Favoritos",
+ "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Céu limpo pelas {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nebulado pelas {time}",
+ "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Dia bonito pelas {time}",
+ "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Noite bonita pelas {time}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado pelas {time}",
+ "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Nevoeiro pelas {time}",
+ "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Chuva fraca às {time}",
+ "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Chuva às {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Chuva forte às {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Aguaceiros às {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Aguaceiros fracos às {time}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Aguaceiros fortes às {time}",
+ "More weather for {adr}" : "Mais meteorologia para {adr}",
+ "Loading weather" : "A carregar a meteorologia",
+ "Set location for weather" : "Definir localização para a meteorologia",
+ "Remove from favorites" : "Remover de favoritos",
+ "Add as favorite" : "Adicionar como favorito",
+ "You are not logged in." : "Não tem sessão iniciada",
+ "There was an error getting the weather status information." : "Ocorreu um erro o estado da informação de meteorologia",
+ "No weather information found" : "Não foi encontrada informação de meteorologia",
+ "Location not found" : "A localização não foi encontrada",
+ "There was an error setting the location address." : "Ocorreu um erro ao definir o endereço da localização"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file