draft additional languages

This commit is contained in:
Dennis Eichhorn 2021-03-05 21:08:46 +01:00
parent 56fb228664
commit adf2ed31fa
21 changed files with 781 additions and 1 deletions

View File

@ -187,7 +187,7 @@ final class Importer extends ImporterAbstract
foreach ($keys as $key => $values) {
\fwrite($fp,
" '" . $key . "'" . \str_repeat(' ', $keyLengths[$module][$theme] - \strlen($key)) . " => '" . ($values[$language] ?? '') . "',\n"
" '" . $key . "'" . \str_repeat(' ', $keyLengths[$module][$theme] - \strlen($key)) . " => '" . \str_replace(['\'', '\\'], ['\\\'', '\\\\'], $values[$language] ?? '') . "',\n"
);
}

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'مخلوق',
'CreatedAt' => 'أنشئت في',
'CreatedBy' => 'انشأ من قبل',
'Creator' => 'المنشئ',
'Database' => 'قاعدة البيانات',
'End' => 'نهاية',
'Exchange' => 'تبادل',
'Export' => 'يصدر',
'Exports' => 'صادرات',
'File' => 'ملف',
'Host' => 'مضيف',
'Import' => 'يستورد',
'Imports' => 'واردات',
'Login' => 'تسجيل الدخول',
'Logs' => 'السجلات',
'Options' => 'خيارات',
'Password' => 'كلمة المرور',
'Port' => 'ميناء',
'Start' => 'بداية',
'Subtype' => 'النوع الفرعي',
'Title' => 'لقب',
'Type' => 'اكتب',
'Website' => 'موقع الكتروني',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Vytvořeno',
'CreatedAt' => 'vytvořen na',
'CreatedBy' => 'Vytvořil',
'Creator' => 'Tvůrce',
'Database' => 'Databáze',
'End' => 'Konec',
'Exchange' => 'Výměna',
'Export' => 'Vývozní',
'Exports' => 'vývoz',
'File' => 'Soubor',
'Host' => 'Hostitel',
'Import' => 'Import',
'Imports' => 'dovoz',
'Login' => 'Přihlásit se',
'Logs' => 'Protokoly',
'Options' => 'možnosti',
'Password' => 'Heslo',
'Port' => 'Přístav',
'Start' => 'Start',
'Subtype' => 'podtyp',
'Title' => 'Titul',
'Type' => 'Typ',
'Website' => 'webová stránka',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'lavet',
'CreatedAt' => 'lavet på',
'CreatedBy' => 'Lavet af',
'Creator' => 'Skaberen',
'Database' => 'Database',
'End' => 'Ende',
'Exchange' => 'Udveksling',
'Export' => 'Eksport',
'Exports' => 'Eksport',
'File' => 'Fil',
'Host' => 'Vært',
'Import' => 'Importere',
'Imports' => 'Import',
'Login' => 'Log på',
'Logs' => 'Logs',
'Options' => 'Muligheder',
'Password' => 'Adgangskode',
'Port' => 'Havn',
'Start' => 'Start',
'Subtype' => 'undertype',
'Title' => 'Titel',
'Type' => 'Type',
'Website' => 'Internet side',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'δημιουργήθηκε',
'CreatedAt' => 'δημιουργήθηκε στις',
'CreatedBy' => 'Δημιουργήθηκε από',
'Creator' => 'Δημιουργός',
'Database' => 'Βάση δεδομένων',
'End' => 'Τέλος',
'Exchange' => 'Ανταλλαγή',
'Export' => 'Εξαγωγή',
'Exports' => 'εξαγωγές',
'File' => 'Αρχείο',
'Host' => 'Πλήθος',
'Import' => 'Εισαγωγή',
'Imports' => 'εισαγωγές',
'Login' => 'Σύνδεση',
'Logs' => 'logs',
'Options' => 'επιλογές',
'Password' => 'Κωδικός πρόσβασης',
'Port' => 'Λιμάνι',
'Start' => 'Αρχή',
'Subtype' => 'Δευτερεύων',
'Title' => 'Τίτλος',
'Type' => 'Τύπος',
'Website' => 'Δικτυακός τόπος',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Creado',
'CreatedAt' => 'Creado en',
'CreatedBy' => 'Creado por',
'Creator' => 'Creador',
'Database' => 'Base de datos',
'End' => 'Fin',
'Exchange' => 'Intercambio',
'Export' => 'Exportar',
'Exports' => 'exportaciones',
'File' => 'Archivo',
'Host' => 'Anfitrión',
'Import' => 'Importar',
'Imports' => 'Las importaciones',
'Login' => 'Acceso',
'Logs' => 'registros',
'Options' => 'opciones',
'Password' => 'Contraseña',
'Port' => 'Puerto',
'Start' => 'Comienzo',
'Subtype' => 'subtipo',
'Title' => 'Título',
'Type' => 'Escribe',
'Website' => 'Sitio web',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Luotu',
'CreatedAt' => 'luodaan',
'CreatedBy' => 'Luonut',
'Creator' => 'Luoja',
'Database' => 'Tietokanta',
'End' => 'pää',
'Exchange' => 'Vaihto',
'Export' => 'Viedä',
'Exports' => 'vienti',
'File' => 'tiedosto',
'Host' => 'isäntä',
'Import' => 'Tuonti',
'Imports' => 'Tuonti',
'Login' => 'Kirjaudu sisään',
'Logs' => 'lokit',
'Options' => 'vaihtoehdot',
'Password' => 'Salasana',
'Port' => 'portti',
'Start' => 'alkaa',
'Subtype' => 'alatyyppi',
'Title' => 'otsikko',
'Type' => 'Tyyppi',
'Website' => 'Verkkosivusto',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Créé',
'CreatedAt' => 'Créé à',
'CreatedBy' => 'Créé par',
'Creator' => 'Créateur',
'Database' => 'Base de données',
'End' => 'Finir',
'Exchange' => 'Échange',
'Export' => 'Exportation',
'Exports' => 'Exportations',
'File' => 'Déposer',
'Host' => 'Héberger',
'Import' => 'Importer',
'Imports' => 'Importations',
'Login' => 'Connexion',
'Logs' => 'journaux',
'Options' => 'options',
'Password' => 'Mot de passe',
'Port' => 'Port',
'Start' => 'Début',
'Subtype' => 'Sous-type',
'Title' => 'Titre',
'Type' => 'Taper',
'Website' => 'Site Internet',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Alkotó',
'CreatedAt' => 'létrehozott',
'CreatedBy' => 'Készítette',
'Creator' => 'Teremtő',
'Database' => 'adatbázis',
'End' => 'vég',
'Exchange' => 'Csere',
'Export' => 'Export',
'Exports' => 'Az export',
'File' => 'fájl',
'Host' => 'Házigazda',
'Import' => 'import',
'Imports' => 'Behozatal',
'Login' => 'Belépés',
'Logs' => 'Naplók',
'Options' => 'Lehetőségek',
'Password' => 'Jelszó',
'Port' => 'Kikötő',
'Start' => 'Rajt',
'Subtype' => 'altípus',
'Title' => 'Cím',
'Type' => 'típus',
'Website' => 'Weboldal',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Creato',
'CreatedAt' => 'creato in',
'CreatedBy' => 'Creato da',
'Creator' => 'Creatore',
'Database' => 'Banca dati',
'End' => 'Fine',
'Exchange' => 'Scambio',
'Export' => 'Esportare',
'Exports' => 'esportazioni',
'File' => 'File',
'Host' => 'Ospite',
'Import' => 'Importare',
'Imports' => 'importazioni',
'Login' => 'Login',
'Logs' => 'logs',
'Options' => 'Opzioni',
'Password' => 'Parola d\'ordine',
'Port' => 'Porta',
'Start' => 'Inizio',
'Subtype' => 'sottotipo',
'Title' => 'Titolo',
'Type' => 'genere',
'Website' => 'Sito web',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => '作成した',
'CreatedAt' => 'で作成されました',
'CreatedBy' => 'によって作成された',
'Creator' => '創造主',
'Database' => 'データベース',
'End' => '終わり',
'Exchange' => '両替',
'Export' => '書き出す',
'Exports' => '輸出',
'File' => 'ファイル',
'Host' => 'ホスト',
'Import' => 'インポート',
'Imports' => '輸入',
'Login' => 'ログイン',
'Logs' => 'ログ',
'Options' => 'オプション',
'Password' => 'パスワード',
'Port' => '港',
'Start' => '開始',
'Subtype' => 'サブタイプ',
'Title' => '題名',
'Type' => 'タイプ',
'Website' => 'ウェブサイト',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => '만들어진',
'CreatedAt' => '에서 만든',
'CreatedBy' => '만든 사람',
'Creator' => '창조자',
'Database' => '데이터 베이스',
'End' => '종료',
'Exchange' => '교환',
'Export' => '수출',
'Exports' => '수출',
'File' => '파일',
'Host' => '주최자',
'Import' => '수입',
'Imports' => '수입',
'Login' => '로그인',
'Logs' => '로그',
'Options' => '옵션',
'Password' => '암호',
'Port' => '포트',
'Start' => '스타트',
'Subtype' => '하위 유형',
'Title' => '표제',
'Type' => '유형',
'Website' => '웹 사이트',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'laget',
'CreatedAt' => 'laget på',
'CreatedBy' => 'Laget av',
'Creator' => 'skaperen',
'Database' => 'database',
'End' => 'Slutt',
'Exchange' => 'Utveksling',
'Export' => 'Eksport',
'Exports' => 'eksport',
'File' => 'Fil',
'Host' => 'Vert',
'Import' => 'Import',
'Imports' => 'import',
'Login' => 'Logg Inn',
'Logs' => 'Tømmerstokker',
'Options' => 'alternativer',
'Password' => 'Passord',
'Port' => 'Havn',
'Start' => 'Start',
'Subtype' => 'subtype',
'Title' => 'Tittel',
'Type' => 'Type',
'Website' => 'nettsted',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Utworzony',
'CreatedAt' => 'Utworzono',
'CreatedBy' => 'Stworzone przez',
'Creator' => 'Twórca',
'Database' => 'Baza danych',
'End' => 'Koniec',
'Exchange' => 'Wymieniać się',
'Export' => 'Eksport',
'Exports' => 'eksport',
'File' => 'Plik',
'Host' => 'Gospodarz',
'Import' => 'Import',
'Imports' => 'Import',
'Login' => 'Zaloguj sie',
'Logs' => 'dzienniki',
'Options' => 'Opcje',
'Password' => 'Hasło',
'Port' => 'Port',
'Start' => 'Początek',
'Subtype' => 'podtyp',
'Title' => 'Tytuł',
'Type' => 'Rodzaj',
'Website' => 'Stronie internetowej',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Criado',
'CreatedAt' => 'Criado em',
'CreatedBy' => 'Criado por',
'Creator' => 'O Criador',
'Database' => 'Base de dados',
'End' => 'Fim',
'Exchange' => 'Intercâmbio',
'Export' => 'Exportar',
'Exports' => 'exportações',
'File' => 'Arquivo',
'Host' => 'Hospedeiro',
'Import' => 'Importar',
'Imports' => 'importações',
'Login' => 'Conecte-se',
'Logs' => 'Histórico',
'Options' => 'opções',
'Password' => 'Senha',
'Port' => 'Porta',
'Start' => 'Começar',
'Subtype' => 'subtipo',
'Title' => 'Título',
'Type' => 'Modelo',
'Website' => 'Local na rede Internet',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Созданный',
'CreatedAt' => 'Создано на',
'CreatedBy' => 'Сделано',
'Creator' => 'творец',
'Database' => 'База данных',
'End' => 'Конец',
'Exchange' => 'Обмен',
'Export' => 'экспорт',
'Exports' => 'экспорт',
'File' => 'Файл',
'Host' => 'Хозяин',
'Import' => 'импорт',
'Imports' => 'импорт',
'Login' => 'Авторизоваться',
'Logs' => 'бревна',
'Options' => 'Опции',
'Password' => 'Пароль',
'Port' => 'порт',
'Start' => 'Начинать',
'Subtype' => 'Подтип',
'Title' => 'Заголовок',
'Type' => 'Тип',
'Website' => 'Интернет сайт',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'Skapad',
'CreatedAt' => 'Skapad vid',
'CreatedBy' => 'Skapad av',
'Creator' => 'Skapare',
'Database' => 'Databas',
'End' => 'Slutet',
'Exchange' => 'Utbyta',
'Export' => 'Exportera',
'Exports' => 'Export',
'File' => 'Fil',
'Host' => 'Värd',
'Import' => 'Importera',
'Imports' => 'import',
'Login' => 'Logga in',
'Logs' => 'loggar',
'Options' => 'alternativ',
'Password' => 'Lösenord',
'Port' => 'Hamn',
'Start' => 'Start',
'Subtype' => 'subtyp',
'Title' => 'Titel',
'Type' => 'Typ',
'Website' => 'Hemsida',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'ที่สร้างไว้',
'CreatedAt' => 'สร้างขึ้นใน',
'CreatedBy' => 'สร้างโดย',
'Creator' => 'ผู้สร้าง',
'Database' => 'ฐานข้อมูล',
'End' => 'ปลาย',
'Exchange' => 'แลกเปลี่ยน',
'Export' => 'ส่งออก',
'Exports' => 'การส่งออก',
'File' => 'ไฟล์',
'Host' => 'เจ้าภาพ',
'Import' => 'นำเข้า',
'Imports' => 'นำเข้า',
'Login' => 'เข้าสู่ระบบ',
'Logs' => 'ท่อน',
'Options' => 'ตัวเลือก',
'Password' => 'รหัสผ่าน',
'Port' => 'ท่าเรือ',
'Start' => 'เริ่มต้น',
'Subtype' => 'ย่อย',
'Title' => 'หัวข้อ',
'Type' => 'ชนิด',
'Website' => 'เว็บไซต์',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'düzenlendi',
'CreatedAt' => 'Oluşturulma',
'CreatedBy' => 'Tarafından yaratıldı',
'Creator' => 'yaratıcı',
'Database' => 'Veri tabanı',
'End' => 'Son',
'Exchange' => 'Değiş tokuş',
'Export' => 'İhracat',
'Exports' => 'İhracat',
'File' => 'Dosya',
'Host' => 'evsahibi',
'Import' => 'İthalat',
'Imports' => 'ithalat',
'Login' => 'Oturum aç',
'Logs' => 'Kütükler',
'Options' => 'Seçenekler',
'Password' => 'Parola',
'Port' => 'Liman',
'Start' => 'Başlat',
'Subtype' => 'Alt tür',
'Title' => 'Başlık',
'Type' => 'tip',
'Website' => 'İnternet sitesi',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => 'створений',
'CreatedAt' => 'створено',
'CreatedBy' => 'Створено',
'Creator' => 'творець',
'Database' => 'база даних',
'End' => 'кінець',
'Exchange' => 'обмін',
'Export' => 'експорт',
'Exports' => 'експорт',
'File' => 'файл',
'Host' => 'господар',
'Import' => 'імпорт',
'Imports' => 'імпорт',
'Login' => 'Ввійти',
'Logs' => 'колоди',
'Options' => 'опції',
'Password' => 'пароль',
'Port' => 'порт',
'Start' => 'початок',
'Subtype' => 'підтип',
'Title' => 'титульний',
'Type' => 'тип',
'Website' => 'веб-сайт',
]];

View File

@ -0,0 +1,39 @@
<?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 ['Exchange' => [
'Created' => '创建',
'CreatedAt' => '在创建',
'CreatedBy' => '由...制作',
'Creator' => '创造者',
'Database' => '数据库',
'End' => '结尾',
'Exchange' => '交换',
'Export' => '出口',
'Exports' => '出口',
'File' => '文件',
'Host' => '主持人',
'Import' => '进口',
'Imports' => '进口',
'Login' => '登录',
'Logs' => '日志',
'Options' => '选项',
'Password' => '密码',
'Port' => '港口',
'Start' => '开始',
'Subtype' => '亚型',
'Title' => '标题',
'Type' => '类型',
'Website' => '网站',
]];