updated translations
This commit is contained in:
20
resources/lang/sv-SE/recurring.php
Normal file
20
resources/lang/sv-SE/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Återkommande',
|
||||
'every' => 'Varje',
|
||||
'period' => 'Period',
|
||||
'times' => 'Gånger',
|
||||
'daily' => 'Dagligen',
|
||||
'weekly' => 'Veckovis',
|
||||
'monthly' => 'Månadsvis',
|
||||
'yearly' => 'Årligen',
|
||||
'custom' => 'Anpassa',
|
||||
'days' => 'Dag(ar)',
|
||||
'weeks' => 'Vecka(or)',
|
||||
'months' => 'Månad(er)',
|
||||
'years' => 'År',
|
||||
'message' => 'Detta är ett återkommande :type och nästa :type genereras automatiskt den :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user