akaunting/resources/lang/sr-RS/recurring.php
2018-11-12 11:14:09 +03:00

21 lines
821 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' => 'Дан(a)',
'weeks' => 'Недеља(е)',
'months' => 'Месеца(и)',
'years' => 'Године(a)',
'message' => 'Ово је понављајући :type и следећи :type ће аутоматски бити генерисан :date',
];