Skip to content

Commit

Permalink
Create sk.json (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
misa1515 authored Oct 22, 2024
1 parent f16ea02 commit 0e84246
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/uptime_kuma/translations/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Zariadenie je už nakonfigurované",
"existing_instance_updated": "Aktualizovaná už existujúca konfigurácia."
},
"error": {
"cannot_connect": "Nepodarilo sa pripojiť",
"invalid_auth": "Neplatné overenie",
"unknown": "Neočakávaná chyba"
},
"step": {
"user": {
"description": "Zadajte informácie o pripojení pre inštanciu Uptime Kuma:",
"data": {
"host": "Host/URL",
"password": "Heslo",
"port": "Port",
"username": "Užívateľské meno",
"verify_ssl": "Overiť SSL certifikát"
}
}
}
}
}

0 comments on commit 0e84246

Please sign in to comment.