akaunting/resources/lang/hu-HU/recurring.php
2020-08-06 21:02:03 +00:00

21 lines
694 B
PHP

<?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',
];