mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-11 05:18:40 +00:00
draft additional languages
This commit is contained in:
parent
ebda51ffff
commit
06e93a92c7
104
Theme/Backend/Lang/ar.lang.php
Normal file
104
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'حساب',
|
||||
'Account/Group' => 'جماعة حساب',
|
||||
'Activity' => 'نشاط',
|
||||
'Address' => 'تبوك',
|
||||
'Amount' => '{كمية}',
|
||||
'Area' => 'منطقة',
|
||||
'Birthday' => 'عيد ميلاد',
|
||||
'Change' => 'يتغيرون',
|
||||
'City' => 'مدينة',
|
||||
'Community' => 'تواصل اجتماعي',
|
||||
'Contact' => 'اتصال',
|
||||
'ContactInformation' => 'معلومات الاتصال',
|
||||
'Country' => 'دولة',
|
||||
'CreateProfile' => 'إنشاء الملف الشخصي',
|
||||
'Currency' => 'عملة',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'حسب الطلب',
|
||||
'DateDelim' => 'تاريخ فاصل',
|
||||
'DecimalPoint' => 'العلامة العشرية',
|
||||
'Defaults' => 'التخلف',
|
||||
'Email' => 'بريد الالكتروني',
|
||||
'Fast' => 'سريع',
|
||||
'General' => 'عام',
|
||||
'Glass' => 'زجاج',
|
||||
'Heavy' => 'ثقيل',
|
||||
'Language' => 'لغة',
|
||||
'Large' => 'كبير',
|
||||
'LastLogin' => 'آخر تسجيل دخول',
|
||||
'Length' => 'طول',
|
||||
'Light' => 'خفيفة',
|
||||
'Load' => 'حمل',
|
||||
'Localization' => 'الموقع',
|
||||
'Long' => 'طويل',
|
||||
'Medium' => 'واسطة',
|
||||
'Name' => 'اسم',
|
||||
'NoAddressSpecified' => 'أي عنوان محدد',
|
||||
'NoContactSpecified' => 'أي اتصال المحدد',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'رقمية',
|
||||
'OFF' => 'إيقاف',
|
||||
'ON' => 'تشغيل',
|
||||
'Occupation' => 'الاحتلال',
|
||||
'Phone' => 'هاتف',
|
||||
'Precision' => 'دقة',
|
||||
'Profile' => 'حساب تعريفي',
|
||||
'ProfileImage' => 'صورة البروفيل',
|
||||
'Profiles' => 'مظهر',
|
||||
'Ranks' => 'صفوف',
|
||||
'Registered' => 'مسجل',
|
||||
'Sea' => 'لحر',
|
||||
'Search' => 'بحث',
|
||||
'Short' => 'قصيرة',
|
||||
'Skype' => 'سكايب',
|
||||
'Slow' => 'بطيء',
|
||||
'Small' => 'صغير',
|
||||
'Speed' => 'سرعة',
|
||||
'Status' => 'حالة',
|
||||
'Tablespoon' => 'ملعقة طعام',
|
||||
'Teaspoon' => 'ملعقة صغيرة',
|
||||
'Temperature' => 'درجة الحرارة',
|
||||
'ThousandsSeparator' => 'فاصل الآلاف',
|
||||
'Time' => 'وقت',
|
||||
'TimeDelim' => 'الوقت الفاصل',
|
||||
'Timeformat' => 'تنسيق الوقت',
|
||||
'Timezone' => 'وحدة زمنية',
|
||||
'VeryFast' => 'سريع جدا',
|
||||
'VeryHeavy' => 'ثقيل جدا',
|
||||
'VeryLarge' => 'كبير جدا',
|
||||
'VeryLight' => 'خفيف جدا',
|
||||
'VeryLong' => 'طويل جدا',
|
||||
'VeryShort' => 'قصير جدا',
|
||||
'VerySlow' => 'بطيء جدا',
|
||||
'VerySmall' => 'جدا صغير',
|
||||
'Visibility' => 'رؤية',
|
||||
'Volume' => 'الصوت',
|
||||
'Weight' => 'وزن',
|
||||
'Zip' => 'أزيز',
|
||||
'aType1' => 'الصفحة الرئيسية',
|
||||
'aType2' => 'اعمال',
|
||||
'aType3' => 'شحن',
|
||||
'aType4' => 'الفواتير',
|
||||
'aType5' => 'الشغل',
|
||||
'aType6' => 'اتفافية',
|
||||
'aType7' => 'آخر',
|
||||
'cType1' => 'هاتف',
|
||||
'cType2' => 'فاكس',
|
||||
'cType3' => 'موقع الكتروني',
|
||||
'cType4' => 'بريد الالكتروني',
|
||||
]];
|
||||
104
Theme/Backend/Lang/cs.lang.php
Normal file
104
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Účet',
|
||||
'Account/Group' => 'Účet / Group',
|
||||
'Activity' => 'Aktivita',
|
||||
'Address' => 'Adresa',
|
||||
'Amount' => '{Množství}',
|
||||
'Area' => 'Plocha',
|
||||
'Birthday' => 'Narozeniny',
|
||||
'Change' => 'Změna',
|
||||
'City' => 'Město',
|
||||
'Community' => 'Společenství',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontaktní informace',
|
||||
'Country' => 'Země',
|
||||
'CreateProfile' => 'Vytvořit profil',
|
||||
'Currency' => 'Měna',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'přizpůsobit',
|
||||
'DateDelim' => 'datum Separator',
|
||||
'DecimalPoint' => 'Desetinná čárka',
|
||||
'Defaults' => 'výchozí',
|
||||
'Email' => 'E-mailem',
|
||||
'Fast' => 'Rychle',
|
||||
'General' => 'Všeobecné',
|
||||
'Glass' => 'Sklenka',
|
||||
'Heavy' => 'Těžký',
|
||||
'Language' => 'Jazyk',
|
||||
'Large' => 'Velký',
|
||||
'LastLogin' => 'Poslední přihlášení',
|
||||
'Length' => 'Délka',
|
||||
'Light' => 'Světlo',
|
||||
'Load' => 'Zatížení',
|
||||
'Localization' => 'lokalizace',
|
||||
'Long' => 'Dlouho',
|
||||
'Medium' => 'Střední',
|
||||
'Name' => 'název',
|
||||
'NoAddressSpecified' => 'No adresu uvedenou',
|
||||
'NoContactSpecified' => 'Žádný kontakt uvedeno',
|
||||
'Numberformat' => 'numberformat',
|
||||
'Numeric' => 'číselná',
|
||||
'OFF' => 'VYPNUTO',
|
||||
'ON' => 'NA',
|
||||
'Occupation' => 'obsazení',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Přesnost',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'profil Image',
|
||||
'Profiles' => 'profily',
|
||||
'Ranks' => 'hodnosti',
|
||||
'Registered' => 'Registrovaný',
|
||||
'Sea' => 'Moře',
|
||||
'Search' => 'Vyhledávání',
|
||||
'Short' => 'Krátký',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Pomalý',
|
||||
'Small' => 'Malý',
|
||||
'Speed' => 'Rychlost',
|
||||
'Status' => 'Postavení',
|
||||
'Tablespoon' => 'Lžíce',
|
||||
'Teaspoon' => 'Čajová lžička',
|
||||
'Temperature' => 'Teplota',
|
||||
'ThousandsSeparator' => 'tisíce Separator',
|
||||
'Time' => 'Čas',
|
||||
'TimeDelim' => 'doba Separator',
|
||||
'Timeformat' => 'Časový formát',
|
||||
'Timezone' => 'Časové pásmo',
|
||||
'VeryFast' => 'Velmi rychle',
|
||||
'VeryHeavy' => 'Velmi těžký',
|
||||
'VeryLarge' => 'Velmi velký',
|
||||
'VeryLight' => 'Velmi světlý',
|
||||
'VeryLong' => 'Velmi dlouhá',
|
||||
'VeryShort' => 'Velmi krátké',
|
||||
'VerySlow' => 'Velmi pomalý',
|
||||
'VerySmall' => 'Velmi malé',
|
||||
'Visibility' => 'Viditelnost',
|
||||
'Volume' => 'Hlasitost',
|
||||
'Weight' => 'Hmotnost',
|
||||
'Zip' => 'zip',
|
||||
'aType1' => 'Domov',
|
||||
'aType2' => 'obchodní',
|
||||
'aType3' => 'Lodní doprava',
|
||||
'aType4' => 'fakturace',
|
||||
'aType5' => 'Práce',
|
||||
'aType6' => 'Smlouva',
|
||||
'aType7' => 'jiný',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'webová stránka',
|
||||
'cType4' => 'E-mailem',
|
||||
]];
|
||||
104
Theme/Backend/Lang/da.lang.php
Normal file
104
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Konto',
|
||||
'Account/Group' => 'Konto / gruppe',
|
||||
'Activity' => 'Aktivitet',
|
||||
'Address' => 'Adresse',
|
||||
'Amount' => '{Beløb}',
|
||||
'Area' => 'Areal',
|
||||
'Birthday' => 'Fødselsdag',
|
||||
'Change' => 'Lave om',
|
||||
'City' => 'by',
|
||||
'Community' => 'Fællesskab',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontakt information',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Opret profil',
|
||||
'Currency' => 'betalingsmiddel',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Tilpasset',
|
||||
'DateDelim' => 'Dato Separator',
|
||||
'DecimalPoint' => 'Decimaltegnet',
|
||||
'Defaults' => 'standarder',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Hurtig',
|
||||
'General' => 'Generel',
|
||||
'Glass' => 'Glas',
|
||||
'Heavy' => 'Tung',
|
||||
'Language' => 'Sprog',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Sidste login',
|
||||
'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',
|
||||
'Numeric' => 'Numerisk',
|
||||
'OFF' => 'AF',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Beskæftigelse',
|
||||
'Phone' => 'telefon',
|
||||
'Precision' => 'Præcision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profil billede',
|
||||
'Profiles' => 'Profiler',
|
||||
'Ranks' => 'Ranks',
|
||||
'Registered' => 'anbefalet',
|
||||
'Sea' => 'Hav',
|
||||
'Search' => 'Søg',
|
||||
'Short' => 'Kort',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Langsom',
|
||||
'Small' => 'Lille',
|
||||
'Speed' => 'Hastighed',
|
||||
'Status' => 'status',
|
||||
'Tablespoon' => 'tablespoon',
|
||||
'Teaspoon' => 'teske',
|
||||
'Temperature' => 'Temperatur',
|
||||
'ThousandsSeparator' => 'Tusinder Separator',
|
||||
'Time' => 'Tid',
|
||||
'TimeDelim' => 'Time Separator',
|
||||
'Timeformat' => 'Tidsformat',
|
||||
'Timezone' => 'Tidszone',
|
||||
'VeryFast' => 'Meget hurtig',
|
||||
'VeryHeavy' => 'Meget tung',
|
||||
'VeryLarge' => 'Meget store',
|
||||
'VeryLight' => 'Meget let',
|
||||
'VeryLong' => 'Meget lang',
|
||||
'VeryShort' => 'Meget kort',
|
||||
'VerySlow' => 'Meget langsom',
|
||||
'VerySmall' => 'Meget lille',
|
||||
'Visibility' => 'Sigtbarhed',
|
||||
'Volume' => 'Bind',
|
||||
'Weight' => 'Vægt',
|
||||
'Zip' => 'Zip',
|
||||
'aType1' => 'Hjem',
|
||||
'aType2' => 'Forretning',
|
||||
'aType3' => 'Forsendelse',
|
||||
'aType4' => 'Fakturering',
|
||||
'aType5' => 'Arbejde',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Andet',
|
||||
'cType1' => 'telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Internet side',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
104
Theme/Backend/Lang/el.lang.php
Normal file
104
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'λογαριασμός',
|
||||
'Account/Group' => 'Ο λογαριασμός / Ομάδα',
|
||||
'Activity' => 'Δραστηριότητα',
|
||||
'Address' => 'Διεύθυνση',
|
||||
'Amount' => '{Ποσό}',
|
||||
'Area' => 'Περιοχή',
|
||||
'Birthday' => 'Γενέθλια',
|
||||
'Change' => 'Αλλαγή',
|
||||
'City' => 'Πόλη',
|
||||
'Community' => 'Κοινότητα',
|
||||
'Contact' => 'Επικοινωνία',
|
||||
'ContactInformation' => 'Στοιχεία επικοινωνίας',
|
||||
'Country' => 'Χώρα',
|
||||
'CreateProfile' => 'Δημιουργία προφίλ',
|
||||
'Currency' => 'Νόμισμα',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'προσαρμοσμένη',
|
||||
'DateDelim' => 'διαχωριστικό της ημερομηνίας',
|
||||
'DecimalPoint' => 'Δεκαδικό σημείο',
|
||||
'Defaults' => 'προεπιλογές',
|
||||
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
|
||||
'Fast' => 'Γρήγορα',
|
||||
'General' => 'Γενικός',
|
||||
'Glass' => 'Ποτήρι',
|
||||
'Heavy' => 'Βαρύς',
|
||||
'Language' => 'Γλώσσα',
|
||||
'Large' => 'Μεγάλο',
|
||||
'LastLogin' => 'Τελευταία είσοδος',
|
||||
'Length' => 'Μήκος',
|
||||
'Light' => 'Φως',
|
||||
'Load' => 'Φορτώνω',
|
||||
'Localization' => 'Εντοπισμός',
|
||||
'Long' => 'Μακρύς',
|
||||
'Medium' => 'Μεσαίο',
|
||||
'Name' => 'Ονομα',
|
||||
'NoAddressSpecified' => 'Δεν υπάρχει διεύθυνση που καθορίζεται',
|
||||
'NoContactSpecified' => 'Καμία επαφή που καθορίζονται',
|
||||
'Numberformat' => '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' => 'Ώρα Διαχωριστικό',
|
||||
'Timeformat' => 'Μορφή ώρας',
|
||||
'Timezone' => 'Ζώνη ώρας',
|
||||
'VeryFast' => 'Πολύ γρήγορα',
|
||||
'VeryHeavy' => 'Πολύ βαρύ',
|
||||
'VeryLarge' => 'Πολύ μεγάλο',
|
||||
'VeryLight' => 'Πολύ ελαφρύ',
|
||||
'VeryLong' => 'πολύ Long',
|
||||
'VeryShort' => 'Πολύ κοντό',
|
||||
'VerySlow' => 'Πολύ αργή',
|
||||
'VerySmall' => 'Πολύ μικρό',
|
||||
'Visibility' => 'Ορατότητα',
|
||||
'Volume' => 'Ενταση ΗΧΟΥ',
|
||||
'Weight' => 'Βάρος',
|
||||
'Zip' => 'Φερμουάρ',
|
||||
'aType1' => 'Σπίτι',
|
||||
'aType2' => 'Επιχείρηση',
|
||||
'aType3' => 'Αποστολή',
|
||||
'aType4' => 'Χρέωση',
|
||||
'aType5' => 'Δουλειά',
|
||||
'aType6' => 'Σύμβαση',
|
||||
'aType7' => 'Αλλα',
|
||||
'cType1' => 'Τηλέφωνο',
|
||||
'cType2' => 'Φαξ',
|
||||
'cType3' => 'Δικτυακός τόπος',
|
||||
'cType4' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
|
||||
]];
|
||||
104
Theme/Backend/Lang/es.lang.php
Normal file
104
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Cuenta',
|
||||
'Account/Group' => 'Cuenta / Grupo',
|
||||
'Activity' => 'Actividad',
|
||||
'Address' => 'Dirección',
|
||||
'Amount' => '{Cantidad}',
|
||||
'Area' => 'Área',
|
||||
'Birthday' => 'Cumpleaños',
|
||||
'Change' => 'Cambio',
|
||||
'City' => 'Ciudad',
|
||||
'Community' => 'Comunidad',
|
||||
'Contact' => 'Contacto',
|
||||
'ContactInformation' => 'Información del contacto',
|
||||
'Country' => 'País',
|
||||
'CreateProfile' => 'Crear perfil',
|
||||
'Currency' => 'Divisa',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'personalizado',
|
||||
'DateDelim' => 'Separador de fecha',
|
||||
'DecimalPoint' => 'Punto decimal',
|
||||
'Defaults' => 'predeterminados',
|
||||
'Email' => 'Correo electrónico',
|
||||
'Fast' => 'Rápido',
|
||||
'General' => 'General',
|
||||
'Glass' => 'Vidrio',
|
||||
'Heavy' => 'Pesado',
|
||||
'Language' => 'Idioma',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Último acceso',
|
||||
'Length' => 'Largo',
|
||||
'Light' => 'Ligero',
|
||||
'Load' => 'Carga',
|
||||
'Localization' => 'Localización',
|
||||
'Long' => 'Largo',
|
||||
'Medium' => 'Medio',
|
||||
'Name' => 'Nombre',
|
||||
'NoAddressSpecified' => 'Sin dirección especificada',
|
||||
'NoContactSpecified' => 'No hay contacto especificado',
|
||||
'Numberformat' => 'Formato numérico',
|
||||
'Numeric' => 'Numérico',
|
||||
'OFF' => 'APAGADO',
|
||||
'ON' => 'EN',
|
||||
'Occupation' => 'Ocupación',
|
||||
'Phone' => 'Teléfono',
|
||||
'Precision' => 'Precisión',
|
||||
'Profile' => 'Perfil',
|
||||
'ProfileImage' => 'Imagen de perfil',
|
||||
'Profiles' => 'perfiles',
|
||||
'Ranks' => 'filas',
|
||||
'Registered' => 'Registrado',
|
||||
'Sea' => 'Mar',
|
||||
'Search' => 'Buscar',
|
||||
'Short' => 'Pequeño',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lento',
|
||||
'Small' => 'Pequeño',
|
||||
'Speed' => 'Velocidad',
|
||||
'Status' => 'Estado',
|
||||
'Tablespoon' => 'Cucharada',
|
||||
'Teaspoon' => 'Cucharilla',
|
||||
'Temperature' => 'La temperatura',
|
||||
'ThousandsSeparator' => 'Separador de miles',
|
||||
'Time' => 'Hora',
|
||||
'TimeDelim' => 'tiempo Separador',
|
||||
'Timeformat' => 'Formato de tiempo',
|
||||
'Timezone' => 'Zona horaria',
|
||||
'VeryFast' => 'Muy rapido',
|
||||
'VeryHeavy' => 'Muy pesado',
|
||||
'VeryLarge' => 'Muy grande',
|
||||
'VeryLight' => 'Muy ligero',
|
||||
'VeryLong' => 'Muy largo',
|
||||
'VeryShort' => 'Muy corto',
|
||||
'VerySlow' => 'Muy lento',
|
||||
'VerySmall' => 'Muy pequeña',
|
||||
'Visibility' => 'Visibilidad',
|
||||
'Volume' => 'Volumen',
|
||||
'Weight' => 'Peso',
|
||||
'Zip' => 'Cremallera',
|
||||
'aType1' => 'Hogar',
|
||||
'aType2' => 'Negocio',
|
||||
'aType3' => 'Transporte',
|
||||
'aType4' => 'Facturación',
|
||||
'aType5' => 'Trabaja',
|
||||
'aType6' => 'Contrato',
|
||||
'aType7' => 'Otro',
|
||||
'cType1' => 'Teléfono',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Sitio web',
|
||||
'cType4' => 'Correo electrónico',
|
||||
]];
|
||||
104
Theme/Backend/Lang/fi.lang.php
Normal file
104
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Tili',
|
||||
'Account/Group' => 'Tili / Ryhmä',
|
||||
'Activity' => 'Toiminta',
|
||||
'Address' => 'Osoite',
|
||||
'Amount' => '{Määrä}',
|
||||
'Area' => 'alue',
|
||||
'Birthday' => 'Syntymäpäivä',
|
||||
'Change' => 'Muuttaa',
|
||||
'City' => 'Kaupunki',
|
||||
'Community' => 'Yhteisö',
|
||||
'Contact' => 'Ottaa yhteyttä',
|
||||
'ContactInformation' => 'Yhteystiedot',
|
||||
'Country' => 'Maa',
|
||||
'CreateProfile' => 'Luo profiili',
|
||||
'Currency' => 'valuutta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Räätälöidyt',
|
||||
'DateDelim' => 'päivämäärän erotin',
|
||||
'DecimalPoint' => 'Desimaalipiste',
|
||||
'Defaults' => 'Oletukset',
|
||||
'Email' => 'Sähköposti',
|
||||
'Fast' => 'Nopeasti',
|
||||
'General' => 'yleinen',
|
||||
'Glass' => 'Lasi',
|
||||
'Heavy' => 'raskas',
|
||||
'Language' => 'Kieli',
|
||||
'Large' => 'Suuri',
|
||||
'LastLogin' => 'Viimeinen kirjautuminen',
|
||||
'Length' => 'Pituus',
|
||||
'Light' => 'valo',
|
||||
'Load' => 'Ladata',
|
||||
'Localization' => 'lokalisointi',
|
||||
'Long' => 'pitkä',
|
||||
'Medium' => 'keskikokoinen',
|
||||
'Name' => 'Nimi',
|
||||
'NoAddressSpecified' => 'Ei osoitteeseen',
|
||||
'NoContactSpecified' => 'Ei yhteyttä määritelty',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'numeerinen',
|
||||
'OFF' => 'VINOSSA',
|
||||
'ON' => 'PÄÄLLÄ',
|
||||
'Occupation' => 'ammatti',
|
||||
'Phone' => 'Puhelin',
|
||||
'Precision' => 'tarkkuus',
|
||||
'Profile' => 'Profiili',
|
||||
'ProfileImage' => 'profile Image',
|
||||
'Profiles' => 'Profiilit',
|
||||
'Ranks' => 'rivit',
|
||||
'Registered' => 'kirjattu',
|
||||
'Sea' => 'meri',
|
||||
'Search' => 'Hae',
|
||||
'Short' => 'Lyhyt',
|
||||
'Skype' => 'skype',
|
||||
'Slow' => 'Hidas',
|
||||
'Small' => 'Pieni',
|
||||
'Speed' => 'Nopeus',
|
||||
'Status' => 'Tila',
|
||||
'Tablespoon' => 'ruokalusikka',
|
||||
'Teaspoon' => 'teelusikka',
|
||||
'Temperature' => 'Lämpötila',
|
||||
'ThousandsSeparator' => 'tuhaterottimen',
|
||||
'Time' => 'Aika',
|
||||
'TimeDelim' => 'Aikaerotin',
|
||||
'Timeformat' => 'Aikamuoto',
|
||||
'Timezone' => 'Aikavyöhyke',
|
||||
'VeryFast' => 'erittäin nopea',
|
||||
'VeryHeavy' => 'Tosi raskas',
|
||||
'VeryLarge' => 'Hyvin suuri',
|
||||
'VeryLight' => 'Erittäin kevyt',
|
||||
'VeryLong' => 'Hyvin pitkä',
|
||||
'VeryShort' => 'Hyvin lyhyt',
|
||||
'VerySlow' => 'Hyvin hidas',
|
||||
'VerySmall' => 'Hyvin pieni',
|
||||
'Visibility' => 'näkyvyys',
|
||||
'Volume' => 'tilavuus',
|
||||
'Weight' => 'Paino',
|
||||
'Zip' => 'Postinumero',
|
||||
'aType1' => 'Koti',
|
||||
'aType2' => 'liiketoiminta',
|
||||
'aType3' => 'laivaus',
|
||||
'aType4' => 'Laskutus',
|
||||
'aType5' => 'Tehdä työtä',
|
||||
'aType6' => 'sopimus',
|
||||
'aType7' => 'muut',
|
||||
'cType1' => 'Puhelin',
|
||||
'cType2' => 'Faksi',
|
||||
'cType3' => 'Verkkosivusto',
|
||||
'cType4' => 'Sähköposti',
|
||||
]];
|
||||
104
Theme/Backend/Lang/fr.lang.php
Normal file
104
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Compte',
|
||||
'Account/Group' => 'Compte de groupe',
|
||||
'Activity' => 'Activité',
|
||||
'Address' => 'Adresse',
|
||||
'Amount' => '{Quantité}',
|
||||
'Area' => 'Zone',
|
||||
'Birthday' => 'Date d\'anniversaire',
|
||||
'Change' => 'Changement',
|
||||
'City' => 'Ville',
|
||||
'Community' => 'Communauté',
|
||||
'Contact' => 'Contacter',
|
||||
'ContactInformation' => 'Coordonnées',
|
||||
'Country' => 'De campagne',
|
||||
'CreateProfile' => 'Créer un profil',
|
||||
'Currency' => 'Devise',
|
||||
'Currencyformat' => 'CurrencyFormat',
|
||||
'Customized' => 'sur mesure',
|
||||
'DateDelim' => 'Date séparateur',
|
||||
'DecimalPoint' => 'Virgule',
|
||||
'Defaults' => 'Par défaut',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Vite',
|
||||
'General' => 'Général',
|
||||
'Glass' => 'Un verre',
|
||||
'Heavy' => 'Lourd',
|
||||
'Language' => 'Langue',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Dernière connexion',
|
||||
'Length' => 'Longueur',
|
||||
'Light' => 'Lumière',
|
||||
'Load' => 'Charge',
|
||||
'Localization' => 'Localisation',
|
||||
'Long' => 'Longue',
|
||||
'Medium' => 'Moyen',
|
||||
'Name' => 'Nom',
|
||||
'NoAddressSpecified' => 'Aucune adresse indiquée',
|
||||
'NoContactSpecified' => 'Aucun contact spécifié',
|
||||
'Numberformat' => 'Format de nombre',
|
||||
'Numeric' => 'numérique',
|
||||
'OFF' => 'DÉSACTIVÉ',
|
||||
'ON' => 'SUR',
|
||||
'Occupation' => 'Occupation',
|
||||
'Phone' => 'Téléphone',
|
||||
'Precision' => 'Précision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Photo de profil',
|
||||
'Profiles' => 'profils',
|
||||
'Ranks' => 'Rangs',
|
||||
'Registered' => 'Inscrit',
|
||||
'Sea' => 'Mer',
|
||||
'Search' => 'Chercher',
|
||||
'Short' => 'Court',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lent',
|
||||
'Small' => 'Petit',
|
||||
'Speed' => 'La 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',
|
||||
'Timezone' => 'Fuseau horaire',
|
||||
'VeryFast' => 'Très vite',
|
||||
'VeryHeavy' => 'Très lourd',
|
||||
'VeryLarge' => 'Très grand',
|
||||
'VeryLight' => 'Très léger',
|
||||
'VeryLong' => 'Très long',
|
||||
'VeryShort' => 'Très court',
|
||||
'VerySlow' => 'Très lent',
|
||||
'VerySmall' => 'Très petit',
|
||||
'Visibility' => 'Visibilité',
|
||||
'Volume' => 'Le volume',
|
||||
'Weight' => 'Poids',
|
||||
'Zip' => 'Zipper',
|
||||
'aType1' => 'Maison',
|
||||
'aType2' => 'Entreprise',
|
||||
'aType3' => 'Expédition',
|
||||
'aType4' => 'Facturation',
|
||||
'aType5' => 'Travailler',
|
||||
'aType6' => 'Contracter',
|
||||
'aType7' => 'Autre',
|
||||
'cType1' => 'Téléphone',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Site Internet',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
104
Theme/Backend/Lang/hu.lang.php
Normal file
104
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'számla',
|
||||
'Account/Group' => 'Számla / Group',
|
||||
'Activity' => 'Tevékenység',
|
||||
'Address' => 'Cím',
|
||||
'Amount' => '{Összeg}',
|
||||
'Area' => 'Terület',
|
||||
'Birthday' => 'Születésnap',
|
||||
'Change' => 'változás',
|
||||
'City' => 'Város',
|
||||
'Community' => 'Közösség',
|
||||
'Contact' => 'Kapcsolatba lépni',
|
||||
'ContactInformation' => 'Elérhetőség',
|
||||
'Country' => 'Ország',
|
||||
'CreateProfile' => 'Profil létrehozása',
|
||||
'Currency' => 'Valuta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Személyre szabott',
|
||||
'DateDelim' => 'Dátumelválasztó',
|
||||
'DecimalPoint' => 'Tizedesvessző',
|
||||
'Defaults' => 'Alapértékek',
|
||||
'Email' => 'Email',
|
||||
'Fast' => 'Gyors',
|
||||
'General' => 'Tábornok',
|
||||
'Glass' => 'Üveg',
|
||||
'Heavy' => 'Nehéz',
|
||||
'Language' => 'Nyelv',
|
||||
'Large' => 'Nagy',
|
||||
'LastLogin' => 'Utolsó bejelentkezés',
|
||||
'Length' => 'Hossz',
|
||||
'Light' => 'Fény',
|
||||
'Load' => 'Betöltés',
|
||||
'Localization' => 'Honosítás',
|
||||
'Long' => 'Hosszú',
|
||||
'Medium' => 'Közepes',
|
||||
'Name' => 'Név',
|
||||
'NoAddressSpecified' => 'Nem megadott címre',
|
||||
'NoContactSpecified' => 'Nem megadott kapcsolat',
|
||||
'Numberformat' => 'numberformat',
|
||||
'Numeric' => 'numerikus',
|
||||
'OFF' => 'KI',
|
||||
'ON' => 'TOVÁBB',
|
||||
'Occupation' => 'Foglalkozása',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Pontosság',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profil kép',
|
||||
'Profiles' => 'profilok',
|
||||
'Ranks' => 'rangok',
|
||||
'Registered' => 'Bejegyzett',
|
||||
'Sea' => 'Tenger',
|
||||
'Search' => 'Keresés',
|
||||
'Short' => 'Rövid',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lassú',
|
||||
'Small' => 'Kicsi',
|
||||
'Speed' => 'Sebesség',
|
||||
'Status' => 'Állapot',
|
||||
'Tablespoon' => 'Evőkanál',
|
||||
'Teaspoon' => 'Teáskanál',
|
||||
'Temperature' => 'Hőfok',
|
||||
'ThousandsSeparator' => 'ezreselválasztóként',
|
||||
'Time' => 'Idő',
|
||||
'TimeDelim' => 'Időelválasztó',
|
||||
'Timeformat' => 'Idő formátum',
|
||||
'Timezone' => 'Időzóna',
|
||||
'VeryFast' => 'Nagyon gyors',
|
||||
'VeryHeavy' => 'Nagyon nehéz',
|
||||
'VeryLarge' => 'Nagyon nagy',
|
||||
'VeryLight' => 'Nagyon könnyű',
|
||||
'VeryLong' => 'Nagyon hosszú',
|
||||
'VeryShort' => 'Nagyon rövid',
|
||||
'VerySlow' => 'Nagyon lassú',
|
||||
'VerySmall' => 'Nagyon kicsi',
|
||||
'Visibility' => 'Láthatóság',
|
||||
'Volume' => 'Hangerő',
|
||||
'Weight' => 'Súly',
|
||||
'Zip' => 'Postai irányítószám',
|
||||
'aType1' => 'itthon',
|
||||
'aType2' => 'Üzleti',
|
||||
'aType3' => 'Szállítás',
|
||||
'aType4' => 'Számlázás',
|
||||
'aType5' => 'Munka',
|
||||
'aType6' => 'Szerződés',
|
||||
'aType7' => 'Egyéb',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Weboldal',
|
||||
'cType4' => 'Email',
|
||||
]];
|
||||
104
Theme/Backend/Lang/it.lang.php
Normal file
104
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'account',
|
||||
'Account/Group' => 'Account / Gruppo',
|
||||
'Activity' => 'Attività',
|
||||
'Address' => 'Indirizzo',
|
||||
'Amount' => '{Quantità}',
|
||||
'Area' => 'La zona',
|
||||
'Birthday' => 'Compleanno',
|
||||
'Change' => 'Modificare',
|
||||
'City' => 'Città',
|
||||
'Community' => 'Comunità',
|
||||
'Contact' => 'Contatto',
|
||||
'ContactInformation' => 'Informazioni sui contatti',
|
||||
'Country' => 'Nazione',
|
||||
'CreateProfile' => 'Crea un profilo',
|
||||
'Currency' => 'Moneta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'su misura',
|
||||
'DateDelim' => 'separatore data',
|
||||
'DecimalPoint' => 'Punto decimale',
|
||||
'Defaults' => 'Defaults',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Veloce',
|
||||
'General' => 'Generale',
|
||||
'Glass' => 'Bicchiere',
|
||||
'Heavy' => 'pesante',
|
||||
'Language' => 'linguaggio',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Ultimo accesso',
|
||||
'Length' => 'Lunghezza',
|
||||
'Light' => 'Luce',
|
||||
'Load' => 'Caricare',
|
||||
'Localization' => 'Localizzazione',
|
||||
'Long' => 'Lungo',
|
||||
'Medium' => 'medio',
|
||||
'Name' => 'Nome',
|
||||
'NoAddressSpecified' => 'Nessun indirizzo specificato',
|
||||
'NoContactSpecified' => 'Nessun contatto specificato',
|
||||
'Numberformat' => 'NumberFormat',
|
||||
'Numeric' => 'Numerico',
|
||||
'OFF' => 'OFF',
|
||||
'ON' => 'SU',
|
||||
'Occupation' => 'Occupazione',
|
||||
'Phone' => 'Telefono',
|
||||
'Precision' => 'Precisione',
|
||||
'Profile' => 'Profilo',
|
||||
'ProfileImage' => 'Immagine del profilo',
|
||||
'Profiles' => 'Profili',
|
||||
'Ranks' => 'Ranks',
|
||||
'Registered' => 'Registrato',
|
||||
'Sea' => 'Mare',
|
||||
'Search' => 'Ricerca',
|
||||
'Short' => 'Corto',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lento',
|
||||
'Small' => 'Piccolo',
|
||||
'Speed' => 'Velocità',
|
||||
'Status' => 'Stato',
|
||||
'Tablespoon' => 'Cucchiaio',
|
||||
'Teaspoon' => 'Cucchiaino',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'migliaia separatore',
|
||||
'Time' => 'Tempo',
|
||||
'TimeDelim' => 'tempo separatore',
|
||||
'Timeformat' => 'Formato orario',
|
||||
'Timezone' => 'Fuso orario',
|
||||
'VeryFast' => 'Molto veloce',
|
||||
'VeryHeavy' => 'Molto pesante',
|
||||
'VeryLarge' => 'Molto largo',
|
||||
'VeryLight' => 'Molto leggero',
|
||||
'VeryLong' => 'Molto lungo',
|
||||
'VeryShort' => 'Molto corto',
|
||||
'VerySlow' => 'Molto lento',
|
||||
'VerySmall' => 'Molto piccolo',
|
||||
'Visibility' => 'Visibilità',
|
||||
'Volume' => 'Volume',
|
||||
'Weight' => 'Peso',
|
||||
'Zip' => 'Cerniera lampo',
|
||||
'aType1' => 'Casa',
|
||||
'aType2' => 'Attività commerciale',
|
||||
'aType3' => 'spedizione',
|
||||
'aType4' => 'Fatturazione',
|
||||
'aType5' => 'Opera',
|
||||
'aType6' => 'Contrarre',
|
||||
'aType7' => 'Altro',
|
||||
'cType1' => 'Telefono',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Sito web',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
104
Theme/Backend/Lang/ja.lang.php
Normal file
104
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'アカウント',
|
||||
'Account/Group' => 'アカウント/グループ',
|
||||
'Activity' => 'アクティビティ',
|
||||
'Address' => '住所',
|
||||
'Amount' => '{量}',
|
||||
'Area' => '範囲',
|
||||
'Birthday' => 'お誕生日',
|
||||
'Change' => '変化する',
|
||||
'City' => '市',
|
||||
'Community' => 'コミュニティ',
|
||||
'Contact' => '連絡先',
|
||||
'ContactInformation' => '連絡先',
|
||||
'Country' => '国',
|
||||
'CreateProfile' => 'プロフィール作成',
|
||||
'Currency' => '通貨',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'カスタマイズされました',
|
||||
'DateDelim' => '日付区切り',
|
||||
'DecimalPoint' => '小数点',
|
||||
'Defaults' => 'デフォルト',
|
||||
'Email' => 'Eメール',
|
||||
'Fast' => '速いです',
|
||||
'General' => '一般的な',
|
||||
'Glass' => 'ガラス',
|
||||
'Heavy' => 'ヘビー',
|
||||
'Language' => '言語',
|
||||
'Large' => '大',
|
||||
'LastLogin' => '前回のログイン',
|
||||
'Length' => '長さ',
|
||||
'Light' => '光',
|
||||
'Load' => '負荷',
|
||||
'Localization' => 'ローカライズ',
|
||||
'Long' => '長いです',
|
||||
'Medium' => '中',
|
||||
'Name' => '名前',
|
||||
'NoAddressSpecified' => '指定されたアドレスなし',
|
||||
'NoContactSpecified' => 'NO接点が指定されていません',
|
||||
'Numberformat' => 'NUMBERFORMAT',
|
||||
'Numeric' => '数値',
|
||||
'OFF' => 'オフ',
|
||||
'ON' => 'オン',
|
||||
'Occupation' => '職業',
|
||||
'Phone' => '電話',
|
||||
'Precision' => '精度',
|
||||
'Profile' => 'プロフィール',
|
||||
'ProfileImage' => 'プロフィール画像',
|
||||
'Profiles' => 'プロファイル',
|
||||
'Ranks' => 'ランク',
|
||||
'Registered' => '登録',
|
||||
'Sea' => '海',
|
||||
'Search' => '探す',
|
||||
'Short' => 'ショート',
|
||||
'Skype' => 'スカイプ',
|
||||
'Slow' => 'スロー',
|
||||
'Small' => '小さい',
|
||||
'Speed' => '速度',
|
||||
'Status' => '状態',
|
||||
'Tablespoon' => 'テーブルスプーン',
|
||||
'Teaspoon' => 'ティースプーン',
|
||||
'Temperature' => '温度',
|
||||
'ThousandsSeparator' => '何千人もの区切り',
|
||||
'Time' => '時間',
|
||||
'TimeDelim' => '時間区切り',
|
||||
'Timeformat' => 'TIMEFORMAT',
|
||||
'Timezone' => 'タイムゾーン',
|
||||
'VeryFast' => 'とても早い',
|
||||
'VeryHeavy' => 'とても重い',
|
||||
'VeryLarge' => '非常に大きい',
|
||||
'VeryLight' => 'とても軽い',
|
||||
'VeryLong' => '非常に長いです',
|
||||
'VeryShort' => '非常に短い',
|
||||
'VerySlow' => '非常に遅い',
|
||||
'VerySmall' => '非常に少ない',
|
||||
'Visibility' => '可視',
|
||||
'Volume' => 'ボリューム',
|
||||
'Weight' => '重量',
|
||||
'Zip' => 'ジップ',
|
||||
'aType1' => '家',
|
||||
'aType2' => 'ビジネス',
|
||||
'aType3' => '運送',
|
||||
'aType4' => '請求',
|
||||
'aType5' => '作業',
|
||||
'aType6' => '契約する',
|
||||
'aType7' => '他の',
|
||||
'cType1' => '電話',
|
||||
'cType2' => 'ファックス',
|
||||
'cType3' => 'ウェブサイト',
|
||||
'cType4' => 'Eメール',
|
||||
]];
|
||||
104
Theme/Backend/Lang/ko.lang.php
Normal file
104
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => '계정',
|
||||
'Account/Group' => '계정 / 그룹',
|
||||
'Activity' => '활동',
|
||||
'Address' => '주소',
|
||||
'Amount' => '{양}',
|
||||
'Area' => '지역',
|
||||
'Birthday' => '생신',
|
||||
'Change' => '변화',
|
||||
'City' => '시티',
|
||||
'Community' => '커뮤니티',
|
||||
'Contact' => '접촉',
|
||||
'ContactInformation' => '연락처 정보',
|
||||
'Country' => '국가',
|
||||
'CreateProfile' => '프로필 만들기',
|
||||
'Currency' => '통화',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => '사용자 정의',
|
||||
'DateDelim' => '날짜 구분',
|
||||
'DecimalPoint' => '소수점',
|
||||
'Defaults' => '기본값',
|
||||
'Email' => '이메일',
|
||||
'Fast' => '빠른',
|
||||
'General' => '일반',
|
||||
'Glass' => '유리',
|
||||
'Heavy' => '무거운',
|
||||
'Language' => '언어',
|
||||
'Large' => '큰',
|
||||
'LastLogin' => '마지막 로그인',
|
||||
'Length' => '길이',
|
||||
'Light' => '빛',
|
||||
'Load' => '하중',
|
||||
'Localization' => '현지화',
|
||||
'Long' => '긴',
|
||||
'Medium' => '매질',
|
||||
'Name' => '이름',
|
||||
'NoAddressSpecified' => '지정되지 주소가 없습니다',
|
||||
'NoContactSpecified' => '접촉이 지정되지',
|
||||
'Numberformat' => '의 NumberFormat',
|
||||
'Numeric' => '숫자',
|
||||
'OFF' => '떨어져서',
|
||||
'ON' => '의 위에',
|
||||
'Occupation' => '직업',
|
||||
'Phone' => '전화',
|
||||
'Precision' => '정도',
|
||||
'Profile' => '프로필',
|
||||
'ProfileImage' => '프로필 이미지',
|
||||
'Profiles' => '프로필',
|
||||
'Ranks' => '계급',
|
||||
'Registered' => '등기',
|
||||
'Sea' => '바다',
|
||||
'Search' => '검색',
|
||||
'Short' => '짧은',
|
||||
'Skype' => '스카이프',
|
||||
'Slow' => '느린',
|
||||
'Small' => '작은',
|
||||
'Speed' => '속도',
|
||||
'Status' => '상태',
|
||||
'Tablespoon' => '큰 스푼',
|
||||
'Teaspoon' => '찻 숟가락',
|
||||
'Temperature' => '온도',
|
||||
'ThousandsSeparator' => '수천 구분',
|
||||
'Time' => '시각',
|
||||
'TimeDelim' => '시간 구분',
|
||||
'Timeformat' => '시간 형식',
|
||||
'Timezone' => '시간대',
|
||||
'VeryFast' => '매우 빠른',
|
||||
'VeryHeavy' => '매우 무거운',
|
||||
'VeryLarge' => '매우 큰',
|
||||
'VeryLight' => '매우 가벼운',
|
||||
'VeryLong' => '매우 긴',
|
||||
'VeryShort' => '매우 짧은',
|
||||
'VerySlow' => '아주 느린',
|
||||
'VerySmall' => '매우 작은',
|
||||
'Visibility' => '시계',
|
||||
'Volume' => '음량',
|
||||
'Weight' => '무게',
|
||||
'Zip' => '지퍼',
|
||||
'aType1' => '집',
|
||||
'aType2' => '사업',
|
||||
'aType3' => '배송',
|
||||
'aType4' => '청구',
|
||||
'aType5' => '작업',
|
||||
'aType6' => '계약',
|
||||
'aType7' => '다른',
|
||||
'cType1' => '전화',
|
||||
'cType2' => '팩스',
|
||||
'cType3' => '웹 사이트',
|
||||
'cType4' => '이메일',
|
||||
]];
|
||||
104
Theme/Backend/Lang/no.lang.php
Normal file
104
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Regnskap',
|
||||
'Account/Group' => 'Konto / gruppe',
|
||||
'Activity' => 'Aktivitet',
|
||||
'Address' => 'Adresse',
|
||||
'Amount' => '{Beløp}',
|
||||
'Area' => 'Område',
|
||||
'Birthday' => 'Fødselsdag',
|
||||
'Change' => 'Endring',
|
||||
'City' => 'By',
|
||||
'Community' => 'Samfunnet',
|
||||
'Contact' => 'Ta kontakt med',
|
||||
'ContactInformation' => 'Kontaktinformasjon',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Opprett profil',
|
||||
'Currency' => 'Valuta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'tilpasset',
|
||||
'DateDelim' => 'Date Separator',
|
||||
'DecimalPoint' => 'Desimal tegn',
|
||||
'Defaults' => 'mislighold',
|
||||
'Email' => 'e-post',
|
||||
'Fast' => 'Fort',
|
||||
'General' => 'Generell',
|
||||
'Glass' => 'Glass',
|
||||
'Heavy' => 'Tung',
|
||||
'Language' => 'Språk',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Siste innlogging',
|
||||
'Length' => 'Lengde',
|
||||
'Light' => 'Lys',
|
||||
'Load' => 'Laste',
|
||||
'Localization' => 'lokalisering',
|
||||
'Long' => 'Lang',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'Navn',
|
||||
'NoAddressSpecified' => 'Ingen adresse spesifisert',
|
||||
'NoContactSpecified' => 'Ingen kontakt spesifisert',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'numerisk',
|
||||
'OFF' => 'AV',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Okkupasjon',
|
||||
'Phone' => 'telefon',
|
||||
'Precision' => 'Presisjon',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'profil bilde',
|
||||
'Profiles' => 'profiler',
|
||||
'Ranks' => 'Ranks',
|
||||
'Registered' => 'registrert',
|
||||
'Sea' => 'Hav',
|
||||
'Search' => 'Søk',
|
||||
'Short' => 'Kort',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Sakte',
|
||||
'Small' => 'Liten',
|
||||
'Speed' => 'Hastighet',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Spiseskje',
|
||||
'Teaspoon' => 'teskje',
|
||||
'Temperature' => 'Temperatur',
|
||||
'ThousandsSeparator' => 'tusenvis Separator',
|
||||
'Time' => 'Tid',
|
||||
'TimeDelim' => 'tid Separator',
|
||||
'Timeformat' => 'Tidsformat',
|
||||
'Timezone' => 'Tidssone',
|
||||
'VeryFast' => 'Veldig fort',
|
||||
'VeryHeavy' => 'Veldig tung',
|
||||
'VeryLarge' => 'Veldig stor',
|
||||
'VeryLight' => 'Veldig lett',
|
||||
'VeryLong' => 'Veldig lang',
|
||||
'VeryShort' => 'Veldig kort',
|
||||
'VerySlow' => 'Veldig treg',
|
||||
'VerySmall' => 'veldig liten',
|
||||
'Visibility' => 'Synlighet',
|
||||
'Volume' => 'Volum',
|
||||
'Weight' => 'Vekt',
|
||||
'Zip' => 'Glidelås',
|
||||
'aType1' => 'Hjem',
|
||||
'aType2' => 'Virksomhet',
|
||||
'aType3' => 'Shipping',
|
||||
'aType4' => 'Billing',
|
||||
'aType5' => 'Arbeid',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Annen',
|
||||
'cType1' => 'telefon',
|
||||
'cType2' => 'Faks',
|
||||
'cType3' => 'nettsted',
|
||||
'cType4' => 'e-post',
|
||||
]];
|
||||
104
Theme/Backend/Lang/pl.lang.php
Normal file
104
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Konto',
|
||||
'Account/Group' => 'Konto grupowe',
|
||||
'Activity' => 'Czynność',
|
||||
'Address' => 'Adres',
|
||||
'Amount' => '{Ilość}',
|
||||
'Area' => 'Powierzchnia',
|
||||
'Birthday' => 'Urodziny',
|
||||
'Change' => 'Zmiana',
|
||||
'City' => 'Miasto',
|
||||
'Community' => 'Społeczność',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Informacje kontaktowe',
|
||||
'Country' => 'Kraj',
|
||||
'CreateProfile' => 'Stworzyć profil',
|
||||
'Currency' => 'Waluta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'dostosowane',
|
||||
'DateDelim' => 'Separator daty',
|
||||
'DecimalPoint' => 'Kropka dziesiętna',
|
||||
'Defaults' => 'Domyślne',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Szybki',
|
||||
'General' => 'Generał',
|
||||
'Glass' => 'Szkło',
|
||||
'Heavy' => 'Ciężki',
|
||||
'Language' => 'Język',
|
||||
'Large' => 'Duży',
|
||||
'LastLogin' => 'Ostatnie logowanie',
|
||||
'Length' => 'Długość',
|
||||
'Light' => 'Lekki',
|
||||
'Load' => 'Załaduj',
|
||||
'Localization' => 'Lokalizacja',
|
||||
'Long' => 'Długo',
|
||||
'Medium' => 'Średni',
|
||||
'Name' => 'Nazwa',
|
||||
'NoAddressSpecified' => 'Nie określono adresu',
|
||||
'NoContactSpecified' => 'Nie określono kontakt',
|
||||
'Numberformat' => 'Format liczbowy',
|
||||
'Numeric' => 'numeryczny',
|
||||
'OFF' => 'POZA',
|
||||
'ON' => 'NA',
|
||||
'Occupation' => 'Zawód',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Precyzja',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Zdjęcie profilowe',
|
||||
'Profiles' => 'profile',
|
||||
'Ranks' => 'Szeregi',
|
||||
'Registered' => 'Zarejestrowany',
|
||||
'Sea' => 'Morze',
|
||||
'Search' => 'Szukaj',
|
||||
'Short' => 'Krótki',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Powolny',
|
||||
'Small' => 'Mały',
|
||||
'Speed' => 'Prędkość',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Łyżka',
|
||||
'Teaspoon' => 'Łyżeczka',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'Separator tysięcy',
|
||||
'Time' => 'Czas',
|
||||
'TimeDelim' => 'czas Separator',
|
||||
'Timeformat' => 'Format czasu',
|
||||
'Timezone' => 'Strefa czasowa',
|
||||
'VeryFast' => 'Bardzo szybki',
|
||||
'VeryHeavy' => 'Bardzo ciężki',
|
||||
'VeryLarge' => 'Bardzo duży',
|
||||
'VeryLight' => 'Bardzo lekki',
|
||||
'VeryLong' => 'Bardzo długo',
|
||||
'VeryShort' => 'Bardzo krótki',
|
||||
'VerySlow' => 'Bardzo wolno',
|
||||
'VerySmall' => 'Bardzo mały',
|
||||
'Visibility' => 'Widoczność',
|
||||
'Volume' => 'Tom',
|
||||
'Weight' => 'Waga',
|
||||
'Zip' => 'Zamek błyskawiczny',
|
||||
'aType1' => 'Dom',
|
||||
'aType2' => 'Biznes',
|
||||
'aType3' => 'Wysyłka ',
|
||||
'aType4' => 'Dane do faktury',
|
||||
'aType5' => 'Praca',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Inny',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Faks',
|
||||
'cType3' => 'Stronie internetowej',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
104
Theme/Backend/Lang/pt.lang.php
Normal file
104
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Conta',
|
||||
'Account/Group' => 'Grupo de contas',
|
||||
'Activity' => 'Atividade',
|
||||
'Address' => 'Endereço',
|
||||
'Amount' => '{Quantia}',
|
||||
'Area' => 'Área',
|
||||
'Birthday' => 'Aniversário',
|
||||
'Change' => 'Mudar',
|
||||
'City' => 'Cidade',
|
||||
'Community' => 'Comunidade',
|
||||
'Contact' => 'Contato',
|
||||
'ContactInformation' => 'Informações de contato',
|
||||
'Country' => 'País',
|
||||
'CreateProfile' => 'Criar perfil',
|
||||
'Currency' => 'Moeda',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Personalizado',
|
||||
'DateDelim' => 'data Separator',
|
||||
'DecimalPoint' => 'Ponto decimal',
|
||||
'Defaults' => 'defaults',
|
||||
'Email' => 'O email',
|
||||
'Fast' => 'Rápido',
|
||||
'General' => 'Em geral',
|
||||
'Glass' => 'Copo',
|
||||
'Heavy' => 'Pesado',
|
||||
'Language' => 'Língua',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Último Login',
|
||||
'Length' => 'Comprimento',
|
||||
'Light' => 'Claro',
|
||||
'Load' => 'Carregar',
|
||||
'Localization' => 'Localização',
|
||||
'Long' => 'Longo',
|
||||
'Medium' => 'Médio',
|
||||
'Name' => 'Nome',
|
||||
'NoAddressSpecified' => 'No endereço especificado',
|
||||
'NoContactSpecified' => 'Nenhum contato especificado',
|
||||
'Numberformat' => 'Formato numérico',
|
||||
'Numeric' => 'Numérico',
|
||||
'OFF' => 'DESLIGADO',
|
||||
'ON' => 'SOBRE',
|
||||
'Occupation' => 'Ocupação',
|
||||
'Phone' => 'Telefone',
|
||||
'Precision' => 'Precisão',
|
||||
'Profile' => 'Perfil',
|
||||
'ProfileImage' => 'Imagem de perfil',
|
||||
'Profiles' => 'Profiles',
|
||||
'Ranks' => 'ranks',
|
||||
'Registered' => 'Registrado',
|
||||
'Sea' => 'Mar',
|
||||
'Search' => 'Procurar',
|
||||
'Short' => 'Baixo',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lento',
|
||||
'Small' => 'Pequena',
|
||||
'Speed' => 'Velocidade',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Colher de sopa',
|
||||
'Teaspoon' => 'Colher de chá',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'Separador de milhares',
|
||||
'Time' => 'Tempo',
|
||||
'TimeDelim' => 'tempo Separator',
|
||||
'Timeformat' => 'timeformat',
|
||||
'Timezone' => 'Fuso horário',
|
||||
'VeryFast' => 'Muito rápido',
|
||||
'VeryHeavy' => 'Muito pesado',
|
||||
'VeryLarge' => 'Muito grande',
|
||||
'VeryLight' => 'Muita luz',
|
||||
'VeryLong' => 'Muito longo',
|
||||
'VeryShort' => 'Muito curto',
|
||||
'VerySlow' => 'Muito devagar',
|
||||
'VerySmall' => 'Muito pequeno',
|
||||
'Visibility' => 'Visibilidade',
|
||||
'Volume' => 'Volume',
|
||||
'Weight' => 'Peso',
|
||||
'Zip' => 'Fecho eclair',
|
||||
'aType1' => 'Casa',
|
||||
'aType2' => 'O negócio',
|
||||
'aType3' => 'Envio',
|
||||
'aType4' => 'Cobrança',
|
||||
'aType5' => 'Trabalhar',
|
||||
'aType6' => 'Contrato',
|
||||
'aType7' => 'Outro',
|
||||
'cType1' => 'Telefone',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Local na rede Internet',
|
||||
'cType4' => 'O email',
|
||||
]];
|
||||
104
Theme/Backend/Lang/ru.lang.php
Normal file
104
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Счет',
|
||||
'Account/Group' => 'Счет / Group',
|
||||
'Activity' => 'Мероприятия',
|
||||
'Address' => 'Адрес',
|
||||
'Amount' => '{Количество}',
|
||||
'Area' => 'Площадь',
|
||||
'Birthday' => 'День рождения',
|
||||
'Change' => 'Изменять',
|
||||
'City' => 'Город',
|
||||
'Community' => 'Сообщество',
|
||||
'Contact' => 'Контакт',
|
||||
'ContactInformation' => 'Контакты',
|
||||
'Country' => 'Страна',
|
||||
'CreateProfile' => 'Создать профиль',
|
||||
'Currency' => 'Валюта',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Индивидуальные',
|
||||
'DateDelim' => 'Дата Separator',
|
||||
'DecimalPoint' => 'Десятичная точка',
|
||||
'Defaults' => 'Значения по умолчанию',
|
||||
'Email' => 'Электронное письмо',
|
||||
'Fast' => 'Быстрый',
|
||||
'General' => 'Общий',
|
||||
'Glass' => 'Стекло',
|
||||
'Heavy' => 'Тяжелый',
|
||||
'Language' => 'Язык',
|
||||
'Large' => 'Большой',
|
||||
'LastLogin' => 'Последний Войти',
|
||||
'Length' => 'Длина',
|
||||
'Light' => 'Свет',
|
||||
'Load' => 'Нагрузка',
|
||||
'Localization' => 'локализация',
|
||||
'Long' => 'Длинный',
|
||||
'Medium' => 'Середина',
|
||||
'Name' => 'Имя',
|
||||
'NoAddressSpecified' => 'Нет указанный адрес',
|
||||
'NoContactSpecified' => 'Нет контакта не указано',
|
||||
'Numberformat' => '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',
|
||||
'Timezone' => 'Часовой пояс',
|
||||
'VeryFast' => 'Очень быстро',
|
||||
'VeryHeavy' => 'Очень тяжелый',
|
||||
'VeryLarge' => 'Очень большой',
|
||||
'VeryLight' => 'Очень легкий',
|
||||
'VeryLong' => 'Очень долго',
|
||||
'VeryShort' => 'Очень короткий',
|
||||
'VerySlow' => 'Очень медленно',
|
||||
'VerySmall' => 'Очень маленький',
|
||||
'Visibility' => 'видимость',
|
||||
'Volume' => 'Объем',
|
||||
'Weight' => 'Масса',
|
||||
'Zip' => 'застежка-молния',
|
||||
'aType1' => 'Дома',
|
||||
'aType2' => 'Бизнес',
|
||||
'aType3' => 'Перевозки',
|
||||
'aType4' => 'Billing',
|
||||
'aType5' => 'Работа',
|
||||
'aType6' => 'Договор',
|
||||
'aType7' => 'Другой',
|
||||
'cType1' => 'Телефон',
|
||||
'cType2' => 'факс',
|
||||
'cType3' => 'Интернет сайт',
|
||||
'cType4' => 'Электронное письмо',
|
||||
]];
|
||||
104
Theme/Backend/Lang/sv.lang.php
Normal file
104
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'konto',
|
||||
'Account/Group' => 'Konto / grupp',
|
||||
'Activity' => 'Aktivitet',
|
||||
'Address' => 'Adress',
|
||||
'Amount' => '{Belopp}',
|
||||
'Area' => 'Område',
|
||||
'Birthday' => 'Födelsedag',
|
||||
'Change' => 'Förändra',
|
||||
'City' => 'Stad',
|
||||
'Community' => 'gemenskap',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontaktinformation',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Skapa profil',
|
||||
'Currency' => 'Valuta',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Anpassat',
|
||||
'DateDelim' => 'Datum Separator',
|
||||
'DecimalPoint' => 'Decimalpunkt',
|
||||
'Defaults' => 'defaults',
|
||||
'Email' => 'E-post',
|
||||
'Fast' => 'Snabb',
|
||||
'General' => 'Allmän',
|
||||
'Glass' => 'Glas',
|
||||
'Heavy' => 'Tung',
|
||||
'Language' => 'Språk',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Senaste inloggning',
|
||||
'Length' => 'Längd',
|
||||
'Light' => 'Ljus',
|
||||
'Load' => 'Ladda',
|
||||
'Localization' => 'Lokalisering',
|
||||
'Long' => 'Lång',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'namn',
|
||||
'NoAddressSpecified' => 'Ingen adress som anges',
|
||||
'NoContactSpecified' => 'Ingen kontakt specificerad',
|
||||
'Numberformat' => 'Number',
|
||||
'Numeric' => 'Numerisk',
|
||||
'OFF' => 'AV',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Ockupation',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Precision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilbild',
|
||||
'Profiles' => 'profiler',
|
||||
'Ranks' => 'Ranks',
|
||||
'Registered' => 'Registrerad',
|
||||
'Sea' => 'Hav',
|
||||
'Search' => 'Sök',
|
||||
'Short' => 'Kort',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Långsam',
|
||||
'Small' => 'Små',
|
||||
'Speed' => 'Hastighet',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Matsked',
|
||||
'Teaspoon' => 'Tesked',
|
||||
'Temperature' => 'Temperatur',
|
||||
'ThousandsSeparator' => 'tusentals Separator',
|
||||
'Time' => 'Tid',
|
||||
'TimeDelim' => 'Tidavskiljare',
|
||||
'Timeformat' => 'Tidsformat',
|
||||
'Timezone' => 'Tidszon',
|
||||
'VeryFast' => 'Väldigt snabbt',
|
||||
'VeryHeavy' => 'Väldigt tung',
|
||||
'VeryLarge' => 'Väldigt stor',
|
||||
'VeryLight' => 'Väldigt lätt',
|
||||
'VeryLong' => 'Väldigt länge',
|
||||
'VeryShort' => 'Mycket korta',
|
||||
'VerySlow' => 'Väldigt långsam',
|
||||
'VerySmall' => 'Väldigt liten',
|
||||
'Visibility' => 'Synlighet',
|
||||
'Volume' => 'Volym',
|
||||
'Weight' => 'Vikt',
|
||||
'Zip' => 'Blixtlås',
|
||||
'aType1' => 'Hem',
|
||||
'aType2' => 'Företag',
|
||||
'aType3' => 'Frakt',
|
||||
'aType4' => 'Fakturering',
|
||||
'aType5' => 'Arbete',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Övrig',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Hemsida',
|
||||
'cType4' => 'E-post',
|
||||
]];
|
||||
104
Theme/Backend/Lang/th.lang.php
Normal file
104
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'บัญชีผู้ใช้',
|
||||
'Account/Group' => 'บัญชี / กลุ่ม',
|
||||
'Activity' => 'กิจกรรม',
|
||||
'Address' => 'ที่อยู่',
|
||||
'Amount' => '{จำนวนเงิน}',
|
||||
'Area' => 'พื้นที่',
|
||||
'Birthday' => 'วันเกิด',
|
||||
'Change' => 'เปลี่ยนแปลง',
|
||||
'City' => 'เมือง',
|
||||
'Community' => 'ชุมชน',
|
||||
'Contact' => 'ติดต่อ',
|
||||
'ContactInformation' => 'ข้อมูลติดต่อ',
|
||||
'Country' => 'ประเทศ',
|
||||
'CreateProfile' => 'สร้างโปรไฟล์',
|
||||
'Currency' => 'เงินตรา',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'ที่กำหนดเอง',
|
||||
'DateDelim' => 'วันที่คั่น',
|
||||
'DecimalPoint' => 'สิบจุด',
|
||||
'Defaults' => 'ค่าเริ่มต้น',
|
||||
'Email' => 'อีเมล์',
|
||||
'Fast' => 'รวดเร็ว',
|
||||
'General' => 'ทั่วไป',
|
||||
'Glass' => 'กระจก',
|
||||
'Heavy' => 'หนัก',
|
||||
'Language' => 'ภาษา',
|
||||
'Large' => 'ใหญ่',
|
||||
'LastLogin' => 'เข้าสู่ระบบล่าสุด',
|
||||
'Length' => 'ความยาว',
|
||||
'Light' => 'เบา',
|
||||
'Load' => 'ภาระ',
|
||||
'Localization' => 'การ จำกัด',
|
||||
'Long' => 'ยาว',
|
||||
'Medium' => 'กลาง',
|
||||
'Name' => 'ชื่อ',
|
||||
'NoAddressSpecified' => 'ไม่มีที่อยู่ที่ระบุ',
|
||||
'NoContactSpecified' => 'ไม่มีการติดต่อที่ระบุไว้',
|
||||
'Numberformat' => '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' => 'คั่นเวลา',
|
||||
'Timeformat' => 'Timeformat',
|
||||
'Timezone' => 'เขตเวลา',
|
||||
'VeryFast' => 'เร็วมาก',
|
||||
'VeryHeavy' => 'หนักมาก',
|
||||
'VeryLarge' => 'มีขนาดใหญ่มาก',
|
||||
'VeryLight' => 'เบามาก',
|
||||
'VeryLong' => 'นานมาก',
|
||||
'VeryShort' => 'เกรียน',
|
||||
'VerySlow' => 'ช้ามาก',
|
||||
'VerySmall' => 'ขนาดเล็กมาก',
|
||||
'Visibility' => 'ทัศนวิสัย',
|
||||
'Volume' => 'ปริมาณ',
|
||||
'Weight' => 'น้ำหนัก',
|
||||
'Zip' => 'ซิป',
|
||||
'aType1' => 'บ้าน',
|
||||
'aType2' => 'ธุรกิจ',
|
||||
'aType3' => 'การส่งสินค้า',
|
||||
'aType4' => 'การเรียกเก็บเงิน',
|
||||
'aType5' => 'งาน',
|
||||
'aType6' => 'สัญญา',
|
||||
'aType7' => 'อื่น ๆ',
|
||||
'cType1' => 'โทรศัพท์',
|
||||
'cType2' => 'แฟกซ์',
|
||||
'cType3' => 'เว็บไซต์',
|
||||
'cType4' => 'อีเมล์',
|
||||
]];
|
||||
104
Theme/Backend/Lang/tr.lang.php
Normal file
104
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'hesap',
|
||||
'Account/Group' => 'Hesap grubu',
|
||||
'Activity' => 'Aktivite',
|
||||
'Address' => 'Adres',
|
||||
'Amount' => '{Miktar}',
|
||||
'Area' => 'alan',
|
||||
'Birthday' => 'Doğum günü',
|
||||
'Change' => 'Değişiklik',
|
||||
'City' => 'Kent',
|
||||
'Community' => 'Topluluk',
|
||||
'Contact' => 'İletişim',
|
||||
'ContactInformation' => 'İletişim bilgileri',
|
||||
'Country' => 'ülke',
|
||||
'CreateProfile' => 'Profil oluştur',
|
||||
'Currency' => 'Para birimi',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => 'Özelleştirilmiş',
|
||||
'DateDelim' => 'Tarih Ayırıcı',
|
||||
'DecimalPoint' => 'Ondalık nokta',
|
||||
'Defaults' => 'Varsayılan',
|
||||
'Email' => 'E-posta',
|
||||
'Fast' => 'Hızlı',
|
||||
'General' => 'Genel',
|
||||
'Glass' => 'Bardak',
|
||||
'Heavy' => 'Ağır',
|
||||
'Language' => 'Dil',
|
||||
'Large' => 'Büyük',
|
||||
'LastLogin' => 'Son giriş',
|
||||
'Length' => 'uzunluk',
|
||||
'Light' => 'ışık',
|
||||
'Load' => 'Yük',
|
||||
'Localization' => 'yerelleştirme',
|
||||
'Long' => 'Uzun',
|
||||
'Medium' => 'Orta',
|
||||
'Name' => 'ad',
|
||||
'NoAddressSpecified' => 'Belirtilen adres yok',
|
||||
'NoContactSpecified' => 'Hiçbir iletişim belirtilen',
|
||||
'Numberformat' => 'NumberFormat',
|
||||
'Numeric' => 'Sayısal',
|
||||
'OFF' => 'KAPALI',
|
||||
'ON' => 'AÇIK',
|
||||
'Occupation' => 'Meslek',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Hassas',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profil Görüntü',
|
||||
'Profiles' => 'Profiller',
|
||||
'Ranks' => 'Rütbeler',
|
||||
'Registered' => 'Kayıtlı',
|
||||
'Sea' => 'Deniz',
|
||||
'Search' => 'Arama',
|
||||
'Short' => 'Kısa',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Yavaş',
|
||||
'Small' => 'Küçük',
|
||||
'Speed' => 'hız',
|
||||
'Status' => 'durum',
|
||||
'Tablespoon' => 'Yemek kasigi',
|
||||
'Teaspoon' => 'Çay kaşığı',
|
||||
'Temperature' => 'Sıcaklık',
|
||||
'ThousandsSeparator' => 'Binlerce Ayırıcı',
|
||||
'Time' => 'Zaman',
|
||||
'TimeDelim' => 'Zaman Ayırıcı',
|
||||
'Timeformat' => 'Zaman formatı',
|
||||
'Timezone' => 'Saat dilimi',
|
||||
'VeryFast' => 'Çok hızlı',
|
||||
'VeryHeavy' => 'Çok ağır',
|
||||
'VeryLarge' => 'Çok büyük',
|
||||
'VeryLight' => 'Çok hafif',
|
||||
'VeryLong' => 'Çok uzun',
|
||||
'VeryShort' => 'Çok kısa',
|
||||
'VerySlow' => 'Çok yavaş',
|
||||
'VerySmall' => 'Çok küçük',
|
||||
'Visibility' => 'görünürlük',
|
||||
'Volume' => 'Ses',
|
||||
'Weight' => 'Ağırlık',
|
||||
'Zip' => 'Zip',
|
||||
'aType1' => 'Ev',
|
||||
'aType2' => 'iş',
|
||||
'aType3' => 'Nakliye',
|
||||
'aType4' => 'fatura',
|
||||
'aType5' => 'İş',
|
||||
'aType6' => 'sözleşme',
|
||||
'aType7' => 'Diğer',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Faks',
|
||||
'cType3' => 'İnternet sitesi',
|
||||
'cType4' => 'E-posta',
|
||||
]];
|
||||
104
Theme/Backend/Lang/uk.lang.php
Normal file
104
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'рахунки',
|
||||
'Account/Group' => 'Рахунок / Group',
|
||||
'Activity' => 'діяльність',
|
||||
'Address' => 'адреса',
|
||||
'Amount' => '{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' => 'важкий',
|
||||
'Language' => 'Мову',
|
||||
'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' => 'море',
|
||||
'Search' => 'Пошук',
|
||||
'Short' => 'короткі',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'повільно',
|
||||
'Small' => 'невеликий',
|
||||
'Speed' => 'швидкість',
|
||||
'Status' => 'статус',
|
||||
'Tablespoon' => 'столова ложка',
|
||||
'Teaspoon' => 'чайна ложка',
|
||||
'Temperature' => 'температура',
|
||||
'ThousandsSeparator' => 'роздільник',
|
||||
'Time' => 'час',
|
||||
'TimeDelim' => 'час Separator',
|
||||
'Timeformat' => 'TimeFormat',
|
||||
'Timezone' => 'Часовий пояс',
|
||||
'VeryFast' => 'Дуже швидко',
|
||||
'VeryHeavy' => 'Дуже важкий',
|
||||
'VeryLarge' => 'Дуже великий',
|
||||
'VeryLight' => 'дуже світло',
|
||||
'VeryLong' => 'Дуже довго',
|
||||
'VeryShort' => 'Дуже короткий',
|
||||
'VerySlow' => 'Дуже повільно',
|
||||
'VerySmall' => 'Дуже мало',
|
||||
'Visibility' => 'видимість',
|
||||
'Volume' => 'обсяг',
|
||||
'Weight' => 'вага',
|
||||
'Zip' => 'застібка-блискавка',
|
||||
'aType1' => 'будинки',
|
||||
'aType2' => 'бізнес',
|
||||
'aType3' => 'Доставка',
|
||||
'aType4' => 'Billing',
|
||||
'aType5' => 'робота',
|
||||
'aType6' => 'контракт',
|
||||
'aType7' => 'Інший',
|
||||
'cType1' => 'телефон',
|
||||
'cType2' => 'факс',
|
||||
'cType3' => 'веб-сайт',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
104
Theme/Backend/Lang/zh.lang.php
Normal file
104
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => '帐户',
|
||||
'Account/Group' => '帐户/组',
|
||||
'Activity' => '活动',
|
||||
'Address' => '地址',
|
||||
'Amount' => '{数量}',
|
||||
'Area' => '区域',
|
||||
'Birthday' => '生日',
|
||||
'Change' => '改变',
|
||||
'City' => '城市',
|
||||
'Community' => '社区',
|
||||
'Contact' => '接触',
|
||||
'ContactInformation' => '联系信息',
|
||||
'Country' => '国家',
|
||||
'CreateProfile' => '创建个人资料',
|
||||
'Currency' => '货币',
|
||||
'Currencyformat' => 'Currencyformat',
|
||||
'Customized' => '定制',
|
||||
'DateDelim' => '日期分隔符',
|
||||
'DecimalPoint' => '小数点',
|
||||
'Defaults' => '默认',
|
||||
'Email' => '电子邮件',
|
||||
'Fast' => '快速地',
|
||||
'General' => '一般的',
|
||||
'Glass' => '玻璃',
|
||||
'Heavy' => '重的',
|
||||
'Language' => '语言',
|
||||
'Large' => '大',
|
||||
'LastLogin' => '上次登录',
|
||||
'Length' => '长度',
|
||||
'Light' => '光',
|
||||
'Load' => '加载',
|
||||
'Localization' => '本土化',
|
||||
'Long' => '长',
|
||||
'Medium' => '中等的',
|
||||
'Name' => '姓名',
|
||||
'NoAddressSpecified' => '没有指定的地址',
|
||||
'NoContactSpecified' => '没有联系人指定',
|
||||
'Numberformat' => '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' => '时间分隔符',
|
||||
'Timeformat' => '时间格式',
|
||||
'Timezone' => '时区',
|
||||
'VeryFast' => '非常快',
|
||||
'VeryHeavy' => '非常重',
|
||||
'VeryLarge' => '很大',
|
||||
'VeryLight' => '很轻',
|
||||
'VeryLong' => '很长',
|
||||
'VeryShort' => '很短',
|
||||
'VerySlow' => '非常慢',
|
||||
'VerySmall' => '很小',
|
||||
'Visibility' => '能见度',
|
||||
'Volume' => '体积',
|
||||
'Weight' => '重量',
|
||||
'Zip' => '压缩',
|
||||
'aType1' => '家',
|
||||
'aType2' => '商业',
|
||||
'aType3' => '船运',
|
||||
'aType4' => '开票',
|
||||
'aType5' => '工作',
|
||||
'aType6' => '合同',
|
||||
'aType7' => '其他',
|
||||
'cType1' => '电话',
|
||||
'cType2' => '传真',
|
||||
'cType3' => '网站',
|
||||
'cType4' => '电子邮件',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user