Skip to content

Commit

Permalink
feat: add sk translations (#89)
Browse files Browse the repository at this point in the history
* Create sk.json

new slovak language translation

* Update custom_components/auto_backup/translations/sk.json

Co-authored-by: Josh Willox <[email protected]>

---------

Co-authored-by: Josh Willox <[email protected]>
  • Loading branch information
misa1515 and jcwillox authored Jun 4, 2023
1 parent cf7895f commit 1b39d3c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/auto_backup/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"title": "Auto Backup",
"config": {
"step": {
"user": {
"title": "\uD83D\uDDC3️ Auto záloha",
"description": "Vylepšená zálohovacia služba pre Home Assistant, ktorá dokáže automaticky odstraňovať zálohy"
}
},
"abort": {
"single_instance": "Je povolená iba jedna konfigurácia automatického zálohovania.",
"missing_service": "Musíte mať spustený Home Assistant Supervised alebo mať povolenú 'záložnú' integráciu"
}
},
"options": {
"step": {
"init": {
"data": {
"auto_purge": "Automaticky odstrániť zálohy, ktorých platnosť vypršala",
"backup_timeout": "Časový limit zálohovania (minúty)"
}
}
}
}
}

0 comments on commit 1b39d3c

Please sign in to comment.