mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-08 04:18:39 +00:00
draft additional languages
This commit is contained in:
parent
86f4febe55
commit
94d40f0f4c
20
Theme/Backend/Lang/ar.lang.php
Normal file
20
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'شارات',
|
||||
'List' => 'قائمة',
|
||||
'Name' => 'اسم',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/cs.lang.php
Normal file
20
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'odznaky',
|
||||
'List' => 'Seznam',
|
||||
'Name' => 'název',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/da.lang.php
Normal file
20
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Badges',
|
||||
'List' => 'Liste',
|
||||
'Name' => 'Navn',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/el.lang.php
Normal file
20
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'διακριτικά',
|
||||
'List' => 'Λίστα',
|
||||
'Name' => 'Ονομα',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/es.lang.php
Normal file
20
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'insignias',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'Nombre',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/fi.lang.php
Normal file
20
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Merkit',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'Nimi',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/fr.lang.php
Normal file
20
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'badges',
|
||||
'List' => 'Lister',
|
||||
'Name' => 'Nom',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/hu.lang.php
Normal file
20
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Kitűzők',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'Név',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/it.lang.php
Normal file
20
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'badge',
|
||||
'List' => 'Elenco',
|
||||
'Name' => 'Nome',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/ja.lang.php
Normal file
20
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'バッジ',
|
||||
'List' => 'リスト',
|
||||
'Name' => '名前',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/ko.lang.php
Normal file
20
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => '배지',
|
||||
'List' => '명부',
|
||||
'Name' => '이름',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/no.lang.php
Normal file
20
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'merker',
|
||||
'List' => 'Liste',
|
||||
'Name' => 'Navn',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/pl.lang.php
Normal file
20
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Odznaki',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'Nazwa',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/pt.lang.php
Normal file
20
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Distintivos',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'Nome',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/ru.lang.php
Normal file
20
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Значки',
|
||||
'List' => 'Список',
|
||||
'Name' => 'Имя',
|
||||
'QA' => 'контроль качества',
|
||||
]];
|
||||
20
Theme/Backend/Lang/sv.lang.php
Normal file
20
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Emblem',
|
||||
'List' => 'Lista',
|
||||
'Name' => 'namn',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/th.lang.php
Normal file
20
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'ป้าย',
|
||||
'List' => 'รายการ',
|
||||
'Name' => 'ชื่อ',
|
||||
'QA' => 'ระบบประกันคุณภาพ',
|
||||
]];
|
||||
20
Theme/Backend/Lang/tr.lang.php
Normal file
20
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'Rozetler',
|
||||
'List' => 'Liste',
|
||||
'Name' => 'ad',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
20
Theme/Backend/Lang/uk.lang.php
Normal file
20
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => 'значки',
|
||||
'List' => 'список',
|
||||
'Name' => 'ім\'я',
|
||||
'QA' => 'контроль якості',
|
||||
]];
|
||||
20
Theme/Backend/Lang/zh.lang.php
Normal file
20
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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 ['QA' => [
|
||||
'Badges' => '徽章',
|
||||
'List' => '列表',
|
||||
'Name' => '姓名',
|
||||
'QA' => 'QA',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user