-
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 workshop
- Loading branch information
1 parent
080b0f7
commit 6c610d8
Showing
4 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
Modules/Translation/Resources/lang/workshop/hu/modules.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,39 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Modul kezelés', | ||
'breadcrumb' => [ | ||
'modules' => 'Modulok', | ||
], | ||
'tab' => [ | ||
'module list' => 'Modul lista', | ||
], | ||
'button' => [ | ||
'save module configuration' => 'Modul beállítások elmentése', | ||
], | ||
'table' => [ | ||
'vendor' => 'Szerző', | ||
'name' => 'Név', | ||
'enabled' => 'Engedélyezve', | ||
'version' => 'Verzió', | ||
], | ||
'enabled' => 'Engedélyezve', | ||
'enable' => 'Engedélyez', | ||
'disabled' => 'Letiltva', | ||
'disable' => 'Letiltás', | ||
'viewing module' => 'Modul megtekintése', | ||
'module' => 'Modul', | ||
'publish assets' => 'Eszköztárak publikálása', | ||
'module enabled' => 'Modul engedélyezve.', | ||
'module disabled' => 'Modul letiltva.', | ||
'module cannot be disabled' => 'Ez egy alap modul, nem tudod letiltani.', | ||
'changelog' => 'Changelog', | ||
'added' => 'Hozzáadva', | ||
'changed' => 'Módosítva', | ||
'removed' => 'Eltávolítva', | ||
'list resource' => 'Modulok listázása', | ||
'show resource' => 'Modul megtekintése', | ||
'update resource' => 'Modul szerkesztése', | ||
'disable resource' => 'Modul letiltása', | ||
'enable resource' => 'Modul engedélyezése', | ||
]; |
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,14 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Témák kezelése', | ||
'breadcrumb' => [ | ||
'themes' => 'Témák', | ||
], | ||
'theme' => 'Téma', | ||
'viewing theme' => 'Jelenleg nézett téma: :theme', | ||
'type' => 'Típus', | ||
'list resource' => 'Témák listázása', | ||
'show resource' => 'Téma megtekintése', | ||
'publish assets' => 'Eszköztárak publikálása', | ||
]; |
25 changes: 25 additions & 0 deletions
25
Modules/Translation/Resources/lang/workshop/hu/workbench.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,25 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Modul segítők', | ||
'subtitle' => [ | ||
'generate new module' => 'Új modul generálása', | ||
'install new module by vendor name' => 'Modul telepítése szerző/név alapján', | ||
], | ||
'tab' => [ | ||
'generators' => 'Generátorok', | ||
'migrations' => 'Migrációk', | ||
'seeds' => 'Seeds', | ||
], | ||
'form' => [ | ||
'module name' => 'Modul neve', | ||
'vendor name of the module' => 'Szerzője/neve a modulnak', | ||
'install as subtree' => 'Telepítés almodulként?', | ||
], | ||
'button' => [ | ||
'generate new module' => 'Új modul generálása', | ||
'install new module' => 'Új modul telepítése', | ||
'migrate' => 'Migrálás', | ||
'seed' => 'Seed', | ||
], | ||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Műhely', | ||
'modules' => 'Modulok', | ||
'themes' => 'Témák', | ||
'show sidebar group' => 'Oldalsáv csoport mutatása', | ||
]; |