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

Commit 0e47da9

Browse files
authored
Merge pull request #180 from kuba1999/patch-1
Added CZ locale
2 parents 783c319 + fa55cbc commit 0e47da9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

locale/cs-CZ.js

+17
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)