-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from ViPeR5000/main
Create pt.json
- Loading branch information
Showing
1 changed file
with
56 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,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" | ||
} | ||
} | ||
} | ||
} |