-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from kiger/master
Added Hungarian language (hu)
- Loading branch information
Showing
2 changed files
with
35 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,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Tizedes', | ||
'name' => 'Tizedes Mező Típus', | ||
'description' => 'Tizedes tört szám mező típus.', | ||
]; |
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,28 @@ | ||
<?php | ||
|
||
return [ | ||
'decimals' => [ | ||
'label' => 'Tizedesek', | ||
'instructions' => 'Add meg a tizedesek hosszát. Ez csak a megjelenítést szabályozza.', | ||
], | ||
'separator' => [ | ||
'label' => 'Ezres Elválasztó', | ||
'instructions' => 'Add meg az ezres elválasztót. Ez csak a megjelenést szabályozza.', | ||
], | ||
'point' => [ | ||
'label' => 'Tizedesvesszp', | ||
'instructions' => 'Add meg a tizedesvesszőt.', | ||
], | ||
'min' => [ | ||
'label' => 'Minimális Érték', | ||
'instructions' => 'Add meg az elfogadható minimális értéket.', | ||
], | ||
'max' => [ | ||
'label' => 'Maximális Érték', | ||
'instructions' => 'Add meg az elfogadható maximális értéket.', | ||
], | ||
'default_value' => [ | ||
'label' => 'Alapértelmezett Érték', | ||
'instructions' => 'Add meg az alapértelmezett értéket, ha szeretnél.', | ||
], | ||
]; |