Skip to content

Commit

Permalink
Add polish translation for Notification module.
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
  • Loading branch information
Fisiu committed Mar 29, 2018
1 parent a1822ef commit 5ddab80
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Modules/Translation/Resources/lang/notification/pl/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [
'no notifications' => 'Brak powiadomień.',
'notifications' => 'Powiadomienia',
'delete all confirmation' => 'Czy na pewno usunąć wszystkie powiadomienia?',
'time' => 'Czas',
'title' => 'Tytuł',
'message' => 'Wiadomość',
'is read' => 'Czy przeczytana',
'mark all as read' => 'Oznacz jako przeczytane',
'delete all' => 'Usuń wszystkie',
'all notifications deleted' => 'Wszystkie powiadomienia zostały pomyślnie usunięte.',
'all notifications marked as read' => 'Wszystkie powiadomienia zostały oznaczone jako przeczytane.',
'view all' => 'Zobacz wszystkie',
'list resource' => 'Wyświetlanie',
'destroy resource' => 'Usuwanie',
'destroy all resource' => 'Usuwanie wszystkich',
'markAllAsRead resource' => 'Oznaczanie wszystkich jako przeczytane',
];

0 comments on commit 5ddab80

Please sign in to comment.