1
|
1
|
export default {
|
2
|
|
badge: 'Distintivo',
|
3
|
|
close: 'Chiudi',
|
4
|
|
dataIterator: {
|
5
|
|
noResultsText: 'Nessun risultato trovato',
|
6
|
|
loadingText: 'Caricamento in corso...',
|
7
|
|
},
|
8
|
|
dataTable: {
|
9
|
|
itemsPerPageText: 'Righe per pagina:',
|
10
|
|
ariaLabel: {
|
11
|
|
sortDescending: 'Ordinati in ordine decrescente.',
|
12
|
|
sortAscending: 'Ordinati in ordine crescente.',
|
13
|
|
sortNone: 'Non ordinato.',
|
14
|
|
activateNone: 'Attiva per rimuovere l\'ordinamento.',
|
15
|
|
activateDescending: 'Attiva per ordinare in ordine decrescente.',
|
16
|
|
activateAscending: 'Attiva per ordinare in ordine crescente.',
|
17
|
|
},
|
18
|
|
sortBy: 'Ordina per',
|
19
|
|
},
|
20
|
|
dataFooter: {
|
21
|
|
itemsPerPageText: 'Elementi per pagina:',
|
22
|
|
itemsPerPageAll: 'Tutti',
|
23
|
|
nextPage: 'Pagina seguente',
|
24
|
|
prevPage: 'Pagina precedente',
|
25
|
|
firstPage: 'Pagina prima',
|
26
|
|
lastPage: 'Pagina ultima',
|
27
|
|
pageText: '{0}-{1} di {2}',
|
28
|
|
},
|
29
|
|
datePicker: {
|
30
|
|
itemsSelected: '{0} selezionati',
|
31
|
|
nextMonthAriaLabel: 'Il prossimo mese',
|
32
|
|
nextYearAriaLabel: 'L\'anno prossimo',
|
33
|
|
prevMonthAriaLabel: 'Il mese scorso',
|
34
|
|
prevYearAriaLabel: 'L\'anno scorso',
|
35
|
|
},
|
36
|
|
noDataText: 'Nessun elemento disponibile',
|
37
|
|
carousel: {
|
38
|
|
prev: 'Vista precedente',
|
39
|
|
next: 'Prossima vista',
|
40
|
|
ariaLabel: {
|
41
|
|
delimiter: 'Carousel slide {0} of {1}',
|
42
|
|
},
|
43
|
|
},
|
44
|
|
calendar: {
|
45
|
|
moreEvents: '{0} di più',
|
46
|
|
},
|
47
|
|
fileInput: {
|
48
|
|
counter: '{0} files',
|
49
|
|
counterSize: '{0} files ({1} in totale)',
|
50
|
|
},
|
51
|
|
timePicker: {
|
52
|
|
am: 'AM',
|
53
|
|
pm: 'PM',
|
54
|
|
},
|
55
|
|
pagination: {
|
56
|
|
ariaLabel: {
|
57
|
|
wrapper: 'Navigazione impaginazione',
|
58
|
|
next: 'Pagina seguente',
|
59
|
|
previous: 'Pagina precedente',
|
60
|
|
page: 'Vai alla pagina {0}',
|
61
|
|
currentPage: 'Pagina corrente, pagina {0}',
|
62
|
|
},
|
63
|
|
},
|
64
|
|
}
|