Skip to content

Commit

Permalink
Merge pull request #58 from ceskyDJ/patch-1
Browse files Browse the repository at this point in the history
l10n: Add Czech
  • Loading branch information
meichthys authored Sep 14, 2023
2 parents 5d9b028 + 9379db1 commit c523f54
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/uptime_kuma/translations/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Zařízení je již nastaveno",
"existing_instance_updated": "Bylo aktualizováno existující nastavení"
},
"error": {
"cannot_connect": "Nepodařilo se připojit",
"invalid_auth": "Nastala chyba při autentizaci",
"unknown": "Objevila se neočekávaná chyba"
},
"step": {
"user": {
"description": "Zadejte informace pro připojení k vaší instanci Uptime Kuma:",
"data": {
"host": "Hostitel/URL",
"password": "Heslo",
"port": "Port",
"username": "Uživatelské jméno",
"verify_ssl": "Ověřit SSL certifikát"
}
}
}
}
}
8 changes: 8 additions & 0 deletions custom_components/uptime_kuma/translations/sensor.cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"state": {
"uptimerobot__monitor_status": {
"down": "Nedostupné",
"up": "Běží"
}
}
}

0 comments on commit c523f54

Please sign in to comment.