mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-04 04:48:41 +00:00
update lang files
This commit is contained in:
parent
8442cf3445
commit
8f4ced590f
20
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'اتفافية',
|
||||
'Contracts' => 'انكماش',
|
||||
'Create' => 'يخلق',
|
||||
'List' => 'قائمة',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Smlouva',
|
||||
'Contracts' => 'Smlouvy',
|
||||
'Create' => 'Vytvořit',
|
||||
'List' => 'Seznam',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakter',
|
||||
'Create' => 'skab',
|
||||
'List' => 'Liste',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Vertrag',
|
||||
'Contracts' => 'Verträge',
|
||||
'Create' => 'Erstellen',
|
||||
'List' => 'Aufführen',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Σύμβαση',
|
||||
'Contracts' => 'Συμβάσεις',
|
||||
'Create' => 'Δημιουργώ',
|
||||
'List' => 'Λίστα',
|
||||
]];
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Contracts
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Create' => 'Create',
|
||||
'Contract' => 'Contract',
|
||||
'Contracts' => 'Contracts',
|
||||
'Create' => 'Create',
|
||||
'List' => 'List',
|
||||
]];
|
||||
|
|
|
|||
20
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Contrato',
|
||||
'Contracts' => 'Contrato',
|
||||
'Create' => 'Crear',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Sopimus',
|
||||
'Contracts' => 'Sopimukset',
|
||||
'Create' => 'Luoda',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Contracter',
|
||||
'Contracts' => 'Contrats',
|
||||
'Create' => 'Créer',
|
||||
'List' => 'Lister',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Szerződés',
|
||||
'Contracts' => 'Szerződések',
|
||||
'Create' => 'Teremt',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Contrarre',
|
||||
'Contracts' => 'Contratti',
|
||||
'Create' => 'Creare',
|
||||
'List' => 'Elenco',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => '契約',
|
||||
'Contracts' => '契約',
|
||||
'Create' => '作成',
|
||||
'List' => 'リスト',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => '계약',
|
||||
'Contracts' => '계약서',
|
||||
'Create' => '만들다',
|
||||
'List' => '목록',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakter',
|
||||
'Create' => 'Skape',
|
||||
'List' => 'Liste',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakty',
|
||||
'Create' => 'Tworzyć',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Contrato',
|
||||
'Contracts' => 'Contratos',
|
||||
'Create' => 'Crio',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Договор',
|
||||
'Contracts' => 'Контракты',
|
||||
'Create' => 'Создавать',
|
||||
'List' => 'Список',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Avtal',
|
||||
'Contracts' => 'Kontrakt',
|
||||
'Create' => 'Skapa',
|
||||
'List' => 'Lista',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'สัญญา',
|
||||
'Contracts' => 'สัญญา',
|
||||
'Create' => 'สร้าง',
|
||||
'List' => 'รายการ',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Sözleşme',
|
||||
'Contracts' => 'Sözleşme',
|
||||
'Create' => 'Yaratmak',
|
||||
'List' => 'Liste',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => 'Договір',
|
||||
'Contracts' => 'Контракти',
|
||||
'Create' => 'Створювати',
|
||||
'List' => 'Список',
|
||||
]];
|
||||
20
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Contract' => '合同',
|
||||
'Contracts' => '合同',
|
||||
'Create' => '创建',
|
||||
'List' => '列表',
|
||||
]];
|
||||
23
Theme/Backend/Lang/ar.lang.php
Normal file
23
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'اتفافية',
|
||||
'Contracts' => 'انكماش',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'عنوان',
|
||||
]];
|
||||
23
Theme/Backend/Lang/cs.lang.php
Normal file
23
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Smlouva',
|
||||
'Contracts' => 'Smlouvy',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titul',
|
||||
]];
|
||||
23
Theme/Backend/Lang/da.lang.php
Normal file
23
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakter',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titel',
|
||||
]];
|
||||
23
Theme/Backend/Lang/de.lang.php
Normal file
23
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Vertrag',
|
||||
'Contracts' => 'Verträge',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titel',
|
||||
]];
|
||||
23
Theme/Backend/Lang/el.lang.php
Normal file
23
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Σύμβαση',
|
||||
'Contracts' => 'Συμβάσεις',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Τίτλος',
|
||||
]];
|
||||
|
|
@ -13,7 +13,11 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Contract' => 'Contract',
|
||||
'Contracts' => 'Contracts',
|
||||
'Title' => 'Title',
|
||||
'Account' => '',
|
||||
'Contract' => 'Contract',
|
||||
'Contracts' => 'Contracts',
|
||||
'End' => '',
|
||||
'Files' => '',
|
||||
'Overview' => '',
|
||||
'Title' => 'Title',
|
||||
]];
|
||||
|
|
|
|||
23
Theme/Backend/Lang/es.lang.php
Normal file
23
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Contrato',
|
||||
'Contracts' => 'Contrato',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Título',
|
||||
]];
|
||||
23
Theme/Backend/Lang/fi.lang.php
Normal file
23
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Sopimus',
|
||||
'Contracts' => 'Sopimukset',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Otsikko',
|
||||
]];
|
||||
23
Theme/Backend/Lang/fr.lang.php
Normal file
23
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Contracter',
|
||||
'Contracts' => 'Contrats',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titre',
|
||||
]];
|
||||
23
Theme/Backend/Lang/hu.lang.php
Normal file
23
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Szerződés',
|
||||
'Contracts' => 'Szerződések',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Cím',
|
||||
]];
|
||||
23
Theme/Backend/Lang/it.lang.php
Normal file
23
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Contrarre',
|
||||
'Contracts' => 'Contratti',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titolo',
|
||||
]];
|
||||
23
Theme/Backend/Lang/ja.lang.php
Normal file
23
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => '契約',
|
||||
'Contracts' => '契約',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'タイトル',
|
||||
]];
|
||||
23
Theme/Backend/Lang/ko.lang.php
Normal file
23
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => '계약',
|
||||
'Contracts' => '계약서',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => '제목',
|
||||
]];
|
||||
23
Theme/Backend/Lang/no.lang.php
Normal file
23
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakter',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Tittel',
|
||||
]];
|
||||
23
Theme/Backend/Lang/pl.lang.php
Normal file
23
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Kontrakt',
|
||||
'Contracts' => 'Kontrakty',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Tytuł',
|
||||
]];
|
||||
23
Theme/Backend/Lang/pt.lang.php
Normal file
23
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Contrato',
|
||||
'Contracts' => 'Contratos',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Título',
|
||||
]];
|
||||
23
Theme/Backend/Lang/ru.lang.php
Normal file
23
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Договор',
|
||||
'Contracts' => 'Контракты',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Заголовок',
|
||||
]];
|
||||
23
Theme/Backend/Lang/sv.lang.php
Normal file
23
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Avtal',
|
||||
'Contracts' => 'Kontrakt',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Titel',
|
||||
]];
|
||||
23
Theme/Backend/Lang/th.lang.php
Normal file
23
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'สัญญา',
|
||||
'Contracts' => 'สัญญา',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'ชื่อ',
|
||||
]];
|
||||
23
Theme/Backend/Lang/tr.lang.php
Normal file
23
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Sözleşme',
|
||||
'Contracts' => 'Sözleşme',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Başlık',
|
||||
]];
|
||||
23
Theme/Backend/Lang/uk.lang.php
Normal file
23
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => 'Договір',
|
||||
'Contracts' => 'Контракти',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => 'Заголовок',
|
||||
]];
|
||||
23
Theme/Backend/Lang/zh.lang.php
Normal file
23
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['ContractManagement' => [
|
||||
'Account' => '#VALUE!',
|
||||
'Contract' => '合同',
|
||||
'Contracts' => '合同',
|
||||
'End' => '#VALUE!',
|
||||
'Files' => '#VALUE!',
|
||||
'Overview' => '#VALUE!',
|
||||
'Title' => '标题',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user