Skip to content

Commit

Permalink
feat(i18n): added sk translations (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
misa1515 authored Dec 20, 2023
1 parent 03e0455 commit b8c99b4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions custom_components/wibeee/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"config": {
"step": {
"user": {
"title": "Pridať Wibeee zariadenie",
"description": "Ak používate adresu IP, uistite sa, že zariadenie je nakonfigurované so statickou adresou IP alebo priradením DHCP.",
"data": {
"host": "Názov hostiteľa alebo adresa IP"
}
}
},
"abort": {
"already_configured": "Zariadenie je už nakonfigurované"
},
"error": {
"no_device_info": "Nepodarilo sa prečítať informácie o zariadení.",
"unknown": "Neznáma chyba."
}
},
"options": {
"step": {
"init": {
"title": "Možnosti integrácie Wibeee",
"description": "Nakonfigurujte polling a a lokálne push",
"data": {
"scan_interval": "Interval výzvy zariadenia v sekundách",
"nest_upstream": "Cloudová služba na nahrávanie údajov"
}
}
}
}
}

0 comments on commit b8c99b4

Please sign in to comment.