-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added portuguese brazilian language support
- Loading branch information
1 parent
9d4c74a
commit 532b52f
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"no_mixed_config": "Já configurado. A configuração via configuration.yaml não é compatível com configurações via interface do usuário." | ||
}, | ||
"error": { | ||
"cannot_connect": "Falhou ao conectar" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"api_key": "Chave da API", | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"name": "Nome" | ||
}, | ||
"description": "Se precisar de ajuda com a configuração, dê uma olhada aqui: https://github.com/Limych/ha-gismeteo", | ||
"title": "Gismeteo" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"platform_sensor": "Entidades do sensor ativadas", | ||
"platform_weather": "Entidade meteorológica ativada", | ||
"mode": "Modo de previsão", | ||
"forecast": "Adicionar sensor de previsão de 3h" | ||
}, | ||
"title": "Opções do Gismeteo" | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"can_reach_server": "Alcance o servidor Gismeteo" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"state": { | ||
"gismeteo__condition": { | ||
"clear-night": "Noite clara", | ||
"cloudy": "Nublado", | ||
"exceptional": "Excepcional", | ||
"fog": "Névoa", | ||
"hail": "Granizo", | ||
"lightning": "Relampejando", | ||
"lightning-rainy": "Relampejando, chuvoso", | ||
"partlycloudy": "Parcialmente nublado", | ||
"pouring": "Chuva torrencial", | ||
"rainy": "Chuvoso", | ||
"snowy": "Nevando", | ||
"snowy-rainy": "Nevando, chuvoso", | ||
"sunny": "Ensolarado", | ||
"windy": "Ventania", | ||
"windy-variant": "Ventania" | ||
} | ||
} | ||
} | ||
|