mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-11 16:18:40 +00:00
fix tests
This commit is contained in:
parent
2be60f0752
commit
44014a8574
|
|
@ -339,7 +339,7 @@ final class BackendController extends Controller
|
|||
->limit(25)
|
||||
->paginate(
|
||||
'id',
|
||||
$request->getData('ptype'),
|
||||
$request->getDataString('ptype'),
|
||||
$request->getDataInt('offset')
|
||||
)
|
||||
->executeGetArray();
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'الإدارات',
|
||||
'Organigram' => 'المنظماني',
|
||||
'Organization' => 'منظمة',
|
||||
'Positions' => 'المواقف',
|
||||
'Units' => 'وحدات',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Oddělení',
|
||||
'Organigram' => 'Organizérový',
|
||||
'Organization' => 'Organizace',
|
||||
'Positions' => 'Polohy',
|
||||
'Units' => 'Jednotky',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Afdelinger.',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Positioner.',
|
||||
'Units' => 'Enheder.',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Τμήματα',
|
||||
'Organigram' => 'Οργανόγραμμα',
|
||||
'Organization' => 'Οργάνωση',
|
||||
'Positions' => 'Θέσεις',
|
||||
'Units' => 'Μονάδες',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Departamentos',
|
||||
'Organigram' => 'Organigrama',
|
||||
'Organization' => 'Organización',
|
||||
'Positions' => 'Posiciones',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Osasto',
|
||||
'Organigram' => 'Organisaali',
|
||||
'Organization' => 'Organisaatio',
|
||||
'Positions' => 'Asemat',
|
||||
'Units' => 'Yksiköt',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Départements',
|
||||
'Organigram' => 'Organigramme',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Position',
|
||||
'Units' => 'Unités',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Osztályok',
|
||||
'Organigram' => 'Organgram',
|
||||
'Organization' => 'Szervezet',
|
||||
'Positions' => 'Helyzet',
|
||||
'Units' => 'Egységek',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Dipartimenti',
|
||||
'Organigram' => 'Organigramma',
|
||||
'Organization' => 'Organizzazione',
|
||||
'Positions' => 'Posizioni',
|
||||
'Units' => 'Unità',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => '部門',
|
||||
'Organigram' => '組織図',
|
||||
'Organization' => '組織',
|
||||
'Positions' => '位置',
|
||||
'Units' => '単位',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => '부서',
|
||||
'Organigram' => '죄수들',
|
||||
'Organization' => '조직',
|
||||
'Positions' => '위치',
|
||||
'Units' => '단위',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Avdelinger',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organisasjon',
|
||||
'Positions' => 'Posisjoner',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Wydziały',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => 'Organizacja',
|
||||
'Positions' => 'Pozycje',
|
||||
'Units' => 'Jednostki',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Departamentos.',
|
||||
'Organigram' => 'Organização',
|
||||
'Organization' => 'Organização',
|
||||
'Positions' => 'Posições',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Отделы',
|
||||
'Organigram' => 'Организация',
|
||||
'Organization' => 'Организация',
|
||||
'Positions' => 'Позиции',
|
||||
'Units' => 'Единицы',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Avdelningar',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Positioner',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'แผนก',
|
||||
'Organigram' => 'organigram',
|
||||
'Organization' => 'องค์กร',
|
||||
'Positions' => 'ตำแหน่ง',
|
||||
'Units' => 'หน่วย',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Departmanlar',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organizasyon',
|
||||
'Positions' => 'Pozisyonlar',
|
||||
'Units' => 'Birimler',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => 'Кафедри',
|
||||
'Organigram' => 'Орган',
|
||||
'Organization' => 'Організація',
|
||||
'Positions' => 'Позиції',
|
||||
'Units' => 'Підрозділ',
|
||||
]];
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Departments' => '部门',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => '组织',
|
||||
'Positions' => '姿势',
|
||||
'Units' => '单位',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'نشيط',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => ' قسم، أقسام',
|
||||
'Departments' => 'الإدارات',
|
||||
'Description' => 'وصف',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'غير نشط',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'شعار',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'اسم',
|
||||
'Parent' => 'الأبوين',
|
||||
'Position' => 'موضع',
|
||||
'Positions' => 'المواقف',
|
||||
'Postal' => '',
|
||||
'Search' => 'بحث',
|
||||
'Status' => 'حالة',
|
||||
'Unit' => 'وحدة',
|
||||
'UnitLogo' => 'شعار الوحدة',
|
||||
'Units' => 'وحدات',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktivní',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'oddělení',
|
||||
'Departments' => 'Oddělení',
|
||||
'Description' => 'Popis',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Neaktivní',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'název',
|
||||
'Parent' => 'Rodič',
|
||||
'Position' => 'Pozice',
|
||||
'Positions' => 'Polohy',
|
||||
'Postal' => '',
|
||||
'Search' => 'Vyhledávání',
|
||||
'Status' => 'Postavení',
|
||||
'Unit' => 'Jednotka',
|
||||
'UnitLogo' => 'Jednotka logo',
|
||||
'Units' => 'Jednotky',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Afdeling',
|
||||
'Departments' => 'Afdelinger.',
|
||||
'Description' => 'Beskrivelse',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inaktiv.',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo.',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Forælder',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positioner.',
|
||||
'Postal' => '',
|
||||
'Search' => 'Søg',
|
||||
'Status' => 'Status.',
|
||||
'Unit' => 'Enhed',
|
||||
'UnitLogo' => 'Enheds logo.',
|
||||
'Units' => 'Enheder.',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Ενεργός',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Τμήμα',
|
||||
'Departments' => 'Τμήματα',
|
||||
'Description' => 'Περιγραφή',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Αδρανής',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Λογότυπο',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Ονομα',
|
||||
'Parent' => 'Μητρική εταιρεία',
|
||||
'Position' => 'Θέση',
|
||||
'Positions' => 'Θέσεις',
|
||||
'Postal' => '',
|
||||
'Search' => 'Αναζήτηση',
|
||||
'Status' => 'Κατάσταση',
|
||||
'Unit' => 'Μονάδα',
|
||||
'UnitLogo' => 'Λογότυπο μονάδας',
|
||||
'Units' => 'Μονάδες',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Activo',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'Departamentos',
|
||||
'Description' => 'Descripción',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inactivo',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nombre',
|
||||
'Parent' => 'Padre',
|
||||
'Position' => 'Posición',
|
||||
'Positions' => 'Posiciones',
|
||||
'Postal' => '',
|
||||
'Search' => 'Búsqueda',
|
||||
'Status' => 'Estado',
|
||||
'Unit' => 'Unidad',
|
||||
'UnitLogo' => 'Logotipo de la unidad',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktiivinen',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Osasto',
|
||||
'Departments' => 'Osasto',
|
||||
'Description' => 'Kuvaus',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Epäaktiivinen',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nimi',
|
||||
'Parent' => 'Vanhempi',
|
||||
'Position' => 'Asento',
|
||||
'Positions' => 'Asemat',
|
||||
'Postal' => '',
|
||||
'Search' => 'Hae',
|
||||
'Status' => 'Tila',
|
||||
'Unit' => 'Yksikkö',
|
||||
'UnitLogo' => 'Yksikkölogo',
|
||||
'Units' => 'Yksiköt',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'actif',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'département',
|
||||
'Departments' => 'Départements',
|
||||
'Description' => 'La description',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inactif',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nom',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Position',
|
||||
'Postal' => '',
|
||||
'Search' => 'Chercher',
|
||||
'Status' => 'Statut',
|
||||
'Unit' => 'Unité',
|
||||
'UnitLogo' => 'Logo de l\'unité',
|
||||
'Units' => 'Unités',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktív',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Osztály',
|
||||
'Departments' => 'Osztályok',
|
||||
'Description' => 'Leírás',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inaktív',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logó',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Név',
|
||||
'Parent' => 'Szülő',
|
||||
'Position' => 'Pozíció',
|
||||
'Positions' => 'Helyzet',
|
||||
'Postal' => '',
|
||||
'Search' => 'Keresés',
|
||||
'Status' => 'Állapot',
|
||||
'Unit' => 'Mértékegység',
|
||||
'UnitLogo' => 'Egység logó',
|
||||
'Units' => 'Egységek',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Attivo',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Dipartimento',
|
||||
'Departments' => 'Dipartimenti',
|
||||
'Description' => 'Descrizione',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Non attivo',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'Genitore',
|
||||
'Position' => 'Posizione',
|
||||
'Positions' => 'Posizioni',
|
||||
'Postal' => '',
|
||||
'Search' => 'Ricerca',
|
||||
'Status' => 'Stato',
|
||||
'Unit' => 'Unità',
|
||||
'UnitLogo' => 'Logo dell\'unità',
|
||||
'Units' => 'Unità',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'アクティブ',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'デパートメント',
|
||||
'Departments' => '部門',
|
||||
'Description' => '説明',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => '非活性',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'ロゴ',
|
||||
'MainAddress' => '',
|
||||
'Name' => '名前',
|
||||
'Parent' => '親',
|
||||
'Position' => 'ポジション',
|
||||
'Positions' => '位置',
|
||||
'Postal' => '',
|
||||
'Search' => '検索',
|
||||
'Status' => '状態',
|
||||
'Unit' => '単位',
|
||||
'UnitLogo' => 'ユニットのロゴ',
|
||||
'Units' => '単位',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '활동적인',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => '부서',
|
||||
'Departments' => '부서',
|
||||
'Description' => '설명',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => '비활성으로',
|
||||
'LegalName' => '',
|
||||
'Logo' => '심벌 마크',
|
||||
'MainAddress' => '',
|
||||
'Name' => '이름',
|
||||
'Parent' => '부모의',
|
||||
'Position' => '위치',
|
||||
'Positions' => '위치',
|
||||
'Postal' => '',
|
||||
'Search' => '찾다',
|
||||
'Status' => '상태',
|
||||
'Unit' => '단위',
|
||||
'UnitLogo' => '단위 로고',
|
||||
'Units' => '단위',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Avdeling',
|
||||
'Departments' => 'Avdelinger',
|
||||
'Description' => 'Beskrivelse',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo.',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Foreldre',
|
||||
'Position' => 'Posisjon',
|
||||
'Positions' => 'Posisjoner',
|
||||
'Postal' => '',
|
||||
'Search' => 'Søk',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Enhetslogo',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktywny',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'dział',
|
||||
'Departments' => 'Wydziały',
|
||||
'Description' => 'Opis',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Nieaktywny',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nazwa',
|
||||
'Parent' => 'Rodzic',
|
||||
'Position' => 'Pozycja',
|
||||
'Positions' => 'Pozycje',
|
||||
'Postal' => '',
|
||||
'Search' => 'Szukaj',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Jednostka',
|
||||
'UnitLogo' => 'Logo jednostki',
|
||||
'Units' => 'Jednostki',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Ativo',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'Departamentos.',
|
||||
'Description' => 'Descrição',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inativo',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logotipo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'Pai',
|
||||
'Position' => 'Posição',
|
||||
'Positions' => 'Posições',
|
||||
'Postal' => '',
|
||||
'Search' => 'Procurar',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unidade',
|
||||
'UnitLogo' => 'Logotipo da unidade',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Активный',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'отделение',
|
||||
'Departments' => 'Отделы',
|
||||
'Description' => 'Описание',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Неактивный',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Логотип',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Имя',
|
||||
'Parent' => 'Родитель',
|
||||
'Position' => 'Должность',
|
||||
'Positions' => 'Позиции',
|
||||
'Postal' => '',
|
||||
'Search' => 'Поиск',
|
||||
'Status' => 'Статус',
|
||||
'Unit' => 'Единица измерения',
|
||||
'UnitLogo' => 'Блок логотипа',
|
||||
'Units' => 'Единицы',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktiva',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Avdelning',
|
||||
'Departments' => 'Avdelningar',
|
||||
'Description' => 'Beskrivning',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logotyp',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'namn',
|
||||
'Parent' => 'Förälder',
|
||||
'Position' => 'Placera',
|
||||
'Positions' => 'Positioner',
|
||||
'Postal' => '',
|
||||
'Search' => 'Sök',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Enhetslogotyp',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'คล่องแคล่ว',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'แผนก',
|
||||
'Departments' => 'แผนก',
|
||||
'Description' => 'คำอธิบาย',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'ไม่ใช้งาน',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'โลโก้',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'ชื่อ',
|
||||
'Parent' => 'พ่อแม่',
|
||||
'Position' => 'ตำแหน่ง',
|
||||
'Positions' => 'ตำแหน่ง',
|
||||
'Postal' => '',
|
||||
'Search' => 'ค้นหา',
|
||||
'Status' => 'สถานะ',
|
||||
'Unit' => 'หน่วย',
|
||||
'UnitLogo' => 'โลโก้หน่วย',
|
||||
'Units' => 'หน่วย',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktif',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Bölüm',
|
||||
'Departments' => 'Departmanlar',
|
||||
'Description' => 'Açıklama',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Aktif olmayan',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Logo',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'İsim',
|
||||
'Parent' => 'Ebeveyn',
|
||||
'Position' => 'Konum',
|
||||
'Positions' => 'Pozisyonlar',
|
||||
'Postal' => '',
|
||||
'Search' => 'Aramak',
|
||||
'Status' => 'Durum',
|
||||
'Unit' => 'Birim',
|
||||
'UnitLogo' => 'Birim logosu',
|
||||
'Units' => 'Birimler',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Активний',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => 'Кафедра',
|
||||
'Departments' => 'Кафедри',
|
||||
'Description' => 'Опис',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => 'Неактивний',
|
||||
'LegalName' => '',
|
||||
'Logo' => 'Логотип',
|
||||
'MainAddress' => '',
|
||||
'Name' => 'Назва',
|
||||
'Parent' => 'Батько',
|
||||
'Position' => 'Позиція',
|
||||
'Positions' => 'Позиції',
|
||||
'Postal' => '',
|
||||
'Search' => 'Пошук',
|
||||
'Status' => 'Статус',
|
||||
'Unit' => 'Підрозділ',
|
||||
'UnitLogo' => 'Логотип блоку',
|
||||
'Units' => 'Підрозділ',
|
||||
]];
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '积极的',
|
||||
'Address' => '',
|
||||
'City' => '',
|
||||
'Country' => '',
|
||||
'Department' => '部',
|
||||
'Departments' => '部门',
|
||||
'Description' => '描述',
|
||||
'IMG_alt_profile' => '',
|
||||
'Inactive' => '不活跃',
|
||||
'LegalName' => '',
|
||||
'Logo' => '标识',
|
||||
'MainAddress' => '',
|
||||
'Name' => '名称',
|
||||
'Parent' => '父母',
|
||||
'Position' => '位置',
|
||||
'Positions' => '姿势',
|
||||
'Postal' => '',
|
||||
'Search' => '搜索',
|
||||
'Status' => '地位',
|
||||
'Unit' => '单元',
|
||||
'UnitLogo' => '单位徽标',
|
||||
'Units' => '单位',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user