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