mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-25 16:18:40 +00:00
test fixes
This commit is contained in:
parent
648070459a
commit
58bf21f53d
|
|
@ -13,11 +13,21 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Vertrag',
|
||||
'Contracts' => 'Verträge',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titel',
|
||||
'Account' => 'Account',
|
||||
'Contract' => 'Vertrag',
|
||||
'ContractTypes' => 'Vertragstypen',
|
||||
'Contracts' => 'Verträge',
|
||||
'End' => 'Ende',
|
||||
'Files' => 'Dateien',
|
||||
'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