From 77f4d607cce796fa9ce9083cd465293ffc89e2a9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Feb 2022 21:18:51 +0100 Subject: [PATCH] update lang files --- Theme/Backend/Lang/Navigation.ar.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.cs.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.da.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.de.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.el.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.fi.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.fr.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.hu.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.it.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.ja.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.ko.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.no.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.pl.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.pt.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.ru.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.sv.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.th.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.tr.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.uk.lang.php | 17 +++++++ Theme/Backend/Lang/Navigation.zh.lang.php | 17 +++++++ Theme/Backend/Lang/ar.lang.php | 16 +++---- Theme/Backend/Lang/cs.lang.php | 16 +++---- Theme/Backend/Lang/da.lang.php | 14 +++--- Theme/Backend/Lang/de.lang.php | 58 +++++++++++------------ Theme/Backend/Lang/el.lang.php | 4 +- Theme/Backend/Lang/es.lang.php | 8 ++-- Theme/Backend/Lang/fi.lang.php | 34 ++++++------- Theme/Backend/Lang/fr.lang.php | 10 ++-- Theme/Backend/Lang/hu.lang.php | 18 +++---- Theme/Backend/Lang/it.lang.php | 10 ++-- Theme/Backend/Lang/ja.lang.php | 22 ++++----- Theme/Backend/Lang/ko.lang.php | 30 ++++++------ Theme/Backend/Lang/no.lang.php | 22 ++++----- Theme/Backend/Lang/pl.lang.php | 12 ++--- Theme/Backend/Lang/pt.lang.php | 10 ++-- Theme/Backend/Lang/ru.lang.php | 20 ++++---- Theme/Backend/Lang/sv.lang.php | 8 ++-- Theme/Backend/Lang/th.lang.php | 28 +++++------ Theme/Backend/Lang/tr.lang.php | 24 +++++----- Theme/Backend/Lang/uk.lang.php | 56 +++++++++++----------- Theme/Backend/Lang/zh.lang.php | 14 +++--- 43 files changed, 575 insertions(+), 218 deletions(-) create mode 100644 Theme/Backend/Lang/Navigation.ar.lang.php create mode 100644 Theme/Backend/Lang/Navigation.cs.lang.php create mode 100644 Theme/Backend/Lang/Navigation.da.lang.php create mode 100644 Theme/Backend/Lang/Navigation.de.lang.php create mode 100644 Theme/Backend/Lang/Navigation.el.lang.php create mode 100644 Theme/Backend/Lang/Navigation.es.lang.php create mode 100644 Theme/Backend/Lang/Navigation.fi.lang.php create mode 100644 Theme/Backend/Lang/Navigation.fr.lang.php create mode 100644 Theme/Backend/Lang/Navigation.hu.lang.php create mode 100644 Theme/Backend/Lang/Navigation.it.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ja.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ko.lang.php create mode 100644 Theme/Backend/Lang/Navigation.no.lang.php create mode 100644 Theme/Backend/Lang/Navigation.pl.lang.php create mode 100644 Theme/Backend/Lang/Navigation.pt.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ru.lang.php create mode 100644 Theme/Backend/Lang/Navigation.sv.lang.php create mode 100644 Theme/Backend/Lang/Navigation.th.lang.php create mode 100644 Theme/Backend/Lang/Navigation.tr.lang.php create mode 100644 Theme/Backend/Lang/Navigation.uk.lang.php create mode 100644 Theme/Backend/Lang/Navigation.zh.lang.php diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php new file mode 100644 index 0000000..5b85254 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'ادارة مشروع', +]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php new file mode 100644 index 0000000..5be41cf --- /dev/null +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektový management', +]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php new file mode 100644 index 0000000..ef9a918 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektledelse', +]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php new file mode 100644 index 0000000..5a5a3e4 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektmanagement', +]]; diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php new file mode 100644 index 0000000..3267b26 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Διαχείριση έργου', +]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 8955bff..4a3b412 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\ProjectManagement + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php new file mode 100644 index 0000000..5775362 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Gestión de proyectos', +]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php new file mode 100644 index 0000000..fc83360 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektinhallinta', +]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php new file mode 100644 index 0000000..f9c94c6 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Gestion de projet', +]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php new file mode 100644 index 0000000..f604592 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektmenedzsment', +]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php new file mode 100644 index 0000000..ba73fa6 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Gestione del progetto', +]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php new file mode 100644 index 0000000..33b644a --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'プロジェクト管理', +]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php new file mode 100644 index 0000000..37cbaf7 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => '프로젝트 관리', +]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php new file mode 100644 index 0000000..1f8e1f1 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Prosjektledelse', +]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php new file mode 100644 index 0000000..4593c8d --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Zarządzanie projektami', +]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php new file mode 100644 index 0000000..d430b75 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Gerenciamento de projetos', +]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php new file mode 100644 index 0000000..a0359c9 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Управление проектом', +]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php new file mode 100644 index 0000000..569bec4 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Projektledning', +]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php new file mode 100644 index 0000000..35d8b2b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'การจัดการโครงการ', +]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php new file mode 100644 index 0000000..a17a5e6 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Proje Yönetimi', +]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php new file mode 100644 index 0000000..5d40f93 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => 'Управління проектами', +]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php new file mode 100644 index 0000000..aac82aa --- /dev/null +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -0,0 +1,17 @@ + [ + 'ProjectManagement' => '项目管理', +]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index cfc01ac..9fc9db5 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -15,31 +15,31 @@ declare(strict_types=1); return ['ProjectManagement' => [ 'Active' => 'نشيط', 'Actual' => 'فعلي', - 'Budget' => 'ميزانية', + 'Budget' => 'الدخل', 'Canceled' => 'ألغيت', - 'Created' => 'مخلوق', + 'Created' => 'خلقت', 'Creator' => 'المنشئ', 'Description' => 'وصف', - 'Due' => 'حق', + 'Due' => 'بسبب', 'End' => 'نهاية', 'Exponential' => 'متسارع', - 'Files' => 'ملفات', + 'Files' => 'الملفات', 'Finished' => 'تم الانتهاء من', - 'Hold' => 'يمسك', + 'Hold' => 'معلق', 'Inactive' => 'غير نشط', 'Linear' => 'خطي', 'Log' => 'سجل', 'Manager' => 'مدير', - 'Manual' => 'يدوي', + 'Manual' => 'كتيب', 'Name' => 'اسم', 'Other' => 'آخر', 'Progress' => 'تقدم', 'Project' => 'المشروع', 'Projects' => 'مشاريع', 'Responsibility' => 'مسؤولية', - 'Start' => 'بداية', + 'Start' => 'يبدأ', 'Status' => 'حالة', 'Tasks' => 'مهام', - 'Title' => 'لقب', + 'Title' => 'عنوان', 'UserGroup' => 'المستخدم / المجموعة', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 316088f..8ac2508 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -16,15 +16,15 @@ return ['ProjectManagement' => [ 'Active' => 'Aktivní', 'Actual' => 'Aktuální', 'Budget' => 'Rozpočet', - 'Canceled' => 'zrušený', - 'Created' => 'Vytvořeno', + 'Canceled' => 'Zrušen', + 'Created' => 'Vytvořený', 'Creator' => 'Tvůrce', 'Description' => 'Popis', - 'Due' => 'Z důvodu', + 'Due' => 'Způsoben', 'End' => 'Konec', - 'Exponential' => 'exponenciální', - 'Files' => 'soubory', - 'Finished' => 'hotový', + 'Exponential' => 'Exponenciální', + 'Files' => 'Soubory', + 'Finished' => 'Dokončený', 'Hold' => 'Držet', 'Inactive' => 'Neaktivní', 'Linear' => 'Lineární', @@ -35,11 +35,11 @@ return ['ProjectManagement' => [ 'Other' => 'jiný', 'Progress' => 'Pokrok', 'Project' => 'Projekt', - 'Projects' => 'projekty', + 'Projects' => 'Projekty', 'Responsibility' => 'Odpovědnost', 'Start' => 'Start', 'Status' => 'Postavení', - 'Tasks' => 'úkoly', + 'Tasks' => 'Úkoly', 'Title' => 'Titul', 'UserGroup' => 'Uživatelská skupina', ]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index f068e4d..1c9c732 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -17,16 +17,16 @@ return ['ProjectManagement' => [ 'Actual' => 'Faktiske', 'Budget' => 'Budget', 'Canceled' => 'Annulleret', - 'Created' => 'lavet', - 'Creator' => 'Skaberen', + 'Created' => 'Oprettet', + 'Creator' => 'Skaber.', 'Description' => 'Beskrivelse', 'Due' => 'På grund', 'End' => 'Ende', 'Exponential' => 'Eksponentiel', - 'Files' => 'Filer', + 'Files' => 'Filer.', 'Finished' => 'Færdig', 'Hold' => 'Holde', - 'Inactive' => 'inaktive', + 'Inactive' => 'Inaktiv.', 'Linear' => 'Lineær', 'Log' => 'Log', 'Manager' => 'Manager', @@ -38,8 +38,8 @@ return ['ProjectManagement' => [ 'Projects' => 'Projekter', 'Responsibility' => 'Ansvar', 'Start' => 'Start', - 'Status' => 'status', - 'Tasks' => 'Opgaver', + 'Status' => 'Status.', + 'Tasks' => 'Opgaver.', 'Title' => 'Titel', - 'UserGroup' => 'Bruger / Gruppe', + 'UserGroup' => 'Bruger / gruppe.', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 0288d72..3805646 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,33 +13,33 @@ declare(strict_types=1); return ['ProjectManagement' => [ - 'Active' => '', - 'Actual' => '', - 'Budget' => '', - 'Canceled' => '', - 'Created' => '', - 'Creator' => '', - 'Description' => '', - 'Due' => '', - 'End' => '', - 'Exponential' => '', - 'Files' => '', - 'Finished' => '', - 'Hold' => '', - 'Inactive' => '', - 'Linear' => '', - 'Log' => '', - 'Manager' => '', - 'Manual' => '', - 'Name' => '', - 'Other' => '', - 'Progress' => '', - 'Project' => '', - 'Projects' => '', - 'Responsibility' => '', - 'Start' => '', - 'Status' => '', - 'Tasks' => '', - 'Title' => '', - 'UserGroup' => '', + 'Active' => 'Aktiv', + 'Actual' => 'Tatsächlich', + 'Budget' => 'Budget', + 'Canceled' => 'Abgesagt', + 'Created' => 'Erstellt', + 'Creator' => 'Schöpfer', + 'Description' => 'Beschreibung', + 'Due' => 'Fällig', + 'End' => 'Ende', + 'Exponential' => 'Exponentiell', + 'Files' => 'Dateien', + 'Finished' => 'Beendet', + 'Hold' => 'Halt', + 'Inactive' => 'Inaktiv', + 'Linear' => 'Linear', + 'Log' => 'Protokoll', + 'Manager' => 'Manager', + 'Manual' => 'Handbuch', + 'Name' => 'Name', + 'Other' => 'Andere', + 'Progress' => 'Fortschritt', + 'Project' => 'Projekt', + 'Projects' => 'Projekte', + 'Responsibility' => 'Verantwortung', + 'Start' => 'Anfang', + 'Status' => 'Status', + 'Tasks' => 'Aufgaben', + 'Title' => 'Titel', + 'UserGroup' => 'Benutzergruppe', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index d83b537..1fdc969 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -17,13 +17,13 @@ return ['ProjectManagement' => [ 'Actual' => 'Πραγματικός', 'Budget' => 'Προϋπολογισμός', 'Canceled' => 'Ακυρώθηκε', - 'Created' => 'δημιουργήθηκε', + 'Created' => 'Δημιουργήθηκε', 'Creator' => 'Δημιουργός', 'Description' => 'Περιγραφή', 'Due' => 'Λόγω', 'End' => 'Τέλος', 'Exponential' => 'Εκθετικός', - 'Files' => 'αρχεία', + 'Files' => 'Αρχεία', 'Finished' => 'Πεπερασμένος', 'Hold' => 'Κρατήστε', 'Inactive' => 'Αδρανής', diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index f980fd8..2d5310f 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -20,11 +20,11 @@ return ['ProjectManagement' => [ 'Created' => 'Creado', 'Creator' => 'Creador', 'Description' => 'Descripción', - 'Due' => 'Debido', + 'Due' => 'Vencer', 'End' => 'Fin', 'Exponential' => 'Exponencial', - 'Files' => 'archivos', - 'Finished' => 'Finalizado', + 'Files' => 'Archivos', + 'Finished' => 'Terminado', 'Hold' => 'Sostener', 'Inactive' => 'Inactivo', 'Linear' => 'Lineal', @@ -35,7 +35,7 @@ return ['ProjectManagement' => [ 'Other' => 'Otro', 'Progress' => 'Progreso', 'Project' => 'Proyecto', - 'Projects' => 'proyectos', + 'Projects' => 'Proyectos', 'Responsibility' => 'Responsabilidad', 'Start' => 'Comienzo', 'Status' => 'Estado', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index 3ed21ee..cba5e2b 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -13,33 +13,33 @@ declare(strict_types=1); return ['ProjectManagement' => [ - 'Active' => 'aktiivinen', + 'Active' => 'Aktiivinen', 'Actual' => 'Todellinen', - 'Budget' => 'talousarvio', - 'Canceled' => 'peruttu', + 'Budget' => 'Budjetti', + 'Canceled' => 'Peruutettu', 'Created' => 'Luotu', 'Creator' => 'Luoja', 'Description' => 'Kuvaus', - 'Due' => 'maksettava', - 'End' => 'pää', - 'Exponential' => 'räjähdysmäinen', + 'Due' => 'Takia', + 'End' => 'Loppu', + 'Exponential' => 'Eksponentiaalinen', 'Files' => 'Tiedostot', - 'Finished' => 'päättynyt', - 'Hold' => 'Hold', + 'Finished' => 'Valmis', + 'Hold' => 'Pitää kiinni', 'Inactive' => 'Epäaktiivinen', 'Linear' => 'Lineaarinen', 'Log' => 'Hirsi', - 'Manager' => 'johtaja', - 'Manual' => 'manuaalinen', + 'Manager' => 'Johtaja', + 'Manual' => 'Käsikirjoitus', 'Name' => 'Nimi', - 'Other' => 'muut', - 'Progress' => 'edistyminen', - 'Project' => 'projekti', - 'Projects' => 'projektit', - 'Responsibility' => 'vastuu', + 'Other' => 'Muut', + 'Progress' => 'Edistyminen', + 'Project' => 'Hanke', + 'Projects' => 'Hankkeet', + 'Responsibility' => 'Vastuullisuus', 'Start' => 'alkaa', 'Status' => 'Tila', - 'Tasks' => 'tehtävät', - 'Title' => 'otsikko', + 'Tasks' => 'Tehtävät', + 'Title' => 'Otsikko', 'UserGroup' => 'Käyttäjäryhmä', ]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 91a3d22..e96c23b 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -17,10 +17,10 @@ return ['ProjectManagement' => [ 'Actual' => 'Réel', 'Budget' => 'Budget', 'Canceled' => 'Annulé', - 'Created' => 'Créé', + 'Created' => 'Établi', 'Creator' => 'Créateur', - 'Description' => 'Description', - 'Due' => 'Payable', + 'Description' => 'La description', + 'Due' => 'Dû', 'End' => 'Finir', 'Exponential' => 'Exponentiel', 'Files' => 'Des dossiers', @@ -37,9 +37,9 @@ return ['ProjectManagement' => [ 'Project' => 'Projet', 'Projects' => 'Projets', 'Responsibility' => 'Responsabilité', - 'Start' => 'Début', + 'Start' => 'Démarrer', 'Status' => 'Statut', 'Tasks' => 'Tâches', 'Title' => 'Titre', - 'UserGroup' => 'Utilisateur / Groupe', + 'UserGroup' => 'Utilisateur / groupe', ]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 65d7c3e..33992e2 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -17,29 +17,29 @@ return ['ProjectManagement' => [ 'Actual' => 'Tényleges', 'Budget' => 'Költségvetés', 'Canceled' => 'Törölve', - 'Created' => 'Alkotó', + 'Created' => 'Létrehozott', 'Creator' => 'Teremtő', 'Description' => 'Leírás', 'Due' => 'Esedékes', - 'End' => 'vég', - 'Exponential' => 'exponenciális', - 'Files' => 'Files', + 'End' => 'Vége', + 'Exponential' => 'Exponenciális', + 'Files' => 'Fájlok', 'Finished' => 'Befejezett', 'Hold' => 'Tart', - 'Inactive' => 'tétlen', + 'Inactive' => 'Inaktív', 'Linear' => 'Lineáris', - 'Log' => 'Bejelentkezés', + 'Log' => 'Napló', 'Manager' => 'Menedzser', 'Manual' => 'Kézikönyv', 'Name' => 'Név', 'Other' => 'Egyéb', 'Progress' => 'Előrehalad', - 'Project' => 'program', - 'Projects' => 'projektek', + 'Project' => 'Projekt', + 'Projects' => 'Projektek', 'Responsibility' => 'Felelősség', 'Start' => 'Rajt', 'Status' => 'Állapot', - 'Tasks' => 'feladatok', + 'Tasks' => 'Feladatok', 'Title' => 'Cím', 'UserGroup' => 'Felhasználói csoport', ]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 04965ca..a8e2ba2 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -15,7 +15,7 @@ declare(strict_types=1); return ['ProjectManagement' => [ 'Active' => 'Attivo', 'Actual' => 'Effettivo', - 'Budget' => 'bilancio', + 'Budget' => 'Bilancio', 'Canceled' => 'Annullato', 'Created' => 'Creato', 'Creator' => 'Creatore', @@ -25,17 +25,17 @@ return ['ProjectManagement' => [ 'Exponential' => 'Esponenziale', 'Files' => 'File', 'Finished' => 'Finito', - 'Hold' => 'Tenere', + 'Hold' => 'Presa', 'Inactive' => 'Non attivo', 'Linear' => 'Lineare', - 'Log' => 'Login', - 'Manager' => 'Manager', + 'Log' => 'Tronco d\\'albero', + 'Manager' => 'Gestore', 'Manual' => 'Manuale', 'Name' => 'Nome', 'Other' => 'Altro', 'Progress' => 'Progresso', 'Project' => 'Progetto', - 'Projects' => 'progetti', + 'Projects' => 'Progetti', 'Responsibility' => 'Responsabilità', 'Start' => 'Inizio', 'Status' => 'Stato', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 564b3a9..f370193 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -14,32 +14,32 @@ declare(strict_types=1); return ['ProjectManagement' => [ 'Active' => 'アクティブ', - 'Actual' => '実際の', - 'Budget' => '予算', + 'Actual' => '実際', + 'Budget' => 'バジェット', 'Canceled' => 'キャンセル', 'Created' => '作成した', - 'Creator' => '創造主', + 'Creator' => 'クリエーター', 'Description' => '説明', - 'Due' => '原因', + 'Due' => '期限', 'End' => '終わり', - 'Exponential' => '指数', + 'Exponential' => '指数関数', 'Files' => 'ファイル', - 'Finished' => '完成', - 'Hold' => 'ホールド', + 'Finished' => '終了した', + 'Hold' => '所有', 'Inactive' => '非活性', 'Linear' => '線形', 'Log' => 'ログ', - 'Manager' => 'マネージャー', + 'Manager' => 'マネジャー', 'Manual' => 'マニュアル', 'Name' => '名前', 'Other' => '他の', 'Progress' => '進捗', - 'Project' => '事業', + 'Project' => '計画', 'Projects' => 'プロジェクト', 'Responsibility' => '責任', - 'Start' => '開始', + 'Start' => '始める', 'Status' => '状態', 'Tasks' => 'タスク', - 'Title' => '題名', + 'Title' => 'タイトル', 'UserGroup' => 'ユーザー・グループ', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index 227c796..f98f511 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -13,33 +13,33 @@ declare(strict_types=1); return ['ProjectManagement' => [ - 'Active' => '유효한', + 'Active' => '활동적인', 'Actual' => '실제', 'Budget' => '예산', 'Canceled' => '취소 된', 'Created' => '만들어진', 'Creator' => '창조자', - 'Description' => '기술', - 'Due' => '정당한', - 'End' => '종료', - 'Exponential' => '지수의', + 'Description' => '설명', + 'Due' => '로 인한', + 'End' => '끝', + 'Exponential' => '지수', 'Files' => '파일', - 'Finished' => '끝마친', - 'Hold' => '보류', - 'Inactive' => '비활성', + 'Finished' => '완성 된', + 'Hold' => '잡고있다', + 'Inactive' => '비활성으로', 'Linear' => '선의', - 'Log' => '로그', - 'Manager' => '매니저', - 'Manual' => '설명서', + 'Log' => '통나무', + 'Manager' => '관리자', + 'Manual' => '수동', 'Name' => '이름', 'Other' => '다른', - 'Progress' => '진행', - 'Project' => '계획', + 'Progress' => '진전', + 'Project' => '프로젝트', 'Projects' => '프로젝트', 'Responsibility' => '책임', - 'Start' => '스타트', + 'Start' => '시작', 'Status' => '상태', 'Tasks' => '작업', - 'Title' => '표제', + 'Title' => '제목', 'UserGroup' => '사용자 / 그룹', ]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 97c5440..78e4b70 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -16,18 +16,18 @@ return ['ProjectManagement' => [ 'Active' => 'Aktiv', 'Actual' => 'Faktiske', 'Budget' => 'Budsjett', - 'Canceled' => 'avbrutt', - 'Created' => 'laget', - 'Creator' => 'skaperen', + 'Canceled' => 'Kansellert', + 'Created' => 'Opprettet', + 'Creator' => 'Skaperen.', 'Description' => 'Beskrivelse', - 'Due' => 'Due', + 'Due' => 'På grunn av det', 'End' => 'Slutt', - 'Exponential' => 'eksponentiell', - 'Files' => 'filer', - 'Finished' => 'ferdig', + 'Exponential' => 'Eksponentiell', + 'Files' => 'Filer', + 'Finished' => 'Ferdig', 'Hold' => 'Holde', - 'Inactive' => 'inaktiv', - 'Linear' => 'lineær', + 'Inactive' => 'Inaktiv', + 'Linear' => 'Lineær', 'Log' => 'Logg', 'Manager' => 'sjef', 'Manual' => 'Håndbok', @@ -35,11 +35,11 @@ return ['ProjectManagement' => [ 'Other' => 'Annen', 'Progress' => 'Framgang', 'Project' => 'Prosjekt', - 'Projects' => 'prosjekter', + 'Projects' => 'Prosjekter', 'Responsibility' => 'Ansvar', 'Start' => 'Start', 'Status' => 'Status', - 'Tasks' => 'oppgaver', + 'Tasks' => 'Oppgaver', 'Title' => 'Tittel', 'UserGroup' => 'Brukergruppe', ]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index 95e86b0..56ed948 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -16,19 +16,19 @@ return ['ProjectManagement' => [ 'Active' => 'Aktywny', 'Actual' => 'Rzeczywisty', 'Budget' => 'Budżet', - 'Canceled' => 'Anulowany', + 'Canceled' => 'Odwołany', 'Created' => 'Utworzony', 'Creator' => 'Twórca', 'Description' => 'Opis', 'Due' => 'Z powodu', - 'End' => 'Koniec', + 'End' => 'Kończyć się', 'Exponential' => 'Wykładniczy', - 'Files' => 'Akta', + 'Files' => 'Pliki', 'Finished' => 'Skończone', 'Hold' => 'Utrzymać', 'Inactive' => 'Nieaktywny', 'Linear' => 'Liniowy', - 'Log' => 'Log', + 'Log' => 'Dziennik', 'Manager' => 'Menedżer', 'Manual' => 'podręcznik', 'Name' => 'Nazwa', @@ -39,7 +39,7 @@ return ['ProjectManagement' => [ 'Responsibility' => 'Odpowiedzialność', 'Start' => 'Początek', 'Status' => 'Status', - 'Tasks' => 'zadania', + 'Tasks' => 'Zadania', 'Title' => 'Tytuł', - 'UserGroup' => 'Użytkownik / Grupa', + 'UserGroup' => 'Użytkownik / grupa.', ]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 6827834..3f9de7d 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -15,27 +15,27 @@ declare(strict_types=1); return ['ProjectManagement' => [ 'Active' => 'Ativo', 'Actual' => 'Real', - 'Budget' => 'Orçamento', + 'Budget' => 'Despesas', 'Canceled' => 'Cancelado', 'Created' => 'Criado', 'Creator' => 'O Criador', 'Description' => 'Descrição', - 'Due' => 'Devido', + 'Due' => 'Vencimento', 'End' => 'Fim', 'Exponential' => 'Exponencial', 'Files' => 'arquivos', 'Finished' => 'Finalizado', - 'Hold' => 'Segurar', + 'Hold' => 'Segure', 'Inactive' => 'Inativo', 'Linear' => 'Linear', 'Log' => 'Registro', 'Manager' => 'Gerente', 'Manual' => 'Manual', 'Name' => 'Nome', - 'Other' => 'Outro', + 'Other' => 'De outros', 'Progress' => 'Progresso', 'Project' => 'Projeto', - 'Projects' => 'projetos', + 'Projects' => 'Projetos', 'Responsibility' => 'Responsabilidade', 'Start' => 'Começar', 'Status' => 'Status', diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index b5feab4..4485457 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -13,21 +13,21 @@ declare(strict_types=1); return ['ProjectManagement' => [ - 'Active' => 'активный', + 'Active' => 'Активный', 'Actual' => 'Действительный', 'Budget' => 'Бюджет', - 'Canceled' => 'отменен', + 'Canceled' => 'Отменил', 'Created' => 'Созданный', - 'Creator' => 'творец', + 'Creator' => 'Создатель', 'Description' => 'Описание', - 'Due' => 'Должный', + 'Due' => 'Должное', 'End' => 'Конец', - 'Exponential' => 'экспоненциальный', - 'Files' => 'файлы', + 'Exponential' => 'Экспоненциальный', + 'Files' => 'Файлы', 'Finished' => 'Законченный', 'Hold' => 'Держать', 'Inactive' => 'Неактивный', - 'Linear' => 'линейный', + 'Linear' => 'Линейный', 'Log' => 'Бревно', 'Manager' => 'Управляющий делами', 'Manual' => 'Руководство', @@ -35,11 +35,11 @@ return ['ProjectManagement' => [ 'Other' => 'Другой', 'Progress' => 'Прогресс', 'Project' => 'Проект', - 'Projects' => 'проектов', + 'Projects' => 'Проекты', 'Responsibility' => 'Обязанность', 'Start' => 'Начинать', - 'Status' => 'Положение дел', - 'Tasks' => 'Задачи', + 'Status' => 'Статус', + 'Tasks' => 'Задания', 'Title' => 'Заголовок', 'UserGroup' => 'Группа пользователей', ]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index f68f7e7..c92c62e 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -20,10 +20,10 @@ return ['ProjectManagement' => [ 'Created' => 'Skapad', 'Creator' => 'Skapare', 'Description' => 'Beskrivning', - 'Due' => 'Till följd av', + 'Due' => 'På grund av', 'End' => 'Slutet', 'Exponential' => 'Exponentiell', - 'Files' => 'filer', + 'Files' => 'Filer', 'Finished' => 'Färdiga', 'Hold' => 'Håll', 'Inactive' => 'Inaktiv', @@ -35,11 +35,11 @@ return ['ProjectManagement' => [ 'Other' => 'Övrig', 'Progress' => 'Framsteg', 'Project' => 'Projekt', - 'Projects' => 'projekt', + 'Projects' => 'Projekt', 'Responsibility' => 'Ansvar', 'Start' => 'Start', 'Status' => 'Status', - 'Tasks' => 'uppgifter', + 'Tasks' => 'Uppdrag', 'Title' => 'Titel', 'UserGroup' => 'Användargrupp', ]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index e22993e..d8766da 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -14,32 +14,32 @@ declare(strict_types=1); return ['ProjectManagement' => [ 'Active' => 'คล่องแคล่ว', - 'Actual' => 'ที่จริง', - 'Budget' => 'งบ', + 'Actual' => 'แท้จริง', + 'Budget' => 'งบประมาณ', 'Canceled' => 'ยกเลิก', - 'Created' => 'ที่สร้างไว้', + 'Created' => 'สร้าง', 'Creator' => 'ผู้สร้าง', - 'Description' => 'ลักษณะ', - 'Due' => 'ครบกำหนด', - 'End' => 'ปลาย', - 'Exponential' => 'ที่ชี้แจง', + 'Description' => 'คำอธิบาย', + 'Due' => 'เนื่องจาก', + 'End' => 'จบ', + 'Exponential' => 'เลขชี้กำลัง', 'Files' => 'ไฟล์', - 'Finished' => 'เสร็จ', + 'Finished' => 'ที่เสร็จเรียบร้อย', 'Hold' => 'ถือ', - 'Inactive' => 'เฉื่อยชา', + 'Inactive' => 'ไม่ใช้งาน', 'Linear' => 'เชิงเส้น', - 'Log' => 'เข้าสู่ระบบ', + 'Log' => 'บันทึก', 'Manager' => 'ผู้จัดการ', 'Manual' => 'คู่มือ', 'Name' => 'ชื่อ', - 'Other' => 'อื่น ๆ', + 'Other' => 'อื่น', 'Progress' => 'ความคืบหน้า', 'Project' => 'โครงการ', 'Projects' => 'โครงการ', 'Responsibility' => 'ความรับผิดชอบ', - 'Start' => 'เริ่มต้น', + 'Start' => 'เริ่ม', 'Status' => 'สถานะ', - 'Tasks' => 'งาน', - 'Title' => 'หัวข้อ', + 'Tasks' => 'ภารกิจ', + 'Title' => 'ชื่อ', 'UserGroup' => 'ผู้ใช้ / กลุ่ม', ]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index 8b4ef1d..d26301a 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -17,28 +17,28 @@ return ['ProjectManagement' => [ 'Actual' => 'Gerçek', 'Budget' => 'Bütçe', 'Canceled' => 'İptal edildi', - 'Created' => 'düzenlendi', - 'Creator' => 'yaratıcı', + 'Created' => 'Yaratılmış', + 'Creator' => 'Yaratıcı', 'Description' => 'Açıklama', - 'Due' => 'nedeniyle', + 'Due' => 'Vadesi dolmuş', 'End' => 'Son', 'Exponential' => 'Üstel', 'Files' => 'Dosyalar', - 'Finished' => 'bitmiş', - 'Hold' => 'Ambar', - 'Inactive' => 'pasif', + 'Finished' => 'Bitmiş', + 'Hold' => 'Tutmak', + 'Inactive' => 'Aktif olmayan', 'Linear' => 'Doğrusal', - 'Log' => 'Giriş', + 'Log' => 'Kayıt', 'Manager' => 'Yönetici', 'Manual' => 'Manuel', - 'Name' => 'ad', + 'Name' => 'İsim', 'Other' => 'Diğer', 'Progress' => 'İlerleme', - 'Project' => 'proje', + 'Project' => 'Proje', 'Projects' => 'Projeler', - 'Responsibility' => 'sorumluluk', - 'Start' => 'Başlat', - 'Status' => 'durum', + 'Responsibility' => 'Sorumluluk', + 'Start' => 'Başlangıç', + 'Status' => 'Durum', 'Tasks' => 'Görevler', 'Title' => 'Başlık', 'UserGroup' => 'Kullanıcı grubu', diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index c35b912..9596b59 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -13,33 +13,33 @@ declare(strict_types=1); return ['ProjectManagement' => [ - 'Active' => 'активний', - 'Actual' => 'фактичний', - 'Budget' => 'бюджет', - 'Canceled' => 'скасований', - 'Created' => 'створений', - 'Creator' => 'творець', - 'Description' => 'опис', - 'Due' => 'належне', - 'End' => 'кінець', - 'Exponential' => 'експонентний', - 'Files' => 'файли', - 'Finished' => 'закінчений', - 'Hold' => 'утримувати', - 'Inactive' => 'неактивний', - 'Linear' => 'лінійний', - 'Log' => 'Ввійти', - 'Manager' => 'менеджер', - 'Manual' => 'керівництво', - 'Name' => 'ім\'я', + 'Active' => 'Активний', + 'Actual' => 'Фактичний', + 'Budget' => 'Бюджет', + 'Canceled' => 'Скасований', + 'Created' => 'Створений', + 'Creator' => 'Творець', + 'Description' => 'Опис', + 'Due' => 'Заборгованість', + 'End' => 'Кінець', + 'Exponential' => 'Експоненціальний', + 'Files' => 'Файли', + 'Finished' => 'Закінчений', + 'Hold' => 'Утримувати', + 'Inactive' => 'Неактивний', + 'Linear' => 'Лінійний', + 'Log' => 'Журнал', + 'Manager' => 'Керівник', + 'Manual' => 'Посібник', + 'Name' => 'Назва', 'Other' => 'Інший', - 'Progress' => 'прогрес', - 'Project' => 'проект', - 'Projects' => 'проектів', - 'Responsibility' => 'відповідальність', - 'Start' => 'початок', - 'Status' => 'статус', - 'Tasks' => 'завдання', - 'Title' => 'титульний', - 'UserGroup' => 'Користувач / Група', + 'Progress' => 'Прогрес', + 'Project' => 'Проект', + 'Projects' => 'Проекти', + 'Responsibility' => 'Відповідальність', + 'Start' => 'Почати', + 'Status' => 'Статус', + 'Tasks' => 'Завдань', + 'Title' => 'Заголовок', + 'UserGroup' => 'Користувач / група', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index 84f6a67..770def7 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -17,29 +17,29 @@ return ['ProjectManagement' => [ 'Actual' => '实际的', 'Budget' => '预算', 'Canceled' => '取消', - 'Created' => '创建', + 'Created' => '创造了', 'Creator' => '创造者', 'Description' => '描述', 'Due' => '到期的', 'End' => '结尾', - 'Exponential' => '指数', - 'Files' => '档', + 'Exponential' => '幂数', + 'Files' => '文件', 'Finished' => '完成的', 'Hold' => '抓住', - 'Inactive' => '待用', + 'Inactive' => '不活跃', 'Linear' => '线性', 'Log' => '日志', 'Manager' => '经理', 'Manual' => '手动的', - 'Name' => '姓名', + 'Name' => '名称', 'Other' => '其他', 'Progress' => '进步', 'Project' => '项目', 'Projects' => '项目', 'Responsibility' => '责任', 'Start' => '开始', - 'Status' => '状态', + 'Status' => '地位', 'Tasks' => '任务', 'Title' => '标题', - 'UserGroup' => '用户/组', + 'UserGroup' => '用户/群体', ]];