5a5fd02dac
* New Language: German * Update German K Co-authored-by: derrobin154 <derrobin154@gmail.com>
10 lines
140 B
PHP
10 lines
140 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'flight' => 'Flüge',
|
|
'daily' => 'Täglich',
|
|
'monthly' => 'Monatlich',
|
|
],
|
|
];
|