Skip to content

Commit

Permalink
Create pt.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Dec 13, 2023
1 parent 918ba86 commit b544156
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/ryanair/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"abort": {
"already_configured": "Equipamento já configurado"
},
"error": {
"cannot_connect": "Falha na ligação",
"invalid_auth": "Autenticação invalida",
"invalid_mfa_code": "Codigo MFA errado",
"unknown": "Unexpected error"
},
"step": {
"mfa": {
"data": {
"mfa_code": "Código MFA (8-digitos)"
},
"description": "{email}",
"title": "Inserir o código MFA"
},
"user": {
"data": {
"email": "Email",
"host": "servidor",
"password": "senha"
},
"description": "{retries}"
}
}
}
}

0 comments on commit b544156

Please sign in to comment.