updated translations

This commit is contained in:
denisdulici
2018-08-06 10:25:41 +03:00
parent 7b206fb2aa
commit c0eb6c3f44
100 changed files with 624 additions and 357 deletions

View File

@ -2,19 +2,19 @@
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Daily',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'custom' => 'Custom',
'days' => 'Day(s)',
'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',
'recurring' => 'Terugkerende',
'every' => 'Elke',
'period' => 'Periode',
'times' => 'Tijden',
'daily' => 'Dagelijks',
'weekly' => 'Wekelijks',
'monthly' => 'Maandelijks',
'yearly' => 'Jaarlijks',
'custom' => 'Aangepaste',
'days' => 'Dag(en)',
'weeks' => 'Week/weken',
'months' => 'Maand(en)',
'years' => 'Jaar/jaren',
'message' => 'Dit is een terugkerende :type en de volgende :type zal automatisch worden gegenereerd op :date',
];