Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(translation): add Slovak translation 🇸🇰 #793

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)"
}
}
}
}
}