mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-14 12:28:41 +00:00
fix languages 3
This commit is contained in:
parent
6a87c6f655
commit
bf86efb23c
|
|
@ -13,6 +13,8 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Finance' => [
|
return ['Finance' => [
|
||||||
|
'Invoice' => 'Rechnung',
|
||||||
|
'Sales' => 'Umsatz',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'TaxCodes' => 'Steuerkz.',
|
'TaxCodes' => 'Steuerkz.',
|
||||||
'TaxCode' => 'Steuerkz.',
|
'TaxCode' => 'Steuerkz.',
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Finance' => [
|
return ['Finance' => [
|
||||||
|
'Invoice' => 'Invoice',
|
||||||
|
'Sales' => 'Sales',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'TaxCodes' => 'Tax Codes',
|
'TaxCodes' => 'Tax Codes',
|
||||||
'TaxCode' => 'Tax Code',
|
'TaxCode' => 'Tax Code',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user