first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"sEmptyTable": "No data in table",
|
||||
"sInfo": "View from _START_ to _END_ of _TOTAL_ elements",
|
||||
"sInfoEmpty": "View from 0 to 0 of 0 elements",
|
||||
"sInfoFiltered": "(filtered from _MAX_ total elements)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "View _MENU_ elements",
|
||||
"sLoadingRecords": "Loading...",
|
||||
"sProcessing": "Processing...",
|
||||
"sSearch": "Search:",
|
||||
"sZeroRecords": "Search hasn't any result.",
|
||||
"oPaginate": {
|
||||
"sFirst": "First",
|
||||
"sPrevious": "Previous",
|
||||
"sNext": "Next",
|
||||
"sLast": "Last"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": active to sort column by asc order",
|
||||
"sSortDescending": ": active to sort column by desc order"
|
||||
},
|
||||
"buttons": {
|
||||
"copyTitle": "Copied to clipboard",
|
||||
"copySuccess": {
|
||||
"_": "Copied %d rows",
|
||||
"1": "Copied 1 row"
|
||||
},
|
||||
"colvis": "Edit columns",
|
||||
"sExport": "Export",
|
||||
"sCopy": "Copy",
|
||||
"sAll": "All",
|
||||
"sSelection": "Selection",
|
||||
"sExcel": "Excel",
|
||||
"sCsv": "Csv",
|
||||
"sPdf": "Pdf",
|
||||
"sPrint": "Print"
|
||||
},
|
||||
"select": {
|
||||
"rows": "%d rows selected"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"sEmptyTable": "Nessun dato presente nella tabella",
|
||||
"sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
|
||||
"sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
|
||||
"sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Visualizza _MENU_ elementi",
|
||||
"sLoadingRecords": "Caricamento...",
|
||||
"sProcessing": "Elaborazione...",
|
||||
"sSearch": "Cerca:",
|
||||
"sZeroRecords": "La ricerca non ha portato alcun risultato.",
|
||||
"oPaginate": {
|
||||
"sFirst": "Inizio",
|
||||
"sPrevious": "Precedente",
|
||||
"sNext": "Successivo",
|
||||
"sLast": "Fine"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||
"sSortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||
},
|
||||
"buttons": {
|
||||
"copyTitle": "Copiato negli appunti",
|
||||
"copySuccess": {
|
||||
"_": "Copiate %d righe",
|
||||
"1": "Copiata 1 riga"
|
||||
},
|
||||
"colvis": "Modifica colonne",
|
||||
"sExport": "Esporta",
|
||||
"sCopy": "Copia",
|
||||
"sAll": "Tutto",
|
||||
"sSelection": "Selezione",
|
||||
"sExcel": "Excel",
|
||||
"sCsv": "Csv",
|
||||
"sPdf": "Pdf",
|
||||
"sPrint": "Stampa"
|
||||
},
|
||||
"select": {
|
||||
"rows": "%d righe selezionate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user