mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update translations
This commit is contained in:
@@ -3,6 +3,25 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'next' => 'Successivo »',
|
||||
'previous' => '« Precedente',
|
||||
'aria' => [
|
||||
'sortAscending' => ': attivare per ordinare la colonna crescente',
|
||||
'sortDescending' => ': attivare per ordinare la colonna decrescente',
|
||||
],
|
||||
'emptyTable' => 'Nessun dato disponibile nella tabella',
|
||||
'info' => 'Mostrando _START_ a _END_ di _TOTAL_ voci',
|
||||
'infoEmpty' => 'Mostrando da 0 a 0 di 0 voci',
|
||||
'infoFiltered' => '(filtrato da _MAX_ voci totali)',
|
||||
'lengthMenu' => 'Mostra voci _MENU_',
|
||||
'loadingRecords' => 'Caricamento...',
|
||||
'next' => 'Prossima »',
|
||||
'paginate' => [
|
||||
'first' => 'Primo',
|
||||
'last' => 'Ultimo',
|
||||
'next' => 'Successivo',
|
||||
'previous' => 'Precedente',
|
||||
],
|
||||
'previous' => '« Precedente',
|
||||
'search' => 'Cerca:',
|
||||
'thousands' => ',',
|
||||
'zeroRecords' => 'Nessun record corrispondente trovato',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user