new crowdin translations
This commit is contained in:
20
resources/lang/bs-BA/recurring.php
Normal file
20
resources/lang/bs-BA/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Ponavljajuće',
|
||||
'every' => 'Svakih',
|
||||
'period' => 'Razdoblje',
|
||||
'times' => 'Puta',
|
||||
'daily' => 'Dnevno',
|
||||
'weekly' => 'Sedmično',
|
||||
'monthly' => 'Mjesečno',
|
||||
'yearly' => 'Godišnje',
|
||||
'custom' => 'Prilagođeno',
|
||||
'days' => 'Dan(a)',
|
||||
'weeks' => 'Sedmice(a)',
|
||||
'months' => 'Mjesec(i)',
|
||||
'years' => 'Godine(a)',
|
||||
'message' => 'Ovo je ponavljajući :type i sljedeći :type će automatski biti generiran :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user