zhangyong
2023-08-22 1353e87cb21a4032d585d7404bae9042f2ebcf08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
'use strict';
 
Object.defineProperty(exports, '__esModule', { value: true });
 
var cs = {
  name: "cs",
  el: {
    colorpicker: {
      confirm: "OK",
      clear: "Vymazat"
    },
    datepicker: {
      now: "Te\u010F",
      today: "Dnes",
      cancel: "Zru\u0161it",
      clear: "Vymazat",
      confirm: "OK",
      selectDate: "Vybrat datum",
      selectTime: "Vybrat \u010Das",
      startDate: "Datum za\u010D\xE1tku",
      startTime: "\u010Cas za\u010D\xE1tku",
      endDate: "Datum konce",
      endTime: "\u010Cas konce",
      prevYear: "P\u0159edchoz\xED rok",
      nextYear: "P\u0159\xED\u0161t\xED rok",
      prevMonth: "P\u0159edchoz\xED m\u011Bs\xEDc",
      nextMonth: "P\u0159\xED\u0161t\xED m\u011Bs\xEDc",
      day: "Den",
      week: "T\xFDden",
      month: "M\u011Bs\xEDc",
      year: "Rok",
      month1: "Leden",
      month2: "\xDAnor",
      month3: "B\u0159ezen",
      month4: "Duben",
      month5: "Kv\u011Bten",
      month6: "\u010Cerven",
      month7: "\u010Cervenec",
      month8: "Srpen",
      month9: "Z\xE1\u0159\xED",
      month10: "\u0158\xEDjen",
      month11: "Listopad",
      month12: "Prosinec",
      weeks: {
        sun: "Ne",
        mon: "Po",
        tue: "\xDAt",
        wed: "St",
        thu: "\u010Ct",
        fri: "P\xE1",
        sat: "So"
      },
      months: {
        jan: "Led",
        feb: "\xDAno",
        mar: "B\u0159e",
        apr: "Dub",
        may: "Kv\u011B",
        jun: "\u010Cer",
        jul: "\u010Cvc",
        aug: "Srp",
        sep: "Z\xE1\u0159",
        oct: "\u0158\xEDj",
        nov: "Lis",
        dec: "Pro"
      }
    },
    select: {
      loading: "Na\u010D\xEDt\xE1n\xED",
      noMatch: "\u017D\xE1dn\xE1 shoda",
      noData: "\u017D\xE1dn\xE1 data",
      placeholder: "Vybrat"
    },
    cascader: {
      noMatch: "\u017D\xE1dn\xE1 shoda",
      loading: "Na\u010D\xEDt\xE1n\xED",
      placeholder: "Vybrat",
      noData: "\u017D\xE1dn\xE1 data"
    },
    pagination: {
      goto: "J\xEDt na",
      pagesize: "na stranu",
      total: "Celkem {total}",
      pageClassifier: "",
      page: "Page",
      prev: "Go to previous page",
      next: "Go to next page",
      currentPage: "page {pager}",
      prevPages: "Previous {pager} pages",
      nextPages: "Next {pager} pages"
    },
    messagebox: {
      title: "Zpr\xE1va",
      confirm: "OK",
      cancel: "Zru\u0161it",
      error: "Neplatn\xFD vstup"
    },
    upload: {
      deleteTip: "Stisknout pro smaz\xE1n\xED",
      delete: "Vymazat",
      preview: "N\xE1hled",
      continue: "Pokra\u010Dovat"
    },
    table: {
      emptyText: "\u017D\xE1dn\xE1 data",
      confirmFilter: "Potvrdit",
      resetFilter: "Resetovat",
      clearFilter: "V\u0161e",
      sumText: "Celkem"
    },
    tree: {
      emptyText: "\u017D\xE1dn\xE1 data"
    },
    transfer: {
      noMatch: "\u017D\xE1dn\xE1 shoda",
      noData: "\u017D\xE1dn\xE1 data",
      titles: ["Seznam 1", "Seznam 2"],
      filterPlaceholder: "Kl\xED\u010Dov\xE9 slovo",
      noCheckedFormat: "{total} polo\u017Eek",
      hasCheckedFormat: "{checked}/{total} vybr\xE1no"
    },
    image: {
      error: "FAILED"
    },
    pageHeader: {
      title: "Back"
    },
    popconfirm: {
      confirmButtonText: "Yes",
      cancelButtonText: "No"
    }
  }
};
 
exports["default"] = cs;
//# sourceMappingURL=cs.js.map