Skip to content

Commit

Permalink
feat(translation): add Slovak translation (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
leikoilja committed Nov 13, 2023
1 parent cfc069c commit 3b1a7c0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,11 @@ Currently the integration supports the following languages:
- Italian (Italy)
- Norwegian (bokmål and nynorsk)
- Polish
- Portuguese (Portugal)
- Portuguese (Brazil)
- Spanish (Spain)
- Portuguese (Portugal)
- Russian
- Slovak
- Spanish (Spain)
- Ukrainian

If you want to translate the project to your own language, follow the [Localization guide](LOCALIZATION.md).
Expand Down
33 changes: 33 additions & 0 deletions custom_components/google_home/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"config": {
"step": {
"user": {
"title": "Google Home autentifikácia",
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/leikoilja/ha-google-home. Použite svoje používateľské meno účtu Google a heslo aplikácie. Je bezpečnejšie/jednoduchšie vygenerovať heslo aplikácie a použiť ho namiesto skutočného hesla. Stále má rovnaký prístup ako bežné heslo, ale stále lepšie ako pri skriptovaní používať skutočné heslo. (https://myaccount.google.com/apppasswords). Ak nie, bežné heslo účtu Google by malo fungovať.",
"data": {
"username": "Google používateľské meno účtu",
"password": "Google heslo aplikácie účtu",
"master_token": "Google hlavný token účtu"
}
}
},
"error": {
"auth": "Používateľské meno/heslo je nesprávne. Ak má váš účet Google povolenú 2FA, vygenerujte si heslo aplikácie (https://myaccount.google.com/apppasswords). Ak autentifikácia stále zlyhá, pozrite si https://github.com/leikoilja/ha-google-home#troubleshooting",
"pass-len": "Dĺžka hesla je podľa pravidiel Google obmedzená na 100 znakov (https://support.google.com/a/answer/139399). Zmeňte si heslo alebo použite heslo aplikácie (https://myaccount.google.com/apppasswords).",
"missing-inputs": "Zadajte používateľské meno a heslo alebo hlavný token",
"master-token-invalid": "Hlavný token je neplatný. Uistite sa, že bol zadaný celý token (vrátane 'aas_et/')"
},
"abort": {
"single_instance_allowed": "Povolený je len jedna inštancia."
}
},
"options": {
"step": {
"init": {
"data": {
"update_interval": "Zmeniť interval aktualizácie. Zvýšte túto hodnotu, ak vám uplynie časový limit zariadení. Predvolená hodnota: 180 (sekúnd)"
}
}
}
}
}

0 comments on commit 3b1a7c0

Please sign in to comment.