new crowdin translations
This commit is contained in:
20
resources/lang/sl-SI/recurring.php
Normal file
20
resources/lang/sl-SI/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Ponavljajoče',
|
||||
'every' => 'Vsakih',
|
||||
'period' => 'Obdobje',
|
||||
'times' => 'Krat',
|
||||
'daily' => 'Dnevno',
|
||||
'weekly' => 'Tedensko',
|
||||
'monthly' => 'Mesečno',
|
||||
'yearly' => 'Letno',
|
||||
'custom' => 'Po meri',
|
||||
'days' => 'Dan(dni)',
|
||||
'weeks' => 'Teden(tednov)',
|
||||
'months' => 'Mesec(ov)',
|
||||
'years' => 'Let',
|
||||
'message' => 'To je ponavljajoč :type in naslednji :type bo avtomatsko ustvarjen :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user