Skip to content

Commit

Permalink
Merge pull request #23 from misa1515/patch-1
Browse files Browse the repository at this point in the history
Create sk.json
  • Loading branch information
jampez77 authored Dec 12, 2023
2 parents 4917e40 + e5fffc0 commit 918ba86
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/ryanair/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"abort": {
"already_configured": "Zariadenie je už nakonfigurované"
},
"error": {
"cannot_connect": "Nepodarilo sa pripojiť",
"invalid_auth": "Neplatné overenie",
"invalid_mfa_code": "Neplatný kód MFA",
"unknown": "Neočakávaná chyba"
},
"step": {
"mfa": {
"data": {
"mfa_code": "MFA kód (8-miestne)"
},
"description": "{email}",
"title": "Zadajte kód MFA"
},
"user": {
"data": {
"email": "Email",
"host": "Host",
"password": "Heslo"
},
"description": "{retries}"
}
}
}
}

0 comments on commit 918ba86

Please sign in to comment.