akaunting/resources/lang/mk-MK/recurring.php
2021-02-28 00:34:24 +00:00

21 lines
852 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' => 'Ова е повторувачки :type и следниот :type ќе биде автоматски генериран at :date',
];