2018-05-03 12:16:18 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'recurring' => 'Recurring',
|
|
|
|
'every' => 'Every',
|
|
|
|
'period' => 'Period',
|
2018-08-06 10:25:41 +03:00
|
|
|
'times' => 'التوقيت',
|
|
|
|
'daily' => 'يومي',
|
|
|
|
'weekly' => 'أسبوعي',
|
|
|
|
'monthly' => 'شهرى',
|
|
|
|
'yearly' => 'سنوى',
|
|
|
|
'custom' => 'مُخصّص',
|
|
|
|
'days' => 'يوم (أيام)',
|
2018-05-03 12:16:18 +03:00
|
|
|
'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',
|
|
|
|
|
|
|
|
];
|