diff options
Diffstat (limited to 'apps/weather_status/l10n/pt_BR.js')
-rw-r--r-- | apps/weather_status/l10n/pt_BR.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/pt_BR.js b/apps/weather_status/l10n/pt_BR.js index 08693be73c2..8b1c1d7e290 100644 --- a/apps/weather_status/l10n/pt_BR.js +++ b/apps/weather_status/l10n/pt_BR.js @@ -15,6 +15,18 @@ OC.L10N.register( "{temperature} {unit} clear sky" : "{temperature} {unit} céu claro", "{temperature} {unit} cloudy later today" : "{temperature} {unit} nublado mais tarde hoje", "{temperature} {unit} cloudy" : "{temperature} {unit} nublado", + "{temperature} {unit} snow and thunder later today" : "{temperature} {unit}neve e trovoadas ainda hoje", + "{temperature} {unit} snow and thunder" : "{temperature} {unit} neve e trovoadas", + "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit}pancadas de neve e trovoadas ainda hoje ", + "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} pancadas de neve e trovoadas", + "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit}pancadas de neve, trovoadas e crepúsculo polar ainda hoje ", + "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} pancadas de neve, trovoadas e crepúsculo polar", + "{temperature} {unit} snow showers later today" : "{temperature} {unit} pancadas de neve ainda hoje", + "{temperature} {unit} snow showers" : "{temperature} {unit} pancadas de neve", + "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} pancadas de neve e crepúsculo polar ainda hoje", + "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} pancadas de neve e crepúsculo polar", + "{temperature} {unit} snow later today" : "{temperature} {unit} neve ainda hoje", + "{temperature} {unit} snow" : "{temperature} {unit} neve", "{temperature} {unit} fair weather later today" : "{temperature} {unit} tempo bom mais tarde hoje", "{temperature} {unit} fair weather" : "{temperature} {unit} tempo bom", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nublado hoje mais tarde", @@ -46,6 +58,7 @@ OC.L10N.register( "There was an error setting the location." : "Houve um erro ao definir a localização.", "There was an error saving the mode." : "Houve um erro ao salvar o modo.", "There was an error using personal address." : "Houve um erro ao usar o endereço pessoal.", + "Unknown weather code" : "Código meteorológico desconhecido", "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Status do Tempo integrado no aplicativo Painel.\n Localização do usuário pode ser obtida automaticamente ou definida manualmente. Uma previsão de 6 horas é então exibida.\n Esse status também pode ser integrado em outros locais, como no aplicativo Calendário." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |