mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
draft additional languages
This commit is contained in:
parent
8ee257a747
commit
ad985a50c6
19
Theme/Backend/Lang/ar.lang.php
Normal file
19
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'وحدة',
|
||||
'Modules' => 'وحدات',
|
||||
'Name' => 'اسم',
|
||||
]];
|
||||
19
Theme/Backend/Lang/cs.lang.php
Normal file
19
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Modul',
|
||||
'Modules' => 'moduly',
|
||||
'Name' => 'název',
|
||||
]];
|
||||
19
Theme/Backend/Lang/da.lang.php
Normal file
19
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Modul',
|
||||
'Modules' => 'moduler',
|
||||
'Name' => 'Navn',
|
||||
]];
|
||||
19
Theme/Backend/Lang/el.lang.php
Normal file
19
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Μονάδα μέτρησης',
|
||||
'Modules' => 'ενότητες',
|
||||
'Name' => 'Ονομα',
|
||||
]];
|
||||
19
Theme/Backend/Lang/es.lang.php
Normal file
19
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Módulo',
|
||||
'Modules' => 'módulos',
|
||||
'Name' => 'Nombre',
|
||||
]];
|
||||
19
Theme/Backend/Lang/fi.lang.php
Normal file
19
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Moduuli',
|
||||
'Modules' => 'moduulit',
|
||||
'Name' => 'Nimi',
|
||||
]];
|
||||
19
Theme/Backend/Lang/fr.lang.php
Normal file
19
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Module',
|
||||
'Modules' => 'Modules',
|
||||
'Name' => 'Nom',
|
||||
]];
|
||||
19
Theme/Backend/Lang/hu.lang.php
Normal file
19
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'modul',
|
||||
'Modules' => 'modulok',
|
||||
'Name' => 'Név',
|
||||
]];
|
||||
19
Theme/Backend/Lang/it.lang.php
Normal file
19
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Modulo',
|
||||
'Modules' => 'moduli',
|
||||
'Name' => 'Nome',
|
||||
]];
|
||||
19
Theme/Backend/Lang/ja.lang.php
Normal file
19
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'モジュール',
|
||||
'Modules' => 'モジュール',
|
||||
'Name' => '名前',
|
||||
]];
|
||||
19
Theme/Backend/Lang/ko.lang.php
Normal file
19
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => '기준 치수',
|
||||
'Modules' => '모듈',
|
||||
'Name' => '이름',
|
||||
]];
|
||||
19
Theme/Backend/Lang/no.lang.php
Normal file
19
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'modul',
|
||||
'Modules' => 'moduler',
|
||||
'Name' => 'Navn',
|
||||
]];
|
||||
19
Theme/Backend/Lang/pl.lang.php
Normal file
19
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Moduł',
|
||||
'Modules' => 'moduły',
|
||||
'Name' => 'Nazwa',
|
||||
]];
|
||||
19
Theme/Backend/Lang/pt.lang.php
Normal file
19
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Módulo',
|
||||
'Modules' => 'módulos',
|
||||
'Name' => 'Nome',
|
||||
]];
|
||||
19
Theme/Backend/Lang/ru.lang.php
Normal file
19
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'модуль',
|
||||
'Modules' => 'Модули',
|
||||
'Name' => 'Имя',
|
||||
]];
|
||||
19
Theme/Backend/Lang/sv.lang.php
Normal file
19
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'Modul',
|
||||
'Modules' => 'moduler',
|
||||
'Name' => 'namn',
|
||||
]];
|
||||
19
Theme/Backend/Lang/th.lang.php
Normal file
19
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'โมดูล',
|
||||
'Modules' => 'โมดูล',
|
||||
'Name' => 'ชื่อ',
|
||||
]];
|
||||
19
Theme/Backend/Lang/tr.lang.php
Normal file
19
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'modül',
|
||||
'Modules' => 'Modüller',
|
||||
'Name' => 'ad',
|
||||
]];
|
||||
19
Theme/Backend/Lang/uk.lang.php
Normal file
19
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => 'модуль',
|
||||
'Modules' => 'модулі',
|
||||
'Name' => 'ім\'я',
|
||||
]];
|
||||
19
Theme/Backend/Lang/zh.lang.php
Normal file
19
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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 ['Help' => [
|
||||
'Module' => '模块',
|
||||
'Modules' => '模块',
|
||||
'Name' => '姓名',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user