Skip to content

Commit

Permalink
Merge pull request #7 from ViPeR5000/main
Browse files Browse the repository at this point in the history
Create pt.json
  • Loading branch information
ReneNulschDE authored Dec 27, 2024
2 parents 62a7f41 + 3582e3e commit c2606e8
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions custom_components/mysmartbike/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"config": {
"abort": {
"already_configured": "O componente já está configurado.",
"reauth_successful": "Reautenticação bem-sucedida! O componente está a ser recarregado."
},
"error": {
"cannot_connect": "Não foi possível ligar à API MySmartBike. Tente novamente mais tarde ou verifique os registos.",
"invalid_auth": "Falha na autenticação. Verifique se o email e a palavra-passe estão corretos.",
"unknown": "Ocorreu um erro desconhecido. Consulte os registos para mais detalhes."
},
"step": {
"user": {
"description": "Introduza os detalhes da sua conta MySmartBike",
"title": "Configurar a ligação MySmartBike",
"data": {
"username": "Endereço de email",
"password": "Palavra-passe"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"country_code": "Código do País",
"locale": "Localidade",
"excluded_bikes": "VINs excluídos (separados por vírgulas)"
},
"description": "Configure as suas opções. Algumas alterações requerem reiniciar o Home Assistant. É necessário reiniciar o HA após alterar o PIN.",
"title": "Opções MySmartBike"
}
},
"abort": {
"already_configured": "O componente já está configurado.",
"reauth_successful": "Reautenticação bem-sucedida! O componente está a ser recarregado."
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "Ponto final da API MySmartBike acessível"
}
},
"entity": {
"sensor": {
"odometry": {
"name": "Distância percorrida"
},
"state_of_charge": {
"name": "Estado de carga"
},
"remaining_capacity": {
"name": "Capacidade restante"
}
}
}
}

0 comments on commit c2606e8

Please sign in to comment.