mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-13 17:08:41 +00:00
test fixes
This commit is contained in:
parent
648070459a
commit
58bf21f53d
|
|
@ -13,11 +13,21 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['ContractManagement' => [
|
return ['ContractManagement' => [
|
||||||
'Account' => '#VALUE!',
|
'Account' => 'Account',
|
||||||
'Contract' => 'Vertrag',
|
'Contract' => 'Vertrag',
|
||||||
'Contracts' => 'Verträge',
|
'ContractTypes' => 'Vertragstypen',
|
||||||
'End' => '#VALUE!',
|
'Contracts' => 'Verträge',
|
||||||
'Files' => '#VALUE!',
|
'End' => 'Ende',
|
||||||
'Overview' => '#VALUE!',
|
'Files' => 'Dateien',
|
||||||
'Title' => 'Titel',
|
'Overview' => 'Übersicht',
|
||||||
|
'Title' => 'Titel',
|
||||||
|
'Type' => 'Typ',
|
||||||
|
'With' => 'Mit',
|
||||||
|
'Start' => 'Start',
|
||||||
|
'Description' => 'Beschreibung',
|
||||||
|
'AutoRenewal' => 'Automatische Verlängerung',
|
||||||
|
'Termination' => 'Beendigung',
|
||||||
|
'Costs' => 'Kosten',
|
||||||
|
'Unit' => 'Unit',
|
||||||
|
'Parties' => 'Parteien',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user