-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #505 from Fisiu/pl-trans-notification
Add polish translation for Notification module.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Modules/Translation/Resources/lang/notification/pl/messages.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |