new crowdin translations
This commit is contained in:
20
resources/lang/hu-HU/recurring.php
Normal file
20
resources/lang/hu-HU/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Ismétlődő',
|
||||
'every' => 'Minden',
|
||||
'period' => 'Időszak',
|
||||
'times' => 'Alkalommal',
|
||||
'daily' => 'Napi',
|
||||
'weekly' => 'Heti',
|
||||
'monthly' => 'Havi',
|
||||
'yearly' => 'Éves',
|
||||
'custom' => 'Egyéni',
|
||||
'days' => 'Nap(ok)',
|
||||
'weeks' => 'Hét(ek)',
|
||||
'months' => 'Hónap(ok)',
|
||||
'years' => 'Év(ek)',
|
||||
'message' => 'Ez egy ismétlődő :type, és a következő :type automatikusan generálódik ekkor: :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user