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

Add Slovak translation #1255

Merged
merged 1 commit into from Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions custom_components/sonoff/translations/sk.json
@@ -0,0 +1,39 @@
{
"config": {
"abort": {
"reauth_successful": "Opätovné overenie bolo úspešné"
},
"error": {
"exists": "Tento účet je už nakonfigurovaný",
"template": "{error}"
},
"step": {
"user": {
"description": "Zadajte Vaše [eWeLink účet](https://www.ewelink.cc/en/) poverenia",
"data": {
"username": "E-mail alebo telefón (v režime DIY použite ľubovoľný)",
"password": "Heslo (pre DIY režim nechajte prázdne)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Režim (automatický režim sa odporúča pre väčšinu používateľov)",
"homes": "Domy (nechajte nezačiarknuté \"current\" Home)",
"debug": "Stránka ladenia (Integrácia > Ponuka > Známe problémy)"
}
}
}
},
"system_health": {
"info": {
"version": "Verzia",
"cloud_online": "Cloudové zariadenia online",
"local_online": "Miestne zariadenia online",
"debug": "Stránka ladenia"
}
}
}