diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /apps/weather_status/l10n/pt_PT.js | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): 🔠Update translations 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 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/weather_status/l10n/pt_PT.js b/apps/weather_status/l10n/pt_PT.js index af22ef6e542..03a8aa7799c 100644 --- a/apps/weather_status/l10n/pt_PT.js +++ b/apps/weather_status/l10n/pt_PT.js @@ -21,18 +21,6 @@ OC.L10N.register( "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", - "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}" + "Set location for weather" : "Definir localização para a meteorologia" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |