Skip to content

Commit

Permalink
Create sk.json (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
misa1515 authored Dec 20, 2023
1 parent 90138c3 commit f3e8ec8
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions custom_components/battery_notes/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"config": {
"step": {
"user": {
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"device_id": "Zariadenie",
"name": "Názov"
},
"data_description": {
"name": "Ak ponecháte prázdne, názov sa prevezme zo zdrojového zariadenia"
}
},
"battery": {
"data": {
"battery_type": "Typ batérie"
},
"data_description": {
"battery_type": "Voliteľne pridajte množstvo batérie, ak je viac ako 1 napr. 2x AAA"
}
}
},
"abort": {
"already_configured": "Zariadenie je už nakonfigurované"
},
"error": {
"unknown": "Vyskytla sa neznáma chyba."
}
},
"options": {
"step": {
"init": {
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"name": "Názov",
"battery_type": "Typ batérie"
},
"data_description": {
"name": "Ak ponecháte prázdne, názov sa prevezme zo zdrojového zariadenia"
}
}
},
"error": {
"unknown": "Vyskytla sa neznáma chyba."
}
},
"entity": {
"sensor": {
"battery_type": {
"name": "Typ batérie"
}
}
}
}

0 comments on commit f3e8ec8

Please sign in to comment.