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
'use strict';
 
Object.defineProperty(exports, '__esModule', { value: true });
 
var it = {
  name: "it",
  el: {
    colorpicker: {
      confirm: "OK",
      clear: "Pulisci"
    },
    datepicker: {
      now: "Ora",
      today: "Oggi",
      cancel: "Cancella",
      clear: "Pulisci",
      confirm: "OK",
      selectDate: "Seleziona data",
      selectTime: "Seleziona ora",
      startDate: "Data inizio",
      startTime: "Ora inizio",
      endDate: "Data fine",
      endTime: "Ora fine",
      prevYear: "Anno precedente",
      nextYear: "Anno successivo",
      prevMonth: "Mese precedente",
      nextMonth: "Mese successivo",
      year: "",
      month1: "Gennaio",
      month2: "Febbraio",
      month3: "Marzo",
      month4: "Aprile",
      month5: "Maggio",
      month6: "Giugno",
      month7: "Luglio",
      month8: "Agosto",
      month9: "Settembre",
      month10: "Ottobre",
      month11: "Novembre",
      month12: "Dicembre",
      weeks: {
        sun: "Dom",
        mon: "Lun",
        tue: "Mar",
        wed: "Mer",
        thu: "Gio",
        fri: "Ven",
        sat: "Sab"
      },
      months: {
        jan: "Gen",
        feb: "Feb",
        mar: "Mar",
        apr: "Apr",
        may: "Mag",
        jun: "Giu",
        jul: "Lug",
        aug: "Ago",
        sep: "Set",
        oct: "Ott",
        nov: "Nov",
        dec: "Dic"
      }
    },
    select: {
      loading: "Caricamento",
      noMatch: "Nessuna corrispondenza",
      noData: "Nessun dato",
      placeholder: "Seleziona"
    },
    cascader: {
      noMatch: "Nessuna corrispondenza",
      loading: "Caricamento",
      placeholder: "Seleziona",
      noData: "Nessun dato"
    },
    pagination: {
      goto: "Vai a",
      pagesize: "/page",
      total: "Totale {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: {
      confirm: "OK",
      cancel: "Cancella",
      error: "Input non valido"
    },
    upload: {
      deleteTip: "Premi cancella per rimuovere",
      delete: "Cancella",
      preview: "Anteprima",
      continue: "Continua"
    },
    table: {
      emptyText: "Nessun dato",
      confirmFilter: "Conferma",
      resetFilter: "Reset",
      clearFilter: "Tutti",
      sumText: "Somma"
    },
    tree: {
      emptyText: "Nessun dato"
    },
    transfer: {
      noMatch: "Nessuna corrispondenza",
      noData: "Nessun dato",
      titles: ["Lista 1", "Lista 2"],
      filterPlaceholder: "Inserisci filtro",
      noCheckedFormat: "{total} elementi",
      hasCheckedFormat: "{checked}/{total} selezionati"
    },
    image: {
      error: "FAILED"
    },
    pageHeader: {
      title: "Back"
    },
    popconfirm: {
      confirmButtonText: "Yes",
      cancelButtonText: "No"
    }
  }
};
 
exports["default"] = it;
//# sourceMappingURL=it.js.map