mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-20 13:58:41 +00:00
35 lines
803 B
PHP
Executable File
35 lines
803 B
PHP
Executable File
<?php
|
||
/**
|
||
* Jingga
|
||
*
|
||
* PHP Version 8.1
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 2.0
|
||
* @version 1.0.0
|
||
* @link https://jingga.app
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['ContractManagement' => [
|
||
'Account' => '#VALUE!',
|
||
'AutoRenewal' => '',
|
||
'Contract' => 'Sözleşme',
|
||
'ContractTypes' => '',
|
||
'Contracts' => 'Sözleşme',
|
||
'Costs' => '',
|
||
'Description' => '',
|
||
'End' => '#VALUE!',
|
||
'Files' => '#VALUE!',
|
||
'Name' => '',
|
||
'Overview' => '#VALUE!',
|
||
'Parties' => '',
|
||
'Start' => '',
|
||
'Termination' => '',
|
||
'Title' => 'Başlık',
|
||
'Type' => '',
|
||
'Unit' => '',
|
||
'With' => '',
|
||
]];
|