Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pt.json #64

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions custom_components/cowboy/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo já está configurado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autenticação inválida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"password": "Palavra-passe",
"username": "Nome de utilizador"
}
}
}
},
"entity": {
"binary_sensor": {
"crashed": {
"name": "Acidentado"
},
"stolen": {
"name": "Roubado"
},
"update_available": {
"name": "Atualização disponível"
}
},
"sensor": {
"battery_health": {
"name": "Estado da bateria"
},
"battery_state_of_charge": {
"name": "Bateria restante"
},
"pcb_battery_state_of_charge": {
"name": "Bateria restante (PCB interno)"
},
"remaining_range": {
"name": "Autonomia restante"
},
"total_co2_saved": {
"name": "CO2 poupado"
},
"total_distance": {
"name": "Quilometragem"
},
"total_duration": {
"name": "Tempo conduzido"
}
}
}
}