2019-11-18 20:43:18 +03:00

22 lines
837 B
PHP
Raw Permalink 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' => 'Це повторюється :type і наступний :type буде автоматично згенеровано на :date
',
];