mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-11 16:18:40 +00:00
update lang files
This commit is contained in:
parent
9fd6d3d3a1
commit
428388514a
21
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'الإدارات',
|
||||
'Organigram' => 'المنظماني',
|
||||
'Organization' => 'منظمة',
|
||||
'Positions' => 'المواقف',
|
||||
'Units' => 'وحدات',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Oddělení',
|
||||
'Organigram' => 'Organizérový',
|
||||
'Organization' => 'Organizace',
|
||||
'Positions' => 'Polohy',
|
||||
'Units' => 'Jednotky',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Afdelinger.',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Positioner.',
|
||||
'Units' => 'Enheder.',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Abteilungen',
|
||||
'Organigram' => 'Organigramm',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Positionen',
|
||||
'Units' => 'Einheiten',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Τμήματα',
|
||||
'Organigram' => 'Οργανόγραμμα',
|
||||
'Organization' => 'Οργάνωση',
|
||||
'Positions' => 'Θέσεις',
|
||||
'Units' => 'Μονάδες',
|
||||
]];
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Organization
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
|
|||
21
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Departamentos',
|
||||
'Organigram' => 'Organigrama',
|
||||
'Organization' => 'Organización',
|
||||
'Positions' => 'Posiciones',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Osasto',
|
||||
'Organigram' => 'Organisaali',
|
||||
'Organization' => 'Organisaatio',
|
||||
'Positions' => 'Asemat',
|
||||
'Units' => 'Yksiköt',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Départements',
|
||||
'Organigram' => 'Organigramme',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Position',
|
||||
'Units' => 'Unités',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Osztályok',
|
||||
'Organigram' => 'Organgram',
|
||||
'Organization' => 'Szervezet',
|
||||
'Positions' => 'Helyzet',
|
||||
'Units' => 'Egységek',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Dipartimenti',
|
||||
'Organigram' => 'Organigramma',
|
||||
'Organization' => 'Organizzazione',
|
||||
'Positions' => 'Posizioni',
|
||||
'Units' => 'Unità',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => '部門',
|
||||
'Organigram' => '組織図',
|
||||
'Organization' => '組織',
|
||||
'Positions' => '位置',
|
||||
'Units' => '単位',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => '부서',
|
||||
'Organigram' => '죄수들',
|
||||
'Organization' => '조직',
|
||||
'Positions' => '위치',
|
||||
'Units' => '단위',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Avdelinger',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organisasjon',
|
||||
'Positions' => 'Posisjoner',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Wydziały',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => 'Organizacja',
|
||||
'Positions' => 'Pozycje',
|
||||
'Units' => 'Jednostki',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Departamentos.',
|
||||
'Organigram' => 'Organização',
|
||||
'Organization' => 'Organização',
|
||||
'Positions' => 'Posições',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Отделы',
|
||||
'Organigram' => 'Организация',
|
||||
'Organization' => 'Организация',
|
||||
'Positions' => 'Позиции',
|
||||
'Units' => 'Единицы',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Avdelningar',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organisation',
|
||||
'Positions' => 'Positioner',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'แผนก',
|
||||
'Organigram' => 'organigram',
|
||||
'Organization' => 'องค์กร',
|
||||
'Positions' => 'ตำแหน่ง',
|
||||
'Units' => 'หน่วย',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Departmanlar',
|
||||
'Organigram' => 'Organigram',
|
||||
'Organization' => 'Organizasyon',
|
||||
'Positions' => 'Pozisyonlar',
|
||||
'Units' => 'Birimler',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => 'Кафедри',
|
||||
'Organigram' => 'Орган',
|
||||
'Organization' => 'Організація',
|
||||
'Positions' => 'Позиції',
|
||||
'Units' => 'Підрозділ',
|
||||
]];
|
||||
21
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
21
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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' => [
|
||||
'Departments' => '部门',
|
||||
'Organigram' => 'Organigram.',
|
||||
'Organization' => '组织',
|
||||
'Positions' => '姿势',
|
||||
'Units' => '单位',
|
||||
]];
|
||||
|
|
@ -14,18 +14,18 @@ declare(strict_types=1);
|
|||
|
||||
return ['Organization' => [
|
||||
'Active' => 'نشيط',
|
||||
'Department' => 'قسم',
|
||||
'Department' => ' قسم، أقسام',
|
||||
'Departments' => 'الإدارات',
|
||||
'Description' => 'وصف',
|
||||
'Inactive' => 'غير نشط',
|
||||
'Logo' => 'شعار',
|
||||
'Name' => 'اسم',
|
||||
'Parent' => 'الأبوين',
|
||||
'Position' => 'موقع',
|
||||
'Positions' => 'مواقف',
|
||||
'Position' => 'موضع',
|
||||
'Positions' => 'المواقف',
|
||||
'Search' => 'بحث',
|
||||
'Status' => 'حالة',
|
||||
'Unit' => 'وحدة',
|
||||
'UnitLogo' => 'وحدة الشعار',
|
||||
'UnitLogo' => 'شعار الوحدة',
|
||||
'Units' => 'وحدات',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Aktivní',
|
||||
'Department' => 'oddělení',
|
||||
'Departments' => 'odbory',
|
||||
'Departments' => 'Oddělení',
|
||||
'Description' => 'Popis',
|
||||
'Inactive' => 'Neaktivní',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'název',
|
||||
'Parent' => 'Rodič',
|
||||
'Position' => 'Pozice',
|
||||
'Positions' => 'pozice',
|
||||
'Positions' => 'Polohy',
|
||||
'Search' => 'Vyhledávání',
|
||||
'Status' => 'Postavení',
|
||||
'Unit' => 'Jednotka',
|
||||
'UnitLogo' => 'jednotka Logo',
|
||||
'UnitLogo' => 'Jednotka logo',
|
||||
'Units' => 'Jednotky',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Department' => 'Afdeling',
|
||||
'Departments' => 'Afdelinger',
|
||||
'Departments' => 'Afdelinger.',
|
||||
'Description' => 'Beskrivelse',
|
||||
'Inactive' => 'inaktive',
|
||||
'Logo' => 'Logo',
|
||||
'Inactive' => 'Inaktiv.',
|
||||
'Logo' => 'Logo.',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Forældre',
|
||||
'Parent' => 'Forælder',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positioner',
|
||||
'Positions' => 'Positioner.',
|
||||
'Search' => 'Søg',
|
||||
'Status' => 'status',
|
||||
'Status' => 'Status.',
|
||||
'Unit' => 'Enhed',
|
||||
'UnitLogo' => 'enhed Logo',
|
||||
'Units' => 'Enheder',
|
||||
'UnitLogo' => 'Enheds logo.',
|
||||
'Units' => 'Enheder.',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,19 +13,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '',
|
||||
'Department' => '',
|
||||
'Departments' => '',
|
||||
'Description' => '',
|
||||
'Inactive' => '',
|
||||
'Logo' => '',
|
||||
'Name' => '',
|
||||
'Parent' => '',
|
||||
'Position' => '',
|
||||
'Positions' => '',
|
||||
'Search' => '',
|
||||
'Status' => '',
|
||||
'Unit' => '',
|
||||
'UnitLogo' => '',
|
||||
'Units' => '',
|
||||
'Active' => 'Aktiv',
|
||||
'Department' => 'Abteilung',
|
||||
'Departments' => 'Abteilungen',
|
||||
'Description' => 'Beschreibung',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Name',
|
||||
'Parent' => 'Elternteil',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positionen',
|
||||
'Search' => 'Suche',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Einheit',
|
||||
'UnitLogo' => 'Einheit-Logo',
|
||||
'Units' => 'Einheiten',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@ return ['Organization' => [
|
|||
'Name' => 'Ονομα',
|
||||
'Parent' => 'Μητρική εταιρεία',
|
||||
'Position' => 'Θέση',
|
||||
'Positions' => 'θέσεις',
|
||||
'Positions' => 'Θέσεις',
|
||||
'Search' => 'Αναζήτηση',
|
||||
'Status' => 'Κατάσταση',
|
||||
'Unit' => 'Μονάδα',
|
||||
'UnitLogo' => 'Μονάδα Logo',
|
||||
'Units' => 'μονάδες',
|
||||
'UnitLogo' => 'Λογότυπο μονάδας',
|
||||
'Units' => 'Μονάδες',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Activo',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'departamentos',
|
||||
'Departments' => 'Departamentos',
|
||||
'Description' => 'Descripción',
|
||||
'Inactive' => 'Inactivo',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nombre',
|
||||
'Parent' => 'Padre',
|
||||
'Position' => 'Posición',
|
||||
'Positions' => 'posiciones',
|
||||
'Search' => 'Buscar',
|
||||
'Positions' => 'Posiciones',
|
||||
'Search' => 'Búsqueda',
|
||||
'Status' => 'Estado',
|
||||
'Unit' => 'Unidad',
|
||||
'UnitLogo' => 'unidad Logo',
|
||||
'UnitLogo' => 'Logotipo de la unidad',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,19 +13,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'aktiivinen',
|
||||
'Department' => 'osasto',
|
||||
'Departments' => 'osastot',
|
||||
'Active' => 'Aktiivinen',
|
||||
'Department' => 'Osasto',
|
||||
'Departments' => 'Osasto',
|
||||
'Description' => 'Kuvaus',
|
||||
'Inactive' => 'Epäaktiivinen',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nimi',
|
||||
'Parent' => 'vanhempi',
|
||||
'Position' => 'asento',
|
||||
'Positions' => 'kannat',
|
||||
'Parent' => 'Vanhempi',
|
||||
'Position' => 'Asento',
|
||||
'Positions' => 'Asemat',
|
||||
'Search' => 'Hae',
|
||||
'Status' => 'Tila',
|
||||
'Unit' => 'yksikkö',
|
||||
'UnitLogo' => 'yksikkö Logo',
|
||||
'Units' => 'yksiköt',
|
||||
'Unit' => 'Yksikkö',
|
||||
'UnitLogo' => 'Yksikkölogo',
|
||||
'Units' => 'Yksiköt',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -16,16 +16,16 @@ return ['Organization' => [
|
|||
'Active' => 'actif',
|
||||
'Department' => 'département',
|
||||
'Departments' => 'Départements',
|
||||
'Description' => 'Description',
|
||||
'Description' => 'La description',
|
||||
'Inactive' => 'Inactif',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nom',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Positionner',
|
||||
'Positions' => 'positions',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Position',
|
||||
'Search' => 'Chercher',
|
||||
'Status' => 'Statut',
|
||||
'Unit' => 'Unité',
|
||||
'UnitLogo' => 'Logo unité',
|
||||
'UnitLogo' => 'Logo de l\\'unité',
|
||||
'Units' => 'Unités',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -17,15 +17,15 @@ return ['Organization' => [
|
|||
'Department' => 'Osztály',
|
||||
'Departments' => 'Osztályok',
|
||||
'Description' => 'Leírás',
|
||||
'Inactive' => 'tétlen',
|
||||
'Logo' => 'logo',
|
||||
'Inactive' => 'Inaktív',
|
||||
'Logo' => 'Logó',
|
||||
'Name' => 'Név',
|
||||
'Parent' => 'Szülő',
|
||||
'Position' => 'Pozíció',
|
||||
'Positions' => 'pozíciók',
|
||||
'Positions' => 'Helyzet',
|
||||
'Search' => 'Keresés',
|
||||
'Status' => 'Állapot',
|
||||
'Unit' => 'Mértékegység',
|
||||
'UnitLogo' => 'egység Logo',
|
||||
'Units' => 'egységek',
|
||||
'UnitLogo' => 'Egység logó',
|
||||
'Units' => 'Egységek',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Attivo',
|
||||
'Department' => 'Dipartimento',
|
||||
'Departments' => 'dipartimenti',
|
||||
'Departments' => 'Dipartimenti',
|
||||
'Description' => 'Descrizione',
|
||||
'Inactive' => 'Non attivo',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'Genitore',
|
||||
'Position' => 'Posizione',
|
||||
'Positions' => 'posizioni',
|
||||
'Positions' => 'Posizioni',
|
||||
'Search' => 'Ricerca',
|
||||
'Status' => 'Stato',
|
||||
'Unit' => 'Unità',
|
||||
'UnitLogo' => 'Unità Logo',
|
||||
'Units' => 'unità',
|
||||
'UnitLogo' => 'Logo dell\\'unità',
|
||||
'Units' => 'Unità',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
return ['Organization' => [
|
||||
'Active' => 'アクティブ',
|
||||
'Department' => '部門',
|
||||
'Department' => 'デパートメント',
|
||||
'Departments' => '部門',
|
||||
'Description' => '説明',
|
||||
'Inactive' => '非活性',
|
||||
|
|
@ -22,8 +22,8 @@ return ['Organization' => [
|
|||
'Name' => '名前',
|
||||
'Parent' => '親',
|
||||
'Position' => 'ポジション',
|
||||
'Positions' => '体位',
|
||||
'Search' => '探す',
|
||||
'Positions' => '位置',
|
||||
'Search' => '検索',
|
||||
'Status' => '状態',
|
||||
'Unit' => '単位',
|
||||
'UnitLogo' => 'ユニットのロゴ',
|
||||
|
|
|
|||
|
|
@ -13,17 +13,17 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => '유효한',
|
||||
'Department' => '학과',
|
||||
'Active' => '활동적인',
|
||||
'Department' => '부서',
|
||||
'Departments' => '부서',
|
||||
'Description' => '기술',
|
||||
'Inactive' => '비활성',
|
||||
'Description' => '설명',
|
||||
'Inactive' => '비활성으로',
|
||||
'Logo' => '심벌 마크',
|
||||
'Name' => '이름',
|
||||
'Parent' => '부모의',
|
||||
'Position' => '위치',
|
||||
'Positions' => '포지션',
|
||||
'Search' => '검색',
|
||||
'Positions' => '위치',
|
||||
'Search' => '찾다',
|
||||
'Status' => '상태',
|
||||
'Unit' => '단위',
|
||||
'UnitLogo' => '단위 로고',
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Department' => 'Avdeling',
|
||||
'Departments' => 'avdelinger',
|
||||
'Departments' => 'Avdelinger',
|
||||
'Description' => 'Beskrivelse',
|
||||
'Inactive' => 'inaktiv',
|
||||
'Logo' => 'logo',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'Logo' => 'Logo.',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Stilling',
|
||||
'Positions' => 'posisjoner',
|
||||
'Parent' => 'Foreldre',
|
||||
'Position' => 'Posisjon',
|
||||
'Positions' => 'Posisjoner',
|
||||
'Search' => 'Søk',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'enheter',
|
||||
'UnitLogo' => 'Enhetslogo',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -14,18 +14,18 @@ declare(strict_types=1);
|
|||
|
||||
return ['Organization' => [
|
||||
'Active' => 'Aktywny',
|
||||
'Department' => 'Departament',
|
||||
'Departments' => 'wydziały',
|
||||
'Department' => 'dział',
|
||||
'Departments' => 'Wydziały',
|
||||
'Description' => 'Opis',
|
||||
'Inactive' => 'Nieaktywny',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nazwa',
|
||||
'Parent' => 'Rodzic',
|
||||
'Position' => 'Pozycja',
|
||||
'Positions' => 'pozycje',
|
||||
'Positions' => 'Pozycje',
|
||||
'Search' => 'Szukaj',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Jednostka',
|
||||
'UnitLogo' => 'jednostka Logo',
|
||||
'Units' => 'jednostki',
|
||||
'UnitLogo' => 'Logo jednostki',
|
||||
'Units' => 'Jednostki',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Ativo',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'departamentos',
|
||||
'Departments' => 'Departamentos.',
|
||||
'Description' => 'Descrição',
|
||||
'Inactive' => 'Inativo',
|
||||
'Logo' => 'Logotipo',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'parente',
|
||||
'Parent' => 'Pai',
|
||||
'Position' => 'Posição',
|
||||
'Positions' => 'posições',
|
||||
'Positions' => 'Posições',
|
||||
'Search' => 'Procurar',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unidade',
|
||||
'UnitLogo' => 'Logo unidade',
|
||||
'UnitLogo' => 'Logotipo da unidade',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,19 +13,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'активный',
|
||||
'Active' => 'Активный',
|
||||
'Department' => 'отделение',
|
||||
'Departments' => 'ведомства',
|
||||
'Departments' => 'Отделы',
|
||||
'Description' => 'Описание',
|
||||
'Inactive' => 'Неактивный',
|
||||
'Logo' => 'логотип',
|
||||
'Logo' => 'Логотип',
|
||||
'Name' => 'Имя',
|
||||
'Parent' => 'родитель',
|
||||
'Position' => 'Позиция',
|
||||
'Positions' => 'позиции',
|
||||
'Parent' => 'Родитель',
|
||||
'Position' => 'Должность',
|
||||
'Positions' => 'Позиции',
|
||||
'Search' => 'Поиск',
|
||||
'Status' => 'Положение дел',
|
||||
'Status' => 'Статус',
|
||||
'Unit' => 'Единица измерения',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'UnitLogo' => 'Блок логотипа',
|
||||
'Units' => 'Единицы',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Aktiva',
|
||||
'Department' => 'Avdelning',
|
||||
'Departments' => 'avdelningar',
|
||||
'Departments' => 'Avdelningar',
|
||||
'Description' => 'Beskrivning',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'Logo' => 'Logotyp',
|
||||
'Name' => 'namn',
|
||||
'Parent' => 'Förälder',
|
||||
'Position' => 'Placera',
|
||||
'Positions' => 'positioner',
|
||||
'Positions' => 'Positioner',
|
||||
'Search' => 'Sök',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'UnitLogo' => 'Enhetslogotyp',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -14,18 +14,18 @@ declare(strict_types=1);
|
|||
|
||||
return ['Organization' => [
|
||||
'Active' => 'คล่องแคล่ว',
|
||||
'Department' => 'สาขา',
|
||||
'Departments' => 'หน่วยงาน',
|
||||
'Description' => 'ลักษณะ',
|
||||
'Inactive' => 'เฉื่อยชา',
|
||||
'Logo' => 'เครื่องหมาย',
|
||||
'Department' => 'แผนก',
|
||||
'Departments' => 'แผนก',
|
||||
'Description' => 'คำอธิบาย',
|
||||
'Inactive' => 'ไม่ใช้งาน',
|
||||
'Logo' => 'โลโก้',
|
||||
'Name' => 'ชื่อ',
|
||||
'Parent' => 'ผู้ปกครอง',
|
||||
'Parent' => 'พ่อแม่',
|
||||
'Position' => 'ตำแหน่ง',
|
||||
'Positions' => 'ตำแหน่ง',
|
||||
'Search' => 'ค้นหา',
|
||||
'Status' => 'สถานะ',
|
||||
'Unit' => 'หน่วย',
|
||||
'UnitLogo' => 'หน่วยโลโก้',
|
||||
'UnitLogo' => 'โลโก้หน่วย',
|
||||
'Units' => 'หน่วย',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -15,17 +15,17 @@ declare(strict_types=1);
|
|||
return ['Organization' => [
|
||||
'Active' => 'Aktif',
|
||||
'Department' => 'Bölüm',
|
||||
'Departments' => 'Bölümler',
|
||||
'Departments' => 'Departmanlar',
|
||||
'Description' => 'Açıklama',
|
||||
'Inactive' => 'pasif',
|
||||
'Inactive' => 'Aktif olmayan',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'ad',
|
||||
'Parent' => 'ebeveyn',
|
||||
'Position' => 'Durum',
|
||||
'Name' => 'İsim',
|
||||
'Parent' => 'Ebeveyn',
|
||||
'Position' => 'Konum',
|
||||
'Positions' => 'Pozisyonlar',
|
||||
'Search' => 'Arama',
|
||||
'Status' => 'durum',
|
||||
'Unit' => 'birim',
|
||||
'UnitLogo' => 'Birim Logosu',
|
||||
'Search' => 'Aramak',
|
||||
'Status' => 'Durum',
|
||||
'Unit' => 'Birim',
|
||||
'UnitLogo' => 'Birim logosu',
|
||||
'Units' => 'Birimler',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,19 +13,19 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Organization' => [
|
||||
'Active' => 'активний',
|
||||
'Department' => 'відділ',
|
||||
'Departments' => 'відомства',
|
||||
'Description' => 'опис',
|
||||
'Inactive' => 'неактивний',
|
||||
'Logo' => 'логотип',
|
||||
'Name' => 'ім\'я',
|
||||
'Parent' => 'батько',
|
||||
'Position' => 'становище',
|
||||
'Positions' => 'позиції',
|
||||
'Active' => 'Активний',
|
||||
'Department' => 'Кафедра',
|
||||
'Departments' => 'Кафедри',
|
||||
'Description' => 'Опис',
|
||||
'Inactive' => 'Неактивний',
|
||||
'Logo' => 'Логотип',
|
||||
'Name' => 'Назва',
|
||||
'Parent' => 'Батько',
|
||||
'Position' => 'Позиція',
|
||||
'Positions' => 'Позиції',
|
||||
'Search' => 'Пошук',
|
||||
'Status' => 'статус',
|
||||
'Unit' => 'блок',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'одиниці',
|
||||
'Status' => 'Статус',
|
||||
'Unit' => 'Підрозділ',
|
||||
'UnitLogo' => 'Логотип блоку',
|
||||
'Units' => 'Підрозділ',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@ return ['Organization' => [
|
|||
'Department' => '部',
|
||||
'Departments' => '部门',
|
||||
'Description' => '描述',
|
||||
'Inactive' => '待用',
|
||||
'Inactive' => '不活跃',
|
||||
'Logo' => '标识',
|
||||
'Name' => '姓名',
|
||||
'Parent' => '亲',
|
||||
'Name' => '名称',
|
||||
'Parent' => '父母',
|
||||
'Position' => '位置',
|
||||
'Positions' => '位置',
|
||||
'Positions' => '姿势',
|
||||
'Search' => '搜索',
|
||||
'Status' => '状态',
|
||||
'Status' => '地位',
|
||||
'Unit' => '单元',
|
||||
'UnitLogo' => '单位徽标',
|
||||
'Units' => '单位',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user