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
'use strict';
 
Object.defineProperty(exports, '__esModule', { value: true });
 
var tk = {
  name: "tk",
  el: {
    colorpicker: {
      confirm: "OK",
      clear: "Arassala"
    },
    datepicker: {
      now: "\u015Euwagt",
      today: "\u015E\xFCg\xFCn",
      cancel: "Bes et",
      clear: "Arassala",
      confirm: "OK",
      selectDate: "G\xFCni sa\xFDla\u0148",
      selectTime: "Wagty sa\xFDla\u0148",
      startDate: "Ba\u015Fla\xFDan g\xFCni",
      startTime: "Ba\u015Fla\xFDan wagty",
      endDate: "Gutar\xFDan g\xFCni",
      endTime: "Gutar\xFDan wagty",
      prevYear: "Previous Year",
      nextYear: "Next Year",
      prevMonth: "Previous Month",
      nextMonth: "Next Month",
      year: "",
      month1: "\xDDan",
      month2: "Few",
      month3: "Mar",
      month4: "Apr",
      month5: "Ma\xFD",
      month6: "I\xFDn",
      month7: "I\xFDl",
      month8: "Awg",
      month9: "Sen",
      month10: "Okt",
      month11: "No\xFD",
      month12: "Dek",
      weeks: {
        sun: "\xDDek",
        mon: "Du\u015F",
        tue: "Si\u015F",
        wed: "\xC7ar",
        thu: "Pen",
        fri: "Ann",
        sat: "\u015Een"
      },
      months: {
        jan: "\xDDan",
        feb: "Few",
        mar: "Mar",
        apr: "Apr",
        may: "Ma\xFD",
        jun: "I\xFDn",
        jul: "I\xFDl",
        aug: "Awg",
        sep: "Sep",
        oct: "Okt",
        nov: "No\xFD",
        dec: "Dek"
      }
    },
    select: {
      loading: "Indiril\xFD\xE4r",
      noMatch: "Hi\xE7zat tapylmady",
      noData: "Hi\xE7zat \xFDok",
      placeholder: "Sa\xFDla"
    },
    cascader: {
      noMatch: "Hi\xE7zat tapylmady",
      loading: "Indiril\xFD\xE4r",
      placeholder: "Sa\xFDla\u0148",
      noData: "Hi\xE7zat \xFDok"
    },
    pagination: {
      goto: "Git",
      pagesize: "/sahypa",
      total: "Umumy {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: "Hat",
      confirm: "OK",
      cancel: "Bes et",
      error: "\xDDal\u0148y\u015F girizme"
    },
    upload: {
      deleteTip: 'Pozmak \xFC\xE7in "poz" d\xFCwm\xE4 basy\u0148',
      delete: "Poz",
      preview: "G\xF6r",
      continue: "Dowam et"
    },
    table: {
      emptyText: "Maglumat \xFDok",
      confirmFilter: "Tassykla",
      resetFilter: "Arassala",
      clearFilter: "Hemmesi",
      sumText: "Jemi"
    },
    tree: {
      emptyText: "Maglumat \xFDok"
    },
    transfer: {
      noMatch: "Hi\xE7zat tapylmady",
      noData: "Hi\xE7zat \xFDok",
      titles: ["Sanaw 1", "Sanaw 2"],
      filterPlaceholder: "G\xF6zleg s\xF6zlerini girizi\u0148",
      noCheckedFormat: "{total} sany",
      hasCheckedFormat: "{checked}/{total} sa\xFDlanan"
    },
    image: {
      error: "FAILED"
    },
    pageHeader: {
      title: "Back"
    },
    popconfirm: {
      confirmButtonText: "Yes",
      cancelButtonText: "No"
    }
  }
};
 
exports["default"] = tk;
//# sourceMappingURL=tk.js.map