polish translation added for notification
This commit is contained in:
parent
d5ef4d61b0
commit
4efa5daa3f
|
|
@ -1548,26 +1548,26 @@ return [
|
|||
],
|
||||
|
||||
'notification' => [
|
||||
'title' => 'Notification',
|
||||
'title-plural' => 'Notifications',
|
||||
'title' => 'Powiadomienie',
|
||||
'title-plural' => 'Powiadomienia',
|
||||
'status' => [
|
||||
'all' => 'All',
|
||||
'pending' => 'Pending',
|
||||
'processing' => 'Processing',
|
||||
'canceled' => 'Canceled',
|
||||
'closed' => 'Closed',
|
||||
'completed' => 'Completed',
|
||||
'all' => 'Wszystkie',
|
||||
'pending' => 'Aż do',
|
||||
'processing' => 'Przetwarzanie',
|
||||
'canceled' => 'Odwołany',
|
||||
'closed' => 'Zamknięte',
|
||||
'completed' => 'Zakończony',
|
||||
],
|
||||
'view-all' => 'View All Notifications',
|
||||
'no-record' => 'No Record Found',
|
||||
'read-all' => 'Mark as Read',
|
||||
'notification-marked-success' => 'Notification Marked Successfully',
|
||||
'view-all' => 'Wyświetl wszystkie powiadomienia',
|
||||
'no-record' => 'Nie znaleziona nagrania',
|
||||
'read-all' => 'Oznacz jako przeczytane',
|
||||
'notification-marked-success' => 'Powiadomienie oznaczone pomyślnie',
|
||||
'order-status-messages' => [
|
||||
'completed' => 'Order Completed',
|
||||
'closed' => 'Order Closed',
|
||||
'canceled' => 'Order Canceled',
|
||||
'pending' => 'Order Pending',
|
||||
'processing' => 'Order Processing',
|
||||
'completed' => 'Zamówienie zrealizowane',
|
||||
'closed' => 'Zamówienie zamknięte',
|
||||
'canceled' => 'Zamówienie anulowane',
|
||||
'pending' => 'Zamówienie w trakcie realizacji',
|
||||
'processing' => 'przetwarzanie zamówienia',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue