draft additional languages

This commit is contained in:
Dennis Eichhorn 2021-03-05 21:08:46 +01:00
parent 6e794adf56
commit 330d2f0512
20 changed files with 1220 additions and 0 deletions

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'يضيف',
'CentralizedDB' => 'مركزية DB',
'CentralizedFiles' => 'الملفات مركزية',
'Created' => 'مخلوق',
'CreatedBy' => 'انشأ من قبل',
'Creator' => 'المنشئ',
'Data' => 'البيانات',
'Database' => 'قاعدة البيانات',
'Dataset' => 'بيانات',
'Datasets' => 'قواعد البيانات',
'Description' => 'وصف',
'Edit' => 'يحرر',
'Expected' => 'متوقع',
'Export' => 'يصدر',
'FileNames' => 'أسماء الملفات',
'Files' => 'ملفات',
'Helper' => 'المساعد',
'Helpers' => 'المساعدون',
'IndividualDB' => 'فرد DB',
'Info' => 'معلومات',
'Language' => 'لغة',
'Load' => 'حمل',
'Media' => 'وسائط',
'MediaDirectory' => 'دليل وسائل الإعلام',
'Modified' => 'المعدل',
'Name' => 'اسم',
'New' => 'جديد',
'Other' => 'آخر',
'Overview' => 'ملخص',
'Permission' => 'الإذن',
'Print' => 'مطبعة',
'Report' => 'نقل',
'Reports' => 'تقارير',
'Select' => 'يختار',
'Settings' => 'إعدادات',
'Source' => 'مصدر',
'Sources' => 'مصادر',
'Standalone' => 'مستقل',
'Storage' => 'تخزين',
'Tag' => 'بطاقة شعار',
'Tags' => 'الكلمات',
'Template' => 'نموذج',
'Title' => 'لقب',
'Type' => 'اكتب',
'Updated' => 'محدث',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Přidat',
'CentralizedDB' => 'centralizované DB',
'CentralizedFiles' => 'centralizované Files',
'Created' => 'Vytvořeno',
'CreatedBy' => 'Vytvořil',
'Creator' => 'Tvůrce',
'Data' => 'Data',
'Database' => 'Databáze',
'Dataset' => 'dataset',
'Datasets' => 'datové sady',
'Description' => 'Popis',
'Edit' => 'Upravit',
'Expected' => 'Očekávaný',
'Export' => 'Vývozní',
'FileNames' => 'Názvy souborů',
'Files' => 'soubory',
'Helper' => 'Pomocník',
'Helpers' => 'pomocníci',
'IndividualDB' => 'individuální DB',
'Info' => 'Info',
'Language' => 'Jazyk',
'Load' => 'Zatížení',
'Media' => 'Media',
'MediaDirectory' => 'Media Directory',
'Modified' => 'modifikovaná',
'Name' => 'název',
'New' => 'Nový',
'Other' => 'jiný',
'Overview' => 'Přehled',
'Permission' => 'Povolení',
'Print' => 'Tisk',
'Report' => 'Zpráva',
'Reports' => 'zprávy',
'Select' => 'Vybrat',
'Settings' => 'Nastavení',
'Source' => 'Zdroj',
'Sources' => 'Zdroje',
'Standalone' => 'Samostatný',
'Storage' => 'Úložný prostor',
'Tag' => 'Štítek',
'Tags' => 'Tagy',
'Template' => 'Šablona',
'Title' => 'Titul',
'Type' => 'Typ',
'Updated' => 'aktualizováno',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Tilføje',
'CentralizedDB' => 'Centraliseret DB',
'CentralizedFiles' => 'Centraliseret filer',
'Created' => 'lavet',
'CreatedBy' => 'Lavet af',
'Creator' => 'Skaberen',
'Data' => 'Data',
'Database' => 'Database',
'Dataset' => 'datasæt',
'Datasets' => 'datasæt',
'Description' => 'Beskrivelse',
'Edit' => 'Redigere',
'Expected' => 'Forventet',
'Export' => 'Eksport',
'FileNames' => 'filnavne',
'Files' => 'Filer',
'Helper' => 'Hjælper',
'Helpers' => 'Hjælpere',
'IndividualDB' => 'Individuel DB',
'Info' => 'Info',
'Language' => 'Sprog',
'Load' => 'belastning',
'Media' => 'Medier',
'MediaDirectory' => 'medier Register',
'Modified' => 'modificeret',
'Name' => 'Navn',
'New' => 'Ny',
'Other' => 'Andet',
'Overview' => 'Oversigt',
'Permission' => 'Tilladelse',
'Print' => 'Print',
'Report' => 'Rapport',
'Reports' => 'Rapporter',
'Select' => 'Vælg',
'Settings' => 'Indstillinger',
'Source' => 'Kilde',
'Sources' => 'Kilder',
'Standalone' => 'standalone',
'Storage' => 'Opbevaring',
'Tag' => 'tag',
'Tags' => 'Tags',
'Template' => 'Skabelon',
'Title' => 'Titel',
'Type' => 'Type',
'Updated' => 'Opdateret',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Προσθήκη',
'CentralizedDB' => 'Κεντρική DB',
'CentralizedFiles' => 'Κεντρική Αρχεία',
'Created' => 'δημιουργήθηκε',
'CreatedBy' => 'Δημιουργήθηκε από',
'Creator' => 'Δημιουργός',
'Data' => 'Δεδομένα',
'Database' => 'Βάση δεδομένων',
'Dataset' => 'Σύνολο δεδομένων',
'Datasets' => 'σύνολα δεδομένων',
'Description' => 'Περιγραφή',
'Edit' => 'Επεξεργασία',
'Expected' => 'Αναμενόμενος',
'Export' => 'Εξαγωγή',
'FileNames' => 'Ονόματα αρχείων',
'Files' => 'αρχεία',
'Helper' => 'Βοηθός',
'Helpers' => 'Βοήθειες',
'IndividualDB' => 'Ατομική DB',
'Info' => 'Πληροφορίες',
'Language' => 'Γλώσσα',
'Load' => 'Φορτώνω',
'Media' => 'Μεσο ΜΑΖΙΚΗΣ ΕΝΗΜΕΡΩΣΗΣ',
'MediaDirectory' => 'Media Directory',
'Modified' => 'τροποποιημένο',
'Name' => 'Ονομα',
'New' => 'Νέος',
'Other' => 'Αλλα',
'Overview' => 'ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ',
'Permission' => 'Αδεια',
'Print' => 'Τυπώνω',
'Report' => 'Κανω ΑΝΑΦΟΡΑ',
'Reports' => 'Αναφορές',
'Select' => 'Επιλέγω',
'Settings' => 'Ρυθμίσεις',
'Source' => 'Πηγή',
'Sources' => 'Πηγές',
'Standalone' => 'αυτόνομο',
'Storage' => 'Αποθήκευση',
'Tag' => 'Ετικέτα',
'Tags' => 'ετικέτες',
'Template' => 'Πρότυπο',
'Title' => 'Τίτλος',
'Type' => 'Τύπος',
'Updated' => 'ΕΠΙΚΑΙΡΟΠΟΙΗΜΕΝΟ',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Agregar',
'CentralizedDB' => 'DB centralizada',
'CentralizedFiles' => 'Los archivos centralizado',
'Created' => 'Creado',
'CreatedBy' => 'Creado por',
'Creator' => 'Creador',
'Data' => 'Datos',
'Database' => 'Base de datos',
'Dataset' => 'conjunto de datos',
'Datasets' => 'Conjuntos de datos',
'Description' => 'Descripción',
'Edit' => 'Editar',
'Expected' => 'Previsto',
'Export' => 'Exportar',
'FileNames' => 'Los nombres de archivo',
'Files' => 'archivos',
'Helper' => 'Ayudante',
'Helpers' => 'ayudantes',
'IndividualDB' => 'DB individual',
'Info' => 'información',
'Language' => 'Idioma',
'Load' => 'Carga',
'Media' => 'Medios de comunicación',
'MediaDirectory' => 'Directorio de medios de Comunicación',
'Modified' => 'Modificado',
'Name' => 'Nombre',
'New' => 'Nuevo',
'Other' => 'Otro',
'Overview' => 'Visión general',
'Permission' => 'Permiso',
'Print' => 'Imprimir',
'Report' => 'Reporte',
'Reports' => 'Informes',
'Select' => 'Seleccione',
'Settings' => 'Ajustes',
'Source' => 'Fuente',
'Sources' => 'Fuentes',
'Standalone' => 'Ser único',
'Storage' => 'Almacenamiento',
'Tag' => 'Etiqueta',
'Tags' => 'Etiquetas',
'Template' => 'Plantilla',
'Title' => 'Título',
'Type' => 'Escribe',
'Updated' => 'Actualizado',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Lisätä',
'CentralizedDB' => 'keskitetty DB',
'CentralizedFiles' => 'keskitetty tiedostot',
'Created' => 'Luotu',
'CreatedBy' => 'Luonut',
'Creator' => 'Luoja',
'Data' => 'data',
'Database' => 'Tietokanta',
'Dataset' => 'aineisto',
'Datasets' => 'aineistot',
'Description' => 'Kuvaus',
'Edit' => 'Muokata',
'Expected' => 'odotettu',
'Export' => 'Viedä',
'FileNames' => 'Tiedostojen nimet',
'Files' => 'Tiedostot',
'Helper' => 'Auttaja',
'Helpers' => 'auttajia',
'IndividualDB' => 'yksittäisten DB',
'Info' => 'Tiedot',
'Language' => 'Kieli',
'Load' => 'Ladata',
'Media' => 'tiedotusvälineet',
'MediaDirectory' => 'Media hakemisto',
'Modified' => 'Modified',
'Name' => 'Nimi',
'New' => 'Uusi',
'Other' => 'muut',
'Overview' => 'Yleiskatsaus',
'Permission' => 'Lupa',
'Print' => 'Tulosta',
'Report' => 'raportti',
'Reports' => 'raportit',
'Select' => 'valita',
'Settings' => 'asetukset',
'Source' => 'Lähde',
'Sources' => 'Lähteet',
'Standalone' => 'itsenäinen',
'Storage' => 'varastointi',
'Tag' => 'Tag',
'Tags' => 'Tunnisteet',
'Template' => 'Sapluuna',
'Title' => 'otsikko',
'Type' => 'Tyyppi',
'Updated' => 'Päivitetty',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Ajouter',
'CentralizedDB' => 'DB centralisé',
'CentralizedFiles' => 'fichiers centralisés',
'Created' => 'Créé',
'CreatedBy' => 'Créé par',
'Creator' => 'Créateur',
'Data' => 'Données',
'Database' => 'Base de données',
'Dataset' => 'Base de données',
'Datasets' => 'jeux de données',
'Description' => 'Description',
'Edit' => 'Éditer',
'Expected' => 'Attendu',
'Export' => 'Exportation',
'FileNames' => 'Les noms de fichiers',
'Files' => 'Des dossiers',
'Helper' => 'Assistant',
'Helpers' => 'helpers',
'IndividualDB' => 'DB individuelle',
'Info' => 'Info',
'Language' => 'Langue',
'Load' => 'Charge',
'Media' => 'Médias',
'MediaDirectory' => 'Répertoire des médias',
'Modified' => 'Modifié',
'Name' => 'Nom',
'New' => 'Nouveau',
'Other' => 'Autre',
'Overview' => 'Aperçu',
'Permission' => 'Autorisation',
'Print' => 'Impression',
'Report' => 'Signaler',
'Reports' => 'Rapports',
'Select' => 'Sélectionner',
'Settings' => 'Réglages',
'Source' => 'La source',
'Sources' => 'Sources',
'Standalone' => 'autonome',
'Storage' => 'Espace de rangement',
'Tag' => 'Étiqueter',
'Tags' => 'Mots clés',
'Template' => 'Modèle',
'Title' => 'Titre',
'Type' => 'Taper',
'Updated' => 'Mise à jour',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'hozzáad',
'CentralizedDB' => 'központosított DB',
'CentralizedFiles' => 'központosított Files',
'Created' => 'Alkotó',
'CreatedBy' => 'Készítette',
'Creator' => 'Teremtő',
'Data' => 'Adat',
'Database' => 'adatbázis',
'Dataset' => 'adatbázisba',
'Datasets' => 'Datasets',
'Description' => 'Leírás',
'Edit' => 'szerkesztése',
'Expected' => 'Várt',
'Export' => 'Export',
'FileNames' => 'fájlnevek',
'Files' => 'Files',
'Helper' => 'Segítő',
'Helpers' => 'Segítők',
'IndividualDB' => 'Egyedi DB',
'Info' => 'Info',
'Language' => 'Nyelv',
'Load' => 'Betöltés',
'Media' => 'Média',
'MediaDirectory' => 'Media Directory',
'Modified' => 'Módosított',
'Name' => 'Név',
'New' => 'Új',
'Other' => 'Egyéb',
'Overview' => 'Áttekintés',
'Permission' => 'Engedély',
'Print' => 'Nyomtatás',
'Report' => 'Jelentés',
'Reports' => 'jelentések',
'Select' => 'választ',
'Settings' => 'Beállítások',
'Source' => 'Forrás',
'Sources' => 'források',
'Standalone' => 'önálló',
'Storage' => 'Tárolás',
'Tag' => 'Címke',
'Tags' => 'Címkék',
'Template' => 'Sablon',
'Title' => 'Cím',
'Type' => 'típus',
'Updated' => 'korszerűsített',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Inserisci',
'CentralizedDB' => 'centralizzata DB',
'CentralizedFiles' => 'I file centralizzata',
'Created' => 'Creato',
'CreatedBy' => 'Creato da',
'Creator' => 'Creatore',
'Data' => 'Dati',
'Database' => 'Banca dati',
'Dataset' => 'dataset',
'Datasets' => 'Dataset',
'Description' => 'Descrizione',
'Edit' => 'modificare',
'Expected' => 'Previsto',
'Export' => 'Esportare',
'FileNames' => 'Nomi di file',
'Files' => 'File',
'Helper' => 'aiutante',
'Helpers' => 'Helpers',
'IndividualDB' => 'individuale DB',
'Info' => 'Informazioni',
'Language' => 'linguaggio',
'Load' => 'Caricare',
'Media' => 'Media',
'MediaDirectory' => 'Annuario media',
'Modified' => 'Modificata',
'Name' => 'Nome',
'New' => 'Nuovo',
'Other' => 'Altro',
'Overview' => 'Panoramica',
'Permission' => 'Autorizzazione',
'Print' => 'Stampa',
'Report' => 'rapporto',
'Reports' => 'Rapporti',
'Select' => 'Selezionare',
'Settings' => 'impostazioni',
'Source' => 'fonte',
'Sources' => 'fonti',
'Standalone' => 'Indipendente, autonomo',
'Storage' => 'Conservazione',
'Tag' => 'Etichetta',
'Tags' => 'tag',
'Template' => 'Modello',
'Title' => 'Titolo',
'Type' => 'genere',
'Updated' => 'aggiornato',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => '追加',
'CentralizedDB' => '一元化DB',
'CentralizedFiles' => '一元化されたファイル',
'Created' => '作成した',
'CreatedBy' => 'によって作成された',
'Creator' => '創造主',
'Data' => 'データ',
'Database' => 'データベース',
'Dataset' => 'データセット',
'Datasets' => 'データセット',
'Description' => '説明',
'Edit' => '編集します',
'Expected' => '予想',
'Export' => '書き出す',
'FileNames' => 'ファイル名',
'Files' => 'ファイル',
'Helper' => 'ヘルパー',
'Helpers' => 'ヘルパー',
'IndividualDB' => '個々のDB',
'Info' => 'インフォ',
'Language' => '言語',
'Load' => '負荷',
'Media' => 'メディア',
'MediaDirectory' => 'メディアディレクトリ',
'Modified' => '変更されました',
'Name' => '名前',
'New' => '新着',
'Other' => '他の',
'Overview' => '概要',
'Permission' => '許可',
'Print' => 'プリント',
'Report' => '報告する',
'Reports' => 'レポート',
'Select' => '選択する',
'Settings' => '設定',
'Source' => 'ソース',
'Sources' => 'ソース',
'Standalone' => 'スタンドアロン',
'Storage' => 'ストレージ',
'Tag' => '鬼ごっこ',
'Tags' => 'タグ',
'Template' => 'テンプレート',
'Title' => '題名',
'Type' => 'タイプ',
'Updated' => '更新しました',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => '더하다',
'CentralizedDB' => '중앙 DB',
'CentralizedFiles' => '중앙 집중식 파일',
'Created' => '만들어진',
'CreatedBy' => '작성자',
'Creator' => '창조자',
'Data' => '데이터',
'Database' => '데이터 베이스',
'Dataset' => '데이터 집합',
'Datasets' => '데이터 집합',
'Description' => '기술',
'Edit' => '편집하다',
'Expected' => '예상',
'Export' => '수출',
'FileNames' => '파일 이름',
'Files' => '파일',
'Helper' => '돕는 사람',
'Helpers' => '도우미',
'IndividualDB' => '개별 DB',
'Info' => '정보',
'Language' => '언어',
'Load' => '하중',
'Media' => '미디어',
'MediaDirectory' => '미디어 디렉토리',
'Modified' => '수정',
'Name' => '이름',
'New' => '새로운',
'Other' => '다른',
'Overview' => '개요',
'Permission' => '허가',
'Print' => '인쇄',
'Report' => '보고서',
'Reports' => '보고서',
'Select' => '고르다',
'Settings' => '설정',
'Source' => '출처',
'Sources' => '소스',
'Standalone' => '독립형',
'Storage' => '저장',
'Tag' => '꼬리표',
'Tags' => '태그',
'Template' => '주형',
'Title' => '표제',
'Type' => '유형',
'Updated' => '업데이트',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Legg til',
'CentralizedDB' => 'sentralisert DB',
'CentralizedFiles' => 'sentralisert filer',
'Created' => 'laget',
'CreatedBy' => 'Laget av',
'Creator' => 'skaperen',
'Data' => 'Data',
'Database' => 'database',
'Dataset' => 'datasett',
'Datasets' => 'datasett',
'Description' => 'Beskrivelse',
'Edit' => 'Redigere',
'Expected' => 'Forventet',
'Export' => 'Eksport',
'FileNames' => 'filnavn',
'Files' => 'filer',
'Helper' => 'Hjelper',
'Helpers' => 'Hjelpere',
'IndividualDB' => 'individuell DB',
'Info' => 'info',
'Language' => 'Språk',
'Load' => 'Laste',
'Media' => 'Media',
'MediaDirectory' => 'Medieregisteret',
'Modified' => 'modifisert',
'Name' => 'Navn',
'New' => 'Ny',
'Other' => 'Annen',
'Overview' => 'Oversikt',
'Permission' => 'Tillatelse',
'Print' => 'Skrive ut',
'Report' => 'Rapportere',
'Reports' => 'rapporter',
'Select' => 'Å velge',
'Settings' => 'innstillinger',
'Source' => 'Kilde',
'Sources' => 'kilder',
'Standalone' => 'Frittstående',
'Storage' => 'Oppbevaring',
'Tag' => 'stikkord',
'Tags' => 'Tags',
'Template' => 'Mal',
'Title' => 'Tittel',
'Type' => 'Type',
'Updated' => 'oppdatert',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Dodaj',
'CentralizedDB' => 'scentralizowane DB',
'CentralizedFiles' => 'scentralizowane pliki',
'Created' => 'Utworzony',
'CreatedBy' => 'Stworzone przez',
'Creator' => 'Twórca',
'Data' => 'Dane',
'Database' => 'Baza danych',
'Dataset' => 'Zbiór danych',
'Datasets' => 'Zbiory danych',
'Description' => 'Opis',
'Edit' => 'Edytować',
'Expected' => 'Spodziewany',
'Export' => 'Eksport',
'FileNames' => 'nazwy plików',
'Files' => 'Akta',
'Helper' => 'Pomocnik',
'Helpers' => 'pomocnicy',
'IndividualDB' => 'indywidualne DB',
'Info' => 'Info',
'Language' => 'Język',
'Load' => 'Załaduj',
'Media' => 'Głoska bezdźwięczna',
'MediaDirectory' => 'katalog mediów',
'Modified' => 'zmodyfikowany',
'Name' => 'Nazwa',
'New' => 'Nowy',
'Other' => 'Inny',
'Overview' => 'Przegląd',
'Permission' => 'Pozwolenie',
'Print' => 'Wydrukować',
'Report' => 'Raport',
'Reports' => 'Raporty',
'Select' => 'Wybierz',
'Settings' => 'Ustawienia',
'Source' => 'Źródło',
'Sources' => 'źródła',
'Standalone' => 'Samodzielny',
'Storage' => 'Przechowywanie',
'Tag' => 'Etykietka',
'Tags' => 'tagi',
'Template' => 'Szablon',
'Title' => 'Tytuł',
'Type' => 'Rodzaj',
'Updated' => 'zaktualizowany',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Adicionar',
'CentralizedDB' => 'centralizada DB',
'CentralizedFiles' => 'Arquivos centralizado',
'Created' => 'Criado',
'CreatedBy' => 'Criado por',
'Creator' => 'O Criador',
'Data' => 'Dados',
'Database' => 'Base de dados',
'Dataset' => 'dataset',
'Datasets' => 'conjuntos de dados',
'Description' => 'Descrição',
'Edit' => 'Editar',
'Expected' => 'Esperado',
'Export' => 'Exportar',
'FileNames' => 'Nomes de arquivo',
'Files' => 'arquivos',
'Helper' => 'Ajudante',
'Helpers' => 'ajudantes',
'IndividualDB' => 'individual DB',
'Info' => 'informações',
'Language' => 'Língua',
'Load' => 'Carregar',
'Media' => 'meios de comunicação',
'MediaDirectory' => 'meios de comunicação soci',
'Modified' => 'modificada',
'Name' => 'Nome',
'New' => 'Novo',
'Other' => 'Outro',
'Overview' => 'Visão geral',
'Permission' => 'Permissão',
'Print' => 'Imprimir',
'Report' => 'Relatório',
'Reports' => 'Relatórios',
'Select' => 'selecionar',
'Settings' => 'Configurações',
'Source' => 'Fonte',
'Sources' => 'Origens',
'Standalone' => 'Estar sozinho',
'Storage' => 'Armazenar',
'Tag' => 'Marcação',
'Tags' => 'Tag',
'Template' => 'Modelo',
'Title' => 'Título',
'Type' => 'Modelo',
'Updated' => 'Atualizada',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Добавлять',
'CentralizedDB' => 'Централизованная БД',
'CentralizedFiles' => 'Централизованные файлы',
'Created' => 'Созданный',
'CreatedBy' => 'Сделано',
'Creator' => 'творец',
'Data' => 'Данные',
'Database' => 'База данных',
'Dataset' => 'Dataset',
'Datasets' => 'Datasets',
'Description' => 'Описание',
'Edit' => 'Редактировать',
'Expected' => 'Ожидал',
'Export' => 'экспорт',
'FileNames' => 'Имена файлов',
'Files' => 'файлы',
'Helper' => 'помощник',
'Helpers' => 'Помощники',
'IndividualDB' => 'Индивидуальный БД',
'Info' => 'Информация',
'Language' => 'Язык',
'Load' => 'Нагрузка',
'Media' => 'Средства массовой информации',
'MediaDirectory' => 'Каталог СМИ',
'Modified' => 'модифицированный',
'Name' => 'Имя',
'New' => 'Новый',
'Other' => 'Другой',
'Overview' => 'обзор',
'Permission' => 'Разрешение',
'Print' => 'Распечатать',
'Report' => 'Отчет',
'Reports' => 'Отчеты',
'Select' => 'Выбирать',
'Settings' => 'Настройки',
'Source' => 'Источник',
'Sources' => 'источники',
'Standalone' => 'Standalone',
'Storage' => 'Место хранения',
'Tag' => 'Тег',
'Tags' => 'Теги',
'Template' => 'Шаблон',
'Title' => 'Заголовок',
'Type' => 'Тип',
'Updated' => 'обновленный',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Lägg till',
'CentralizedDB' => 'centraliserad DB',
'CentralizedFiles' => 'centraliserad Files',
'Created' => 'Skapad',
'CreatedBy' => 'Skapad av',
'Creator' => 'Skapare',
'Data' => 'Data',
'Database' => 'Databas',
'Dataset' => 'dataset',
'Datasets' => 'dataset',
'Description' => 'Beskrivning',
'Edit' => 'Redigera',
'Expected' => 'Förväntad',
'Export' => 'Exportera',
'FileNames' => 'filnamn',
'Files' => 'filer',
'Helper' => 'Hjälpare',
'Helpers' => 'hjälpare',
'IndividualDB' => 'individuell DB',
'Info' => 'Info',
'Language' => 'Språk',
'Load' => 'Ladda',
'Media' => 'Media',
'MediaDirectory' => 'media Directory',
'Modified' => 'Ändrad',
'Name' => 'namn',
'New' => 'Ny',
'Other' => 'Övrig',
'Overview' => 'Översikt',
'Permission' => 'Lov',
'Print' => 'Skriva ut',
'Report' => 'Rapportera',
'Reports' => 'rapporter',
'Select' => 'Välj',
'Settings' => 'inställningar',
'Source' => 'Källa',
'Sources' => 'källor',
'Standalone' => 'Fristående',
'Storage' => 'Lagring',
'Tag' => 'Märka',
'Tags' => 'Tags',
'Template' => 'Mall',
'Title' => 'Titel',
'Type' => 'Typ',
'Updated' => 'Uppdaterad',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'เพิ่ม',
'CentralizedDB' => 'ส่วนกลาง DB',
'CentralizedFiles' => 'ไฟล์จากส่วนกลาง',
'Created' => 'ที่สร้างไว้',
'CreatedBy' => 'สร้างโดย',
'Creator' => 'ผู้สร้าง',
'Data' => 'ข้อมูล',
'Database' => 'ฐานข้อมูล',
'Dataset' => 'ชุด',
'Datasets' => 'ชุดข้อมูล',
'Description' => 'ลักษณะ',
'Edit' => 'แก้ไข',
'Expected' => 'ที่คาดหวัง',
'Export' => 'ส่งออก',
'FileNames' => 'ชื่อไฟล์',
'Files' => 'ไฟล์',
'Helper' => 'ผู้ช่วย',
'Helpers' => 'ผู้ช่วย',
'IndividualDB' => 'บุคคล DB',
'Info' => 'ข้อมูล',
'Language' => 'ภาษา',
'Load' => 'ภาระ',
'Media' => 'สื่อ',
'MediaDirectory' => 'สื่อไดเรกทอรี',
'Modified' => 'ดัดแปลง',
'Name' => 'ชื่อ',
'New' => 'ใหม่',
'Other' => 'อื่น ๆ',
'Overview' => 'ภาพรวม',
'Permission' => 'การอนุญาต',
'Print' => 'พิมพ์',
'Report' => 'รายงาน',
'Reports' => 'รายงาน',
'Select' => 'เลือก',
'Settings' => 'การตั้งค่า',
'Source' => 'แหล่ง',
'Sources' => 'แหล่งที่มา',
'Standalone' => 'แบบสแตนด์อโลน',
'Storage' => 'การเก็บรักษา',
'Tag' => 'แท็ก',
'Tags' => 'แท็ก',
'Template' => 'แบบ',
'Title' => 'หัวข้อ',
'Type' => 'ชนิด',
'Updated' => 'Updated',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'Ekle',
'CentralizedDB' => 'Merkezi DB',
'CentralizedFiles' => 'Merkezi Dosyalar',
'Created' => 'düzenlendi',
'CreatedBy' => 'Tarafından yaratıldı',
'Creator' => 'yaratıcı',
'Data' => 'Veri',
'Database' => 'Veri tabanı',
'Dataset' => 'Veri kümesi',
'Datasets' => 'Veri Setleri',
'Description' => 'Açıklama',
'Edit' => 'Düzenle',
'Expected' => 'Beklenen',
'Export' => 'İhracat',
'FileNames' => 'Dosya Adları',
'Files' => 'Dosyalar',
'Helper' => 'Yardımcı',
'Helpers' => 'Yardımcılar',
'IndividualDB' => 'Bireysel DB',
'Info' => 'Bilgi',
'Language' => 'Dil',
'Load' => 'Yük',
'Media' => 'medya',
'MediaDirectory' => 'Medya Dizini',
'Modified' => 'Değiştirilmiş',
'Name' => 'ad',
'New' => 'Yeni',
'Other' => 'Diğer',
'Overview' => 'genel bakış',
'Permission' => 'izin',
'Print' => 'Yazdır',
'Report' => 'Bildiri',
'Reports' => 'Raporlar',
'Select' => 'seçmek',
'Settings' => 'Ayarlar',
'Source' => 'Kaynak',
'Sources' => 'Kaynaklar',
'Standalone' => 'Bağımsız',
'Storage' => 'Depolama',
'Tag' => 'Etiket',
'Tags' => 'Etiketler',
'Template' => 'şablon',
'Title' => 'Başlık',
'Type' => 'tip',
'Updated' => 'Güncellenmiş',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => 'додавати',
'CentralizedDB' => 'централізована БД',
'CentralizedFiles' => 'централізовані файли',
'Created' => 'створений',
'CreatedBy' => 'Створено',
'Creator' => 'творець',
'Data' => 'дані',
'Database' => 'база даних',
'Dataset' => 'Dataset',
'Datasets' => 'Datasets',
'Description' => 'опис',
'Edit' => 'редагувати',
'Expected' => 'очікуваний',
'Export' => 'експорт',
'FileNames' => 'імена файлів',
'Files' => 'файли',
'Helper' => 'помічник',
'Helpers' => 'помічники',
'IndividualDB' => 'індивідуальний БД',
'Info' => 'інформація',
'Language' => 'Мову',
'Load' => 'навантаження',
'Media' => 'засоби масової інформації',
'MediaDirectory' => 'Каталог ЗМІ',
'Modified' => 'модифікований',
'Name' => 'ім\'я',
'New' => 'новий',
'Other' => 'Інший',
'Overview' => 'огляд',
'Permission' => 'дозвіл',
'Print' => 'друк',
'Report' => 'звіт',
'Reports' => 'Звіти',
'Select' => 'вибрати',
'Settings' => 'настройки',
'Source' => 'джерело',
'Sources' => 'джерела',
'Standalone' => 'Standalone',
'Storage' => 'зберігання',
'Tag' => 'тег',
'Tags' => 'Теги',
'Template' => 'шаблон',
'Title' => 'титульний',
'Type' => 'тип',
'Updated' => 'оновлений',
]];

View File

@ -0,0 +1,61 @@
<?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 ['Helper' => [
'Add' => '添加',
'CentralizedDB' => '集中式数据库',
'CentralizedFiles' => '集中式文件',
'Created' => '创建',
'CreatedBy' => '由...制作',
'Creator' => '创造者',
'Data' => '数据',
'Database' => '数据库',
'Dataset' => '数据集',
'Datasets' => '数据集',
'Description' => '描述',
'Edit' => '编辑',
'Expected' => '预期的',
'Export' => '出口',
'FileNames' => '文件名',
'Files' => '档',
'Helper' => '帮手',
'Helpers' => '助手',
'IndividualDB' => '个人DB',
'Info' => '信息',
'Language' => '语言',
'Load' => '加载',
'Media' => '媒体',
'MediaDirectory' => '媒体目录',
'Modified' => '修改的',
'Name' => '姓名',
'New' => '新的',
'Other' => '其他',
'Overview' => '概述',
'Permission' => '允许',
'Print' => '打印',
'Report' => '报告',
'Reports' => '报告',
'Select' => '选择',
'Settings' => '设置',
'Source' => '来源',
'Sources' => '来源',
'Standalone' => '独立',
'Storage' => '贮存',
'Tag' => '标签',
'Tags' => '标签',
'Template' => '模板',
'Title' => '标题',
'Type' => '类型',
'Updated' => '更新',
]];