updated translations
This commit is contained in:
20
resources/lang/de-DE/recurring.php
Normal file
20
resources/lang/de-DE/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Wiederkehrend',
|
||||
'every' => 'Jeden',
|
||||
'period' => 'Zeitraum',
|
||||
'times' => 'mal',
|
||||
'daily' => 'Täglich',
|
||||
'weekly' => 'Wöchentlich',
|
||||
'monthly' => 'Monatlich',
|
||||
'yearly' => 'Jährlich',
|
||||
'custom' => 'Benutzerdefiniert',
|
||||
'days' => 'Tag(e)',
|
||||
'weeks' => 'Woche(n)',
|
||||
'months' => 'Monat(e)',
|
||||
'years' => 'Jahr(e)',
|
||||
'message' => 'Dies ist ein sich wiederholender :type und der nächste :type wird automatisch am :date erzeugt',
|
||||
|
||||
];
|
Reference in New Issue
Block a user