Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit fa55cbc

Browse files
authored
Added CZ locale
1 parent 783c319 commit fa55cbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

locale/cs-CZ.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export default {
2+
/* HeaderSettings/index.vue */
3+
'Apply': 'Aplikovat',
4+
'Apply and backup settings to local': 'Aplikovat a zapamatovat nastavení',
5+
'Clear local settings backup and restore': 'Výchozí nstavení',
6+
'Using local settings': 'Použito lokální nastavení',
7+
8+
/* Table/TableBody.vue */
9+
'No Data': 'Žádná data k dispozici',
10+
11+
/* index.vue */
12+
'Total': 'Celkově',
13+
',': ',',
14+
15+
/* PageSizeSelect.vue */
16+
'items / page': 'záznamů / strana'
17+
}

0 commit comments

Comments
 (0)