phpvms/resources/lang/de/expenses.php
Robin 5a5fd02dac
New Language: German (#1218)
* New Language: German

* Update German K

Co-authored-by: derrobin154 <derrobin154@gmail.com>
2021-06-03 11:46:32 -04:00

10 lines
140 B
PHP

<?php
return [
'type' => [
'flight' => 'Flüge',
'daily' => 'Täglich',
'monthly' => 'Monatlich',
],
];