diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-07 02:28:02 +0000 |
commit | a7811334370b735427d41a953abd53ec5648ab59 (patch) | |
tree | 2335fe3f135026b3a58d71690c93076609b9a128 /apps/weather_status/l10n/pt_PT.js | |
parent | 08701853ed44814fe0fd00d0cc99478af14a23b7 (diff) | |
download | nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.tar.gz nextcloud-server-a7811334370b735427d41a953abd53ec5648ab59.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n/pt_PT.js')
-rw-r--r-- | apps/weather_status/l10n/pt_PT.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/weather_status/l10n/pt_PT.js b/apps/weather_status/l10n/pt_PT.js index 7be6f4e6eb4..a4a5c8d9b28 100644 --- a/apps/weather_status/l10n/pt_PT.js +++ b/apps/weather_status/l10n/pt_PT.js @@ -9,21 +9,8 @@ OC.L10N.register( "Detect location" : "Detectar local", "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 de céu limpo pelas {time}", - "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Noite de céu limpo 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 dos favoritos", "Add as favorite" : "Adicionar como favorito", "You are not logged in." : "Não tem a sessão iniciada", @@ -33,6 +20,19 @@ OC.L10N.register( "There was an error setting the location address." : "Ocorreu um erro ao definir o endereço do local", "There was an error setting the location." : "Ocorreu um erro ao definir o local", "There was an error saving the mode." : "Ocorreu um erro ao guardar o modo", - "There was an error using personal address." : "Ocorreu um erro ao usar o endereço pessoal" + "There was an error using personal address." : "Ocorreu um erro ao usar o endereço pessoal", + "Set location for weather" : "Definir localização para a meteorologia", + "{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 de céu limpo pelas {time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Noite de céu limpo 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}" }, "nplurals=2; plural=(n != 1);"); |