-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Crowdin translations by GitHub Action (#134)
Co-authored-by: Crowdin Bot <[email protected]>
- Loading branch information
1 parent
1533cb6
commit 3d179e4
Showing
3 changed files
with
152 additions
and
4 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
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,138 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "O dispositivo já está ajustado" | ||
}, | ||
"error": { | ||
"cannot_connect": "Falhou ao conectar", | ||
"invalid_auth": "Autenticação inválida", | ||
"unknown": "Ocorreu um erro inesperado. Verifique os arquivos de registro do HomeAssistant." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"email": "E-mail", | ||
"password": "Senha" | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"binary_sensor": { | ||
"charger_connected": { | ||
"name": "Carregador conectado" | ||
}, | ||
"charger_locked": { | ||
"name": "Bloqueio de carga" | ||
}, | ||
"locked": { | ||
"name": "Veículo trancado" | ||
}, | ||
"doors_locked": { | ||
"name": "Portas trancadas" | ||
}, | ||
"doors_open": { | ||
"name": "Portas abertas" | ||
}, | ||
"windows_open": { | ||
"name": "Janelas" | ||
}, | ||
"trunk_open": { | ||
"name": "Porta-malas" | ||
}, | ||
"bonnet_open": { | ||
"name": "Capota" | ||
}, | ||
"sunroof_open": { | ||
"name": "Teto solar" | ||
}, | ||
"lights_on": { | ||
"name": "Luzes" | ||
} | ||
}, | ||
"climate": { | ||
"climate": { | ||
"name": "Ar condicionado" | ||
} | ||
}, | ||
"device_tracker": { | ||
"device_tracker": { | ||
"name": "Posição" | ||
} | ||
}, | ||
"number": { | ||
"charge_limit": { | ||
"name": "Limite de carga" | ||
} | ||
}, | ||
"image": { | ||
"render_vehicle_main": { | ||
"name": "Renderização principal do veículo" | ||
} | ||
}, | ||
"sensor": { | ||
"software_version": { | ||
"name": "Versão" | ||
}, | ||
"battery_percentage": { | ||
"name": "Porcentagem da bateria" | ||
}, | ||
"charging_power": { | ||
"name": "Potência de carga" | ||
}, | ||
"charging_state": { | ||
"name": "Estado de carga", | ||
"state": { | ||
"connect_cable": "Cabo desconectado", | ||
"ready_for_charging": "Pronto para carregar", | ||
"conserving": "Conservando carga", | ||
"charging": "Carregando" | ||
} | ||
}, | ||
"range": { | ||
"name": "Alcance" | ||
}, | ||
"target_battery_percentage": { | ||
"name": "Porcentagem limite da bateria" | ||
}, | ||
"mileage": { | ||
"name": "Quilometragem" | ||
}, | ||
"charge_type": { | ||
"name": "Tipo de carga" | ||
}, | ||
"remaining_charging_time": { | ||
"name": "Tempo de carga restante" | ||
}, | ||
"car_captured": { | ||
"name": "Última atualização" | ||
} | ||
}, | ||
"switch": { | ||
"window_heating": { | ||
"name": "Aquecimento da janela" | ||
}, | ||
"charging_switch": { | ||
"name": "Carregando" | ||
}, | ||
"battery_care_mode": { | ||
"name": "Cuidado da bateria" | ||
}, | ||
"reduced_current": { | ||
"name": "Corrente reduzida" | ||
}, | ||
"charging": { | ||
"name": "Carregando" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"tracing": "Rastreamento de resposta da API. Requer registro de depuração ativo em configuration.yaml." | ||
} | ||
} | ||
} | ||
} | ||
} |
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