Skip to content

Commit

Permalink
Merge pull request #91 from LochyCZ/patch-1
Browse files Browse the repository at this point in the history
Create cs.json
  • Loading branch information
AlexandrErohin authored Oct 9, 2024
2 parents 00aba6b + f9f1eaf commit 57a4490
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/tplink_router/translations/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"step": {
"user": {
"description": "Nastavení integrace",
"data": {
"host": "Host",
"username": "Login",
"password": "Heslo",
"scan_interval": "Interval skenování v sekundách",
"verify_ssl": "Kontrolovat ssl pro HTTPS připojení"
}
}
}
},
"options": {
"step": {
"init": {
"description": "Upravit parametry nastavení.",
"data": {
"host": "Host",
"username": "Login",
"password": "Heslo",
"scan_interval": "Interval skenování v sekundách",
"verify_ssl": "Kontrolovat ssl pro HTTPS připojení"
}
}
}
}
}

0 comments on commit 57a4490

Please sign in to comment.