fix language

This commit is contained in:
Dennis Eichhorn 2023-09-23 23:05:19 +00:00
parent 30f1545976
commit 3a1f2a39d9
22 changed files with 484 additions and 344 deletions

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'نشيط', 'Active' => 'نشيط',
'Department' => ' قسم، أقسام', 'Address' => '',
'Departments' => 'الإدارات', 'City' => '',
'Description' => 'وصف', 'Country' => '',
'Inactive' => 'غير نشط', 'Department' => ' قسم، أقسام',
'Logo' => 'شعار', 'Departments' => 'الإدارات',
'Name' => 'اسم', 'Description' => 'وصف',
'Parent' => 'الأبوين', 'IMG_alt_profile' => '',
'Position' => 'موضع', 'Inactive' => 'غير نشط',
'Positions' => 'المواقف', 'LegalName' => '',
'Search' => 'بحث', 'Logo' => 'شعار',
'Status' => 'حالة', 'MainAddress' => '',
'Unit' => 'وحدة', 'Name' => 'اسم',
'UnitLogo' => 'شعار الوحدة', 'Parent' => 'الأبوين',
'Units' => 'وحدات', 'Position' => 'موضع',
'Positions' => 'المواقف',
'Postal' => '',
'Search' => 'بحث',
'Status' => 'حالة',
'Unit' => 'وحدة',
'UnitLogo' => 'شعار الوحدة',
'Units' => 'وحدات',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktivní', 'Active' => 'Aktivní',
'Department' => 'oddělení', 'Address' => '',
'Departments' => 'Oddělení', 'City' => '',
'Description' => 'Popis', 'Country' => '',
'Inactive' => 'Neaktivní', 'Department' => 'oddělení',
'Logo' => 'Logo', 'Departments' => 'Oddělení',
'Name' => 'název', 'Description' => 'Popis',
'Parent' => 'Rodič', 'IMG_alt_profile' => '',
'Position' => 'Pozice', 'Inactive' => 'Neaktivní',
'Positions' => 'Polohy', 'LegalName' => '',
'Search' => 'Vyhledávání', 'Logo' => 'Logo',
'Status' => 'Postavení', 'MainAddress' => '',
'Unit' => 'Jednotka', 'Name' => 'název',
'UnitLogo' => 'Jednotka logo', 'Parent' => 'Rodič',
'Units' => 'Jednotky', 'Position' => 'Pozice',
'Positions' => 'Polohy',
'Postal' => '',
'Search' => 'Vyhledávání',
'Status' => 'Postavení',
'Unit' => 'Jednotka',
'UnitLogo' => 'Jednotka logo',
'Units' => 'Jednotky',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'Department' => 'Afdeling', 'Address' => '',
'Departments' => 'Afdelinger.', 'City' => '',
'Description' => 'Beskrivelse', 'Country' => '',
'Inactive' => 'Inaktiv.', 'Department' => 'Afdeling',
'Logo' => 'Logo.', 'Departments' => 'Afdelinger.',
'Name' => 'Navn', 'Description' => 'Beskrivelse',
'Parent' => 'Forælder', 'IMG_alt_profile' => '',
'Position' => 'Position', 'Inactive' => 'Inaktiv.',
'Positions' => 'Positioner.', 'LegalName' => '',
'Search' => 'Søg', 'Logo' => 'Logo.',
'Status' => 'Status.', 'MainAddress' => '',
'Unit' => 'Enhed', 'Name' => 'Navn',
'UnitLogo' => 'Enheds logo.', 'Parent' => 'Forælder',
'Units' => 'Enheder.', 'Position' => 'Position',
'Positions' => 'Positioner.',
'Postal' => '',
'Search' => 'Søg',
'Status' => 'Status.',
'Unit' => 'Enhed',
'UnitLogo' => 'Enheds logo.',
'Units' => 'Enheder.',
]]; ]];

View File

@ -13,26 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'Department' => 'Abteilung', 'Address' => 'Adresse',
'Departments' => 'Abteilungen', 'City' => 'Stadt',
'Description' => 'Beschreibung', 'Country' => 'Land',
'Inactive' => 'Inaktiv', 'Department' => 'Abteilung',
'Logo' => 'Logo', 'Departments' => 'Abteilungen',
'Name' => 'Name', 'Description' => 'Beschreibung',
'Parent' => 'Elternteil', 'IMG_alt_profile' => 'Unit Bild',
'Position' => 'Position', 'Inactive' => 'Inaktiv',
'Positions' => 'Positionen', 'LegalName' => 'Unternehmensname',
'Search' => 'Suche', 'Logo' => 'Logo',
'Status' => 'Status', 'MainAddress' => 'Hauptadresse',
'Unit' => 'Einheit', 'Name' => 'Name',
'UnitLogo' => 'Einheit-Logo', 'Parent' => 'Elternteil',
'Units' => 'Einheiten', 'Position' => 'Position',
'LegalName' => 'Unternehmensname', 'Positions' => 'Positionen',
'Address' => 'Adresse', 'Postal' => 'Zip',
'Postal' => 'Zip', 'Search' => 'Suche',
'City' => 'Stadt', 'Status' => 'Status',
'Country' => 'Land', 'Unit' => 'Einheit',
'MainAddress' => 'Hauptadresse', 'UnitLogo' => 'Einheit-Logo',
'IMG_alt_profile' => 'Unit Bild', 'Units' => 'Einheiten',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Ενεργός', 'Active' => 'Ενεργός',
'Department' => 'Τμήμα', 'Address' => '',
'Departments' => 'Τμήματα', 'City' => '',
'Description' => 'Περιγραφή', 'Country' => '',
'Inactive' => 'Αδρανής', 'Department' => 'Τμήμα',
'Logo' => 'Λογότυπο', 'Departments' => 'Τμήματα',
'Name' => 'Ονομα', 'Description' => 'Περιγραφή',
'Parent' => 'Μητρική εταιρεία', 'IMG_alt_profile' => '',
'Position' => 'Θέση', 'Inactive' => 'Αδρανής',
'Positions' => 'Θέσεις', 'LegalName' => '',
'Search' => 'Αναζήτηση', 'Logo' => 'Λογότυπο',
'Status' => 'Κατάσταση', 'MainAddress' => '',
'Unit' => 'Μονάδα', 'Name' => 'Ονομα',
'UnitLogo' => 'Λογότυπο μονάδας', 'Parent' => 'Μητρική εταιρεία',
'Units' => 'Μονάδες', 'Position' => 'Θέση',
'Positions' => 'Θέσεις',
'Postal' => '',
'Search' => 'Αναζήτηση',
'Status' => 'Κατάσταση',
'Unit' => 'Μονάδα',
'UnitLogo' => 'Λογότυπο μονάδας',
'Units' => 'Μονάδες',
]]; ]];

View File

@ -13,26 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Active', 'Active' => 'Active',
'Department' => 'Department', 'Address' => 'Address',
'Departments' => 'Departments', 'City' => 'City',
'Description' => 'Description', 'Country' => 'Country',
'Inactive' => 'Inactive', 'Department' => 'Department',
'Logo' => 'Logo', 'Departments' => 'Departments',
'Name' => 'Name', 'Description' => 'Description',
'Parent' => 'Parent', 'IMG_alt_profile' => 'Unit image',
'Position' => 'Position', 'Inactive' => 'Inactive',
'Positions' => 'Positions', 'LegalName' => 'Legal Name',
'Search' => 'Search', 'Logo' => 'Logo',
'Status' => 'Status', 'MainAddress' => 'Main Address',
'Unit' => 'Unit', 'Name' => 'Name',
'UnitLogo' => 'Unit Logo', 'Parent' => 'Parent',
'Units' => 'Units', 'Position' => 'Position',
'LegalName' => 'Legal Name', 'Positions' => 'Positions',
'Address' => 'Address', 'Postal' => 'Postal',
'Postal' => 'Postal', 'Search' => 'Search',
'City' => 'City', 'Status' => 'Status',
'Country' => 'Country', 'Unit' => 'Unit',
'MainAddress' => 'Main Address', 'UnitLogo' => 'Unit Logo',
'IMG_alt_profile' => 'Unit image', 'Units' => 'Units',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Activo', 'Active' => 'Activo',
'Department' => 'Departamento', 'Address' => '',
'Departments' => 'Departamentos', 'City' => '',
'Description' => 'Descripción', 'Country' => '',
'Inactive' => 'Inactivo', 'Department' => 'Departamento',
'Logo' => 'Logo', 'Departments' => 'Departamentos',
'Name' => 'Nombre', 'Description' => 'Descripción',
'Parent' => 'Padre', 'IMG_alt_profile' => '',
'Position' => 'Posición', 'Inactive' => 'Inactivo',
'Positions' => 'Posiciones', 'LegalName' => '',
'Search' => 'Búsqueda', 'Logo' => 'Logo',
'Status' => 'Estado', 'MainAddress' => '',
'Unit' => 'Unidad', 'Name' => 'Nombre',
'UnitLogo' => 'Logotipo de la unidad', 'Parent' => 'Padre',
'Units' => 'Unidades', 'Position' => 'Posición',
'Positions' => 'Posiciones',
'Postal' => '',
'Search' => 'Búsqueda',
'Status' => 'Estado',
'Unit' => 'Unidad',
'UnitLogo' => 'Logotipo de la unidad',
'Units' => 'Unidades',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktiivinen', 'Active' => 'Aktiivinen',
'Department' => 'Osasto', 'Address' => '',
'Departments' => 'Osasto', 'City' => '',
'Description' => 'Kuvaus', 'Country' => '',
'Inactive' => 'Epäaktiivinen', 'Department' => 'Osasto',
'Logo' => 'Logo', 'Departments' => 'Osasto',
'Name' => 'Nimi', 'Description' => 'Kuvaus',
'Parent' => 'Vanhempi', 'IMG_alt_profile' => '',
'Position' => 'Asento', 'Inactive' => 'Epäaktiivinen',
'Positions' => 'Asemat', 'LegalName' => '',
'Search' => 'Hae', 'Logo' => 'Logo',
'Status' => 'Tila', 'MainAddress' => '',
'Unit' => 'Yksikkö', 'Name' => 'Nimi',
'UnitLogo' => 'Yksikkölogo', 'Parent' => 'Vanhempi',
'Units' => 'Yksiköt', 'Position' => 'Asento',
'Positions' => 'Asemat',
'Postal' => '',
'Search' => 'Hae',
'Status' => 'Tila',
'Unit' => 'Yksikkö',
'UnitLogo' => 'Yksikkölogo',
'Units' => 'Yksiköt',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'actif', 'Active' => 'actif',
'Department' => 'département', 'Address' => '',
'Departments' => 'Départements', 'City' => '',
'Description' => 'La description', 'Country' => '',
'Inactive' => 'Inactif', 'Department' => 'département',
'Logo' => 'Logo', 'Departments' => 'Départements',
'Name' => 'Nom', 'Description' => 'La description',
'Parent' => 'Parent', 'IMG_alt_profile' => '',
'Position' => 'Position', 'Inactive' => 'Inactif',
'Positions' => 'Position', 'LegalName' => '',
'Search' => 'Chercher', 'Logo' => 'Logo',
'Status' => 'Statut', 'MainAddress' => '',
'Unit' => 'Unité', 'Name' => 'Nom',
'UnitLogo' => 'Logo de l\'unité', 'Parent' => 'Parent',
'Units' => 'Unités', 'Position' => 'Position',
'Positions' => 'Position',
'Postal' => '',
'Search' => 'Chercher',
'Status' => 'Statut',
'Unit' => 'Unité',
'UnitLogo' => 'Logo de l\'unité',
'Units' => 'Unités',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktív', 'Active' => 'Aktív',
'Department' => 'Osztály', 'Address' => '',
'Departments' => 'Osztályok', 'City' => '',
'Description' => 'Leírás', 'Country' => '',
'Inactive' => 'Inaktív', 'Department' => 'Osztály',
'Logo' => 'Logó', 'Departments' => 'Osztályok',
'Name' => 'Név', 'Description' => 'Leírás',
'Parent' => 'Szülő', 'IMG_alt_profile' => '',
'Position' => 'Pozíció', 'Inactive' => 'Inaktív',
'Positions' => 'Helyzet', 'LegalName' => '',
'Search' => 'Keresés', 'Logo' => 'Logó',
'Status' => 'Állapot', 'MainAddress' => '',
'Unit' => 'Mértékegység', 'Name' => 'Név',
'UnitLogo' => 'Egység logó', 'Parent' => 'Szülő',
'Units' => 'Egységek', 'Position' => 'Pozíció',
'Positions' => 'Helyzet',
'Postal' => '',
'Search' => 'Keresés',
'Status' => 'Állapot',
'Unit' => 'Mértékegység',
'UnitLogo' => 'Egység logó',
'Units' => 'Egységek',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Attivo', 'Active' => 'Attivo',
'Department' => 'Dipartimento', 'Address' => '',
'Departments' => 'Dipartimenti', 'City' => '',
'Description' => 'Descrizione', 'Country' => '',
'Inactive' => 'Non attivo', 'Department' => 'Dipartimento',
'Logo' => 'Logo', 'Departments' => 'Dipartimenti',
'Name' => 'Nome', 'Description' => 'Descrizione',
'Parent' => 'Genitore', 'IMG_alt_profile' => '',
'Position' => 'Posizione', 'Inactive' => 'Non attivo',
'Positions' => 'Posizioni', 'LegalName' => '',
'Search' => 'Ricerca', 'Logo' => 'Logo',
'Status' => 'Stato', 'MainAddress' => '',
'Unit' => 'Unità', 'Name' => 'Nome',
'UnitLogo' => 'Logo dell\'unità', 'Parent' => 'Genitore',
'Units' => 'Unità', 'Position' => 'Posizione',
'Positions' => 'Posizioni',
'Postal' => '',
'Search' => 'Ricerca',
'Status' => 'Stato',
'Unit' => 'Unità',
'UnitLogo' => 'Logo dell\'unità',
'Units' => 'Unità',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'アクティブ', 'Active' => 'アクティブ',
'Department' => 'デパートメント', 'Address' => '',
'Departments' => '部門', 'City' => '',
'Description' => '説明', 'Country' => '',
'Inactive' => '非活性', 'Department' => 'デパートメント',
'Logo' => 'ロゴ', 'Departments' => '部門',
'Name' => '名前', 'Description' => '説明',
'Parent' => '親', 'IMG_alt_profile' => '',
'Position' => 'ポジション', 'Inactive' => '非活性',
'Positions' => '位置', 'LegalName' => '',
'Search' => '検索', 'Logo' => 'ロゴ',
'Status' => '状態', 'MainAddress' => '',
'Unit' => '単位', 'Name' => '名前',
'UnitLogo' => 'ユニットのロゴ', 'Parent' => '親',
'Units' => '単位', 'Position' => 'ポジション',
'Positions' => '位置',
'Postal' => '',
'Search' => '検索',
'Status' => '状態',
'Unit' => '単位',
'UnitLogo' => 'ユニットのロゴ',
'Units' => '単位',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => '활동적인', 'Active' => '활동적인',
'Department' => '부서', 'Address' => '',
'Departments' => '부서', 'City' => '',
'Description' => '설명', 'Country' => '',
'Inactive' => '비활성으로', 'Department' => '부서',
'Logo' => '심벌 마크', 'Departments' => '부서',
'Name' => '이름', 'Description' => '설명',
'Parent' => '부모의', 'IMG_alt_profile' => '',
'Position' => '위치', 'Inactive' => '비활성으로',
'Positions' => '위치', 'LegalName' => '',
'Search' => '찾다', 'Logo' => '심벌 마크',
'Status' => '상태', 'MainAddress' => '',
'Unit' => '단위', 'Name' => '이름',
'UnitLogo' => '단위 로고', 'Parent' => '부모의',
'Units' => '단위', 'Position' => '위치',
'Positions' => '위치',
'Postal' => '',
'Search' => '찾다',
'Status' => '상태',
'Unit' => '단위',
'UnitLogo' => '단위 로고',
'Units' => '단위',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'Department' => 'Avdeling', 'Address' => '',
'Departments' => 'Avdelinger', 'City' => '',
'Description' => 'Beskrivelse', 'Country' => '',
'Inactive' => 'Inaktiv', 'Department' => 'Avdeling',
'Logo' => 'Logo.', 'Departments' => 'Avdelinger',
'Name' => 'Navn', 'Description' => 'Beskrivelse',
'Parent' => 'Foreldre', 'IMG_alt_profile' => '',
'Position' => 'Posisjon', 'Inactive' => 'Inaktiv',
'Positions' => 'Posisjoner', 'LegalName' => '',
'Search' => 'Søk', 'Logo' => 'Logo.',
'Status' => 'Status', 'MainAddress' => '',
'Unit' => 'Enhet', 'Name' => 'Navn',
'UnitLogo' => 'Enhetslogo', 'Parent' => 'Foreldre',
'Units' => 'Enheter', 'Position' => 'Posisjon',
'Positions' => 'Posisjoner',
'Postal' => '',
'Search' => 'Søk',
'Status' => 'Status',
'Unit' => 'Enhet',
'UnitLogo' => 'Enhetslogo',
'Units' => 'Enheter',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktywny', 'Active' => 'Aktywny',
'Department' => 'dział', 'Address' => '',
'Departments' => 'Wydziały', 'City' => '',
'Description' => 'Opis', 'Country' => '',
'Inactive' => 'Nieaktywny', 'Department' => 'dział',
'Logo' => 'Logo', 'Departments' => 'Wydziały',
'Name' => 'Nazwa', 'Description' => 'Opis',
'Parent' => 'Rodzic', 'IMG_alt_profile' => '',
'Position' => 'Pozycja', 'Inactive' => 'Nieaktywny',
'Positions' => 'Pozycje', 'LegalName' => '',
'Search' => 'Szukaj', 'Logo' => 'Logo',
'Status' => 'Status', 'MainAddress' => '',
'Unit' => 'Jednostka', 'Name' => 'Nazwa',
'UnitLogo' => 'Logo jednostki', 'Parent' => 'Rodzic',
'Units' => 'Jednostki', 'Position' => 'Pozycja',
'Positions' => 'Pozycje',
'Postal' => '',
'Search' => 'Szukaj',
'Status' => 'Status',
'Unit' => 'Jednostka',
'UnitLogo' => 'Logo jednostki',
'Units' => 'Jednostki',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Ativo', 'Active' => 'Ativo',
'Department' => 'Departamento', 'Address' => '',
'Departments' => 'Departamentos.', 'City' => '',
'Description' => 'Descrição', 'Country' => '',
'Inactive' => 'Inativo', 'Department' => 'Departamento',
'Logo' => 'Logotipo', 'Departments' => 'Departamentos.',
'Name' => 'Nome', 'Description' => 'Descrição',
'Parent' => 'Pai', 'IMG_alt_profile' => '',
'Position' => 'Posição', 'Inactive' => 'Inativo',
'Positions' => 'Posições', 'LegalName' => '',
'Search' => 'Procurar', 'Logo' => 'Logotipo',
'Status' => 'Status', 'MainAddress' => '',
'Unit' => 'Unidade', 'Name' => 'Nome',
'UnitLogo' => 'Logotipo da unidade', 'Parent' => 'Pai',
'Units' => 'Unidades', 'Position' => 'Posição',
'Positions' => 'Posições',
'Postal' => '',
'Search' => 'Procurar',
'Status' => 'Status',
'Unit' => 'Unidade',
'UnitLogo' => 'Logotipo da unidade',
'Units' => 'Unidades',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Активный', 'Active' => 'Активный',
'Department' => 'отделение', 'Address' => '',
'Departments' => 'Отделы', 'City' => '',
'Description' => 'Описание', 'Country' => '',
'Inactive' => 'Неактивный', 'Department' => 'отделение',
'Logo' => 'Логотип', 'Departments' => 'Отделы',
'Name' => 'Имя', 'Description' => 'Описание',
'Parent' => 'Родитель', 'IMG_alt_profile' => '',
'Position' => 'Должность', 'Inactive' => 'Неактивный',
'Positions' => 'Позиции', 'LegalName' => '',
'Search' => 'Поиск', 'Logo' => 'Логотип',
'Status' => 'Статус', 'MainAddress' => '',
'Unit' => 'Единица измерения', 'Name' => 'Имя',
'UnitLogo' => 'Блок логотипа', 'Parent' => 'Родитель',
'Units' => 'Единицы', 'Position' => 'Должность',
'Positions' => 'Позиции',
'Postal' => '',
'Search' => 'Поиск',
'Status' => 'Статус',
'Unit' => 'Единица измерения',
'UnitLogo' => 'Блок логотипа',
'Units' => 'Единицы',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktiva', 'Active' => 'Aktiva',
'Department' => 'Avdelning', 'Address' => '',
'Departments' => 'Avdelningar', 'City' => '',
'Description' => 'Beskrivning', 'Country' => '',
'Inactive' => 'Inaktiv', 'Department' => 'Avdelning',
'Logo' => 'Logotyp', 'Departments' => 'Avdelningar',
'Name' => 'namn', 'Description' => 'Beskrivning',
'Parent' => 'Förälder', 'IMG_alt_profile' => '',
'Position' => 'Placera', 'Inactive' => 'Inaktiv',
'Positions' => 'Positioner', 'LegalName' => '',
'Search' => 'Sök', 'Logo' => 'Logotyp',
'Status' => 'Status', 'MainAddress' => '',
'Unit' => 'Enhet', 'Name' => 'namn',
'UnitLogo' => 'Enhetslogotyp', 'Parent' => 'Förälder',
'Units' => 'Enheter', 'Position' => 'Placera',
'Positions' => 'Positioner',
'Postal' => '',
'Search' => 'Sök',
'Status' => 'Status',
'Unit' => 'Enhet',
'UnitLogo' => 'Enhetslogotyp',
'Units' => 'Enheter',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'คล่องแคล่ว', 'Active' => 'คล่องแคล่ว',
'Department' => 'แผนก', 'Address' => '',
'Departments' => 'แผนก', 'City' => '',
'Description' => 'คำอธิบาย', 'Country' => '',
'Inactive' => 'ไม่ใช้งาน', 'Department' => 'แผนก',
'Logo' => 'โลโก้', 'Departments' => 'แผนก',
'Name' => 'ชื่อ', 'Description' => 'คำอธิบาย',
'Parent' => 'พ่อแม่', 'IMG_alt_profile' => '',
'Position' => 'ตำแหน่ง', 'Inactive' => 'ไม่ใช้งาน',
'Positions' => 'ตำแหน่ง', 'LegalName' => '',
'Search' => 'ค้นหา', 'Logo' => 'โลโก้',
'Status' => 'สถานะ', 'MainAddress' => '',
'Unit' => 'หน่วย', 'Name' => 'ชื่อ',
'UnitLogo' => 'โลโก้หน่วย', 'Parent' => 'พ่อแม่',
'Units' => 'หน่วย', 'Position' => 'ตำแหน่ง',
'Positions' => 'ตำแหน่ง',
'Postal' => '',
'Search' => 'ค้นหา',
'Status' => 'สถานะ',
'Unit' => 'หน่วย',
'UnitLogo' => 'โลโก้หน่วย',
'Units' => 'หน่วย',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Aktif', 'Active' => 'Aktif',
'Department' => 'Bölüm', 'Address' => '',
'Departments' => 'Departmanlar', 'City' => '',
'Description' => 'Açıklama', 'Country' => '',
'Inactive' => 'Aktif olmayan', 'Department' => 'Bölüm',
'Logo' => 'Logo', 'Departments' => 'Departmanlar',
'Name' => 'İsim', 'Description' => 'Açıklama',
'Parent' => 'Ebeveyn', 'IMG_alt_profile' => '',
'Position' => 'Konum', 'Inactive' => 'Aktif olmayan',
'Positions' => 'Pozisyonlar', 'LegalName' => '',
'Search' => 'Aramak', 'Logo' => 'Logo',
'Status' => 'Durum', 'MainAddress' => '',
'Unit' => 'Birim', 'Name' => 'İsim',
'UnitLogo' => 'Birim logosu', 'Parent' => 'Ebeveyn',
'Units' => 'Birimler', 'Position' => 'Konum',
'Positions' => 'Pozisyonlar',
'Postal' => '',
'Search' => 'Aramak',
'Status' => 'Durum',
'Unit' => 'Birim',
'UnitLogo' => 'Birim logosu',
'Units' => 'Birimler',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => 'Активний', 'Active' => 'Активний',
'Department' => 'Кафедра', 'Address' => '',
'Departments' => 'Кафедри', 'City' => '',
'Description' => 'Опис', 'Country' => '',
'Inactive' => 'Неактивний', 'Department' => 'Кафедра',
'Logo' => 'Логотип', 'Departments' => 'Кафедри',
'Name' => 'Назва', 'Description' => 'Опис',
'Parent' => 'Батько', 'IMG_alt_profile' => '',
'Position' => 'Позиція', 'Inactive' => 'Неактивний',
'Positions' => 'Позиції', 'LegalName' => '',
'Search' => 'Пошук', 'Logo' => 'Логотип',
'Status' => 'Статус', 'MainAddress' => '',
'Unit' => 'Підрозділ', 'Name' => 'Назва',
'UnitLogo' => 'Логотип блоку', 'Parent' => 'Батько',
'Units' => 'Підрозділ', 'Position' => 'Позиція',
'Positions' => 'Позиції',
'Postal' => '',
'Search' => 'Пошук',
'Status' => 'Статус',
'Unit' => 'Підрозділ',
'UnitLogo' => 'Логотип блоку',
'Units' => 'Підрозділ',
]]; ]];

View File

@ -13,19 +13,26 @@
declare(strict_types=1); declare(strict_types=1);
return ['Organization' => [ return ['Organization' => [
'Active' => '积极的', 'Active' => '积极的',
'Department' => '部', 'Address' => '',
'Departments' => '部门', 'City' => '',
'Description' => '描述', 'Country' => '',
'Inactive' => '不活跃', 'Department' => '部',
'Logo' => '标识', 'Departments' => '部门',
'Name' => '名称', 'Description' => '描述',
'Parent' => '父母', 'IMG_alt_profile' => '',
'Position' => '位置', 'Inactive' => '不活跃',
'Positions' => '姿势', 'LegalName' => '',
'Search' => '搜索', 'Logo' => '标识',
'Status' => '地位', 'MainAddress' => '',
'Unit' => '单元', 'Name' => '名称',
'UnitLogo' => '单位徽标', 'Parent' => '父母',
'Units' => '单位', 'Position' => '位置',
'Positions' => '姿势',
'Postal' => '',
'Search' => '搜索',
'Status' => '地位',
'Unit' => '单元',
'UnitLogo' => '单位徽标',
'Units' => '单位',
]]; ]];