Skip to content

Commit

Permalink
Update Czech translation (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veldik committed Jan 13, 2024
1 parent 6bc8ea2 commit c1659de
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions src/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"cover": {
"show_buttons_control": "Zobrazit ovládací tlačítka?",
"show_position_control": "Zobrazit ovládání polohy?"
"show_position_control": "Zobrazit ovládání polohy?",
"show_tilt_position_control": "Zobrazit ovládání náklonu?"
},
"alarm_control_panel": {
"show_keypad": "Zobrazit klávesnici"
Expand All @@ -84,7 +85,9 @@
},
"title": {
"title": "Titulek",
"subtitle": "Popis"
"subtitle": "Popis",
"title_tap_action": "Titulek akce klepnutím",
"subtitle_tap_action": "Popis akce klepnutím"
},
"chips": {
"alignment": "Zarovnání"
Expand All @@ -97,7 +100,10 @@
"show_buttons_control": "Zobrazit ovládací tlačítka?"
},
"vacuum": {
"commands": "Příkazy"
"commands": "Příkazy",
"commands_list": {
"on_off": "Vyp / Zap"
}
},
"media-player": {
"use_media_info": "Použít informace o médiích",
Expand Down Expand Up @@ -130,6 +136,14 @@
"climate": {
"show_temperature_control": "Ovládání teploty?",
"hvac_modes": "HVAC Mód"
},
"number": {
"display_mode": "Režim zobrazení",
"display_mode_list": {
"default": "Výchozí (posuvník)",
"slider": "Posuvník",
"buttons": "Tlačítka"
}
}
},
"chip": {
Expand Down Expand Up @@ -159,5 +173,8 @@
}
}
}
},
"card": {
"not_found": "Entita nebyla nalezena"
}
}
}

0 comments on commit c1659de

Please sign in to comment.