Skip to content

Commit

Permalink
Update datatable.php (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 authored Aug 21, 2024
1 parent b7cb76b commit 180ca4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resources/lang/it/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'buttons' => [
'filter' => 'Filtra',
'clear_all_filters' => 'Clear all',
'clear_all_filters' => 'Svuota filtri',
],
'labels' => [
'action' => 'Azioni',
Expand Down Expand Up @@ -55,21 +55,21 @@
'completed' => 'Esportazione completata! I tuoi file sono pronti per il download',
],
'soft_deletes' => [
'message_with_trashed' => 'Displaying all records, including deleted ones.',
'message_only_trashed' => 'Displaying only deleted records.',
'without_trashed' => 'Without deleted',
'with_trashed' => 'With deleted',
'only_trashed' => 'Only deleted',
'message_with_trashed' => 'Visualizza tutti i risultati, includendo quelli eliminati.',
'message_only_trashed' => 'Visualizza solo i risultati eliminati.',
'without_trashed' => 'Senza eliminati',
'with_trashed' => 'Con eliminati',
'only_trashed' => 'Solo eliminati',
],
'multi_sort' => [
'message' => 'Multiple sort is active',
'message' => 'E\' attivo l\'ordinamento multiplo',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
'message' => 'Si è sicuri di voler eseguire questa azione?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
'message' => "Si è sicuri di voler eseguire questa azione? \n\n Scrivi :confirmValue per confermare.",
],
],
];

0 comments on commit 180ca4a

Please sign in to comment.