You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
443 B

<?php
return [
'date' => 'Datum',
'month' => 'Monat',
'months' => [
'01' => 'Januar',
'02' => 'Februari',
'03' => 'März',
'04' => 'April',
'05' => 'Kann',
'06' => 'June',
'07' => 'July',
'08' => 'August',
'09' => 'September',
'10' => 'Oktober',
'11' => 'November',
'12' => 'Dezember',
],
'updated_at' => 'Last Update',
];