Skip to content

Commit

Permalink
Merge pull request #130 from cewbdex/cs-lang
Browse files Browse the repository at this point in the history
Add Czech language
  • Loading branch information
sockless-coding authored Oct 29, 2023
2 parents 4db54cc + c121a94 commit e81e572
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/panasonic_cc/translations/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"config": {
"step": {
"user": {
"title": "Panasonic Comfort Cloud",
"description": "Zadejte vaše Panasonic ID a heslo",
"data": { "username": "Panasonic ID", "password": "Heslo" }
}
},
"abort": {
"device_timeout": "Vypršel čas pro připojení k zařízení.",
"device_fail": "Neočekávaná chyba při vytváření zařízení.",
"already_configured": "Zařízení je již nastavené"
}
},
"options": {
"step": {
"init": {
"data": {
"force_outside_sensor": "Vynutit povolení venkovního teploměru",
"enable_daily_energy_sensor": "Povolit měření denní energie (vyžaduje restart)"
}
}
}
}
}

0 comments on commit e81e572

Please sign in to comment.