update lang files

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:18:49 +01:00
parent 8442cf3445
commit 8f4ced590f
44 changed files with 912 additions and 5 deletions

View 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' => 'قائمة',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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' => 'Λίστα',
]];

View File

@ -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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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' => 'リスト',
]];

View 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' => '목록',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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' => 'Список',
]];

View 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',
]];

View 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' => 'รายการ',
]];

View 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',
]];

View 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' => 'Список',
]];

View 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' => '列表',
]];

View 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' => 'عنوان',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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' => 'Τίτλος',
]];

View File

@ -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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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',
]];

View 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' => 'タイトル',
]];

View 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' => '제목',
]];

View 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',
]];

View 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ł',
]];

View 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',
]];

View 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' => 'Заголовок',
]];

View 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',
]];

View 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' => 'ชื่อ',
]];

View 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',
]];

View 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' => 'Заголовок',
]];

View 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' => '标题',
]];