akaunting/resources/lang/uk-UA/recurring.php
2018-05-03 12:16:18 +03:00

21 lines
846 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'recurring' => 'Поточний',
'every' => 'Кожен',
'period' => 'Період',
'times' => 'Час',
'daily' => 'Щоденно',
'weekly' => 'Щотижня',
'monthly' => 'Щомісяця',
'yearly' => 'Щорічно',
'custom' => 'Інший',
'days' => 'День(дні)',
'weeks' => 'Тиждень(тиждні)',
'months' => 'Місяць(місяці)',
'years' => 'Рік(роки)',
'message' => 'Це повторюється: тип і наступний: тип буде автоматично згенеровано на: дата',
];