updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@ -0,0 +1,20 @@
<?php
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Dnevno',
'weekly' => 'Tjedno',
'monthly' => 'Mjesečno',
'yearly' => 'Godišnje',
'custom' => 'Custom',
'days' => 'Dan(a)',
'weeks' => 'Tjedan(a)',
'months' => 'Mjesec(i)',
'years' => 'Godine(a)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];