Skip to content

Commit

Permalink
add hungarian translation for setting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidporos92 committed Jun 20, 2018
1 parent f6c9429 commit 2a6217b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modules/Translation/Resources/lang/setting/hu/messages.php
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 Modules/Translation/Resources/lang/setting/hu/settings.php
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',
];

0 comments on commit 2a6217b

Please sign in to comment.