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.

41 lines
3.6 KiB

  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. "More weather for {adr}" : "Ver mais Tempo para {adr}",
  15. "Loading weather" : "Carregando Tempo",
  16. "Remove from favorites" : "Remover dos favoritos",
  17. "Add as favorite" : "Adicionar aos favoritos",
  18. "You are not logged in." : "Você não está conectado.",
  19. "There was an error getting the weather status information." : "Houve um erro na obtenção das informações de Tempo.",
  20. "No weather information found" : "Não encontradas informações de Tempo",
  21. "Location not found" : "Localização não encontrada",
  22. "There was an error setting the location address." : "Houve um erro ao definir o endereço.",
  23. "There was an error setting the location." : "Houve um erro ao definir a localização.",
  24. "There was an error saving the mode." : "Houve um erro ao salvar o modo.",
  25. "There was an error using personal address." : "Houve um erro ao usar o endereço pessoal.",
  26. "Set location for weather" : "Definir localização para o Tempo",
  27. "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.",
  28. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Céu limpo às {time}",
  29. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nublado às {time}",
  30. "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Dia ameno às {time}",
  31. "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Noite amena às {time}",
  32. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado às {time}",
  33. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Neblina às {time}",
  34. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Garoa às {time}",
  35. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Chuva às {time}",
  36. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Chuva forte às {time}",
  37. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Pancadas de chuva às {time}",
  38. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Pancadas leves de chuva às {time}",
  39. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Pancadas fortes de chuva às {time}"
  40. },
  41. "nplurals=2; plural=(n > 1);");