updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -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',
];