-
Notifications
You must be signed in to change notification settings - Fork 240
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 setting
- Loading branch information
1 parent
f6c9429
commit 2a6217b
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
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,5 @@ | ||
<?php | ||
|
||
return [ | ||
'settings saved' => 'Beállítások elmentve!', | ||
]; |
16 changes: 16 additions & 0 deletions
16
Modules/Translation/Resources/lang/setting/hu/settings.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,16 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'settings' => 'Beállítások', | ||
'general settings' => 'Általános beállítások', | ||
'module settings' => 'Modul beállítások', | ||
'module name settings' => ':module modul beállításai', | ||
], | ||
'breadcrumb' => [ | ||
'settings' => 'Beállítások', | ||
'module settings' => ':module modul beállításai', | ||
], | ||
'list resource' => 'Beállítások listázása', | ||
'edit resource' => 'Beállítások módosítása', | ||
]; |