updated translations

This commit is contained in:
denisdulici
2018-08-29 16:47:58 +03:00
parent 5fb53ff97b
commit 89f09789b6
50 changed files with 409 additions and 327 deletions

View File

@@ -2,19 +2,19 @@
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'التوقيت',
'recurring' => 'متكرر',
'every' => 'كل',
'period' => 'فترة',
'times' => 'عدد المرات',
'daily' => 'يومي',
'weekly' => 'أسبوعي',
'monthly' => 'شهرى',
'yearly' => 'سنوى',
'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',
'weeks' => 'أسبوع (أسابيع)',
'months' => 'شهر (أشهر)',
'years' => 'سنة (سنوات)',
'message' => 'هذه :type متكررة و :type التالية سيتم إنشاؤها تلقائياً في تاريخ :date',
];