Skip to content

Commit

Permalink
added portuguese brazilian language support
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Jan 28, 2022
1 parent 9d4c74a commit 532b52f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
40 changes: 40 additions & 0 deletions custom_components/gismeteo/translations/pt-BR.json
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"
}
}
}
22 changes: 22 additions & 0 deletions custom_components/gismeteo/translations/sensor.pt-BR.json
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"
}
}
}

0 comments on commit 532b52f

Please sign in to comment.