mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-01-21 04:58:41 +00:00
draft additional languages
This commit is contained in:
parent
53f8089fe6
commit
e2aaeef8da
18
Theme/Backend/Lang/ar.lang.php
Normal file
18
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'مخلوق',
|
||||
'Creator' => 'المنشئ',
|
||||
]];
|
||||
18
Theme/Backend/Lang/cs.lang.php
Normal file
18
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Vytvořeno',
|
||||
'Creator' => 'Tvůrce',
|
||||
]];
|
||||
18
Theme/Backend/Lang/da.lang.php
Normal file
18
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'lavet',
|
||||
'Creator' => 'Skaberen',
|
||||
]];
|
||||
18
Theme/Backend/Lang/el.lang.php
Normal file
18
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'δημιουργήθηκε',
|
||||
'Creator' => 'Δημιουργός',
|
||||
]];
|
||||
18
Theme/Backend/Lang/es.lang.php
Normal file
18
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Creado',
|
||||
'Creator' => 'Creador',
|
||||
]];
|
||||
18
Theme/Backend/Lang/fi.lang.php
Normal file
18
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Luotu',
|
||||
'Creator' => 'Luoja',
|
||||
]];
|
||||
18
Theme/Backend/Lang/fr.lang.php
Normal file
18
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Créé',
|
||||
'Creator' => 'Créateur',
|
||||
]];
|
||||
18
Theme/Backend/Lang/hu.lang.php
Normal file
18
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Alkotó',
|
||||
'Creator' => 'Teremtő',
|
||||
]];
|
||||
18
Theme/Backend/Lang/it.lang.php
Normal file
18
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Creato',
|
||||
'Creator' => 'Creatore',
|
||||
]];
|
||||
18
Theme/Backend/Lang/ja.lang.php
Normal file
18
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => '作成した',
|
||||
'Creator' => '創造主',
|
||||
]];
|
||||
18
Theme/Backend/Lang/ko.lang.php
Normal file
18
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => '만들어진',
|
||||
'Creator' => '창조자',
|
||||
]];
|
||||
18
Theme/Backend/Lang/no.lang.php
Normal file
18
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'laget',
|
||||
'Creator' => 'skaperen',
|
||||
]];
|
||||
18
Theme/Backend/Lang/pl.lang.php
Normal file
18
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Utworzony',
|
||||
'Creator' => 'Twórca',
|
||||
]];
|
||||
18
Theme/Backend/Lang/pt.lang.php
Normal file
18
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Criado',
|
||||
'Creator' => 'O Criador',
|
||||
]];
|
||||
18
Theme/Backend/Lang/ru.lang.php
Normal file
18
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Созданный',
|
||||
'Creator' => 'творец',
|
||||
]];
|
||||
18
Theme/Backend/Lang/sv.lang.php
Normal file
18
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'Skapad',
|
||||
'Creator' => 'Skapare',
|
||||
]];
|
||||
18
Theme/Backend/Lang/th.lang.php
Normal file
18
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'ที่สร้างไว้',
|
||||
'Creator' => 'ผู้สร้าง',
|
||||
]];
|
||||
18
Theme/Backend/Lang/tr.lang.php
Normal file
18
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'düzenlendi',
|
||||
'Creator' => 'yaratıcı',
|
||||
]];
|
||||
18
Theme/Backend/Lang/uk.lang.php
Normal file
18
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => 'створений',
|
||||
'Creator' => 'творець',
|
||||
]];
|
||||
18
Theme/Backend/Lang/zh.lang.php
Normal file
18
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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 ['Comments' => [
|
||||
'Created' => '创建',
|
||||
'Creator' => '创造者',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user