mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-25 20:38:40 +00:00
draft additional languages
This commit is contained in:
parent
ca23b4eeaa
commit
3e3054b239
25
Theme/Backend/Lang/ar.lang.php
Normal file
25
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'مخلوق',
|
||||
'Creator' => 'المنشئ',
|
||||
'Draw' => 'رسم',
|
||||
'GroupUser' => 'المجموعة / العضو',
|
||||
'Images' => 'صور',
|
||||
'Layout' => 'تخطيط',
|
||||
'Name' => 'اسم',
|
||||
'Permission' => 'الإذن',
|
||||
'Start' => 'بداية',
|
||||
]];
|
||||
25
Theme/Backend/Lang/cs.lang.php
Normal file
25
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Vytvořeno',
|
||||
'Creator' => 'Tvůrce',
|
||||
'Draw' => 'Kreslit',
|
||||
'GroupUser' => 'Group / User',
|
||||
'Images' => 'snímky',
|
||||
'Layout' => 'dispozice',
|
||||
'Name' => 'název',
|
||||
'Permission' => 'Povolení',
|
||||
'Start' => 'Start',
|
||||
]];
|
||||
25
Theme/Backend/Lang/da.lang.php
Normal file
25
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'lavet',
|
||||
'Creator' => 'Skaberen',
|
||||
'Draw' => 'Tegne',
|
||||
'GroupUser' => 'Gruppe / Bruger',
|
||||
'Images' => 'Billeder',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Navn',
|
||||
'Permission' => 'Tilladelse',
|
||||
'Start' => 'Start',
|
||||
]];
|
||||
25
Theme/Backend/Lang/el.lang.php
Normal file
25
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'δημιουργήθηκε',
|
||||
'Creator' => 'Δημιουργός',
|
||||
'Draw' => 'Σχεδιάζω',
|
||||
'GroupUser' => 'Ομάδα / χρήστη',
|
||||
'Images' => 'εικόνες',
|
||||
'Layout' => 'Διάταξη',
|
||||
'Name' => 'Ονομα',
|
||||
'Permission' => 'Αδεια',
|
||||
'Start' => 'Αρχή',
|
||||
]];
|
||||
25
Theme/Backend/Lang/es.lang.php
Normal file
25
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Creado',
|
||||
'Creator' => 'Creador',
|
||||
'Draw' => 'Dibujar',
|
||||
'GroupUser' => 'Grupo / Usuario',
|
||||
'Images' => 'imágenes',
|
||||
'Layout' => 'Diseño',
|
||||
'Name' => 'Nombre',
|
||||
'Permission' => 'Permiso',
|
||||
'Start' => 'Comienzo',
|
||||
]];
|
||||
25
Theme/Backend/Lang/fi.lang.php
Normal file
25
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Luotu',
|
||||
'Creator' => 'Luoja',
|
||||
'Draw' => 'piirtää',
|
||||
'GroupUser' => 'Ryhmä / Käyttäjä',
|
||||
'Images' => 'kuvat',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'Nimi',
|
||||
'Permission' => 'Lupa',
|
||||
'Start' => 'alkaa',
|
||||
]];
|
||||
25
Theme/Backend/Lang/fr.lang.php
Normal file
25
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Créé',
|
||||
'Creator' => 'Créateur',
|
||||
'Draw' => 'Tirer',
|
||||
'GroupUser' => 'Groupe / Utilisateur',
|
||||
'Images' => 'Images',
|
||||
'Layout' => 'Disposition',
|
||||
'Name' => 'Nom',
|
||||
'Permission' => 'Autorisation',
|
||||
'Start' => 'Début',
|
||||
]];
|
||||
25
Theme/Backend/Lang/hu.lang.php
Normal file
25
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Alkotó',
|
||||
'Creator' => 'Teremtő',
|
||||
'Draw' => 'Húz',
|
||||
'GroupUser' => 'Csoport / Felhasználó',
|
||||
'Images' => 'képek',
|
||||
'Layout' => 'Elrendezés',
|
||||
'Name' => 'Név',
|
||||
'Permission' => 'Engedély',
|
||||
'Start' => 'Rajt',
|
||||
]];
|
||||
25
Theme/Backend/Lang/it.lang.php
Normal file
25
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Creato',
|
||||
'Creator' => 'Creatore',
|
||||
'Draw' => 'Disegnare',
|
||||
'GroupUser' => 'Gruppo / Utente',
|
||||
'Images' => 'immagini',
|
||||
'Layout' => 'disposizione',
|
||||
'Name' => 'Nome',
|
||||
'Permission' => 'Autorizzazione',
|
||||
'Start' => 'Inizio',
|
||||
]];
|
||||
25
Theme/Backend/Lang/ja.lang.php
Normal file
25
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => '作成した',
|
||||
'Creator' => '創造主',
|
||||
'Draw' => 'ドロー',
|
||||
'GroupUser' => 'グループ/ユーザー',
|
||||
'Images' => '画像',
|
||||
'Layout' => 'レイアウト',
|
||||
'Name' => '名前',
|
||||
'Permission' => '許可',
|
||||
'Start' => '開始',
|
||||
]];
|
||||
25
Theme/Backend/Lang/ko.lang.php
Normal file
25
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => '만들어진',
|
||||
'Creator' => '창조자',
|
||||
'Draw' => '무승부',
|
||||
'GroupUser' => '그룹 / 사용자',
|
||||
'Images' => '이미지',
|
||||
'Layout' => '형세',
|
||||
'Name' => '이름',
|
||||
'Permission' => '허가',
|
||||
'Start' => '스타트',
|
||||
]];
|
||||
25
Theme/Backend/Lang/no.lang.php
Normal file
25
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'laget',
|
||||
'Creator' => 'skaperen',
|
||||
'Draw' => 'Tegne',
|
||||
'GroupUser' => 'Gruppe / bruker',
|
||||
'Images' => 'Bilder',
|
||||
'Layout' => 'Oppsett',
|
||||
'Name' => 'Navn',
|
||||
'Permission' => 'Tillatelse',
|
||||
'Start' => 'Start',
|
||||
]];
|
||||
25
Theme/Backend/Lang/pl.lang.php
Normal file
25
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Utworzony',
|
||||
'Creator' => 'Twórca',
|
||||
'Draw' => 'Remis',
|
||||
'GroupUser' => 'Grupy / użytkownika',
|
||||
'Images' => 'Zdjęcia',
|
||||
'Layout' => 'Układ',
|
||||
'Name' => 'Nazwa',
|
||||
'Permission' => 'Pozwolenie',
|
||||
'Start' => 'Początek',
|
||||
]];
|
||||
25
Theme/Backend/Lang/pt.lang.php
Normal file
25
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Criado',
|
||||
'Creator' => 'O Criador',
|
||||
'Draw' => 'Desenhar',
|
||||
'GroupUser' => 'Grupo / User',
|
||||
'Images' => 'imagens',
|
||||
'Layout' => 'traçado',
|
||||
'Name' => 'Nome',
|
||||
'Permission' => 'Permissão',
|
||||
'Start' => 'Começar',
|
||||
]];
|
||||
25
Theme/Backend/Lang/ru.lang.php
Normal file
25
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Созданный',
|
||||
'Creator' => 'творец',
|
||||
'Draw' => 'Рисовать',
|
||||
'GroupUser' => 'Группа / Пользователь',
|
||||
'Images' => 'Изображений',
|
||||
'Layout' => 'Макет',
|
||||
'Name' => 'Имя',
|
||||
'Permission' => 'Разрешение',
|
||||
'Start' => 'Начинать',
|
||||
]];
|
||||
25
Theme/Backend/Lang/sv.lang.php
Normal file
25
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'Skapad',
|
||||
'Creator' => 'Skapare',
|
||||
'Draw' => 'Dra',
|
||||
'GroupUser' => 'Grupp / Användare',
|
||||
'Images' => 'Bilder',
|
||||
'Layout' => 'Layout',
|
||||
'Name' => 'namn',
|
||||
'Permission' => 'Lov',
|
||||
'Start' => 'Start',
|
||||
]];
|
||||
25
Theme/Backend/Lang/th.lang.php
Normal file
25
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'ที่สร้างไว้',
|
||||
'Creator' => 'ผู้สร้าง',
|
||||
'Draw' => 'วาด',
|
||||
'GroupUser' => 'กลุ่ม / ผู้ใช้',
|
||||
'Images' => 'ภาพ',
|
||||
'Layout' => 'แบบ',
|
||||
'Name' => 'ชื่อ',
|
||||
'Permission' => 'การอนุญาต',
|
||||
'Start' => 'เริ่มต้น',
|
||||
]];
|
||||
25
Theme/Backend/Lang/tr.lang.php
Normal file
25
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'düzenlendi',
|
||||
'Creator' => 'yaratıcı',
|
||||
'Draw' => 'Çizmek',
|
||||
'GroupUser' => 'Grup / Kullanıcı',
|
||||
'Images' => 'Görüntüler',
|
||||
'Layout' => 'Yerleşim',
|
||||
'Name' => 'ad',
|
||||
'Permission' => 'izin',
|
||||
'Start' => 'Başlat',
|
||||
]];
|
||||
25
Theme/Backend/Lang/uk.lang.php
Normal file
25
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => 'створений',
|
||||
'Creator' => 'творець',
|
||||
'Draw' => 'малювати',
|
||||
'GroupUser' => 'Група / Користувач',
|
||||
'Images' => 'зображень',
|
||||
'Layout' => 'розкладка',
|
||||
'Name' => 'ім\'я',
|
||||
'Permission' => 'дозвіл',
|
||||
'Start' => 'початок',
|
||||
]];
|
||||
25
Theme/Backend/Lang/zh.lang.php
Normal file
25
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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 ['Draw' => [
|
||||
'Created' => '创建',
|
||||
'Creator' => '创造者',
|
||||
'Draw' => '画',
|
||||
'GroupUser' => '组/用户',
|
||||
'Images' => '图片',
|
||||
'Layout' => '布局',
|
||||
'Name' => '姓名',
|
||||
'Permission' => '允许',
|
||||
'Start' => '开始',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user