2022-10-31 13:49:13 +00:00

42 lines
2.1 KiB
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' => 'Година(и)',
'frequency' => 'Честота',
'duration' => 'Времетраене',
'last_issued' => 'Последно издадено',
'after' => 'След',
'on' => 'На',
'never' => 'Никога',
'ends_after' => 'Завършва след :times пъти',
'ends_never' => 'Никога да не приключва',
'ends_date' => 'Приключва на :date',
'next_date' => 'Следващо на :date',
'end' => 'Край на повторението',
'child' => ':url е създаден автоматично на :date',
'message' => 'Това е повтарящ се :type и следващия :type ще се генерира автоматично на :date',
'message_parent' => 'Този :type е автоматично генериран от :link',
'frequency_type' => 'Повтори този :type',
'limit_date' => 'Създай първи :type на',
'limit_middle' => 'добави край',
'form_description' => [
'schedule' => 'Изберете условията и началния/крайния час, за да сте сигурни, че вашият клиент ще получи вашия :type в правилния ден.',
],
];