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
137
'use strict';
 
Object.defineProperty(exports, '__esModule', { value: true });
 
var az = {
  name: "az",
  el: {
    colorpicker: {
      confirm: "T\u0259sdiql\u0259",
      clear: "T\u0259mizl\u0259"
    },
    datepicker: {
      now: "\u0130ndi",
      today: "Bug\xFCn",
      cancel: "\u0130mtina",
      clear: "T\u0259mizl\u0259",
      confirm: "T\u0259sdiql\u0259",
      selectDate: "Tarix se\xE7",
      selectTime: "Saat se\xE7",
      startDate: "Ba\u015Flan\u011F\u0131c Tarixi",
      startTime: "Ba\u015Flan\u011F\u0131c Saat\u0131",
      endDate: "Bitm\u0259 Tarixi",
      endTime: "Bitm\u0259 Saat\u0131",
      prevYear: "\xD6nc\u0259ki il",
      nextYear: "Sonrak\u0131 il",
      prevMonth: "\xD6nc\u0259ki ay",
      nextMonth: "Sonrak\u0131 ay",
      year: "",
      month1: "Yanvar",
      month2: "Fevral",
      month3: "Mart",
      month4: "Aprel",
      month5: "May",
      month6: "\u0130yun",
      month7: "\u0130yul",
      month8: "Avqust",
      month9: "Sentyabr",
      month10: "Oktyabr",
      month11: "Noyabr",
      month12: "Dekabr",
      week: "h\u0259ft\u0259",
      weeks: {
        sun: "Baz",
        mon: "B.e",
        tue: "\xC7.a",
        wed: "\xC7\u0259r",
        thu: "C.a",
        fri: "C\xFCm",
        sat: "\u015E\u0259n"
      },
      months: {
        jan: "Yan",
        feb: "Fev",
        mar: "Mar",
        apr: "Apr",
        may: "May",
        jun: "\u0130yn",
        jul: "\u0130yl",
        aug: "Avq",
        sep: "Sen",
        oct: "Okt",
        nov: "Noy",
        dec: "Dek"
      }
    },
    select: {
      loading: "Y\xFCkl\u0259nir",
      noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
      noData: "M\u0259lumat yoxdur",
      placeholder: "Se\xE7"
    },
    cascader: {
      noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
      loading: "Y\xFCkl\u0259nir",
      placeholder: "Se\xE7",
      noData: "M\u0259lumat yoxdur"
    },
    pagination: {
      goto: "Get",
      pagesize: "/s\u0259hif\u0259",
      total: "Toplam {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: "Mesaj",
      confirm: "T\u0259sdiql\u0259",
      cancel: "\u0130mtina",
      error: "S\u0259hv"
    },
    upload: {
      deleteTip: "S\xFCr\xFC\u015Fd\xFCrm\u0259d\u0259n sonra sil",
      delete: "Sil",
      preview: "\xD6n izl\u0259",
      continue: "Davam et"
    },
    table: {
      emptyText: "M\u0259lumat yoxdur",
      confirmFilter: "T\u0259sdiql\u0259",
      resetFilter: "S\u0131f\u0131rla",
      clearFilter: "B\xFCt\xFCn",
      sumText: "C\u0259mi"
    },
    tree: {
      emptyText: "M\u0259lumat yoxdur"
    },
    transfer: {
      noMatch: "N\u0259tic\u0259 tap\u0131lmad\u0131",
      noData: "M\u0259lumat yoxdur",
      titles: ["Siyah\u0131 1", "Siyah\u0131 2"],
      filterPlaceholder: "K\u0259lim\u0259l\u0259ri daxil et",
      noCheckedFormat: "{total} \u0259d\u0259d",
      hasCheckedFormat: "{checked}/{total} se\xE7ildi"
    },
    image: {
      error: "S\u018FHV"
    },
    pageHeader: {
      title: "Geri"
    },
    popconfirm: {
      confirmButtonText: "B\u0259li",
      cancelButtonText: "Xeyr"
    },
    empty: {
      description: "M\u0259lumat yoxdur"
    }
  }
};
 
exports["default"] = az;
//# sourceMappingURL=az.js.map