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
'use strict';
 
Object.defineProperty(exports, '__esModule', { value: true });
 
var sl = {
  name: "sl",
  el: {
    colorpicker: {
      confirm: "V redu",
      clear: "Po\u010Disti"
    },
    datepicker: {
      now: "Zdaj",
      today: "Danes",
      cancel: "Prekli\u010Di",
      clear: "Po\u010Disti",
      confirm: "Potrdi",
      selectDate: "Izberi datum",
      selectTime: "Izberi \u010Das",
      startDate: "Za\u010Detni datum",
      startTime: "Za\u010Detni \u010Das",
      endDate: "Kon\u010Dni datum",
      endTime: "Kon\u010Dni \u010Das",
      prevYear: "Prej\u0161nje leto",
      nextYear: "Naslednje leto",
      prevMonth: "Prej\u0161nji mesec",
      nextMonth: "Naslednji mesec",
      year: "",
      month1: "Jan",
      month2: "Feb",
      month3: "Mar",
      month4: "Apr",
      month5: "Maj",
      month6: "Jun",
      month7: "Jul",
      month8: "Avg",
      month9: "Sep",
      month10: "Okt",
      month11: "Nov",
      month12: "Dec",
      week: "teden",
      weeks: {
        sun: "Ned",
        mon: "Pon",
        tue: "Tor",
        wed: "Sre",
        thu: "\u010Cet",
        fri: "Pet",
        sat: "Sob"
      },
      months: {
        jan: "Jan",
        feb: "Feb",
        mar: "Mar",
        apr: "Apr",
        may: "Maj",
        jun: "Jun",
        jul: "Jul",
        aug: "Avg",
        sep: "Sep",
        oct: "Okt",
        nov: "Nov",
        dec: "Dec"
      }
    },
    select: {
      loading: "Nalaganje",
      noMatch: "Ni ustreznih podatkov",
      noData: "Ni podatkov",
      placeholder: "Izberi"
    },
    cascader: {
      noMatch: "Ni ustreznih podatkov",
      loading: "Nalaganje",
      placeholder: "Izberi",
      noData: "Ni podatkov"
    },
    pagination: {
      goto: "Pojdi na",
      pagesize: "/stran",
      total: "Skupno {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: "Sporo\u010Dilo",
      confirm: "V redu",
      cancel: "Prekli\u010Di",
      error: "Nedovoljen vnos"
    },
    upload: {
      deleteTip: "press delete to remove",
      delete: "Izbri\u0161i",
      preview: "Predogled",
      continue: "Nadaljuj"
    },
    table: {
      emptyText: "Ni podatkov",
      confirmFilter: "Potrdi",
      resetFilter: "Ponastavi",
      clearFilter: "Vse",
      sumText: "Skupno"
    },
    tree: {
      emptyText: "Ni podatkov"
    },
    transfer: {
      noMatch: "Ni ustreznih podatkov",
      noData: "Ni podatkov",
      titles: ["Seznam 1", "Seznam 2"],
      filterPlaceholder: "Vnesi klju\u010Dno besedo",
      noCheckedFormat: "{total} elementov",
      hasCheckedFormat: "{checked}/{total} izbranih"
    },
    image: {
      error: "FAILED"
    },
    pageHeader: {
      title: "Back"
    },
    popconfirm: {
      confirmButtonText: "Yes",
      cancelButtonText: "No"
    }
  }
};
 
exports["default"] = sl;
//# sourceMappingURL=sl.js.map