Skip to content

Commit 7894844

Browse files
authored
fix: updated translations in cs_CZ locale (#9049)
Several translation strings in the cs_CZ locale have been updated for clarity and consistency. Changes include modifying verb forms, capitalizing initial letters, and refining certain phrases to better match common usage.
1 parent 6da3a94 commit 7894844

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/provider/src/locale/cs_CZ.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
},
1212
},
1313
tableForm: {
14-
search: 'Dotaz',
14+
search: 'Hledat',
1515
reset: 'Resetovat',
1616
submit: 'Odeslat',
1717
collapsed: 'Zvětšit',
@@ -21,7 +21,7 @@ export default {
2121
},
2222
alert: {
2323
clear: 'Vymazat',
24-
selected: 'Vybraný',
24+
selected: 'Vybráno',
2525
item: 'Položka',
2626
},
2727
pagination: {
@@ -37,12 +37,12 @@ export default {
3737
noPin: 'Odepnuto',
3838
leftFixedTitle: 'Fixováno nalevo',
3939
rightFixedTitle: 'Fixováno napravo',
40-
noFixedTitle: 'Neopraveno',
40+
noFixedTitle: 'Nefixováno',
4141
reset: 'Resetovat',
4242
columnDisplay: 'Zobrazení sloupců',
4343
columnSetting: 'Nastavení',
4444
fullScreen: 'Celá obrazovka',
45-
exitFullScreen: 'Ukončete celou obrazovku',
45+
exitFullScreen: 'Ukončit celou obrazovku',
4646
reload: 'Obnovit',
4747
density: 'Hustota',
4848
densityDefault: 'Výchozí',
@@ -64,11 +64,11 @@ export default {
6464
save: 'Uložit',
6565
cancel: 'Zrušit',
6666
delete: 'Vymazat',
67-
add: 'přidat řádek dat',
67+
add: 'Přidat řádek',
6868
},
6969
},
7070
switch: {
71-
open: 'otevřít',
72-
close: 'zavřít',
71+
open: 'Otevřít',
72+
close: 'Zavřít',
7373
},
7474
};

0 commit comments

Comments
 (0)