UNPKG

3.62 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/cs-CZ', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.csCZ = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'OK',
22 clear: 'Vymazat'
23 },
24 datepicker: {
25 now: 'Teď',
26 today: 'Dnes',
27 cancel: 'Zrušit',
28 clear: 'Vymazat',
29 confirm: 'OK',
30 selectDate: 'Vybrat datum',
31 selectTime: 'Vybrat čas',
32 startDate: 'Datum začátku',
33 startTime: 'Čas začátku',
34 endDate: 'Datum konce',
35 endTime: 'Čas konce',
36 prevYear: 'Předchozí rok',
37 nextYear: 'Příští rok',
38 prevMonth: 'Předchozí měsíc',
39 nextMonth: 'Příští měsíc',
40 day: 'Den',
41 week: 'Týden',
42 month: 'Měsíc',
43 year: 'Rok',
44 month1: 'Leden',
45 month2: 'Únor',
46 month3: 'Březen',
47 month4: 'Duben',
48 month5: 'Květen',
49 month6: 'Červen',
50 month7: 'Červenec',
51 month8: 'Srpen',
52 month9: 'Září',
53 month10: 'Říjen',
54 month11: 'Listopad',
55 month12: 'Prosinec',
56 weeks: {
57 sun: 'Ne',
58 mon: 'Po',
59 tue: 'Út',
60 wed: 'St',
61 thu: 'Čt',
62 fri: 'Pá',
63 sat: 'So'
64 },
65 months: {
66 jan: 'Led',
67 feb: 'Úno',
68 mar: 'Bře',
69 apr: 'Dub',
70 may: 'Kvě',
71 jun: 'Čer',
72 jul: 'Čvc',
73 aug: 'Srp',
74 sep: 'Zář',
75 oct: 'Říj',
76 nov: 'Lis',
77 dec: 'Pro'
78 }
79 },
80 select: {
81 loading: 'Načítání',
82 noMatch: 'Žádná shoda',
83 noData: 'Žádná data',
84 placeholder: 'Vybrat'
85 },
86 cascader: {
87 noMatch: 'Žádná shoda',
88 loading: 'Načítání',
89 placeholder: 'Vybrat',
90 noData: 'Žádná data'
91 },
92 pagination: {
93 goto: 'Jít na',
94 pagesize: 'na stranu',
95 total: 'Celkem {total}',
96 pageClassifier: ''
97 },
98 messagebox: {
99 title: 'Zpráva',
100 confirm: 'OK',
101 cancel: 'Zrušit',
102 error: 'Neplatný vstup'
103 },
104 upload: {
105 deleteTip: 'Stisknout pro smazání',
106 delete: 'Vymazat',
107 preview: 'Náhled',
108 continue: 'Pokračovat'
109 },
110 table: {
111 emptyText: 'Žádná data',
112 confirmFilter: 'Potvrdit',
113 resetFilter: 'Resetovat',
114 clearFilter: 'Vše',
115 sumText: 'Celkem'
116 },
117 tree: {
118 emptyText: 'Žádná data'
119 },
120 transfer: {
121 noMatch: 'Žádná shoda',
122 noData: 'Žádná data',
123 titles: ['Seznam 1', 'Seznam 2'],
124 filterPlaceholder: 'Klíčové slovo',
125 noCheckedFormat: '{total} položek',
126 hasCheckedFormat: '{checked}/{total} vybráno'
127 },
128 image: {
129 error: 'FAILED' // to be translated
130 },
131 pageHeader: {
132 title: 'Back' // to be translated
133 },
134 popconfirm: {
135 confirmButtonText: 'Yes', // to be translated
136 cancelButtonText: 'No' // to be translated
137 }
138 }
139 };
140 module.exports = exports['default'];
141});
\No newline at end of file