UNPKG

2.79 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'OK',
8 clear: 'Pulisci'
9 },
10 datepicker: {
11 now: 'Ora',
12 today: 'Oggi',
13 cancel: 'Cancella',
14 clear: 'Pulisci',
15 confirm: 'OK',
16 selectDate: 'Seleziona data',
17 selectTime: 'Seleziona ora',
18 startDate: 'Data inizio',
19 startTime: 'Ora inizio',
20 endDate: 'Data fine',
21 endTime: 'Ora fine',
22 prevYear: 'Anno precedente',
23 nextYear: 'Anno successivo',
24 prevMonth: 'Mese precedente',
25 nextMonth: 'Mese successivo',
26 year: 'anno',
27 month1: 'Gennaio',
28 month2: 'Febbraio',
29 month3: 'Marzo',
30 month4: 'Aprile',
31 month5: 'Maggio',
32 month6: 'Giugno',
33 month7: 'Luglio',
34 month8: 'Agosto',
35 month9: 'Settembre',
36 month10: 'Ottobre',
37 month11: 'Novembre',
38 month12: 'Dicembre',
39 // week: 'settimana',
40 weeks: {
41 sun: 'Dom',
42 mon: 'Lun',
43 tue: 'Mar',
44 wed: 'Mer',
45 thu: 'Gio',
46 fri: 'Ven',
47 sat: 'Sab'
48 },
49 months: {
50 jan: 'Gen',
51 feb: 'Feb',
52 mar: 'Mar',
53 apr: 'Apr',
54 may: 'Mag',
55 jun: 'Giu',
56 jul: 'Lug',
57 aug: 'Ago',
58 sep: 'Set',
59 oct: 'Ott',
60 nov: 'Nov',
61 dec: 'Dic'
62 }
63 },
64 select: {
65 loading: 'Caricamento',
66 noMatch: 'Nessuna corrispondenza',
67 noData: 'Nessun dato',
68 placeholder: 'Seleziona'
69 },
70 cascader: {
71 noMatch: 'Nessuna corrispondenza',
72 loading: 'Caricamento',
73 placeholder: 'Seleziona',
74 noData: 'Nessun dato'
75 },
76 pagination: {
77 goto: 'Vai a',
78 pagesize: '/pagina',
79 total: 'Totale {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 confirm: 'OK',
84 cancel: 'Annulla',
85 error: 'Input non valido'
86 },
87 upload: {
88 deleteTip: 'Premi cancella per rimuovere',
89 delete: 'Cancella',
90 preview: 'Anteprima',
91 continue: 'Continua'
92 },
93 table: {
94 emptyText: 'Nessun dato',
95 confirmFilter: 'Conferma',
96 resetFilter: 'Reset',
97 clearFilter: 'Tutti',
98 sumText: 'Somma'
99 },
100 tree: {
101 emptyText: 'Nessun dato'
102 },
103 transfer: {
104 noMatch: 'Nessuna corrispondenza',
105 noData: 'Nessun dato',
106 titles: ['Lista 1', 'Lista 2'],
107 filterPlaceholder: 'Inserisci filtro',
108 noCheckedFormat: '{total} elementi',
109 hasCheckedFormat: '{checked}/{total} selezionati'
110 },
111 image: {
112 error: 'ERRORE'
113 },
114 pageHeader: {
115 title: 'Indietro'
116 },
117 popconfirm: {
118 confirmButtonText: 'Sì',
119 cancelButtonText: 'No'
120 },
121 empty: {
122 description: 'Nessun dato'
123 }
124 }
125};
\No newline at end of file