-
Notifications
You must be signed in to change notification settings - Fork 241
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 translation
- Loading branch information
1 parent
50b2b2e
commit a9d59b3
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
Modules/Translation/Resources/lang/translation/hu/translations.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,40 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'translations' => 'Fordítások', | ||
'edit translation' => 'Fordítás szerkesztése', | ||
], | ||
'button' => [ | ||
'create translation' => 'Fordítás létrehozása', | ||
], | ||
'table' => [ | ||
], | ||
'form' => [ | ||
], | ||
'messages' => [ | ||
], | ||
'validation' => [ | ||
], | ||
'Clear translation cache' => 'Fordítások cache ürítése', | ||
'Export' => 'Export', | ||
'Import' => 'Import', | ||
'Import csv translations file' => 'Fordítások importálása CSV-ből', | ||
'only for developers' => 'Git kezelés szükséges!', | ||
'Translations exported' => 'Fordítások exportálva.', | ||
'Translations imported' => 'Fordítások importálva.', | ||
'select CSV file' => 'CSV fájl kiválasztása...', | ||
'csv only allowed' => 'Kérlek csak CSV fájlt tölts fel.', | ||
'time' => 'Időpont', | ||
'author' => 'Szerző', | ||
'history' => 'Előzmények', | ||
'No Revisions yet' => 'Még nincsenek módosítások', | ||
'event' => 'Esemény', | ||
'created' => 'Létrehozva', | ||
'edited' => 'Szerkesztve', | ||
'revert history' => 'Módosítás történet', | ||
'list resource' => 'Fordítások listázása', | ||
'edit resource' => 'Fordítások szerkesztése', | ||
'import resource' => 'Fordítások importálása', | ||
'export resource' => 'Fordítások exportálása', | ||
]; |