mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-25 14:28:40 +00:00
draft additional languages
This commit is contained in:
parent
c56b6cafb7
commit
f27dc3b414
31
Theme/Backend/Lang/ar.lang.php
Normal file
31
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'نشيط',
|
||||
'Department' => 'قسم',
|
||||
'Departments' => 'الإدارات',
|
||||
'Description' => 'وصف',
|
||||
'Inactive' => 'غير نشط',
|
||||
'Logo' => 'شعار',
|
||||
'Name' => 'اسم',
|
||||
'Parent' => 'الأبوين',
|
||||
'Position' => 'موقع',
|
||||
'Positions' => 'مواقف',
|
||||
'Search' => 'بحث',
|
||||
'Status' => 'حالة',
|
||||
'Unit' => 'وحدة',
|
||||
'UnitLogo' => 'وحدة الشعار',
|
||||
'Units' => 'وحدات',
|
||||
]];
|
||||
31
Theme/Backend/Lang/cs.lang.php
Normal file
31
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktivní',
|
||||
'Department' => 'oddělení',
|
||||
'Departments' => 'odbory',
|
||||
'Description' => 'Popis',
|
||||
'Inactive' => 'Neaktivní',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'název',
|
||||
'Parent' => 'Rodič',
|
||||
'Position' => 'Pozice',
|
||||
'Positions' => 'pozice',
|
||||
'Search' => 'Vyhledávání',
|
||||
'Status' => 'Postavení',
|
||||
'Unit' => 'Jednotka',
|
||||
'UnitLogo' => 'jednotka Logo',
|
||||
'Units' => 'Jednotky',
|
||||
]];
|
||||
31
Theme/Backend/Lang/da.lang.php
Normal file
31
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Department' => 'Afdeling',
|
||||
'Departments' => 'Afdelinger',
|
||||
'Description' => 'Beskrivelse',
|
||||
'Inactive' => 'inaktive',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Forældre',
|
||||
'Position' => 'Position',
|
||||
'Positions' => 'Positioner',
|
||||
'Search' => 'Søg',
|
||||
'Status' => 'status',
|
||||
'Unit' => 'Enhed',
|
||||
'UnitLogo' => 'enhed Logo',
|
||||
'Units' => 'Enheder',
|
||||
]];
|
||||
31
Theme/Backend/Lang/el.lang.php
Normal file
31
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Ενεργός',
|
||||
'Department' => 'Τμήμα',
|
||||
'Departments' => 'Τμήματα',
|
||||
'Description' => 'Περιγραφή',
|
||||
'Inactive' => 'Αδρανής',
|
||||
'Logo' => 'Λογότυπο',
|
||||
'Name' => 'Ονομα',
|
||||
'Parent' => 'Μητρική εταιρεία',
|
||||
'Position' => 'Θέση',
|
||||
'Positions' => 'θέσεις',
|
||||
'Search' => 'Αναζήτηση',
|
||||
'Status' => 'Κατάσταση',
|
||||
'Unit' => 'Μονάδα',
|
||||
'UnitLogo' => 'Μονάδα Logo',
|
||||
'Units' => 'μονάδες',
|
||||
]];
|
||||
31
Theme/Backend/Lang/es.lang.php
Normal file
31
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Activo',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'departamentos',
|
||||
'Description' => 'Descripción',
|
||||
'Inactive' => 'Inactivo',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nombre',
|
||||
'Parent' => 'Padre',
|
||||
'Position' => 'Posición',
|
||||
'Positions' => 'posiciones',
|
||||
'Search' => 'Buscar',
|
||||
'Status' => 'Estado',
|
||||
'Unit' => 'Unidad',
|
||||
'UnitLogo' => 'unidad Logo',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
31
Theme/Backend/Lang/fi.lang.php
Normal file
31
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'aktiivinen',
|
||||
'Department' => 'osasto',
|
||||
'Departments' => 'osastot',
|
||||
'Description' => 'Kuvaus',
|
||||
'Inactive' => 'Epäaktiivinen',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nimi',
|
||||
'Parent' => 'vanhempi',
|
||||
'Position' => 'asento',
|
||||
'Positions' => 'kannat',
|
||||
'Search' => 'Hae',
|
||||
'Status' => 'Tila',
|
||||
'Unit' => 'yksikkö',
|
||||
'UnitLogo' => 'yksikkö Logo',
|
||||
'Units' => 'yksiköt',
|
||||
]];
|
||||
31
Theme/Backend/Lang/fr.lang.php
Normal file
31
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'actif',
|
||||
'Department' => 'département',
|
||||
'Departments' => 'Départements',
|
||||
'Description' => 'Description',
|
||||
'Inactive' => 'Inactif',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nom',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Positionner',
|
||||
'Positions' => 'positions',
|
||||
'Search' => 'Chercher',
|
||||
'Status' => 'Statut',
|
||||
'Unit' => 'Unité',
|
||||
'UnitLogo' => 'Logo unité',
|
||||
'Units' => 'Unités',
|
||||
]];
|
||||
31
Theme/Backend/Lang/hu.lang.php
Normal file
31
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktív',
|
||||
'Department' => 'Osztály',
|
||||
'Departments' => 'Osztályok',
|
||||
'Description' => 'Leírás',
|
||||
'Inactive' => 'tétlen',
|
||||
'Logo' => 'logo',
|
||||
'Name' => 'Név',
|
||||
'Parent' => 'Szülő',
|
||||
'Position' => 'Pozíció',
|
||||
'Positions' => 'pozíciók',
|
||||
'Search' => 'Keresés',
|
||||
'Status' => 'Állapot',
|
||||
'Unit' => 'Mértékegység',
|
||||
'UnitLogo' => 'egység Logo',
|
||||
'Units' => 'egységek',
|
||||
]];
|
||||
31
Theme/Backend/Lang/it.lang.php
Normal file
31
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Attivo',
|
||||
'Department' => 'Dipartimento',
|
||||
'Departments' => 'dipartimenti',
|
||||
'Description' => 'Descrizione',
|
||||
'Inactive' => 'Non attivo',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'Genitore',
|
||||
'Position' => 'Posizione',
|
||||
'Positions' => 'posizioni',
|
||||
'Search' => 'Ricerca',
|
||||
'Status' => 'Stato',
|
||||
'Unit' => 'Unità',
|
||||
'UnitLogo' => 'Unità Logo',
|
||||
'Units' => 'unità',
|
||||
]];
|
||||
31
Theme/Backend/Lang/ja.lang.php
Normal file
31
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'アクティブ',
|
||||
'Department' => '部門',
|
||||
'Departments' => '部門',
|
||||
'Description' => '説明',
|
||||
'Inactive' => '非活性',
|
||||
'Logo' => 'ロゴ',
|
||||
'Name' => '名前',
|
||||
'Parent' => '親',
|
||||
'Position' => 'ポジション',
|
||||
'Positions' => '体位',
|
||||
'Search' => '探す',
|
||||
'Status' => '状態',
|
||||
'Unit' => '単位',
|
||||
'UnitLogo' => 'ユニットのロゴ',
|
||||
'Units' => '単位',
|
||||
]];
|
||||
31
Theme/Backend/Lang/ko.lang.php
Normal file
31
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => '유효한',
|
||||
'Department' => '학과',
|
||||
'Departments' => '부서',
|
||||
'Description' => '기술',
|
||||
'Inactive' => '비활성',
|
||||
'Logo' => '심벌 마크',
|
||||
'Name' => '이름',
|
||||
'Parent' => '부모의',
|
||||
'Position' => '위치',
|
||||
'Positions' => '포지션',
|
||||
'Search' => '검색',
|
||||
'Status' => '상태',
|
||||
'Unit' => '단위',
|
||||
'UnitLogo' => '단위 로고',
|
||||
'Units' => '단위',
|
||||
]];
|
||||
31
Theme/Backend/Lang/no.lang.php
Normal file
31
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktiv',
|
||||
'Department' => 'Avdeling',
|
||||
'Departments' => 'avdelinger',
|
||||
'Description' => 'Beskrivelse',
|
||||
'Inactive' => 'inaktiv',
|
||||
'Logo' => 'logo',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Parent',
|
||||
'Position' => 'Stilling',
|
||||
'Positions' => 'posisjoner',
|
||||
'Search' => 'Søk',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'enheter',
|
||||
]];
|
||||
31
Theme/Backend/Lang/pl.lang.php
Normal file
31
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktywny',
|
||||
'Department' => 'Departament',
|
||||
'Departments' => 'wydziały',
|
||||
'Description' => 'Opis',
|
||||
'Inactive' => 'Nieaktywny',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'Nazwa',
|
||||
'Parent' => 'Rodzic',
|
||||
'Position' => 'Pozycja',
|
||||
'Positions' => 'pozycje',
|
||||
'Search' => 'Szukaj',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Jednostka',
|
||||
'UnitLogo' => 'jednostka Logo',
|
||||
'Units' => 'jednostki',
|
||||
]];
|
||||
31
Theme/Backend/Lang/pt.lang.php
Normal file
31
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Ativo',
|
||||
'Department' => 'Departamento',
|
||||
'Departments' => 'departamentos',
|
||||
'Description' => 'Descrição',
|
||||
'Inactive' => 'Inativo',
|
||||
'Logo' => 'Logotipo',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'parente',
|
||||
'Position' => 'Posição',
|
||||
'Positions' => 'posições',
|
||||
'Search' => 'Procurar',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unidade',
|
||||
'UnitLogo' => 'Logo unidade',
|
||||
'Units' => 'Unidades',
|
||||
]];
|
||||
31
Theme/Backend/Lang/ru.lang.php
Normal file
31
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'активный',
|
||||
'Department' => 'отделение',
|
||||
'Departments' => 'ведомства',
|
||||
'Description' => 'Описание',
|
||||
'Inactive' => 'Неактивный',
|
||||
'Logo' => 'логотип',
|
||||
'Name' => 'Имя',
|
||||
'Parent' => 'родитель',
|
||||
'Position' => 'Позиция',
|
||||
'Positions' => 'позиции',
|
||||
'Search' => 'Поиск',
|
||||
'Status' => 'Положение дел',
|
||||
'Unit' => 'Единица измерения',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Единицы',
|
||||
]];
|
||||
31
Theme/Backend/Lang/sv.lang.php
Normal file
31
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktiva',
|
||||
'Department' => 'Avdelning',
|
||||
'Departments' => 'avdelningar',
|
||||
'Description' => 'Beskrivning',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'Logo' => 'Logotyp',
|
||||
'Name' => 'namn',
|
||||
'Parent' => 'Förälder',
|
||||
'Position' => 'Placera',
|
||||
'Positions' => 'positioner',
|
||||
'Search' => 'Sök',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Enhet',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'Enheter',
|
||||
]];
|
||||
31
Theme/Backend/Lang/th.lang.php
Normal file
31
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'คล่องแคล่ว',
|
||||
'Department' => 'สาขา',
|
||||
'Departments' => 'หน่วยงาน',
|
||||
'Description' => 'ลักษณะ',
|
||||
'Inactive' => 'เฉื่อยชา',
|
||||
'Logo' => 'เครื่องหมาย',
|
||||
'Name' => 'ชื่อ',
|
||||
'Parent' => 'ผู้ปกครอง',
|
||||
'Position' => 'ตำแหน่ง',
|
||||
'Positions' => 'ตำแหน่ง',
|
||||
'Search' => 'ค้นหา',
|
||||
'Status' => 'สถานะ',
|
||||
'Unit' => 'หน่วย',
|
||||
'UnitLogo' => 'หน่วยโลโก้',
|
||||
'Units' => 'หน่วย',
|
||||
]];
|
||||
31
Theme/Backend/Lang/tr.lang.php
Normal file
31
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'Aktif',
|
||||
'Department' => 'Bölüm',
|
||||
'Departments' => 'Bölümler',
|
||||
'Description' => 'Açıklama',
|
||||
'Inactive' => 'pasif',
|
||||
'Logo' => 'Logo',
|
||||
'Name' => 'ad',
|
||||
'Parent' => 'ebeveyn',
|
||||
'Position' => 'Durum',
|
||||
'Positions' => 'Pozisyonlar',
|
||||
'Search' => 'Arama',
|
||||
'Status' => 'durum',
|
||||
'Unit' => 'birim',
|
||||
'UnitLogo' => 'Birim Logosu',
|
||||
'Units' => 'Birimler',
|
||||
]];
|
||||
31
Theme/Backend/Lang/uk.lang.php
Normal file
31
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => 'активний',
|
||||
'Department' => 'відділ',
|
||||
'Departments' => 'відомства',
|
||||
'Description' => 'опис',
|
||||
'Inactive' => 'неактивний',
|
||||
'Logo' => 'логотип',
|
||||
'Name' => 'ім\'я',
|
||||
'Parent' => 'батько',
|
||||
'Position' => 'становище',
|
||||
'Positions' => 'позиції',
|
||||
'Search' => 'Пошук',
|
||||
'Status' => 'статус',
|
||||
'Unit' => 'блок',
|
||||
'UnitLogo' => 'Unit Logo',
|
||||
'Units' => 'одиниці',
|
||||
]];
|
||||
31
Theme/Backend/Lang/zh.lang.php
Normal file
31
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 ['Organization' => [
|
||||
'Active' => '积极的',
|
||||
'Department' => '部',
|
||||
'Departments' => '部门',
|
||||
'Description' => '描述',
|
||||
'Inactive' => '待用',
|
||||
'Logo' => '标识',
|
||||
'Name' => '姓名',
|
||||
'Parent' => '亲',
|
||||
'Position' => '位置',
|
||||
'Positions' => '位置',
|
||||
'Search' => '搜索',
|
||||
'Status' => '状态',
|
||||
'Unit' => '单元',
|
||||
'UnitLogo' => '单位徽标',
|
||||
'Units' => '单位',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user