🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -9,19 +9,19 @@
/**
*
*/
Dict::Add('IT IT', 'Italian', 'Italiano', [
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Language:DisplayLength:All' => 'Tutto',
'UI:Datatables:Language:EmptyTable' => 'Nessun dato disponibile in questa tabella',
'UI:Datatables:Language:Error' => 'Si è verificato un errore durante l\'esecuzione della query',
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:Datatables:Language:Processing' => 'Attendere prego...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per pagina',
'UI:Datatables:Language:ZeroRecords' => 'Nessun risultato',
'UI:Datatables:Language:Info' => '_TOTAL_ elemento(i)',
'UI:Datatables:Language:InfoEmpty' => 'Nessuna informazione',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per pagina',
'UI:Datatables:Language:Processing' => 'Attendere prego...',
'UI:Datatables:Language:EmptyTable' => 'Nessun dato disponibile in questa tabella',
'UI:Datatables:Language:Error' => 'Si è verificato un errore durante l\'esecuzione della query',
'UI:Datatables:Language:DisplayLength:All' => 'Tutto',
'UI:Datatables:Language:Sort:Ascending' => 'abilita per una classificazione ascendente',
'UI:Datatables:Language:Sort:Descending' => 'abilita per una classificazione discendente',
'UI:Datatables:Language:ZeroRecords' => 'Nessun risultato',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Conferma azione',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Confermi l\'azione?',
]);
));