mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 09:28:40 +00:00
draft additional languages
This commit is contained in:
parent
d25ca79d8a
commit
69f29f8d18
26
Theme/Backend/Lang/ar.lang.php
Normal file
26
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'نشيط',
|
||||
'App' => 'تطبيق',
|
||||
'Categories' => 'فئات',
|
||||
'Category' => 'فئة',
|
||||
'Draft' => 'مشروع',
|
||||
'Language' => 'لغة',
|
||||
'Name' => 'اسم',
|
||||
'Parent' => 'الأبوين',
|
||||
'Status' => 'حالة',
|
||||
'Wiki' => 'ويكي',
|
||||
]];
|
||||
26
Theme/Backend/Lang/cs.lang.php
Normal file
26
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktivní',
|
||||
'App' => 'Aplikace',
|
||||
'Categories' => 'Kategorie',
|
||||
'Category' => 'Kategorie',
|
||||
'Draft' => 'Návrh',
|
||||
'Language' => 'Jazyk',
|
||||
'Name' => 'název',
|
||||
'Parent' => 'Rodič',
|
||||
'Status' => 'Postavení',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/da.lang.php
Normal file
26
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktiv',
|
||||
'App' => 'App',
|
||||
'Categories' => 'Kategorier',
|
||||
'Category' => 'Kategori',
|
||||
'Draft' => 'Udkast',
|
||||
'Language' => 'Sprog',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Forældre',
|
||||
'Status' => 'status',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/el.lang.php
Normal file
26
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Ενεργός',
|
||||
'App' => 'App',
|
||||
'Categories' => 'Κατηγορίες',
|
||||
'Category' => 'Κατηγορία',
|
||||
'Draft' => 'Προσχέδιο',
|
||||
'Language' => 'Γλώσσα',
|
||||
'Name' => 'Ονομα',
|
||||
'Parent' => 'Μητρική εταιρεία',
|
||||
'Status' => 'Κατάσταση',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/es.lang.php
Normal file
26
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Activo',
|
||||
'App' => 'Aplicación',
|
||||
'Categories' => 'categorías',
|
||||
'Category' => 'Categoría',
|
||||
'Draft' => 'Sequía',
|
||||
'Language' => 'Idioma',
|
||||
'Name' => 'Nombre',
|
||||
'Parent' => 'Padre',
|
||||
'Status' => 'Estado',
|
||||
'Wiki' => 'wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/fi.lang.php
Normal file
26
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'aktiivinen',
|
||||
'App' => 'Sovellus',
|
||||
'Categories' => 'Luokat',
|
||||
'Category' => 'Kategoria',
|
||||
'Draft' => 'Luonnos',
|
||||
'Language' => 'Kieli',
|
||||
'Name' => 'Nimi',
|
||||
'Parent' => 'vanhempi',
|
||||
'Status' => 'Tila',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/fr.lang.php
Normal file
26
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'actif',
|
||||
'App' => 'App',
|
||||
'Categories' => 'Catégories',
|
||||
'Category' => 'Catégorie',
|
||||
'Draft' => 'Brouillon',
|
||||
'Language' => 'Langue',
|
||||
'Name' => 'Nom',
|
||||
'Parent' => 'Parent',
|
||||
'Status' => 'Statut',
|
||||
'Wiki' => 'wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/hu.lang.php
Normal file
26
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktív',
|
||||
'App' => 'App',
|
||||
'Categories' => 'Kategóriák',
|
||||
'Category' => 'Kategória',
|
||||
'Draft' => 'vázlat',
|
||||
'Language' => 'Nyelv',
|
||||
'Name' => 'Név',
|
||||
'Parent' => 'Szülő',
|
||||
'Status' => 'Állapot',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/it.lang.php
Normal file
26
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Attivo',
|
||||
'App' => 'App',
|
||||
'Categories' => 'categorie',
|
||||
'Category' => 'Categoria',
|
||||
'Draft' => 'Bozza',
|
||||
'Language' => 'linguaggio',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'Genitore',
|
||||
'Status' => 'Stato',
|
||||
'Wiki' => 'wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/ja.lang.php
Normal file
26
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'アクティブ',
|
||||
'App' => 'アプリ',
|
||||
'Categories' => 'カテゴリー',
|
||||
'Category' => 'カテゴリー',
|
||||
'Draft' => 'ドラフト',
|
||||
'Language' => '言語',
|
||||
'Name' => '名前',
|
||||
'Parent' => '親',
|
||||
'Status' => '状態',
|
||||
'Wiki' => 'ウィキ',
|
||||
]];
|
||||
26
Theme/Backend/Lang/ko.lang.php
Normal file
26
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => '유효한',
|
||||
'App' => '앱',
|
||||
'Categories' => '카테고리',
|
||||
'Category' => '범주',
|
||||
'Draft' => '초안',
|
||||
'Language' => '언어',
|
||||
'Name' => '이름',
|
||||
'Parent' => '부모의',
|
||||
'Status' => '상태',
|
||||
'Wiki' => '위키',
|
||||
]];
|
||||
26
Theme/Backend/Lang/no.lang.php
Normal file
26
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktiv',
|
||||
'App' => 'app',
|
||||
'Categories' => 'kategorier',
|
||||
'Category' => 'Kategori',
|
||||
'Draft' => 'utkast',
|
||||
'Language' => 'Språk',
|
||||
'Name' => 'Navn',
|
||||
'Parent' => 'Parent',
|
||||
'Status' => 'Status',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/pl.lang.php
Normal file
26
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktywny',
|
||||
'App' => 'App',
|
||||
'Categories' => 'Kategorie',
|
||||
'Category' => 'Kategoria',
|
||||
'Draft' => 'Wersja robocza',
|
||||
'Language' => 'Język',
|
||||
'Name' => 'Nazwa',
|
||||
'Parent' => 'Rodzic',
|
||||
'Status' => 'Status',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/pt.lang.php
Normal file
26
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Ativo',
|
||||
'App' => 'Aplicativo',
|
||||
'Categories' => 'categorias',
|
||||
'Category' => 'Categoria',
|
||||
'Draft' => 'Rascunho',
|
||||
'Language' => 'Língua',
|
||||
'Name' => 'Nome',
|
||||
'Parent' => 'parente',
|
||||
'Status' => 'Status',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/ru.lang.php
Normal file
26
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'активный',
|
||||
'App' => 'Приложение',
|
||||
'Categories' => 'категории',
|
||||
'Category' => 'категория',
|
||||
'Draft' => 'Проект',
|
||||
'Language' => 'Язык',
|
||||
'Name' => 'Имя',
|
||||
'Parent' => 'родитель',
|
||||
'Status' => 'Положение дел',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/sv.lang.php
Normal file
26
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktiva',
|
||||
'App' => 'App',
|
||||
'Categories' => 'kategorier',
|
||||
'Category' => 'Kategori',
|
||||
'Draft' => 'Förslag',
|
||||
'Language' => 'Språk',
|
||||
'Name' => 'namn',
|
||||
'Parent' => 'Förälder',
|
||||
'Status' => 'Status',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/th.lang.php
Normal file
26
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'คล่องแคล่ว',
|
||||
'App' => 'App',
|
||||
'Categories' => 'หมวดหมู่',
|
||||
'Category' => 'ประเภท',
|
||||
'Draft' => 'ร่าง',
|
||||
'Language' => 'ภาษา',
|
||||
'Name' => 'ชื่อ',
|
||||
'Parent' => 'ผู้ปกครอง',
|
||||
'Status' => 'สถานะ',
|
||||
'Wiki' => 'วิกิพีเดีย',
|
||||
]];
|
||||
26
Theme/Backend/Lang/tr.lang.php
Normal file
26
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'Aktif',
|
||||
'App' => 'Uygulama',
|
||||
'Categories' => 'Kategoriler',
|
||||
'Category' => 'Kategori',
|
||||
'Draft' => 'taslak',
|
||||
'Language' => 'Dil',
|
||||
'Name' => 'ad',
|
||||
'Parent' => 'ebeveyn',
|
||||
'Status' => 'durum',
|
||||
'Wiki' => 'wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/uk.lang.php
Normal file
26
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => 'активний',
|
||||
'App' => 'додаток',
|
||||
'Categories' => 'категорії',
|
||||
'Category' => 'категорія',
|
||||
'Draft' => 'проект',
|
||||
'Language' => 'Мову',
|
||||
'Name' => 'ім\'я',
|
||||
'Parent' => 'батько',
|
||||
'Status' => 'статус',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
26
Theme/Backend/Lang/zh.lang.php
Normal file
26
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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 ['Knowledgebase' => [
|
||||
'Active' => '积极的',
|
||||
'App' => '应用程序',
|
||||
'Categories' => '分类',
|
||||
'Category' => '类别',
|
||||
'Draft' => '草稿',
|
||||
'Language' => '语言',
|
||||
'Name' => '姓名',
|
||||
'Parent' => '亲',
|
||||
'Status' => '状态',
|
||||
'Wiki' => '维基',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user