123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- OC.L10N.register(
- "weather_status",
- {
- "Unknown address" : "Endereço desconhecido",
- "No result." : "Nenhum resultado.",
- "Malformed JSON data." : "Dados JSON mal formatados.",
- "Error" : "Erro",
- "Weather status" : "Status do Tempo",
- "Weather status in your dashboard" : "Status do Tempo no seu Painel",
- "Weather status integrated in the Dashboard app.\n The geographic location 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 Dashboard. \n A localização geográfica pode ser determinada 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 o aplicativo Calendário.",
- "Detect location" : "Detectar localização",
- "Set custom address" : "Definir endereço personalizado",
- "Favorites" : "Favoritos",
- "{temperature} {unit} clear sky later today" : "{temperature} {unit} céu claro mais tarde hoje",
- "{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} 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",
- "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nublado",
- "{temperature} {unit} foggy later today" : "{temperature} {unit} nevoeiro mais tarde hoje",
- "{temperature} {unit} foggy" : "{temperature} {unit} nevoeiro",
- "{temperature} {unit} light rainfall later today" : "{temperature} {unit} chuva fraca hoje mais tarde",
- "{temperature} {unit} light rainfall" : "{temperature} {unit} chuva fraca hoje mais tarde",
- "{temperature} {unit} rainfall later today" : "{temperature} {unit} chuva fraca hoje mais tarde",
- "{temperature} {unit} rainfall" : "{temperatura} {unidade} precipitação",
- "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} chuva forte mais tarde hoje",
- "{temperature} {unit} heavy rainfall" : "{temperature} {unit} heavy rainfall",
- "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} pancadas de chuva mais tarde hoje",
- "{temperature} {unit} rainfall showers" : "{temperature} {unit} pancadas de chuva",
- "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} pancadas de chuva leves mais tarde hoje",
- "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chuvas leves",
- "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} pancadas de chuva forte mais tarde hoje",
- "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chuvas fortes",
- "More weather for {adr}" : "Ver mais Tempo para {adr}",
- "Loading weather" : "Carregando Tempo",
- "Remove from favorites" : "Remover dos favoritos",
- "Add as favorite" : "Adicionar aos favoritos",
- "You are not logged in." : "Você não está conectado.",
- "There was an error getting the weather status information." : "Houve um erro na obtenção das informações de Tempo.",
- "No weather information found" : "Não encontradas informações de Tempo",
- "Location not found" : "Localização não encontrada",
- "There was an error setting the location address." : "Houve um erro ao definir o endereço.",
- "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.",
- "Set location for weather" : "Definir localização para o Tempo",
- "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;");
|