Skip to content

Commit

Permalink
add hungarian translation for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidporos92 committed Jun 20, 2018
1 parent 2a6217b commit 50b2b2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Modules/Translation/Resources/lang/tag/hu/tags.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return [
'list resource' => 'Cimkék listázása',
'create resource' => 'Cimke létrehozása',
'edit resource' => 'Cimke szerkesztése',
'destroy resource' => 'Cimke törlése',
'tags' => 'Cimkék',
'tag' => 'Cimke',
'create tag' => 'Cimke létrehozása',
'edit tag' => 'Cimke szerkesztése',
'name' => 'Név',
'slug' => 'Slug',
'namespace' => 'Névtér',
];

0 comments on commit 50b2b2e

Please sign in to comment.