akaunting/resources/lang/ar-SA/recurring.php
2018-08-06 10:25:41 +03:00

21 lines
717 B
PHP

<?php
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'التوقيت',
'daily' => 'يومي',
'weekly' => 'أسبوعي',
'monthly' => 'شهرى',
'yearly' => 'سنوى',
'custom' => 'مُخصّص',
'days' => 'يوم (أيام)',
'weeks' => 'Week(s)',
'months' => 'Month(s)',
'years' => 'Year(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];