From 050b90b28cd400682c26533150a14fed612d5fe1 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 | 21 +++ Theme/Backend/Lang/Navigation.cs.lang.php | 21 +++ Theme/Backend/Lang/Navigation.da.lang.php | 21 +++ Theme/Backend/Lang/Navigation.de.lang.php | 6 +- Theme/Backend/Lang/Navigation.el.lang.php | 21 +++ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 21 +++ Theme/Backend/Lang/Navigation.fi.lang.php | 21 +++ Theme/Backend/Lang/Navigation.fr.lang.php | 21 +++ Theme/Backend/Lang/Navigation.hu.lang.php | 21 +++ Theme/Backend/Lang/Navigation.it.lang.php | 21 +++ Theme/Backend/Lang/Navigation.ja.lang.php | 21 +++ Theme/Backend/Lang/Navigation.ko.lang.php | 21 +++ Theme/Backend/Lang/Navigation.no.lang.php | 21 +++ Theme/Backend/Lang/Navigation.pl.lang.php | 21 +++ Theme/Backend/Lang/Navigation.pt.lang.php | 21 +++ Theme/Backend/Lang/Navigation.ru.lang.php | 21 +++ Theme/Backend/Lang/Navigation.sv.lang.php | 21 +++ Theme/Backend/Lang/Navigation.th.lang.php | 21 +++ Theme/Backend/Lang/Navigation.tr.lang.php | 21 +++ Theme/Backend/Lang/Navigation.uk.lang.php | 21 +++ Theme/Backend/Lang/Navigation.zh.lang.php | 21 +++ Theme/Backend/Lang/ar.lang.php | 48 +++---- Theme/Backend/Lang/cs.lang.php | 40 +++--- Theme/Backend/Lang/da.lang.php | 46 +++---- Theme/Backend/Lang/de.lang.php | 98 +++++++------- Theme/Backend/Lang/el.lang.php | 28 ++-- Theme/Backend/Lang/es.lang.php | 36 +++--- Theme/Backend/Lang/fi.lang.php | 68 +++++----- Theme/Backend/Lang/fr.lang.php | 46 +++---- Theme/Backend/Lang/hu.lang.php | 30 ++--- Theme/Backend/Lang/it.lang.php | 38 +++--- Theme/Backend/Lang/ja.lang.php | 76 +++++------ Theme/Backend/Lang/ko.lang.php | 54 ++++---- Theme/Backend/Lang/no.lang.php | 52 ++++---- Theme/Backend/Lang/pl.lang.php | 42 +++--- Theme/Backend/Lang/pt.lang.php | 38 +++--- Theme/Backend/Lang/ru.lang.php | 64 +++++----- Theme/Backend/Lang/sv.lang.php | 24 ++-- Theme/Backend/Lang/th.lang.php | 48 +++---- Theme/Backend/Lang/tr.lang.php | 58 ++++----- Theme/Backend/Lang/uk.lang.php | 148 +++++++++++----------- Theme/Backend/Lang/zh.lang.php | 30 ++--- 43 files changed, 980 insertions(+), 560 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.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..a08acec --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'قائمة', + 'Overview' => 'ملخص', + 'Profile' => 'الملف الشخصي', + 'Profiles' => 'مظهر', + 'Settings' => 'إعدادات', +]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php new file mode 100644 index 0000000..e4234aa --- /dev/null +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Seznam', + 'Overview' => 'Přehled.', + 'Profile' => 'Profil', + 'Profiles' => 'Profily', + 'Settings' => 'Nastavení', +]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php new file mode 100644 index 0000000..203bf7b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Liste', + 'Overview' => 'Oversigt', + 'Profile' => 'Profil', + 'Profiles' => 'Profiler.', + 'Settings' => 'Indstillinger.', +]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 9037d53..47a9ded 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\Profile + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,8 +13,8 @@ declare(strict_types=1); return ['Navigation' => [ - 'List' => 'Liste', - 'Overview' => 'Übersicht', + 'List' => 'Aufführen', + 'Overview' => 'Überblick', 'Profile' => 'Profil', 'Profiles' => 'Profile', 'Settings' => 'Einstellungen', diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php new file mode 100644 index 0000000..fbcd49a --- /dev/null +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Λίστα', + 'Overview' => 'ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ', + 'Profile' => 'Προφίλ', + 'Profiles' => 'Προφίλ', + 'Settings' => 'Ρυθμίσεις', +]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 67f70f6..b6a0a49 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\Profile + * @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..5a63cd5 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Descripción general', + 'Profile' => 'Perfil', + 'Profiles' => 'Perfiles', + 'Settings' => 'Ajustes', +]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php new file mode 100644 index 0000000..27e9be1 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Yleiskatsaus', + 'Profile' => 'Profiili', + 'Profiles' => 'Profiilit', + 'Settings' => 'asetukset', +]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php new file mode 100644 index 0000000..6416db3 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lister', + 'Overview' => 'Aperçu', + 'Profile' => 'Profil', + 'Profiles' => 'Profils', + 'Settings' => 'Réglages', +]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php new file mode 100644 index 0000000..166a92d --- /dev/null +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Áttekintés', + 'Profile' => 'Profil', + 'Profiles' => 'Profilok', + 'Settings' => 'Beállítások', +]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php new file mode 100644 index 0000000..e7aed51 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Elenco', + 'Overview' => 'Panoramica', + 'Profile' => 'Profilo', + 'Profiles' => 'Profili', + 'Settings' => 'Impostazioni', +]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php new file mode 100644 index 0000000..ca2e52c --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'リスト', + 'Overview' => '概要', + 'Profile' => 'プロフィール', + 'Profiles' => 'プロファイル', + 'Settings' => '設定', +]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php new file mode 100644 index 0000000..1d65b09 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => '목록', + 'Overview' => '개요', + 'Profile' => '프로필', + 'Profiles' => '프로필', + 'Settings' => '설정', +]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php new file mode 100644 index 0000000..d24464b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Liste', + 'Overview' => 'Oversikt', + 'Profile' => 'Profil', + 'Profiles' => 'Profiler', + 'Settings' => 'Innstillinger', +]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php new file mode 100644 index 0000000..01336ff --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Przegląd', + 'Profile' => 'Profil', + 'Profiles' => 'Profile', + 'Settings' => 'Ustawienia', +]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php new file mode 100644 index 0000000..3a115fd --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Visão geral', + 'Profile' => 'Perfil', + 'Profiles' => 'Perfis.', + 'Settings' => 'Configurações', +]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php new file mode 100644 index 0000000..10f73c5 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Список', + 'Overview' => 'Обзор', + 'Profile' => 'Профиль', + 'Profiles' => 'Профили', + 'Settings' => 'Настройки', +]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php new file mode 100644 index 0000000..a08bf4a --- /dev/null +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Lista', + 'Overview' => 'Översikt', + 'Profile' => 'Profil', + 'Profiles' => 'Profiler', + 'Settings' => 'inställningar', +]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php new file mode 100644 index 0000000..f2f7244 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'รายการ', + 'Overview' => 'ภาพรวม', + 'Profile' => 'ประวัติโดยย่อ', + 'Profiles' => 'โปรไฟล์', + 'Settings' => 'การตั้งค่า', +]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php new file mode 100644 index 0000000..77c39fd --- /dev/null +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Liste', + 'Overview' => 'Genel bakış', + 'Profile' => 'Profil', + 'Profiles' => 'Profiller', + 'Settings' => 'Ayarlar', +]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php new file mode 100644 index 0000000..be0c44c --- /dev/null +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => 'Список', + 'Overview' => 'Огляд', + 'Profile' => 'Профіль', + 'Profiles' => 'Профілі', + 'Settings' => 'Налаштування', +]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php new file mode 100644 index 0000000..4c507db --- /dev/null +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -0,0 +1,21 @@ + [ + 'List' => '列表', + 'Overview' => '概述', + 'Profile' => '轮廓', + 'Profiles' => '概要文件', + 'Settings' => '设置', +]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index 7de94a2..cddf257 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -13,26 +13,26 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'حساب', + 'Account' => 'الحساب', 'Account/Group' => 'جماعة حساب', 'Activity' => 'نشاط', 'Address' => 'تبوك', - 'Amount' => '{كمية}', - 'Area' => 'منطقة', + 'Amount' => '{مقدار}', + 'Area' => 'مساحة', 'Birthday' => 'عيد ميلاد', - 'Change' => 'يتغيرون', + 'Change' => 'يتغير', 'City' => 'مدينة', 'Community' => 'تواصل اجتماعي', - 'Contact' => 'اتصال', - 'ContactInformation' => 'معلومات الاتصال', + 'Contact' => 'اتصل', + 'ContactInformation' => 'معلومات التواصل', 'Country' => 'دولة', - 'CreateProfile' => 'إنشاء الملف الشخصي', + 'CreateProfile' => 'إنشاء ملف التعريف', 'Currency' => 'عملة', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'CurrencyFormat.', 'Customized' => 'حسب الطلب', 'DateDelim' => 'تاريخ فاصل', 'DecimalPoint' => 'العلامة العشرية', - 'Defaults' => 'التخلف', + 'Defaults' => 'الافتراضات', 'Email' => 'بريد الالكتروني', 'Fast' => 'سريع', 'General' => 'عام', @@ -46,19 +46,19 @@ return ['Profile' => [ 'Load' => 'حمل', 'Localization' => 'الموقع', 'Long' => 'طويل', - 'Medium' => 'واسطة', + 'Medium' => 'متوسط', 'Name' => 'اسم', - 'NoAddressSpecified' => 'أي عنوان محدد', - 'NoContactSpecified' => 'أي اتصال المحدد', - 'Numberformat' => 'Numberformat', - 'Numeric' => 'رقمية', + 'NoAddressSpecified' => 'لا يوجد عنوان محدد', + 'NoContactSpecified' => 'لا يوجد اتصال محدد', + 'Numberformat' => 'numberformat.', + 'Numeric' => 'رقمي', 'OFF' => 'إيقاف', 'ON' => 'تشغيل', 'Occupation' => 'الاحتلال', 'Phone' => 'هاتف', 'Precision' => 'دقة', - 'Profile' => 'حساب تعريفي', - 'ProfileImage' => 'صورة البروفيل', + 'Profile' => 'الملف الشخصي', + 'ProfileImage' => 'صورة الملف الشخصي', 'Profiles' => 'مظهر', 'Ranks' => 'صفوف', 'Registered' => 'مسجل', @@ -72,10 +72,10 @@ return ['Profile' => [ 'Status' => 'حالة', 'Tablespoon' => 'ملعقة طعام', 'Teaspoon' => 'ملعقة صغيرة', - 'Temperature' => 'درجة الحرارة', + 'Temperature' => 'درجة حرارة', 'ThousandsSeparator' => 'فاصل الآلاف', - 'Time' => 'وقت', - 'TimeDelim' => 'الوقت الفاصل', + 'Time' => 'زمن', + 'TimeDelim' => 'فاصل الوقت', 'Timeformat' => 'تنسيق الوقت', 'Timezone' => 'وحدة زمنية', 'VeryFast' => 'سريع جدا', @@ -85,20 +85,20 @@ return ['Profile' => [ 'VeryLong' => 'طويل جدا', 'VeryShort' => 'قصير جدا', 'VerySlow' => 'بطيء جدا', - 'VerySmall' => 'جدا صغير', - 'Visibility' => 'رؤية', + 'VerySmall' => 'صغير جدا', + 'Visibility' => 'الرؤية', 'Volume' => 'الصوت', 'Weight' => 'وزن', 'Zip' => 'أزيز', - 'aType1' => 'الصفحة الرئيسية', + 'aType1' => 'مسكن', 'aType2' => 'اعمال', 'aType3' => 'شحن', 'aType4' => 'الفواتير', - 'aType5' => 'الشغل', + 'aType5' => 'عمل', 'aType6' => 'اتفافية', 'aType7' => 'آخر', 'cType1' => 'هاتف', 'cType2' => 'فاكس', - 'cType3' => 'موقع الكتروني', + 'cType3' => 'موقع إلكتروني', 'cType4' => 'بريد الالكتروني', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 6ac0962..1e17273 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -14,7 +14,7 @@ declare(strict_types=1); return ['Profile' => [ 'Account' => 'Účet', - 'Account/Group' => 'Účet / Group', + 'Account/Group' => 'Účet / skupina', 'Activity' => 'Aktivita', 'Address' => 'Adresa', 'Amount' => '{Množství}', @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'Země', 'CreateProfile' => 'Vytvořit profil', 'Currency' => 'Měna', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'přizpůsobit', - 'DateDelim' => 'datum Separator', + 'Currencyformat' => 'CurrencyFormat.', + 'Customized' => 'Přizpůsobený', + 'DateDelim' => 'Separator Date.', 'DecimalPoint' => 'Desetinná čárka', - 'Defaults' => 'výchozí', + 'Defaults' => 'Výchozí hodnoty', 'Email' => 'E-mailem', 'Fast' => 'Rychle', 'General' => 'Všeobecné', @@ -44,28 +44,28 @@ return ['Profile' => [ 'Length' => 'Délka', 'Light' => 'Světlo', 'Load' => 'Zatížení', - 'Localization' => 'lokalizace', + 'Localization' => 'Lokalizace', 'Long' => 'Dlouho', 'Medium' => 'Střední', 'Name' => 'název', - 'NoAddressSpecified' => 'No adresu uvedenou', - 'NoContactSpecified' => 'Žádný kontakt uvedeno', - 'Numberformat' => 'numberformat', - 'Numeric' => 'číselná', + 'NoAddressSpecified' => 'Žádná zadaná adresa', + 'NoContactSpecified' => 'Neexistuje žádný kontakt', + 'Numberformat' => 'Numberformat.', + 'Numeric' => 'Numeric.', 'OFF' => 'VYPNUTO', 'ON' => 'NA', 'Occupation' => 'obsazení', 'Phone' => 'Telefon', 'Precision' => 'Přesnost', 'Profile' => 'Profil', - 'ProfileImage' => 'profil Image', - 'Profiles' => 'profily', - 'Ranks' => 'hodnosti', + 'ProfileImage' => 'Profilový obrázek', + 'Profiles' => 'Profily', + 'Ranks' => 'Hodnost', 'Registered' => 'Registrovaný', 'Sea' => 'Moře', 'Search' => 'Vyhledávání', 'Short' => 'Krátký', - 'Skype' => 'Skype', + 'Skype' => 'Skype.', 'Slow' => 'Pomalý', 'Small' => 'Malý', 'Speed' => 'Rychlost', @@ -73,9 +73,9 @@ return ['Profile' => [ 'Tablespoon' => 'Lžíce', 'Teaspoon' => 'Čajová lžička', 'Temperature' => 'Teplota', - 'ThousandsSeparator' => 'tisíce Separator', + 'ThousandsSeparator' => 'Tisíce separátor', 'Time' => 'Čas', - 'TimeDelim' => 'doba Separator', + 'TimeDelim' => 'Oddělovač času', 'Timeformat' => 'Časový formát', 'Timezone' => 'Časové pásmo', 'VeryFast' => 'Velmi rychle', @@ -87,13 +87,13 @@ return ['Profile' => [ 'VerySlow' => 'Velmi pomalý', 'VerySmall' => 'Velmi malé', 'Visibility' => 'Viditelnost', - 'Volume' => 'Hlasitost', + 'Volume' => 'Objem', 'Weight' => 'Hmotnost', - 'Zip' => 'zip', + 'Zip' => 'Zip', 'aType1' => 'Domov', - 'aType2' => 'obchodní', + 'aType2' => 'Business.', 'aType3' => 'Lodní doprava', - 'aType4' => 'fakturace', + 'aType4' => 'Fakturační', 'aType5' => 'Práce', 'aType6' => 'Smlouva', 'aType7' => 'jiný', diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 4c57480..5035af0 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -14,26 +14,26 @@ declare(strict_types=1); return ['Profile' => [ 'Account' => 'Konto', - 'Account/Group' => 'Konto / gruppe', + 'Account/Group' => 'Konto / Gruppe.', 'Activity' => 'Aktivitet', 'Address' => 'Adresse', 'Amount' => '{Beløb}', 'Area' => 'Areal', 'Birthday' => 'Fødselsdag', 'Change' => 'Lave om', - 'City' => 'by', + 'City' => 'City.', 'Community' => 'Fællesskab', 'Contact' => 'Kontakt', 'ContactInformation' => 'Kontakt information', 'Country' => 'Land', 'CreateProfile' => 'Opret profil', 'Currency' => 'betalingsmiddel', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'ValutaFormat.', 'Customized' => 'Tilpasset', - 'DateDelim' => 'Dato Separator', + 'DateDelim' => 'Dato separator.', 'DecimalPoint' => 'Decimaltegnet', - 'Defaults' => 'standarder', - 'Email' => 'E-mail', + 'Defaults' => 'Misligholdelser.', + 'Email' => 'Email.', 'Fast' => 'Hurtig', 'General' => 'Generel', 'Glass' => 'Glas', @@ -41,16 +41,16 @@ return ['Profile' => [ 'Language' => 'Sprog', 'Large' => 'Stor', 'LastLogin' => 'Sidste login', - 'Length' => 'Længde', + 'Length' => 'Længde.', 'Light' => 'Lys', 'Load' => 'belastning', 'Localization' => 'Lokalisering', 'Long' => 'Lang', 'Medium' => 'Medium', 'Name' => 'Navn', - 'NoAddressSpecified' => 'Ingen adresse angivet', - 'NoContactSpecified' => 'Ingen kontakt specificeret', - 'Numberformat' => 'TalFormat', + 'NoAddressSpecified' => 'Ingen adresse specificeret', + 'NoContactSpecified' => 'Ingen kontakt angivet', + 'Numberformat' => 'Nummerformat.', 'Numeric' => 'Numerisk', 'OFF' => 'AF', 'ON' => 'PÅ', @@ -58,24 +58,24 @@ return ['Profile' => [ 'Phone' => 'telefon', 'Precision' => 'Præcision', 'Profile' => 'Profil', - 'ProfileImage' => 'Profil billede', - 'Profiles' => 'Profiler', - 'Ranks' => 'Ranks', - 'Registered' => 'anbefalet', + 'ProfileImage' => 'Profilbillede.', + 'Profiles' => 'Profiler.', + 'Ranks' => 'Rækker', + 'Registered' => 'Registreret.', 'Sea' => 'Hav', 'Search' => 'Søg', 'Short' => 'Kort', - 'Skype' => 'Skype', + 'Skype' => 'Skype.', 'Slow' => 'Langsom', 'Small' => 'Lille', - 'Speed' => 'Hastighed', - 'Status' => 'status', - 'Tablespoon' => 'tablespoon', - 'Teaspoon' => 'teske', + 'Speed' => 'Fart', + 'Status' => 'Status.', + 'Tablespoon' => 'Spiseske', + 'Teaspoon' => 'Teskefuld', 'Temperature' => 'Temperatur', - 'ThousandsSeparator' => 'Tusinder Separator', + 'ThousandsSeparator' => 'Tusinder separator.', 'Time' => 'Tid', - 'TimeDelim' => 'Time Separator', + 'TimeDelim' => 'Time separator.', 'Timeformat' => 'Tidsformat', 'Timezone' => 'Tidszone', 'VeryFast' => 'Meget hurtig', @@ -89,7 +89,7 @@ return ['Profile' => [ 'Visibility' => 'Sigtbarhed', 'Volume' => 'Bind', 'Weight' => 'Vægt', - 'Zip' => 'Zip', + 'Zip' => 'Zip.', 'aType1' => 'Hjem', 'aType2' => 'Forretning', 'aType3' => 'Forsendelse', @@ -100,5 +100,5 @@ return ['Profile' => [ 'cType1' => 'telefon', 'cType2' => 'Fax', 'cType3' => 'Internet side', - 'cType4' => 'E-mail', + 'cType4' => 'Email.', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 51e25b2..35beaad 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,26 +13,26 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'Account', - 'Account/Group' => 'Account/Gruppe', + 'Account' => 'Konto', + 'Account/Group' => 'Kontengruppe', 'Activity' => 'Aktivität', 'Address' => 'Adresse', - 'Amount' => '{Anzal}', - 'Area' => 'Fläche', + 'Amount' => '{Höhe}', + 'Area' => 'Bereich', 'Birthday' => 'Geburtstag', - 'Change' => 'Ändern', + 'Change' => 'Veränderung', 'City' => 'Stadt', - 'Community' => 'Community', + 'Community' => 'Gemeinschaft', 'Contact' => 'Kontakt', - 'ContactInformation' => 'Kontakt Information', + 'ContactInformation' => 'Kontaktinformation', 'Country' => 'Land', - 'CreateProfile' => 'Erstelle Profil', + 'CreateProfile' => 'Profil erstellen', 'Currency' => 'Währung', - 'Currencyformat' => 'Währungsformat', - 'Customized' => 'Manuell', - 'DateDelim' => 'Datumstrennung', - 'DecimalPoint' => 'Dezimalpunkt', - 'Defaults' => 'Standards', + 'Currencyformat' => 'Währungsformat.', + 'Customized' => 'Kundenspezifisch', + 'DateDelim' => 'Datums-Separator', + 'DecimalPoint' => 'Komma', + 'Defaults' => 'Standardwerte', 'Email' => 'Email', 'Fast' => 'Schnell', 'General' => 'Allgemein', @@ -40,65 +40,65 @@ return ['Profile' => [ 'Heavy' => 'Schwer', 'Language' => 'Sprache', 'Large' => 'Groß', - 'LastLogin' => 'Letzter Login', + 'LastLogin' => 'Letzte Anmeldung', 'Length' => 'Länge', - 'Light' => 'Leicht', - 'Load' => 'Laden', + 'Light' => 'Hell', + 'Load' => 'Belastung', 'Localization' => 'Lokalisierung', 'Long' => 'Lang', 'Medium' => 'Mittel', 'Name' => 'Name', - 'NoAddressSpecified' => '', - 'NoContactSpecified' => '', + 'NoAddressSpecified' => 'Keine Adresse angegeben', + 'NoContactSpecified' => 'Kein Kontakt angegeben.', 'Numberformat' => 'Zahlenformat', - 'Numeric' => 'Zahlen', - 'OFF' => 'OFF', - 'ON' => 'ON', + 'Numeric' => 'Numerisch', + 'OFF' => 'AUS', + 'ON' => 'AN', 'Occupation' => 'Beruf', 'Phone' => 'Telefon', - 'Precision' => 'Nachkommastellen', + 'Precision' => 'Präzision', 'Profile' => 'Profil', 'ProfileImage' => 'Profilbild', 'Profiles' => 'Profile', 'Ranks' => 'Rang', - 'Registered' => 'Registriert', + 'Registered' => 'Eingetragen', 'Sea' => 'Meer', - 'Search' => '', + 'Search' => 'Suche', 'Short' => 'Kurz', - 'Skype' => 'Skype', - 'Slow' => 'Lagsam', + 'Skype' => 'Skype.', + 'Slow' => 'Langsam', 'Small' => 'Klein', 'Speed' => 'Geschwindigkeit', 'Status' => 'Status', 'Tablespoon' => 'Esslöffel', 'Teaspoon' => 'Teelöffel', 'Temperature' => 'Temperatur', - 'ThousandsSeparator' => 'Tausenderpunkt', + 'ThousandsSeparator' => 'Tausendertrennzeichen', 'Time' => 'Zeit', - 'TimeDelim' => 'Zeittrennung', + 'TimeDelim' => 'Zeitabscheider', 'Timeformat' => 'Zeitformat', 'Timezone' => 'Zeitzone', - 'VeryFast' => 'Sehr Schnell', - 'VeryHeavy' => 'Sehr Schwer', - 'VeryLarge' => 'Sehr Groß', - 'VeryLight' => 'Sehr Leicht', - 'VeryLong' => 'Sehr Lang', - 'VeryShort' => 'Sehr Kurz', - 'VerySlow' => 'Sehr Langsam', - 'VerySmall' => 'Sehr Klein', - 'Visibility' => 'Sichtbarkeit', + 'VeryFast' => 'Sehr schnell', + 'VeryHeavy' => 'Sehr schwer', + 'VeryLarge' => 'Sehr groß', + 'VeryLight' => 'Sehr leicht', + 'VeryLong' => 'Sehr lang', + 'VeryShort' => 'Sehr kurze', + 'VerySlow' => 'Sehr langsam', + 'VerySmall' => 'Sehr klein', + 'Visibility' => 'Sichtweite', 'Volume' => 'Volumen', 'Weight' => 'Gewicht', - 'Zip' => 'Postleitzahl', - 'aType1' => '', - 'aType2' => '', - 'aType3' => '', - 'aType4' => '', - 'aType5' => '', - 'aType6' => '', - 'aType7' => '', - 'cType1' => '', - 'cType2' => '', - 'cType3' => '', - 'cType4' => '', + 'Zip' => 'Reißverschluss', + 'aType1' => 'Heim', + 'aType2' => 'Geschäft', + 'aType3' => 'Versand', + 'aType4' => 'Billing', + 'aType5' => 'Arbeiten', + 'aType6' => 'Vertrag', + 'aType7' => 'Andere', + 'cType1' => 'Telefon', + 'cType2' => 'Fax', + 'cType3' => 'Webseite', + 'cType4' => 'Email', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index 9b17a20..6e87e2c 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -14,7 +14,7 @@ declare(strict_types=1); return ['Profile' => [ 'Account' => 'λογαριασμός', - 'Account/Group' => 'Ο λογαριασμός / Ομάδα', + 'Account/Group' => 'Λογαριασμός / Ομάδα', 'Activity' => 'Δραστηριότητα', 'Address' => 'Διεύθυνση', 'Amount' => '{Ποσό}', @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'Χώρα', 'CreateProfile' => 'Δημιουργία προφίλ', 'Currency' => 'Νόμισμα', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'προσαρμοσμένη', - 'DateDelim' => 'διαχωριστικό της ημερομηνίας', + 'Currencyformat' => 'Νόμισμα', + 'Customized' => 'Προσαρμοσμένος', + 'DateDelim' => 'Διαχωριστήρας ημερομηνίας', 'DecimalPoint' => 'Δεκαδικό σημείο', - 'Defaults' => 'προεπιλογές', + 'Defaults' => 'Προεπιλογή', 'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', 'Fast' => 'Γρήγορα', 'General' => 'Γενικός', @@ -48,8 +48,8 @@ return ['Profile' => [ 'Long' => 'Μακρύς', 'Medium' => 'Μεσαίο', 'Name' => 'Ονομα', - 'NoAddressSpecified' => 'Δεν υπάρχει διεύθυνση που καθορίζεται', - 'NoContactSpecified' => 'Καμία επαφή που καθορίζονται', + 'NoAddressSpecified' => 'Δεν έχει καθοριστεί διεύθυνση', + 'NoContactSpecified' => 'Δεν έχει οριστεί επαφή', 'Numberformat' => 'Numberformat', 'Numeric' => 'Αριθμητικός', 'OFF' => 'ΜΑΚΡΙΑ ΑΠΟ', @@ -58,14 +58,14 @@ return ['Profile' => [ 'Phone' => 'Τηλέφωνο', 'Precision' => 'Ακρίβεια', 'Profile' => 'Προφίλ', - 'ProfileImage' => 'Προφίλ εικόνα', - 'Profiles' => 'προφίλ', - 'Ranks' => 'Βαθμοί', + 'ProfileImage' => 'Εικόνα προφίλ', + 'Profiles' => 'Προφίλ', + 'Ranks' => 'Κατατάσσονται', 'Registered' => 'Εγγεγραμμένος', 'Sea' => 'Θάλασσα', 'Search' => 'Αναζήτηση', 'Short' => 'Μικρός', - 'Skype' => 'Skype', + 'Skype' => 'Σκάκι', 'Slow' => 'Αργός', 'Small' => 'Μικρό', 'Speed' => 'Ταχύτητα', @@ -73,16 +73,16 @@ return ['Profile' => [ 'Tablespoon' => 'Κουτάλι της σούπας', 'Teaspoon' => 'Κουταλάκι του γλυκού', 'Temperature' => 'Θερμοκρασία', - 'ThousandsSeparator' => 'χιλιάδες Διαχωριστικό', + 'ThousandsSeparator' => 'Χιλιάδες διαχωριστικά', 'Time' => 'χρόνος', - 'TimeDelim' => 'Ώρα Διαχωριστικό', + 'TimeDelim' => 'Διαχωριστής χρόνου', 'Timeformat' => 'Μορφή ώρας', 'Timezone' => 'Ζώνη ώρας', 'VeryFast' => 'Πολύ γρήγορα', 'VeryHeavy' => 'Πολύ βαρύ', 'VeryLarge' => 'Πολύ μεγάλο', 'VeryLight' => 'Πολύ ελαφρύ', - 'VeryLong' => 'πολύ Long', + 'VeryLong' => 'Πολύ καιρό', 'VeryShort' => 'Πολύ κοντό', 'VerySlow' => 'Πολύ αργή', 'VerySmall' => 'Πολύ μικρό', diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index 7344510..1444190 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -16,8 +16,8 @@ return ['Profile' => [ 'Account' => 'Cuenta', 'Account/Group' => 'Cuenta / Grupo', 'Activity' => 'Actividad', - 'Address' => 'Dirección', - 'Amount' => '{Cantidad}', + 'Address' => 'Habla a', + 'Amount' => '{Monto}', 'Area' => 'Área', 'Birthday' => 'Cumpleaños', 'Change' => 'Cambio', @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'País', 'CreateProfile' => 'Crear perfil', 'Currency' => 'Divisa', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'personalizado', + 'Currencyformat' => 'Formato de moneda', + 'Customized' => 'Personalizado', 'DateDelim' => 'Separador de fecha', 'DecimalPoint' => 'Punto decimal', - 'Defaults' => 'predeterminados', + 'Defaults' => 'Incumplimiento', 'Email' => 'Correo electrónico', 'Fast' => 'Rápido', 'General' => 'General', @@ -41,41 +41,41 @@ return ['Profile' => [ 'Language' => 'Idioma', 'Large' => 'Grande', 'LastLogin' => 'Último acceso', - 'Length' => 'Largo', + 'Length' => 'Longitud', 'Light' => 'Ligero', 'Load' => 'Carga', 'Localization' => 'Localización', 'Long' => 'Largo', 'Medium' => 'Medio', 'Name' => 'Nombre', - 'NoAddressSpecified' => 'Sin dirección especificada', - 'NoContactSpecified' => 'No hay contacto especificado', + 'NoAddressSpecified' => 'No hay dirección especificada', + 'NoContactSpecified' => 'Sin contacto especificado', 'Numberformat' => 'Formato numérico', 'Numeric' => 'Numérico', 'OFF' => 'APAGADO', - 'ON' => 'EN', + 'ON' => 'SOBRE', 'Occupation' => 'Ocupación', 'Phone' => 'Teléfono', 'Precision' => 'Precisión', 'Profile' => 'Perfil', 'ProfileImage' => 'Imagen de perfil', - 'Profiles' => 'perfiles', - 'Ranks' => 'filas', + 'Profiles' => 'Perfiles', + 'Ranks' => 'Rangos', 'Registered' => 'Registrado', 'Sea' => 'Mar', - 'Search' => 'Buscar', - 'Short' => 'Pequeño', + 'Search' => 'Búsqueda', + 'Short' => 'Corto', 'Skype' => 'Skype', 'Slow' => 'Lento', - 'Small' => 'Pequeño', + 'Small' => 'Pequeña', 'Speed' => 'Velocidad', 'Status' => 'Estado', 'Tablespoon' => 'Cucharada', 'Teaspoon' => 'Cucharilla', - 'Temperature' => 'La temperatura', + 'Temperature' => 'Temperatura', 'ThousandsSeparator' => 'Separador de miles', 'Time' => 'Hora', - 'TimeDelim' => 'tiempo Separador', + 'TimeDelim' => 'Separador de tiempo', 'Timeformat' => 'Formato de tiempo', 'Timezone' => 'Zona horaria', 'VeryFast' => 'Muy rapido', @@ -90,11 +90,11 @@ return ['Profile' => [ 'Volume' => 'Volumen', 'Weight' => 'Peso', 'Zip' => 'Cremallera', - 'aType1' => 'Hogar', + 'aType1' => 'Casa', 'aType2' => 'Negocio', 'aType3' => 'Transporte', 'aType4' => 'Facturación', - 'aType5' => 'Trabaja', + 'aType5' => 'Trabajo', 'aType6' => 'Contrato', 'aType7' => 'Otro', 'cType1' => 'Teléfono', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index a771427..36f173a 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -14,11 +14,11 @@ declare(strict_types=1); return ['Profile' => [ 'Account' => 'Tili', - 'Account/Group' => 'Tili / Ryhmä', + 'Account/Group' => 'Tili / ryhmä', 'Activity' => 'Toiminta', 'Address' => 'Osoite', 'Amount' => '{Määrä}', - 'Area' => 'alue', + 'Area' => 'Alue', 'Birthday' => 'Syntymäpäivä', 'Change' => 'Muuttaa', 'City' => 'Kaupunki', @@ -27,76 +27,76 @@ return ['Profile' => [ 'ContactInformation' => 'Yhteystiedot', 'Country' => 'Maa', 'CreateProfile' => 'Luo profiili', - 'Currency' => 'valuutta', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'Räätälöidyt', - 'DateDelim' => 'päivämäärän erotin', + 'Currency' => 'Valuutta', + 'Currencyformat' => 'Valuuttakurssit', + 'Customized' => 'Räätälöity', + 'DateDelim' => 'Päivämäärä Erotin', 'DecimalPoint' => 'Desimaalipiste', - 'Defaults' => 'Oletukset', + 'Defaults' => 'Oletusarvot', 'Email' => 'Sähköposti', 'Fast' => 'Nopeasti', - 'General' => 'yleinen', + 'General' => 'Yleinen', 'Glass' => 'Lasi', - 'Heavy' => 'raskas', + 'Heavy' => 'Raskas', 'Language' => 'Kieli', 'Large' => 'Suuri', 'LastLogin' => 'Viimeinen kirjautuminen', 'Length' => 'Pituus', - 'Light' => 'valo', + 'Light' => 'Kevyt', 'Load' => 'Ladata', - 'Localization' => 'lokalisointi', - 'Long' => 'pitkä', - 'Medium' => 'keskikokoinen', + 'Localization' => 'Lokalisointi', + 'Long' => 'Pitkä', + 'Medium' => 'Keskipitkä', 'Name' => 'Nimi', - 'NoAddressSpecified' => 'Ei osoitteeseen', - 'NoContactSpecified' => 'Ei yhteyttä määritelty', - 'Numberformat' => 'Numberformat', - 'Numeric' => 'numeerinen', + 'NoAddressSpecified' => 'Ei osoitetta määritetty', + 'NoContactSpecified' => 'Ei yhteyttä', + 'Numberformat' => 'Numerommat', + 'Numeric' => 'Numeerinen', 'OFF' => 'VINOSSA', 'ON' => 'PÄÄLLÄ', - 'Occupation' => 'ammatti', + 'Occupation' => 'Ammatti', 'Phone' => 'Puhelin', - 'Precision' => 'tarkkuus', + 'Precision' => 'Tarkkuus', 'Profile' => 'Profiili', - 'ProfileImage' => 'profile Image', + 'ProfileImage' => 'Profiilikuva', 'Profiles' => 'Profiilit', - 'Ranks' => 'rivit', - 'Registered' => 'kirjattu', - 'Sea' => 'meri', + 'Ranks' => 'Rivistää', + 'Registered' => 'Rekisteröity', + 'Sea' => 'Meri', 'Search' => 'Hae', 'Short' => 'Lyhyt', - 'Skype' => 'skype', + 'Skype' => 'Skype', 'Slow' => 'Hidas', 'Small' => 'Pieni', 'Speed' => 'Nopeus', 'Status' => 'Tila', - 'Tablespoon' => 'ruokalusikka', - 'Teaspoon' => 'teelusikka', + 'Tablespoon' => 'Ruokalusikallinen', + 'Teaspoon' => 'Teelusikallinen', 'Temperature' => 'Lämpötila', - 'ThousandsSeparator' => 'tuhaterottimen', + 'ThousandsSeparator' => 'Tuhannet erottimet', 'Time' => 'Aika', 'TimeDelim' => 'Aikaerotin', 'Timeformat' => 'Aikamuoto', 'Timezone' => 'Aikavyöhyke', - 'VeryFast' => 'erittäin nopea', - 'VeryHeavy' => 'Tosi raskas', + 'VeryFast' => 'Erittäin nopea', + 'VeryHeavy' => 'Erittäin painava', 'VeryLarge' => 'Hyvin suuri', 'VeryLight' => 'Erittäin kevyt', 'VeryLong' => 'Hyvin pitkä', 'VeryShort' => 'Hyvin lyhyt', 'VerySlow' => 'Hyvin hidas', 'VerySmall' => 'Hyvin pieni', - 'Visibility' => 'näkyvyys', - 'Volume' => 'tilavuus', + 'Visibility' => 'Näkyvyys', + 'Volume' => 'Määrä', 'Weight' => 'Paino', 'Zip' => 'Postinumero', 'aType1' => 'Koti', - 'aType2' => 'liiketoiminta', + 'aType2' => 'Liiketoiminta', 'aType3' => 'laivaus', 'aType4' => 'Laskutus', 'aType5' => 'Tehdä työtä', - 'aType6' => 'sopimus', - 'aType7' => 'muut', + 'aType6' => 'Sopimus', + 'aType7' => 'Muut', 'cType1' => 'Puhelin', 'cType2' => 'Faksi', 'cType3' => 'Verkkosivusto', diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 2854a00..67bc7fe 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -19,64 +19,64 @@ return ['Profile' => [ 'Address' => 'Adresse', 'Amount' => '{Quantité}', 'Area' => 'Zone', - 'Birthday' => 'Date d\'anniversaire', - 'Change' => 'Changement', + 'Birthday' => 'Date d\\'anniversaire', + 'Change' => 'Changer', 'City' => 'Ville', 'Community' => 'Communauté', - 'Contact' => 'Contacter', + 'Contact' => 'Contact', 'ContactInformation' => 'Coordonnées', - 'Country' => 'De campagne', + 'Country' => 'Pays', 'CreateProfile' => 'Créer un profil', 'Currency' => 'Devise', - 'Currencyformat' => 'CurrencyFormat', - 'Customized' => 'sur mesure', + 'Currencyformat' => 'DeviseFormat', + 'Customized' => 'Personnalisé', 'DateDelim' => 'Date séparateur', 'DecimalPoint' => 'Virgule', 'Defaults' => 'Par défaut', 'Email' => 'E-mail', - 'Fast' => 'Vite', + 'Fast' => 'Rapide', 'General' => 'Général', - 'Glass' => 'Un verre', + 'Glass' => 'Verre', 'Heavy' => 'Lourd', 'Language' => 'Langue', 'Large' => 'Grande', 'LastLogin' => 'Dernière connexion', 'Length' => 'Longueur', 'Light' => 'Lumière', - 'Load' => 'Charge', + 'Load' => 'Charger', 'Localization' => 'Localisation', - 'Long' => 'Longue', + 'Long' => 'Long', 'Medium' => 'Moyen', 'Name' => 'Nom', - 'NoAddressSpecified' => 'Aucune adresse indiquée', + 'NoAddressSpecified' => 'Aucune adresse spécifiée', 'NoContactSpecified' => 'Aucun contact spécifié', 'Numberformat' => 'Format de nombre', - 'Numeric' => 'numérique', + 'Numeric' => 'Numérique', 'OFF' => 'DÉSACTIVÉ', - 'ON' => 'SUR', + 'ON' => 'AU', 'Occupation' => 'Occupation', - 'Phone' => 'Téléphone', + 'Phone' => 'Téléphoner', 'Precision' => 'Précision', 'Profile' => 'Profil', - 'ProfileImage' => 'Photo de profil', - 'Profiles' => 'profils', + 'ProfileImage' => 'Image de profil', + 'Profiles' => 'Profils', 'Ranks' => 'Rangs', 'Registered' => 'Inscrit', 'Sea' => 'Mer', 'Search' => 'Chercher', 'Short' => 'Court', 'Skype' => 'Skype', - 'Slow' => 'Lent', + 'Slow' => 'Ralentir', 'Small' => 'Petit', - 'Speed' => 'La vitesse', + 'Speed' => 'Vitesse', 'Status' => 'Statut', 'Tablespoon' => 'Cuillerée à soupe', 'Teaspoon' => 'Cuillère à café', 'Temperature' => 'Température', 'ThousandsSeparator' => 'Séparateur de milliers', 'Time' => 'Temps', - 'TimeDelim' => 'séparateur temps', - 'Timeformat' => 'Format de l\'heure', + 'TimeDelim' => 'Séparateur de temps', + 'Timeformat' => 'Format de l\\'heure', 'Timezone' => 'Fuseau horaire', 'VeryFast' => 'Très vite', 'VeryHeavy' => 'Très lourd', @@ -90,14 +90,14 @@ return ['Profile' => [ 'Volume' => 'Le volume', 'Weight' => 'Poids', 'Zip' => 'Zipper', - 'aType1' => 'Maison', + 'aType1' => 'Accueil', 'aType2' => 'Entreprise', 'aType3' => 'Expédition', 'aType4' => 'Facturation', - 'aType5' => 'Travailler', + 'aType5' => 'Travail', 'aType6' => 'Contracter', 'aType7' => 'Autre', - 'cType1' => 'Téléphone', + 'cType1' => 'Téléphoner', 'cType2' => 'Fax', 'cType3' => 'Site Internet', 'cType4' => 'E-mail', diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 52ced8f..8a11dd7 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -13,8 +13,8 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'számla', - 'Account/Group' => 'Számla / Group', + 'Account' => 'Számla', + 'Account/Group' => 'Fiók / csoport', 'Activity' => 'Tevékenység', 'Address' => 'Cím', 'Amount' => '{Összeg}', @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'Ország', 'CreateProfile' => 'Profil létrehozása', 'Currency' => 'Valuta', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'Pénznemformat', 'Customized' => 'Személyre szabott', - 'DateDelim' => 'Dátumelválasztó', + 'DateDelim' => 'Dátumszeparátor', 'DecimalPoint' => 'Tizedesvessző', - 'Defaults' => 'Alapértékek', + 'Defaults' => 'Alapértelmezett', 'Email' => 'Email', 'Fast' => 'Gyors', 'General' => 'Tábornok', @@ -44,23 +44,23 @@ return ['Profile' => [ 'Length' => 'Hossz', 'Light' => 'Fény', 'Load' => 'Betöltés', - 'Localization' => 'Honosítás', + 'Localization' => 'Lokalizáció', 'Long' => 'Hosszú', 'Medium' => 'Közepes', 'Name' => 'Név', - 'NoAddressSpecified' => 'Nem megadott címre', - 'NoContactSpecified' => 'Nem megadott kapcsolat', - 'Numberformat' => 'numberformat', - 'Numeric' => 'numerikus', + 'NoAddressSpecified' => 'Nincs megadva cím', + 'NoContactSpecified' => 'Nincs megadva kapcsolat', + 'Numberformat' => 'Numberformat', + 'Numeric' => 'Számszerű', 'OFF' => 'KI', 'ON' => 'TOVÁBB', 'Occupation' => 'Foglalkozása', 'Phone' => 'Telefon', 'Precision' => 'Pontosság', 'Profile' => 'Profil', - 'ProfileImage' => 'Profil kép', - 'Profiles' => 'profilok', - 'Ranks' => 'rangok', + 'ProfileImage' => 'Profilkép', + 'Profiles' => 'Profilok', + 'Ranks' => 'Rangsor', 'Registered' => 'Bejegyzett', 'Sea' => 'Tenger', 'Search' => 'Keresés', @@ -73,9 +73,9 @@ return ['Profile' => [ 'Tablespoon' => 'Evőkanál', 'Teaspoon' => 'Teáskanál', 'Temperature' => 'Hőfok', - 'ThousandsSeparator' => 'ezreselválasztóként', + 'ThousandsSeparator' => 'Ezer elválasztó', 'Time' => 'Idő', - 'TimeDelim' => 'Időelválasztó', + 'TimeDelim' => 'Időszétválasztó', 'Timeformat' => 'Idő formátum', 'Timezone' => 'Időzóna', 'VeryFast' => 'Nagyon gyors', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index d082445..96eca4b 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -13,8 +13,8 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'account', - 'Account/Group' => 'Account / Gruppo', + 'Account' => 'Account', + 'Account/Group' => 'Account / Group.', 'Activity' => 'Attività', 'Address' => 'Indirizzo', 'Amount' => '{Quantità}', @@ -28,18 +28,18 @@ return ['Profile' => [ 'Country' => 'Nazione', 'CreateProfile' => 'Crea un profilo', 'Currency' => 'Moneta', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'su misura', - 'DateDelim' => 'separatore data', + 'Currencyformat' => 'Currencyformat.', + 'Customized' => 'Personalizzato', + 'DateDelim' => 'Separatore di data', 'DecimalPoint' => 'Punto decimale', - 'Defaults' => 'Defaults', + 'Defaults' => 'Default', 'Email' => 'E-mail', 'Fast' => 'Veloce', 'General' => 'Generale', 'Glass' => 'Bicchiere', - 'Heavy' => 'pesante', - 'Language' => 'linguaggio', - 'Large' => 'Grande', + 'Heavy' => 'Pesante', + 'Language' => 'Lingua', + 'Large' => 'Larga', 'LastLogin' => 'Ultimo accesso', 'Length' => 'Lunghezza', 'Light' => 'Luce', @@ -50,22 +50,22 @@ return ['Profile' => [ 'Name' => 'Nome', 'NoAddressSpecified' => 'Nessun indirizzo specificato', 'NoContactSpecified' => 'Nessun contatto specificato', - 'Numberformat' => 'NumberFormat', + 'Numberformat' => 'NumberFormat.', 'Numeric' => 'Numerico', - 'OFF' => 'OFF', - 'ON' => 'SU', + 'OFF' => 'SPENTO', + 'ON' => 'IN POI', 'Occupation' => 'Occupazione', 'Phone' => 'Telefono', 'Precision' => 'Precisione', 'Profile' => 'Profilo', 'ProfileImage' => 'Immagine del profilo', 'Profiles' => 'Profili', - 'Ranks' => 'Ranks', + 'Ranks' => 'Ranghi', 'Registered' => 'Registrato', 'Sea' => 'Mare', 'Search' => 'Ricerca', 'Short' => 'Corto', - 'Skype' => 'Skype', + 'Skype' => 'Skype.', 'Slow' => 'Lento', 'Small' => 'Piccolo', 'Speed' => 'Velocità', @@ -73,9 +73,9 @@ return ['Profile' => [ 'Tablespoon' => 'Cucchiaio', 'Teaspoon' => 'Cucchiaino', 'Temperature' => 'Temperatura', - 'ThousandsSeparator' => 'migliaia separatore', - 'Time' => 'Tempo', - 'TimeDelim' => 'tempo separatore', + 'ThousandsSeparator' => 'Separatore di migliaia', + 'Time' => 'Volta', + 'TimeDelim' => 'Separatore di tempo', 'Timeformat' => 'Formato orario', 'Timezone' => 'Fuso orario', 'VeryFast' => 'Molto veloce', @@ -91,8 +91,8 @@ return ['Profile' => [ 'Weight' => 'Peso', 'Zip' => 'Cerniera lampo', 'aType1' => 'Casa', - 'aType2' => 'Attività commerciale', - 'aType3' => 'spedizione', + 'aType2' => 'Affare', + 'aType3' => 'Spedizione', 'aType4' => 'Fatturazione', 'aType5' => 'Opera', 'aType6' => 'Contrarre', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index db64cf8..f445cd7 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -17,88 +17,88 @@ return ['Profile' => [ 'Account/Group' => 'アカウント/グループ', 'Activity' => 'アクティビティ', 'Address' => '住所', - 'Amount' => '{量}', - 'Area' => '範囲', - 'Birthday' => 'お誕生日', + 'Amount' => '{額}', + 'Area' => '領域', + 'Birthday' => '誕生日', 'Change' => '変化する', 'City' => '市', 'Community' => 'コミュニティ', - 'Contact' => '連絡先', + 'Contact' => 'コンタクト', 'ContactInformation' => '連絡先', 'Country' => '国', 'CreateProfile' => 'プロフィール作成', 'Currency' => '通貨', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'カスタマイズされました', - 'DateDelim' => '日付区切り', + 'Currencyformat' => 'currenceformat', + 'Customized' => 'カスタマイズされた', + 'DateDelim' => '日付区切り文字', 'DecimalPoint' => '小数点', 'Defaults' => 'デフォルト', 'Email' => 'Eメール', - 'Fast' => '速いです', - 'General' => '一般的な', + 'Fast' => '速い', + 'General' => '全般的', 'Glass' => 'ガラス', - 'Heavy' => 'ヘビー', + 'Heavy' => '重い', 'Language' => '言語', - 'Large' => '大', + 'Large' => '大きい', 'LastLogin' => '前回のログイン', 'Length' => '長さ', 'Light' => '光', - 'Load' => '負荷', + 'Load' => 'ロード', 'Localization' => 'ローカライズ', 'Long' => '長いです', - 'Medium' => '中', + 'Medium' => '中くらい', 'Name' => '名前', - 'NoAddressSpecified' => '指定されたアドレスなし', - 'NoContactSpecified' => 'NO接点が指定されていません', - 'Numberformat' => 'NUMBERFORMAT', - 'Numeric' => '数値', + 'NoAddressSpecified' => '指定された住所が指定されていません', + 'NoContactSpecified' => '指定されていません', + 'Numberformat' => '数値フォーマット', + 'Numeric' => '数字の数', 'OFF' => 'オフ', - 'ON' => 'オン', + 'ON' => 'の上', 'Occupation' => '職業', 'Phone' => '電話', 'Precision' => '精度', 'Profile' => 'プロフィール', 'ProfileImage' => 'プロフィール画像', 'Profiles' => 'プロファイル', - 'Ranks' => 'ランク', - 'Registered' => '登録', + 'Ranks' => 'rank', + 'Registered' => '登録済み', 'Sea' => '海', - 'Search' => '探す', - 'Short' => 'ショート', + 'Search' => '検索', + 'Short' => '短い', 'Skype' => 'スカイプ', - 'Slow' => 'スロー', + 'Slow' => '遅い', 'Small' => '小さい', - 'Speed' => '速度', + 'Speed' => 'スピード', 'Status' => '状態', - 'Tablespoon' => 'テーブルスプーン', + 'Tablespoon' => 'tabl tabl', 'Teaspoon' => 'ティースプーン', 'Temperature' => '温度', - 'ThousandsSeparator' => '何千人もの区切り', + 'ThousandsSeparator' => '数千のセパレータ', 'Time' => '時間', - 'TimeDelim' => '時間区切り', - 'Timeformat' => 'TIMEFORMAT', + 'TimeDelim' => '時間分数', + 'Timeformat' => 'タイムフォーマット', 'Timezone' => 'タイムゾーン', 'VeryFast' => 'とても早い', 'VeryHeavy' => 'とても重い', 'VeryLarge' => '非常に大きい', 'VeryLight' => 'とても軽い', - 'VeryLong' => '非常に長いです', - 'VeryShort' => '非常に短い', + 'VeryLong' => 'very.', + 'VeryShort' => 'とても短い', 'VerySlow' => '非常に遅い', 'VerySmall' => '非常に少ない', - 'Visibility' => '可視', - 'Volume' => 'ボリューム', - 'Weight' => '重量', + 'Visibility' => '視認性', + 'Volume' => '音量', + 'Weight' => '重さ', 'Zip' => 'ジップ', 'aType1' => '家', - 'aType2' => 'ビジネス', + 'aType2' => '仕事', 'aType3' => '運送', - 'aType4' => '請求', - 'aType5' => '作業', - 'aType6' => '契約する', + 'aType4' => '請求する', + 'aType5' => '仕事', + 'aType6' => '契約', 'aType7' => '他の', 'cType1' => '電話', 'cType2' => 'ファックス', - 'cType3' => 'ウェブサイト', + 'cType3' => 'Webサイト', 'cType4' => 'Eメール', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index d4526d0..6444ac8 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -19,51 +19,51 @@ return ['Profile' => [ 'Address' => '주소', 'Amount' => '{양}', 'Area' => '지역', - 'Birthday' => '생신', + 'Birthday' => '생일', 'Change' => '변화', - 'City' => '시티', + 'City' => '도시', 'Community' => '커뮤니티', - 'Contact' => '접촉', + 'Contact' => '연락하다', 'ContactInformation' => '연락처 정보', 'Country' => '국가', 'CreateProfile' => '프로필 만들기', 'Currency' => '통화', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => '사례', 'Customized' => '사용자 정의', - 'DateDelim' => '날짜 구분', + 'DateDelim' => '날짜 구분 기호', 'DecimalPoint' => '소수점', 'Defaults' => '기본값', 'Email' => '이메일', 'Fast' => '빠른', - 'General' => '일반', + 'General' => '일반적인', 'Glass' => '유리', 'Heavy' => '무거운', 'Language' => '언어', - 'Large' => '큰', + 'Large' => '크기가 큰', 'LastLogin' => '마지막 로그인', 'Length' => '길이', 'Light' => '빛', - 'Load' => '하중', + 'Load' => '짐', 'Localization' => '현지화', 'Long' => '긴', - 'Medium' => '매질', + 'Medium' => '중간', 'Name' => '이름', - 'NoAddressSpecified' => '지정되지 주소가 없습니다', - 'NoContactSpecified' => '접촉이 지정되지', - 'Numberformat' => '의 NumberFormat', + 'NoAddressSpecified' => '주소가 지정되지 않았습니다', + 'NoContactSpecified' => '지정된 연락처 없음', + 'Numberformat' => 'NumberFormat.', 'Numeric' => '숫자', - 'OFF' => '떨어져서', - 'ON' => '의 위에', + 'OFF' => '끄다', + 'ON' => '켜짐', 'Occupation' => '직업', - 'Phone' => '전화', + 'Phone' => '핸드폰', 'Precision' => '정도', 'Profile' => '프로필', 'ProfileImage' => '프로필 이미지', 'Profiles' => '프로필', - 'Ranks' => '계급', + 'Ranks' => '순위급', 'Registered' => '등기', 'Sea' => '바다', - 'Search' => '검색', + 'Search' => '찾다', 'Short' => '짧은', 'Skype' => '스카이프', 'Slow' => '느린', @@ -71,15 +71,15 @@ return ['Profile' => [ 'Speed' => '속도', 'Status' => '상태', 'Tablespoon' => '큰 스푼', - 'Teaspoon' => '찻 숟가락', + 'Teaspoon' => '티스푼', 'Temperature' => '온도', - 'ThousandsSeparator' => '수천 구분', - 'Time' => '시각', - 'TimeDelim' => '시간 구분', + 'ThousandsSeparator' => '수천 명의 분리기', + 'Time' => '시간', + 'TimeDelim' => '시간 분리기', 'Timeformat' => '시간 형식', 'Timezone' => '시간대', - 'VeryFast' => '매우 빠른', - 'VeryHeavy' => '매우 무거운', + 'VeryFast' => '매우 빨리', + 'VeryHeavy' => '매우 무겁다', 'VeryLarge' => '매우 큰', 'VeryLight' => '매우 가벼운', 'VeryLong' => '매우 긴', @@ -87,17 +87,17 @@ return ['Profile' => [ 'VerySlow' => '아주 느린', 'VerySmall' => '매우 작은', 'Visibility' => '시계', - 'Volume' => '음량', + 'Volume' => '용량', 'Weight' => '무게', 'Zip' => '지퍼', 'aType1' => '집', 'aType2' => '사업', 'aType3' => '배송', - 'aType4' => '청구', - 'aType5' => '작업', + 'aType4' => '청구자', + 'aType5' => '일하다', 'aType6' => '계약', 'aType7' => '다른', - 'cType1' => '전화', + 'cType1' => '핸드폰', 'cType2' => '팩스', 'cType3' => '웹 사이트', 'cType4' => '이메일', diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 55f4715..7770a45 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -23,18 +23,18 @@ return ['Profile' => [ 'Change' => 'Endring', 'City' => 'By', 'Community' => 'Samfunnet', - 'Contact' => 'Ta kontakt med', + 'Contact' => 'Kontakt', 'ContactInformation' => 'Kontaktinformasjon', 'Country' => 'Land', 'CreateProfile' => 'Opprett profil', 'Currency' => 'Valuta', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'tilpasset', - 'DateDelim' => 'Date Separator', + 'Currencyformat' => 'Valutaformat', + 'Customized' => 'Tilpasset', + 'DateDelim' => 'Dato separator', 'DecimalPoint' => 'Desimal tegn', - 'Defaults' => 'mislighold', - 'Email' => 'e-post', - 'Fast' => 'Fort', + 'Defaults' => 'Standardinnstillinger', + 'Email' => 'E-post', + 'Fast' => 'Rask', 'General' => 'Generell', 'Glass' => 'Glass', 'Heavy' => 'Tung', @@ -44,38 +44,38 @@ return ['Profile' => [ 'Length' => 'Lengde', 'Light' => 'Lys', 'Load' => 'Laste', - 'Localization' => 'lokalisering', + 'Localization' => 'Lokalisering', 'Long' => 'Lang', 'Medium' => 'Medium', 'Name' => 'Navn', - 'NoAddressSpecified' => 'Ingen adresse spesifisert', - 'NoContactSpecified' => 'Ingen kontakt spesifisert', - 'Numberformat' => 'Numberformat', - 'Numeric' => 'numerisk', + 'NoAddressSpecified' => 'Ingen adresse angitt', + 'NoContactSpecified' => 'Ingen kontakt angitt', + 'Numberformat' => 'Nummerformat', + 'Numeric' => 'Numerisk', 'OFF' => 'AV', 'ON' => 'PÅ', 'Occupation' => 'Okkupasjon', - 'Phone' => 'telefon', + 'Phone' => 'Telefonen', 'Precision' => 'Presisjon', 'Profile' => 'Profil', - 'ProfileImage' => 'profil bilde', - 'Profiles' => 'profiler', - 'Ranks' => 'Ranks', - 'Registered' => 'registrert', + 'ProfileImage' => 'Profilbilde', + 'Profiles' => 'Profiler', + 'Ranks' => 'Rangerer', + 'Registered' => 'Registrert', 'Sea' => 'Hav', 'Search' => 'Søk', 'Short' => 'Kort', - 'Skype' => 'Skype', + 'Skype' => 'Skype.', 'Slow' => 'Sakte', 'Small' => 'Liten', 'Speed' => 'Hastighet', 'Status' => 'Status', 'Tablespoon' => 'Spiseskje', - 'Teaspoon' => 'teskje', + 'Teaspoon' => 'Teskje', 'Temperature' => 'Temperatur', - 'ThousandsSeparator' => 'tusenvis Separator', + 'ThousandsSeparator' => 'Tusenvis separator', 'Time' => 'Tid', - 'TimeDelim' => 'tid Separator', + 'TimeDelim' => 'Time Separator', 'Timeformat' => 'Tidsformat', 'Timezone' => 'Tidssone', 'VeryFast' => 'Veldig fort', @@ -85,7 +85,7 @@ return ['Profile' => [ 'VeryLong' => 'Veldig lang', 'VeryShort' => 'Veldig kort', 'VerySlow' => 'Veldig treg', - 'VerySmall' => 'veldig liten', + 'VerySmall' => 'Veldig liten', 'Visibility' => 'Synlighet', 'Volume' => 'Volum', 'Weight' => 'Vekt', @@ -93,12 +93,12 @@ return ['Profile' => [ 'aType1' => 'Hjem', 'aType2' => 'Virksomhet', 'aType3' => 'Shipping', - 'aType4' => 'Billing', + 'aType4' => 'Fakturering', 'aType5' => 'Arbeid', 'aType6' => 'Kontrakt', 'aType7' => 'Annen', - 'cType1' => 'telefon', + 'cType1' => 'Telefonen', 'cType2' => 'Faks', - 'cType3' => 'nettsted', - 'cType4' => 'e-post', + 'cType3' => 'Nettside', + 'cType4' => 'E-post', ]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index adf060e..86db25a 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -13,11 +13,11 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'Konto', + 'Account' => 'Rachunek', 'Account/Group' => 'Konto grupowe', 'Activity' => 'Czynność', 'Address' => 'Adres', - 'Amount' => '{Ilość}', + 'Amount' => '{Kwota}', 'Area' => 'Powierzchnia', 'Birthday' => 'Urodziny', 'Change' => 'Zmiana', @@ -28,45 +28,45 @@ return ['Profile' => [ 'Country' => 'Kraj', 'CreateProfile' => 'Stworzyć profil', 'Currency' => 'Waluta', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'dostosowane', - 'DateDelim' => 'Separator daty', + 'Currencyformat' => 'WalutaFormat.', + 'Customized' => 'Dostosowany', + 'DateDelim' => 'Date Separator.', 'DecimalPoint' => 'Kropka dziesiętna', - 'Defaults' => 'Domyślne', + 'Defaults' => 'Domyślnie.', 'Email' => 'E-mail', - 'Fast' => 'Szybki', - 'General' => 'Generał', + 'Fast' => 'Szybko', + 'General' => 'Ogólny', 'Glass' => 'Szkło', 'Heavy' => 'Ciężki', 'Language' => 'Język', - 'Large' => 'Duży', + 'Large' => 'Wielki', 'LastLogin' => 'Ostatnie logowanie', 'Length' => 'Długość', - 'Light' => 'Lekki', - 'Load' => 'Załaduj', + 'Light' => 'Światło', + 'Load' => 'Obciążenie', 'Localization' => 'Lokalizacja', 'Long' => 'Długo', 'Medium' => 'Średni', 'Name' => 'Nazwa', - 'NoAddressSpecified' => 'Nie określono adresu', - 'NoContactSpecified' => 'Nie określono kontakt', + 'NoAddressSpecified' => 'Nie podano żadnego adresu', + 'NoContactSpecified' => 'Nie określono kontaktu', 'Numberformat' => 'Format liczbowy', - 'Numeric' => 'numeryczny', - 'OFF' => 'POZA', + 'Numeric' => 'Numeryczny', + 'OFF' => 'WYŁĄCZONY', 'ON' => 'NA', 'Occupation' => 'Zawód', 'Phone' => 'Telefon', 'Precision' => 'Precyzja', 'Profile' => 'Profil', 'ProfileImage' => 'Zdjęcie profilowe', - 'Profiles' => 'profile', + 'Profiles' => 'Profile', 'Ranks' => 'Szeregi', 'Registered' => 'Zarejestrowany', 'Sea' => 'Morze', 'Search' => 'Szukaj', - 'Short' => 'Krótki', - 'Skype' => 'Skype', - 'Slow' => 'Powolny', + 'Short' => 'Niski', + 'Skype' => 'Skype.', + 'Slow' => 'Wolny', 'Small' => 'Mały', 'Speed' => 'Prędkość', 'Status' => 'Status', @@ -75,7 +75,7 @@ return ['Profile' => [ 'Temperature' => 'Temperatura', 'ThousandsSeparator' => 'Separator tysięcy', 'Time' => 'Czas', - 'TimeDelim' => 'czas Separator', + 'TimeDelim' => 'Separator czasu', 'Timeformat' => 'Format czasu', 'Timezone' => 'Strefa czasowa', 'VeryFast' => 'Bardzo szybki', @@ -92,7 +92,7 @@ return ['Profile' => [ 'Zip' => 'Zamek błyskawiczny', 'aType1' => 'Dom', 'aType2' => 'Biznes', - 'aType3' => 'Wysyłka ', + 'aType3' => 'Wysyłka', 'aType4' => 'Dane do faktury', 'aType5' => 'Praca', 'aType6' => 'Kontrakt', diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 69ea3f0..3e577f0 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -17,7 +17,7 @@ return ['Profile' => [ 'Account/Group' => 'Grupo de contas', 'Activity' => 'Atividade', 'Address' => 'Endereço', - 'Amount' => '{Quantia}', + 'Amount' => '{Montante}', 'Area' => 'Área', 'Birthday' => 'Aniversário', 'Change' => 'Mudar', @@ -28,44 +28,44 @@ return ['Profile' => [ 'Country' => 'País', 'CreateProfile' => 'Criar perfil', 'Currency' => 'Moeda', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'MoedaFormat.', 'Customized' => 'Personalizado', - 'DateDelim' => 'data Separator', + 'DateDelim' => 'Separador de data', 'DecimalPoint' => 'Ponto decimal', - 'Defaults' => 'defaults', - 'Email' => 'O email', + 'Defaults' => 'Padrões', + 'Email' => 'E-mail', 'Fast' => 'Rápido', 'General' => 'Em geral', - 'Glass' => 'Copo', + 'Glass' => 'Vidro', 'Heavy' => 'Pesado', 'Language' => 'Língua', 'Large' => 'Grande', 'LastLogin' => 'Último Login', 'Length' => 'Comprimento', - 'Light' => 'Claro', - 'Load' => 'Carregar', + 'Light' => 'Leve', + 'Load' => 'Carga', 'Localization' => 'Localização', - 'Long' => 'Longo', + 'Long' => 'Grandes', 'Medium' => 'Médio', 'Name' => 'Nome', - 'NoAddressSpecified' => 'No endereço especificado', + 'NoAddressSpecified' => 'Nenhum endereço especificado', 'NoContactSpecified' => 'Nenhum contato especificado', 'Numberformat' => 'Formato numérico', 'Numeric' => 'Numérico', - 'OFF' => 'DESLIGADO', + 'OFF' => 'FORA', 'ON' => 'SOBRE', 'Occupation' => 'Ocupação', 'Phone' => 'Telefone', 'Precision' => 'Precisão', 'Profile' => 'Perfil', 'ProfileImage' => 'Imagem de perfil', - 'Profiles' => 'Profiles', - 'Ranks' => 'ranks', + 'Profiles' => 'Perfis.', + 'Ranks' => 'Fileiras', 'Registered' => 'Registrado', 'Sea' => 'Mar', 'Search' => 'Procurar', 'Short' => 'Baixo', - 'Skype' => 'Skype', + 'Skype' => 'Skype.', 'Slow' => 'Lento', 'Small' => 'Pequena', 'Speed' => 'Velocidade', @@ -75,8 +75,8 @@ return ['Profile' => [ 'Temperature' => 'Temperatura', 'ThousandsSeparator' => 'Separador de milhares', 'Time' => 'Tempo', - 'TimeDelim' => 'tempo Separator', - 'Timeformat' => 'timeformat', + 'TimeDelim' => 'Separador de tempo', + 'Timeformat' => 'Timeformat.', 'Timezone' => 'Fuso horário', 'VeryFast' => 'Muito rápido', 'VeryHeavy' => 'Muito pesado', @@ -94,11 +94,11 @@ return ['Profile' => [ 'aType2' => 'O negócio', 'aType3' => 'Envio', 'aType4' => 'Cobrança', - 'aType5' => 'Trabalhar', + 'aType5' => 'Trabalhos', 'aType6' => 'Contrato', - 'aType7' => 'Outro', + 'aType7' => 'De outros', 'cType1' => 'Telefone', 'cType2' => 'Fax', 'cType3' => 'Local na rede Internet', - 'cType4' => 'O email', + 'cType4' => 'E-mail', ]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index abca9fb..f170ab2 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -14,7 +14,7 @@ declare(strict_types=1); return ['Profile' => [ 'Account' => 'Счет', - 'Account/Group' => 'Счет / Group', + 'Account/Group' => 'Аккаунт / группа', 'Activity' => 'Мероприятия', 'Address' => 'Адрес', 'Amount' => '{Количество}', @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'Страна', 'CreateProfile' => 'Создать профиль', 'Currency' => 'Валюта', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'Индивидуальные', - 'DateDelim' => 'Дата Separator', + 'Currencyformat' => 'Валюта', + 'Customized' => 'Настроен', + 'DateDelim' => 'Дата сепаратора', 'DecimalPoint' => 'Десятичная точка', - 'Defaults' => 'Значения по умолчанию', + 'Defaults' => 'По умолчанию', 'Email' => 'Электронное письмо', 'Fast' => 'Быстрый', 'General' => 'Общий', @@ -42,63 +42,63 @@ return ['Profile' => [ 'Large' => 'Большой', 'LastLogin' => 'Последний Войти', 'Length' => 'Длина', - 'Light' => 'Свет', + 'Light' => 'Светлый', 'Load' => 'Нагрузка', - 'Localization' => 'локализация', - 'Long' => 'Длинный', + 'Localization' => 'Локализация', + 'Long' => 'Длинная', 'Medium' => 'Середина', 'Name' => 'Имя', - 'NoAddressSpecified' => 'Нет указанный адрес', - 'NoContactSpecified' => 'Нет контакта не указано', - 'Numberformat' => 'NumberFormat', - 'Numeric' => 'числовой', + 'NoAddressSpecified' => 'Нет указанного адреса', + 'NoContactSpecified' => 'Нет указанного контакта', + 'Numberformat' => 'NumberFormat.', + 'Numeric' => 'Численность', 'OFF' => 'ВЫКЛЮЧЕННЫЙ', 'ON' => 'НА', - 'Occupation' => 'Род занятий', + 'Occupation' => 'Занятие', 'Phone' => 'Телефон', 'Precision' => 'Точность', 'Profile' => 'Профиль', 'ProfileImage' => 'Изображение профиля', - 'Profiles' => 'профили', - 'Ranks' => 'Звания', - 'Registered' => 'зарегистрированный', + 'Profiles' => 'Профили', + 'Ranks' => 'Ранжирование', + 'Registered' => 'Зарегистрировано', 'Sea' => 'Море', 'Search' => 'Поиск', - 'Short' => 'короткий', - 'Skype' => 'Skype', + 'Short' => 'Короткий', + 'Skype' => 'Скайп', 'Slow' => 'Медленный', 'Small' => 'Маленький', 'Speed' => 'Скорость', - 'Status' => 'Положение дел', - 'Tablespoon' => 'столовая ложка', + 'Status' => 'Статус', + 'Tablespoon' => 'Столовая ложка', 'Teaspoon' => 'Чайная ложка', - 'Temperature' => 'температура', - 'ThousandsSeparator' => 'Разделитель', + 'Temperature' => 'Температура', + 'ThousandsSeparator' => 'Тысячи сепаратор', 'Time' => 'Время', - 'TimeDelim' => 'Время Separator', - 'Timeformat' => 'TimeFormat', + 'TimeDelim' => 'Сепаратор времени', + 'Timeformat' => 'TimeFormat.', 'Timezone' => 'Часовой пояс', 'VeryFast' => 'Очень быстро', - 'VeryHeavy' => 'Очень тяжелый', + 'VeryHeavy' => 'Очень тяжело', 'VeryLarge' => 'Очень большой', 'VeryLight' => 'Очень легкий', - 'VeryLong' => 'Очень долго', + 'VeryLong' => 'Очень длинный', 'VeryShort' => 'Очень короткий', 'VerySlow' => 'Очень медленно', 'VerySmall' => 'Очень маленький', - 'Visibility' => 'видимость', + 'Visibility' => 'Видимость', 'Volume' => 'Объем', 'Weight' => 'Масса', - 'Zip' => 'застежка-молния', - 'aType1' => 'Дома', + 'Zip' => 'Zip.', + 'aType1' => 'Домой', 'aType2' => 'Бизнес', 'aType3' => 'Перевозки', - 'aType4' => 'Billing', + 'aType4' => 'Биллинг', 'aType5' => 'Работа', 'aType6' => 'Договор', 'aType7' => 'Другой', 'cType1' => 'Телефон', - 'cType2' => 'факс', - 'cType3' => 'Интернет сайт', + 'cType2' => 'Факс', + 'cType3' => 'Веб-сайт', 'cType4' => 'Электронное письмо', ]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 5cf4cbd..fb50938 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -28,11 +28,11 @@ return ['Profile' => [ 'Country' => 'Land', 'CreateProfile' => 'Skapa profil', 'Currency' => 'Valuta', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'Valutaformat', 'Customized' => 'Anpassat', - 'DateDelim' => 'Datum Separator', + 'DateDelim' => 'Datumavskiljare', 'DecimalPoint' => 'Decimalpunkt', - 'Defaults' => 'defaults', + 'Defaults' => 'Standardvärden', 'Email' => 'E-post', 'Fast' => 'Snabb', 'General' => 'Allmän', @@ -48,9 +48,9 @@ return ['Profile' => [ 'Long' => 'Lång', 'Medium' => 'Medium', 'Name' => 'namn', - 'NoAddressSpecified' => 'Ingen adress som anges', + 'NoAddressSpecified' => 'Ingen adress angiven', 'NoContactSpecified' => 'Ingen kontakt specificerad', - 'Numberformat' => 'Number', + 'Numberformat' => 'Numberformat', 'Numeric' => 'Numerisk', 'OFF' => 'AV', 'ON' => 'PÅ', @@ -59,8 +59,8 @@ return ['Profile' => [ 'Precision' => 'Precision', 'Profile' => 'Profil', 'ProfileImage' => 'Profilbild', - 'Profiles' => 'profiler', - 'Ranks' => 'Ranks', + 'Profiles' => 'Profiler', + 'Ranks' => 'Räckvidd', 'Registered' => 'Registrerad', 'Sea' => 'Hav', 'Search' => 'Sök', @@ -68,14 +68,14 @@ return ['Profile' => [ 'Skype' => 'Skype', 'Slow' => 'Långsam', 'Small' => 'Små', - 'Speed' => 'Hastighet', + 'Speed' => 'Fart', 'Status' => 'Status', 'Tablespoon' => 'Matsked', 'Teaspoon' => 'Tesked', 'Temperature' => 'Temperatur', - 'ThousandsSeparator' => 'tusentals Separator', + 'ThousandsSeparator' => 'Tusentals separator', 'Time' => 'Tid', - 'TimeDelim' => 'Tidavskiljare', + 'TimeDelim' => 'Tidseparator', 'Timeformat' => 'Tidsformat', 'Timezone' => 'Tidszon', 'VeryFast' => 'Väldigt snabbt', @@ -83,7 +83,7 @@ return ['Profile' => [ 'VeryLarge' => 'Väldigt stor', 'VeryLight' => 'Väldigt lätt', 'VeryLong' => 'Väldigt länge', - 'VeryShort' => 'Mycket korta', + 'VeryShort' => 'Mycket kort', 'VerySlow' => 'Väldigt långsam', 'VerySmall' => 'Väldigt liten', 'Visibility' => 'Synlighet', @@ -95,7 +95,7 @@ return ['Profile' => [ 'aType3' => 'Frakt', 'aType4' => 'Fakturering', 'aType5' => 'Arbete', - 'aType6' => 'Kontrakt', + 'aType6' => 'Avtal', 'aType7' => 'Övrig', 'cType1' => 'Telefon', 'cType2' => 'Fax', diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index 2de35e0..23b89d9 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -13,28 +13,28 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'บัญชีผู้ใช้', + 'Account' => 'บัญชี', 'Account/Group' => 'บัญชี / กลุ่ม', 'Activity' => 'กิจกรรม', 'Address' => 'ที่อยู่', - 'Amount' => '{จำนวนเงิน}', + 'Amount' => '{จำนวน}', 'Area' => 'พื้นที่', 'Birthday' => 'วันเกิด', - 'Change' => 'เปลี่ยนแปลง', + 'Change' => 'เปลี่ยน', 'City' => 'เมือง', 'Community' => 'ชุมชน', 'Contact' => 'ติดต่อ', 'ContactInformation' => 'ข้อมูลติดต่อ', 'Country' => 'ประเทศ', 'CreateProfile' => 'สร้างโปรไฟล์', - 'Currency' => 'เงินตรา', - 'Currencyformat' => 'Currencyformat', + 'Currency' => 'สกุลเงิน', + 'Currencyformat' => 'presentformat', 'Customized' => 'ที่กำหนดเอง', - 'DateDelim' => 'วันที่คั่น', - 'DecimalPoint' => 'สิบจุด', + 'DateDelim' => 'ตัวแยกวันที่', + 'DecimalPoint' => 'จุดทศนิยม', 'Defaults' => 'ค่าเริ่มต้น', - 'Email' => 'อีเมล์', - 'Fast' => 'รวดเร็ว', + 'Email' => 'อีเมล', + 'Fast' => 'เร็ว', 'General' => 'ทั่วไป', 'Glass' => 'กระจก', 'Heavy' => 'หนัก', @@ -42,25 +42,25 @@ return ['Profile' => [ 'Large' => 'ใหญ่', 'LastLogin' => 'เข้าสู่ระบบล่าสุด', 'Length' => 'ความยาว', - 'Light' => 'เบา', - 'Load' => 'ภาระ', - 'Localization' => 'การ จำกัด', + 'Light' => 'แสงสว่าง', + 'Load' => 'โหลด', + 'Localization' => 'การแปล', 'Long' => 'ยาว', - 'Medium' => 'กลาง', + 'Medium' => 'ปานกลาง', 'Name' => 'ชื่อ', 'NoAddressSpecified' => 'ไม่มีที่อยู่ที่ระบุ', - 'NoContactSpecified' => 'ไม่มีการติดต่อที่ระบุไว้', - 'Numberformat' => 'NumberFormat', + 'NoContactSpecified' => 'ไม่มีการติดต่อที่ระบุ', + 'Numberformat' => 'จำนวน', 'Numeric' => 'เป็นตัวเลข', 'OFF' => 'ปิด', 'ON' => 'บน', 'Occupation' => 'อาชีพ', 'Phone' => 'โทรศัพท์', 'Precision' => 'ความแม่นยำ', - 'Profile' => 'ข้อมูลส่วนตัว', - 'ProfileImage' => 'ภาพที่แสดงรายละเอียด', + 'Profile' => 'ประวัติโดยย่อ', + 'ProfileImage' => 'ภาพโปรไฟล์', 'Profiles' => 'โปรไฟล์', - 'Ranks' => 'อันดับ', + 'Ranks' => 'การจัดอันดับ', 'Registered' => 'ลงทะเบียน', 'Sea' => 'ทะเล', 'Search' => 'ค้นหา', @@ -73,17 +73,17 @@ return ['Profile' => [ 'Tablespoon' => 'ช้อนโต๊ะ', 'Teaspoon' => 'ช้อนชา', 'Temperature' => 'อุณหภูมิ', - 'ThousandsSeparator' => 'คั่นหลักพัน', + 'ThousandsSeparator' => 'ตัวแยกหลายพันคน', 'Time' => 'เวลา', - 'TimeDelim' => 'คั่นเวลา', - 'Timeformat' => 'Timeformat', + 'TimeDelim' => 'ตัวแยกเวลา', + 'Timeformat' => 'ระยะเวลา', 'Timezone' => 'เขตเวลา', 'VeryFast' => 'เร็วมาก', 'VeryHeavy' => 'หนักมาก', 'VeryLarge' => 'มีขนาดใหญ่มาก', 'VeryLight' => 'เบามาก', 'VeryLong' => 'นานมาก', - 'VeryShort' => 'เกรียน', + 'VeryShort' => 'สั้นมาก', 'VerySlow' => 'ช้ามาก', 'VerySmall' => 'ขนาดเล็กมาก', 'Visibility' => 'ทัศนวิสัย', @@ -96,9 +96,9 @@ return ['Profile' => [ 'aType4' => 'การเรียกเก็บเงิน', 'aType5' => 'งาน', 'aType6' => 'สัญญา', - 'aType7' => 'อื่น ๆ', + 'aType7' => 'อื่น', 'cType1' => 'โทรศัพท์', 'cType2' => 'แฟกซ์', 'cType3' => 'เว็บไซต์', - 'cType4' => 'อีเมล์', + 'cType4' => 'อีเมล', ]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index 96ef25b..4c90410 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -13,69 +13,69 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'hesap', + 'Account' => 'Hesap', 'Account/Group' => 'Hesap grubu', 'Activity' => 'Aktivite', 'Address' => 'Adres', 'Amount' => '{Miktar}', - 'Area' => 'alan', + 'Area' => 'Alan', 'Birthday' => 'Doğum günü', 'Change' => 'Değişiklik', - 'City' => 'Kent', + 'City' => 'Şehir', 'Community' => 'Topluluk', - 'Contact' => 'İletişim', + 'Contact' => 'Temas', 'ContactInformation' => 'İletişim bilgileri', - 'Country' => 'ülke', + 'Country' => 'Ülke', 'CreateProfile' => 'Profil oluştur', 'Currency' => 'Para birimi', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'Para birimi', 'Customized' => 'Özelleştirilmiş', 'DateDelim' => 'Tarih Ayırıcı', 'DecimalPoint' => 'Ondalık nokta', - 'Defaults' => 'Varsayılan', + 'Defaults' => 'Varsayılanlar', 'Email' => 'E-posta', 'Fast' => 'Hızlı', 'General' => 'Genel', 'Glass' => 'Bardak', 'Heavy' => 'Ağır', - 'Language' => 'Dil', + 'Language' => 'Dilim', 'Large' => 'Büyük', 'LastLogin' => 'Son giriş', - 'Length' => 'uzunluk', - 'Light' => 'ışık', + 'Length' => 'Uzunluk', + 'Light' => 'Işık', 'Load' => 'Yük', - 'Localization' => 'yerelleştirme', + 'Localization' => 'Yerelleştirme', 'Long' => 'Uzun', 'Medium' => 'Orta', - 'Name' => 'ad', - 'NoAddressSpecified' => 'Belirtilen adres yok', - 'NoContactSpecified' => 'Hiçbir iletişim belirtilen', - 'Numberformat' => 'NumberFormat', + 'Name' => 'İsim', + 'NoAddressSpecified' => 'Adres belirtilmemiş', + 'NoContactSpecified' => 'Temas belirtilmedi', + 'Numberformat' => 'Numberformat', 'Numeric' => 'Sayısal', 'OFF' => 'KAPALI', - 'ON' => 'AÇIK', + 'ON' => 'ÜZERİNDE', 'Occupation' => 'Meslek', 'Phone' => 'Telefon', 'Precision' => 'Hassas', 'Profile' => 'Profil', - 'ProfileImage' => 'Profil Görüntü', + 'ProfileImage' => 'Profil resmi', 'Profiles' => 'Profiller', - 'Ranks' => 'Rütbeler', + 'Ranks' => 'Rütbe', 'Registered' => 'Kayıtlı', 'Sea' => 'Deniz', - 'Search' => 'Arama', + 'Search' => 'Aramak', 'Short' => 'Kısa', 'Skype' => 'Skype', 'Slow' => 'Yavaş', 'Small' => 'Küçük', - 'Speed' => 'hız', - 'Status' => 'durum', + 'Speed' => 'Hız', + 'Status' => 'Durum', 'Tablespoon' => 'Yemek kasigi', 'Teaspoon' => 'Çay kaşığı', - 'Temperature' => 'Sıcaklık', - 'ThousandsSeparator' => 'Binlerce Ayırıcı', + 'Temperature' => 'Hava sıcaklığı', + 'ThousandsSeparator' => 'Binlerce ayırıcı', 'Time' => 'Zaman', - 'TimeDelim' => 'Zaman Ayırıcı', + 'TimeDelim' => 'Zaman ayırıcı', 'Timeformat' => 'Zaman formatı', 'Timezone' => 'Saat dilimi', 'VeryFast' => 'Çok hızlı', @@ -86,16 +86,16 @@ return ['Profile' => [ 'VeryShort' => 'Çok kısa', 'VerySlow' => 'Çok yavaş', 'VerySmall' => 'Çok küçük', - 'Visibility' => 'görünürlük', + 'Visibility' => 'Görünürlük', 'Volume' => 'Ses', 'Weight' => 'Ağırlık', 'Zip' => 'Zip', 'aType1' => 'Ev', - 'aType2' => 'iş', + 'aType2' => 'İşletme', 'aType3' => 'Nakliye', - 'aType4' => 'fatura', - 'aType5' => 'İş', - 'aType6' => 'sözleşme', + 'aType4' => 'Fatura', + 'aType5' => 'Çalışmak', + 'aType6' => 'Sözleşme', 'aType7' => 'Diğer', 'cType1' => 'Telefon', 'cType2' => 'Faks', diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 98ab49d..2301a85 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -13,92 +13,92 @@ declare(strict_types=1); return ['Profile' => [ - 'Account' => 'рахунки', - 'Account/Group' => 'Рахунок / Group', - 'Activity' => 'діяльність', - 'Address' => 'адреса', - 'Amount' => '{Amount}', - 'Area' => 'область', - 'Birthday' => 'день народження', - 'Change' => 'зміна', - 'City' => 'місто', - 'Community' => 'співтовариство', - 'Contact' => 'контакт', + 'Account' => 'Обліковий запис', + 'Account/Group' => 'Обліковий запис / група', + 'Activity' => 'Діяльність', + 'Address' => 'Адреса', + 'Amount' => '{Кількість}', + 'Area' => 'Площа', + 'Birthday' => 'Народження', + 'Change' => 'Зміна', + 'City' => 'Місто', + 'Community' => 'Спільнота', + 'Contact' => 'Контакт', 'ContactInformation' => 'Контактна інформація', - 'Country' => 'країна', - 'CreateProfile' => 'створення профілю', - 'Currency' => 'валюта', - 'Currencyformat' => 'Currencyformat', - 'Customized' => 'індивідуальні', - 'DateDelim' => 'Дата Separator', - 'DecimalPoint' => 'десятковий', - 'Defaults' => 'Значення за замовчуванням', - 'Email' => 'E-mail', - 'Fast' => 'швидко', - 'General' => 'загальний', - 'Glass' => 'скло', - 'Heavy' => 'важкий', + 'Country' => 'Країна', + 'CreateProfile' => 'Створити профіль', + 'Currency' => 'Валюта', + 'Currencyformat' => 'Валютний формат', + 'Customized' => 'Налаштований', + 'DateDelim' => 'Дата сепаратора', + 'DecimalPoint' => 'Десятковий пункт', + 'Defaults' => 'Задні за замовчуванням', + 'Email' => 'Електронна пошта', + 'Fast' => 'Швидкий', + 'General' => 'Загальний', + 'Glass' => 'Склянка', + 'Heavy' => 'Важкий', 'Language' => 'Мову', - 'Large' => 'великий', - 'LastLogin' => 'Останній Ввійти', - 'Length' => 'довжина', - 'Light' => 'світло', - 'Load' => 'навантаження', - 'Localization' => 'локалізація', + 'Large' => 'Великий', + 'LastLogin' => 'Останнє вхід', + 'Length' => 'Довжина', + 'Light' => 'Легкий', + 'Load' => 'Навантаження', + 'Localization' => 'Локалізація', 'Long' => 'Довгота', - 'Medium' => 'середа', - 'Name' => 'ім\'я', - 'NoAddressSpecified' => 'Немає вказану адресу', - 'NoContactSpecified' => 'Немає контакту не вказано', - 'Numberformat' => 'NumberFormat', - 'Numeric' => 'числовий', - 'OFF' => 'OFF', - 'ON' => 'ON', - 'Occupation' => 'окупаційний', - 'Phone' => 'телефон', - 'Precision' => 'точність', - 'Profile' => 'профіль', - 'ProfileImage' => 'зображення профілю', - 'Profiles' => 'профілі', - 'Ranks' => 'звання', - 'Registered' => 'зареєстрований', - 'Sea' => 'море', + 'Medium' => 'Середовище', + 'Name' => 'Назва', + 'NoAddressSpecified' => 'Не вказана адреса', + 'NoContactSpecified' => 'Не вказано жодного контакту', + 'Numberformat' => 'Цифра', + 'Numeric' => 'Числовий', + 'OFF' => 'Вимкнений', + 'ON' => 'На', + 'Occupation' => 'Окупація', + 'Phone' => 'Телефон', + 'Precision' => 'Точність', + 'Profile' => 'Профіль', + 'ProfileImage' => 'Зображення профілю', + 'Profiles' => 'Профілі', + 'Ranks' => 'Ряди', + 'Registered' => 'Зареєстрований', + 'Sea' => 'Море', 'Search' => 'Пошук', - 'Short' => 'короткі', - 'Skype' => 'Skype', - 'Slow' => 'повільно', - 'Small' => 'невеликий', - 'Speed' => 'швидкість', - 'Status' => 'статус', - 'Tablespoon' => 'столова ложка', - 'Teaspoon' => 'чайна ложка', - 'Temperature' => 'температура', - 'ThousandsSeparator' => 'роздільник', - 'Time' => 'час', - 'TimeDelim' => 'час Separator', - 'Timeformat' => 'TimeFormat', + 'Short' => 'Короткий', + 'Skype' => 'Скайп', + 'Slow' => 'Повільний', + 'Small' => 'Малий', + 'Speed' => 'Швидкість', + 'Status' => 'Статус', + 'Tablespoon' => 'Столова ложка', + 'Teaspoon' => 'Чайна ложка', + 'Temperature' => 'Температура', + 'ThousandsSeparator' => 'Тисячі сепаратор', + 'Time' => 'Час', + 'TimeDelim' => 'Часовий сепаратор', + 'Timeformat' => 'Часформування', 'Timezone' => 'Часовий пояс', 'VeryFast' => 'Дуже швидко', 'VeryHeavy' => 'Дуже важкий', 'VeryLarge' => 'Дуже великий', - 'VeryLight' => 'дуже світло', + 'VeryLight' => 'Дуже світло', 'VeryLong' => 'Дуже довго', 'VeryShort' => 'Дуже короткий', 'VerySlow' => 'Дуже повільно', 'VerySmall' => 'Дуже мало', - 'Visibility' => 'видимість', - 'Volume' => 'обсяг', - 'Weight' => 'вага', - 'Zip' => 'застібка-блискавка', - 'aType1' => 'будинки', - 'aType2' => 'бізнес', + 'Visibility' => 'Видимість', + 'Volume' => 'Обсяг', + 'Weight' => 'Вага', + 'Zip' => 'Блиск', + 'aType1' => 'Додому', + 'aType2' => 'Бізнес', 'aType3' => 'Доставка', - 'aType4' => 'Billing', - 'aType5' => 'робота', - 'aType6' => 'контракт', + 'aType4' => 'Платіж', + 'aType5' => 'Робота', + 'aType6' => 'Договір', 'aType7' => 'Інший', - 'cType1' => 'телефон', - 'cType2' => 'факс', - 'cType3' => 'веб-сайт', - 'cType4' => 'E-mail', + 'cType1' => 'Телефон', + 'cType2' => 'Факс', + 'cType3' => 'Веб-сайт', + 'cType4' => 'Електронна пошта', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index a5359c5..48e04d1 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -28,17 +28,17 @@ return ['Profile' => [ 'Country' => '国家', 'CreateProfile' => '创建个人资料', 'Currency' => '货币', - 'Currencyformat' => 'Currencyformat', + 'Currencyformat' => 'ChexuralFor', 'Customized' => '定制', 'DateDelim' => '日期分隔符', 'DecimalPoint' => '小数点', - 'Defaults' => '默认', + 'Defaults' => '默认值', 'Email' => '电子邮件', 'Fast' => '快速地', 'General' => '一般的', 'Glass' => '玻璃', 'Heavy' => '重的', - 'Language' => '语言', + 'Language' => '语', 'Large' => '大', 'LastLogin' => '上次登录', 'Length' => '长度', @@ -47,10 +47,10 @@ return ['Profile' => [ 'Localization' => '本土化', 'Long' => '长', 'Medium' => '中等的', - 'Name' => '姓名', + 'Name' => '名称', 'NoAddressSpecified' => '没有指定的地址', - 'NoContactSpecified' => '没有联系人指定', - 'Numberformat' => 'NUMBERFORMAT', + 'NoContactSpecified' => '没有指定联系人', + 'Numberformat' => 'NumberFormat.', 'Numeric' => '数字', 'OFF' => '离开', 'ON' => '在', @@ -58,24 +58,24 @@ return ['Profile' => [ 'Phone' => '电话', 'Precision' => '精确', 'Profile' => '轮廓', - 'ProfileImage' => '简介的图片', - 'Profiles' => '简介', - 'Ranks' => '行列', + 'ProfileImage' => '轮廓图像', + 'Profiles' => '概要文件', + 'Ranks' => '排名', 'Registered' => '挂号的', 'Sea' => '海', 'Search' => '搜索', 'Short' => '短的', - 'Skype' => 'Skype的', - 'Slow' => '慢', + 'Skype' => 'Skype.', + 'Slow' => '慢的', 'Small' => '小的', 'Speed' => '速度', - 'Status' => '状态', + 'Status' => '地位', 'Tablespoon' => '汤匙', 'Teaspoon' => '茶匙', 'Temperature' => '温度', - 'ThousandsSeparator' => '千位分隔符', + 'ThousandsSeparator' => '成千上万的分隔符', 'Time' => '时间', - 'TimeDelim' => '时间分隔符', + 'TimeDelim' => '时间分离器', 'Timeformat' => '时间格式', 'Timezone' => '时区', 'VeryFast' => '非常快', @@ -93,7 +93,7 @@ return ['Profile' => [ 'aType1' => '家', 'aType2' => '商业', 'aType3' => '船运', - 'aType4' => '开票', + 'aType4' => '结算', 'aType5' => '工作', 'aType6' => '合同', 'aType7' => '其他',