updated translations
This commit is contained in:
@ -3,18 +3,18 @@
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'every' => 'Каждый',
|
||||
'period' => 'Период',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'daily' => 'Ежедневно',
|
||||
'weekly' => 'Еженедельно',
|
||||
'monthly' => 'Ежемесячно',
|
||||
'yearly' => 'Ежегодно',
|
||||
'custom' => 'Задать свое',
|
||||
'days' => 'день(дней)',
|
||||
'weeks' => 'Неделя(недель)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated on :date',
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user