mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-12 07:38:41 +00:00
19 lines
448 B
PHP
19 lines
448 B
PHP
<?php declare(strict_types=1);
|
|
|
|
return [
|
|
'en' => [
|
|
'Overview' => 'Overview',
|
|
'Bill' => 'Bill',
|
|
'CreditLimit' => 'Credit Limit',
|
|
'PaymentTerm' => 'Payment Term',
|
|
'Elements' => 'Elements',
|
|
],
|
|
'de' => [
|
|
'Overview' => 'Übersicht',
|
|
'Bill' => 'Beleg',
|
|
'CreditLimit' => 'Kreditlimit',
|
|
'PaymentTerm' => 'Zahlungsbedingung',
|
|
'Elements' => 'Belegzeilen',
|
|
],
|
|
];
|