-
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.
add hungarian translation for notification
- Loading branch information
1 parent
c3c5c7a
commit 66bfccb
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/hu/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' => 'Nincsenek értesítése', | ||
'notifications' => 'Értesítések', | ||
'delete all confirmation' => 'Biztos törlöd az összes értesítést?', | ||
'time' => 'Időpont', | ||
'title' => 'Cím', | ||
'message' => 'Üzenet', | ||
'is read' => 'Olvasott', | ||
'mark all as read' => 'Összes megjelölése olvasottként', | ||
'delete all' => 'Összes törlése', | ||
'all notifications deleted' => 'Az összes értesítés törlésre került.', | ||
'all notifications marked as read' => 'Az összes értesítés megjelölve olvasottként.', | ||
'view all' => 'Összes megtekintése', | ||
'list resource' => 'Értesítések listázása', | ||
'destroy resource' => 'Értesítés törlése', | ||
'destroy all resource' => 'Összes értesítés törlése', | ||
'markAllAsRead resource' => 'Összes értesítés megjelölése olvasottként', | ||
]; |