italian translation added for notification
This commit is contained in:
parent
c7e9c74d47
commit
b50afe02a7
|
|
@ -1564,26 +1564,26 @@ return [
|
|||
],
|
||||
|
||||
'notification' => [
|
||||
'title' => 'Notification',
|
||||
'title-plural' => 'Notifications',
|
||||
'title' => 'Notifica',
|
||||
'title-plural' => 'Notifiche',
|
||||
'status' => [
|
||||
'all' => 'All',
|
||||
'pending' => 'Pending',
|
||||
'processing' => 'Processing',
|
||||
'canceled' => 'Canceled',
|
||||
'closed' => 'Closed',
|
||||
'completed' => 'Completed',
|
||||
'all' => 'Tutto',
|
||||
'pending' => 'In attesa di',
|
||||
'processing' => 'in lavorazione',
|
||||
'canceled' => 'annullato',
|
||||
'closed' => 'chiuso',
|
||||
'completed' => 'Completato',
|
||||
],
|
||||
'view-all' => 'View All Notifications',
|
||||
'no-record' => 'No Record Found',
|
||||
'read-all' => 'Mark as Read',
|
||||
'notification-marked-success' => 'Notification Marked Successfully',
|
||||
'view-all' => 'Visualizza tutte le notifiche',
|
||||
'no-record' => 'Nessun record trovato',
|
||||
'read-all' => 'Segna come letto',
|
||||
'notification-marked-success' => 'Notifica contrassegnata con successo',
|
||||
'order-status-messages' => [
|
||||
'completed' => 'Order Completed',
|
||||
'closed' => 'Order Closed',
|
||||
'canceled' => 'Order Canceled',
|
||||
'pending' => 'Order Pending',
|
||||
'processing' => 'Order Processing',
|
||||
'completed' => 'Ordine completato',
|
||||
'closed' => 'Ordine chiuso',
|
||||
'canceled' => 'Ordine annullato',
|
||||
'pending' => 'ordine pendente',
|
||||
'processing' => "Elaborazione dell'ordine",
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue