You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_BR.js 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Endereço desconhecido",
  5. "No result." : "Nenhum resultado.",
  6. "Malformed JSON data." : "Dados JSON mal formatados.",
  7. "Error" : "Erro",
  8. "Weather status" : "Status do Tempo",
  9. "Weather status in your dashboard" : "Status do Tempo no seu Painel",
  10. "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.",
  11. "Detect location" : "Detectar localização",
  12. "Set custom address" : "Definir endereço personalizado",
  13. "Favorites" : "Favoritos",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} céu claro mais tarde hoje",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} céu claro",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nublado mais tarde hoje",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} nublado",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} tempo bom mais tarde hoje",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} tempo bom",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nublado hoje mais tarde",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nublado",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} nevoeiro mais tarde hoje",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} nevoeiro",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} chuva fraca hoje mais tarde",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} chuva fraca hoje mais tarde",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} chuva fraca hoje mais tarde",
  27. "{temperature} {unit} rainfall" : "{temperatura} {unidade} precipitação",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} chuva forte mais tarde hoje",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} heavy rainfall",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} pancadas de chuva mais tarde hoje",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} pancadas de chuva",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pancadas de chuva leves mais tarde hoje",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chuvas leves",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pancadas de chuva forte mais tarde hoje",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chuvas fortes",
  36. "More weather for {adr}" : "Ver mais Tempo para {adr}",
  37. "Loading weather" : "Carregando Tempo",
  38. "Remove from favorites" : "Remover dos favoritos",
  39. "Add as favorite" : "Adicionar aos favoritos",
  40. "You are not logged in." : "Você não está conectado.",
  41. "There was an error getting the weather status information." : "Houve um erro na obtenção das informações de Tempo.",
  42. "No weather information found" : "Não encontradas informações de Tempo",
  43. "Location not found" : "Localização não encontrada",
  44. "There was an error setting the location address." : "Houve um erro ao definir o endereço.",
  45. "There was an error setting the location." : "Houve um erro ao definir a localização.",
  46. "There was an error saving the mode." : "Houve um erro ao salvar o modo.",
  47. "There was an error using personal address." : "Houve um erro ao usar o endereço pessoal.",
  48. "Set location for weather" : "Definir localização para o Tempo"
  49. },
  50. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");