mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-27 06:28:40 +00:00
fix tests
This commit is contained in:
parent
abe0996cf3
commit
2f54bca593
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'ثقيل',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'لغة',
|
||||
'Large' => 'كبير',
|
||||
'LastLogin' => 'آخر تسجيل دخول',
|
||||
'Length' => 'طول',
|
||||
'Light' => 'خفيفة',
|
||||
'Load' => 'حمل',
|
||||
'Localization' => 'الموقع',
|
||||
'Long' => 'طويل',
|
||||
'Medium' => 'متوسط',
|
||||
'Name' => 'اسم',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'لا يوجد عنوان محدد',
|
||||
'NoContactSpecified' => 'لا يوجد اتصال محدد',
|
||||
'Numberformat' => 'numberformat.',
|
||||
'Numeric' => 'رقمي',
|
||||
'OFF' => 'إيقاف',
|
||||
'ON' => 'تشغيل',
|
||||
'Occupation' => 'الاحتلال',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'هاتف',
|
||||
'Precision' => 'دقة',
|
||||
'Profile' => 'الملف الشخصي',
|
||||
'ProfileImage' => 'صورة الملف الشخصي',
|
||||
'Profiles' => 'مظهر',
|
||||
'Ranks' => 'صفوف',
|
||||
'Registered' => 'مسجل',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'وزن',
|
||||
'Postal' => 'أزيز',
|
||||
'aType1' => 'مسكن',
|
||||
'aType2' => 'اعمال',
|
||||
'aType3' => 'شحن',
|
||||
'aType4' => 'الفواتير',
|
||||
'aType5' => 'عمل',
|
||||
'aType6' => 'اتفافية',
|
||||
'aType7' => 'آخر',
|
||||
'cType1' => 'هاتف',
|
||||
'cType2' => 'فاكس',
|
||||
'cType3' => 'موقع إلكتروني',
|
||||
'cType4' => 'بريد الالكتروني',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Účet',
|
||||
'Account/Group' => 'Účet / skupina',
|
||||
'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ůsobený',
|
||||
'DateDelim' => 'Separator Date.',
|
||||
'DecimalPoint' => 'Desetinná čárka',
|
||||
'Defaults' => 'Výchozí hodnoty',
|
||||
'Email' => 'E-mailem',
|
||||
'Fast' => 'Rychle',
|
||||
'General' => 'Všeobecné',
|
||||
'Glass' => 'Sklenka',
|
||||
'Heavy' => 'Těžký',
|
||||
'IMG_alt_user' => '',
|
||||
'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',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Žádná zadaná adresa',
|
||||
'NoContactSpecified' => 'Neexistuje žádný kontakt',
|
||||
'Numberformat' => 'Numberformat.',
|
||||
'Numeric' => 'Numeric.',
|
||||
'OFF' => 'VYPNUTO',
|
||||
'ON' => 'NA',
|
||||
'Occupation' => 'obsazení',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Přesnost',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilový obrázek',
|
||||
'Profiles' => 'Profily',
|
||||
'Ranks' => 'Hodnost',
|
||||
'Registered' => 'Registrovaný',
|
||||
'RepeatPassword' => '',
|
||||
'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 separátor',
|
||||
'Time' => 'Čas',
|
||||
'TimeDelim' => 'Oddělovač času',
|
||||
'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' => 'Objem',
|
||||
'Weight' => 'Hmotnost',
|
||||
'Postal' => 'Postal',
|
||||
'aType1' => 'Domov',
|
||||
'aType2' => 'Business.',
|
||||
'aType3' => 'Lodní doprava',
|
||||
'aType4' => 'Fakturační',
|
||||
'aType5' => 'Práce',
|
||||
'aType6' => 'Smlouva',
|
||||
'aType7' => 'jiný',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'webová stránka',
|
||||
'cType4' => 'E-mailem',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'City.',
|
||||
'Community' => 'Fællesskab',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontakt information',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Opret profil',
|
||||
'Currency' => 'betalingsmiddel',
|
||||
'Currencyformat' => 'ValutaFormat.',
|
||||
'Customized' => 'Tilpasset',
|
||||
'DateDelim' => 'Dato separator.',
|
||||
'DecimalPoint' => 'Decimaltegnet',
|
||||
'Defaults' => 'Misligholdelser.',
|
||||
'Email' => 'Email.',
|
||||
'Fast' => 'Hurtig',
|
||||
'General' => 'Generel',
|
||||
'Glass' => 'Glas',
|
||||
'Heavy' => 'Tung',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Sprog',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Sidste login',
|
||||
'Length' => 'Længde.',
|
||||
'Light' => 'Lys',
|
||||
'Load' => 'belastning',
|
||||
'Localization' => 'Lokalisering',
|
||||
'Long' => 'Lang',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'Navn',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Ingen adresse specificeret',
|
||||
'NoContactSpecified' => 'Ingen kontakt angivet',
|
||||
'Numberformat' => 'Nummerformat.',
|
||||
'Numeric' => 'Numerisk',
|
||||
'OFF' => 'AF',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Beskæftigelse',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'telefon',
|
||||
'Precision' => 'Præcision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilbillede.',
|
||||
'Profiles' => 'Profiler.',
|
||||
'Ranks' => 'Rækker',
|
||||
'Registered' => 'Registreret.',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Hav',
|
||||
'Search' => 'Søg',
|
||||
'Short' => 'Kort',
|
||||
'Skype' => 'Skype.',
|
||||
'Slow' => 'Langsom',
|
||||
'Small' => 'Lille',
|
||||
'Speed' => 'Fart',
|
||||
'Status' => 'Status.',
|
||||
'Tablespoon' => 'Spiseske',
|
||||
'Teaspoon' => 'Teskefuld',
|
||||
'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',
|
||||
'Postal' => 'Zip.',
|
||||
'aType1' => 'Hjem',
|
||||
'aType2' => 'Forretning',
|
||||
'aType3' => 'Forsendelse',
|
||||
'aType4' => 'Fakturering',
|
||||
'aType5' => 'Arbejde',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Andet',
|
||||
'cType1' => 'telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Internet side',
|
||||
'cType4' => 'Email.',
|
||||
]];
|
||||
|
|
@ -95,15 +95,15 @@ return ['Profile' => [
|
|||
'Volume' => 'Volumen',
|
||||
'Weight' => 'Gewicht',
|
||||
'Postal' => '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',
|
||||
':aType1' => 'Heim',
|
||||
':aType2' => 'Geschäft',
|
||||
':aType3' => 'Versand',
|
||||
':aType4' => 'Billing',
|
||||
':aType5' => 'Arbeiten',
|
||||
':aType6' => 'Vertrag',
|
||||
':aType7' => 'Andere',
|
||||
':cType1' => 'Telefon',
|
||||
':cType2' => 'Fax',
|
||||
':cType3' => 'Webseite',
|
||||
':cType4' => 'Email',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'λογαριασμός',
|
||||
'Account/Group' => 'Λογαριασμός / Ομάδα',
|
||||
'Activity' => 'Δραστηριότητα',
|
||||
'Address' => 'Διεύθυνση',
|
||||
'Amount' => '{Ποσό}',
|
||||
'Area' => 'Περιοχή',
|
||||
'Birthday' => 'Γενέθλια',
|
||||
'Change' => 'Αλλαγή',
|
||||
'City' => 'Πόλη',
|
||||
'Community' => 'Κοινότητα',
|
||||
'Contact' => 'Επικοινωνία',
|
||||
'ContactInformation' => 'Στοιχεία επικοινωνίας',
|
||||
'Country' => 'Χώρα',
|
||||
'CreateProfile' => 'Δημιουργία προφίλ',
|
||||
'Currency' => 'Νόμισμα',
|
||||
'Currencyformat' => 'Νόμισμα',
|
||||
'Customized' => 'Προσαρμοσμένος',
|
||||
'DateDelim' => 'Διαχωριστήρας ημερομηνίας',
|
||||
'DecimalPoint' => 'Δεκαδικό σημείο',
|
||||
'Defaults' => 'Προεπιλογή',
|
||||
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
|
||||
'Fast' => 'Γρήγορα',
|
||||
'General' => 'Γενικός',
|
||||
'Glass' => 'Ποτήρι',
|
||||
'Heavy' => 'Βαρύς',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Γλώσσα',
|
||||
'Large' => 'Μεγάλο',
|
||||
'LastLogin' => 'Τελευταία είσοδος',
|
||||
'Length' => 'Μήκος',
|
||||
'Light' => 'Φως',
|
||||
'Load' => 'Φορτώνω',
|
||||
'Localization' => 'Εντοπισμός',
|
||||
'Long' => 'Μακρύς',
|
||||
'Medium' => 'Μεσαίο',
|
||||
'Name' => 'Ονομα',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Δεν έχει καθοριστεί διεύθυνση',
|
||||
'NoContactSpecified' => 'Δεν έχει οριστεί επαφή',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'Αριθμητικός',
|
||||
'OFF' => 'ΜΑΚΡΙΑ ΑΠΟ',
|
||||
'ON' => 'ΕΠΙ',
|
||||
'Occupation' => 'Κατοχή',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Τηλέφωνο',
|
||||
'Precision' => 'Ακρίβεια',
|
||||
'Profile' => 'Προφίλ',
|
||||
'ProfileImage' => 'Εικόνα προφίλ',
|
||||
'Profiles' => 'Προφίλ',
|
||||
'Ranks' => 'Κατατάσσονται',
|
||||
'Registered' => 'Εγγεγραμμένος',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Βάρος',
|
||||
'Postal' => 'Φερμουάρ',
|
||||
'aType1' => 'Σπίτι',
|
||||
'aType2' => 'Επιχείρηση',
|
||||
'aType3' => 'Αποστολή',
|
||||
'aType4' => 'Χρέωση',
|
||||
'aType5' => 'Δουλειά',
|
||||
'aType6' => 'Σύμβαση',
|
||||
'aType7' => 'Αλλα',
|
||||
'cType1' => 'Τηλέφωνο',
|
||||
'cType2' => 'Φαξ',
|
||||
'cType3' => 'Δικτυακός τόπος',
|
||||
'cType4' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
|
||||
]];
|
||||
|
|
@ -95,15 +95,15 @@ return ['Profile' => [
|
|||
'Volume' => 'Volume',
|
||||
'Weight' => 'Weight',
|
||||
'Postal' => 'Postal',
|
||||
'aType1' => 'Home',
|
||||
'aType2' => 'Business',
|
||||
'aType3' => 'Shipping',
|
||||
'aType4' => 'Billing',
|
||||
'aType5' => 'Work',
|
||||
'aType6' => 'Contract',
|
||||
'aType7' => 'Other',
|
||||
'cType1' => 'Phone',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Website',
|
||||
'cType4' => 'Email',
|
||||
':aType1' => 'Home',
|
||||
':aType2' => 'Business',
|
||||
':aType3' => 'Shipping',
|
||||
':aType4' => 'Billing',
|
||||
':aType5' => 'Work',
|
||||
':aType6' => 'Contract',
|
||||
':aType7' => 'Other',
|
||||
':cType1' => 'Phone',
|
||||
':cType2' => 'Fax',
|
||||
':cType3' => 'Website',
|
||||
':cType4' => 'Email',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Cuenta',
|
||||
'Account/Group' => 'Cuenta / Grupo',
|
||||
'Activity' => 'Actividad',
|
||||
'Address' => 'Habla a',
|
||||
'Amount' => '{Monto}',
|
||||
'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' => 'Formato de moneda',
|
||||
'Customized' => 'Personalizado',
|
||||
'DateDelim' => 'Separador de fecha',
|
||||
'DecimalPoint' => 'Punto decimal',
|
||||
'Defaults' => 'Incumplimiento',
|
||||
'Email' => 'Correo electrónico',
|
||||
'Fast' => 'Rápido',
|
||||
'General' => 'General',
|
||||
'Glass' => 'Vidrio',
|
||||
'Heavy' => 'Pesado',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Idioma',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Último acceso',
|
||||
'Length' => 'Longitud',
|
||||
'Light' => 'Ligero',
|
||||
'Load' => 'Carga',
|
||||
'Localization' => 'Localización',
|
||||
'Long' => 'Largo',
|
||||
'Medium' => 'Medio',
|
||||
'Name' => 'Nombre',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'No hay dirección especificada',
|
||||
'NoContactSpecified' => 'Sin contacto especificado',
|
||||
'Numberformat' => 'Formato numérico',
|
||||
'Numeric' => 'Numérico',
|
||||
'OFF' => 'APAGADO',
|
||||
'ON' => 'SOBRE',
|
||||
'Occupation' => 'Ocupación',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Teléfono',
|
||||
'Precision' => 'Precisión',
|
||||
'Profile' => 'Perfil',
|
||||
'ProfileImage' => 'Imagen de perfil',
|
||||
'Profiles' => 'Perfiles',
|
||||
'Ranks' => 'Rangos',
|
||||
'Registered' => 'Registrado',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Mar',
|
||||
'Search' => 'Búsqueda',
|
||||
'Short' => 'Corto',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Lento',
|
||||
'Small' => 'Pequeña',
|
||||
'Speed' => 'Velocidad',
|
||||
'Status' => 'Estado',
|
||||
'Tablespoon' => 'Cucharada',
|
||||
'Teaspoon' => 'Cucharilla',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'Separador de miles',
|
||||
'Time' => 'Hora',
|
||||
'TimeDelim' => 'Separador de tiempo',
|
||||
'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',
|
||||
'Postal' => 'Cremallera',
|
||||
'aType1' => 'Casa',
|
||||
'aType2' => 'Negocio',
|
||||
'aType3' => 'Transporte',
|
||||
'aType4' => 'Facturación',
|
||||
'aType5' => 'Trabajo',
|
||||
'aType6' => 'Contrato',
|
||||
'aType7' => 'Otro',
|
||||
'cType1' => 'Teléfono',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Sitio web',
|
||||
'cType4' => 'Correo electrónico',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'Valuuttakurssit',
|
||||
'Customized' => 'Räätälöity',
|
||||
'DateDelim' => 'Päivämäärä Erotin',
|
||||
'DecimalPoint' => 'Desimaalipiste',
|
||||
'Defaults' => 'Oletusarvot',
|
||||
'Email' => 'Sähköposti',
|
||||
'Fast' => 'Nopeasti',
|
||||
'General' => 'Yleinen',
|
||||
'Glass' => 'Lasi',
|
||||
'Heavy' => 'Raskas',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Kieli',
|
||||
'Large' => 'Suuri',
|
||||
'LastLogin' => 'Viimeinen kirjautuminen',
|
||||
'Length' => 'Pituus',
|
||||
'Light' => 'Kevyt',
|
||||
'Load' => 'Ladata',
|
||||
'Localization' => 'Lokalisointi',
|
||||
'Long' => 'Pitkä',
|
||||
'Medium' => 'Keskipitkä',
|
||||
'Name' => 'Nimi',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Ei osoitetta määritetty',
|
||||
'NoContactSpecified' => 'Ei yhteyttä',
|
||||
'Numberformat' => 'Numerommat',
|
||||
'Numeric' => 'Numeerinen',
|
||||
'OFF' => 'VINOSSA',
|
||||
'ON' => 'PÄÄLLÄ',
|
||||
'Occupation' => 'Ammatti',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Puhelin',
|
||||
'Precision' => 'Tarkkuus',
|
||||
'Profile' => 'Profiili',
|
||||
'ProfileImage' => 'Profiilikuva',
|
||||
'Profiles' => 'Profiilit',
|
||||
'Ranks' => 'Rivistää',
|
||||
'Registered' => 'Rekisteröity',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Meri',
|
||||
'Search' => 'Hae',
|
||||
'Short' => 'Lyhyt',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Hidas',
|
||||
'Small' => 'Pieni',
|
||||
'Speed' => 'Nopeus',
|
||||
'Status' => 'Tila',
|
||||
'Tablespoon' => 'Ruokalusikallinen',
|
||||
'Teaspoon' => 'Teelusikallinen',
|
||||
'Temperature' => 'Lämpötila',
|
||||
'ThousandsSeparator' => 'Tuhannet erottimet',
|
||||
'Time' => 'Aika',
|
||||
'TimeDelim' => 'Aikaerotin',
|
||||
'Timeformat' => 'Aikamuoto',
|
||||
'Timezone' => 'Aikavyöhyke',
|
||||
'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' => 'Määrä',
|
||||
'Weight' => 'Paino',
|
||||
'Postal' => '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',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'Changer',
|
||||
'City' => 'Ville',
|
||||
'Community' => 'Communauté',
|
||||
'Contact' => 'Contact',
|
||||
'ContactInformation' => 'Coordonnées',
|
||||
'Country' => 'Pays',
|
||||
'CreateProfile' => 'Créer un profil',
|
||||
'Currency' => 'Devise',
|
||||
'Currencyformat' => 'DeviseFormat',
|
||||
'Customized' => 'Personnalisé',
|
||||
'DateDelim' => 'Date séparateur',
|
||||
'DecimalPoint' => 'Virgule',
|
||||
'Defaults' => 'Par défaut',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Rapide',
|
||||
'General' => 'Général',
|
||||
'Glass' => 'Verre',
|
||||
'Heavy' => 'Lourd',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Langue',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Dernière connexion',
|
||||
'Length' => 'Longueur',
|
||||
'Light' => 'Lumière',
|
||||
'Load' => 'Charger',
|
||||
'Localization' => 'Localisation',
|
||||
'Long' => 'Long',
|
||||
'Medium' => 'Moyen',
|
||||
'Name' => 'Nom',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Aucune adresse spécifiée',
|
||||
'NoContactSpecified' => 'Aucun contact spécifié',
|
||||
'Numberformat' => 'Format de nombre',
|
||||
'Numeric' => 'Numérique',
|
||||
'OFF' => 'DÉSACTIVÉ',
|
||||
'ON' => 'AU',
|
||||
'Occupation' => 'Occupation',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Téléphoner',
|
||||
'Precision' => 'Précision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Image de profil',
|
||||
'Profiles' => 'Profils',
|
||||
'Ranks' => 'Rangs',
|
||||
'Registered' => 'Inscrit',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Mer',
|
||||
'Search' => 'Chercher',
|
||||
'Short' => 'Court',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Ralentir',
|
||||
'Small' => 'Petit',
|
||||
'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 de 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',
|
||||
'Postal' => 'Zipper',
|
||||
'aType1' => 'Accueil',
|
||||
'aType2' => 'Entreprise',
|
||||
'aType3' => 'Expédition',
|
||||
'aType4' => 'Facturation',
|
||||
'aType5' => 'Travail',
|
||||
'aType6' => 'Contracter',
|
||||
'aType7' => 'Autre',
|
||||
'cType1' => 'Téléphoner',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Site Internet',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Számla',
|
||||
'Account/Group' => 'Fiók / csoport',
|
||||
'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' => 'Pénznemformat',
|
||||
'Customized' => 'Személyre szabott',
|
||||
'DateDelim' => 'Dátumszeparátor',
|
||||
'DecimalPoint' => 'Tizedesvessző',
|
||||
'Defaults' => 'Alapértelmezett',
|
||||
'Email' => 'Email',
|
||||
'Fast' => 'Gyors',
|
||||
'General' => 'Tábornok',
|
||||
'Glass' => 'Üveg',
|
||||
'Heavy' => 'Nehéz',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Nyelv',
|
||||
'Large' => 'Nagy',
|
||||
'LastLogin' => 'Utolsó bejelentkezés',
|
||||
'Length' => 'Hossz',
|
||||
'Light' => 'Fény',
|
||||
'Load' => 'Betöltés',
|
||||
'Localization' => 'Lokalizáció',
|
||||
'Long' => 'Hosszú',
|
||||
'Medium' => 'Közepes',
|
||||
'Name' => 'Név',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Nincs megadva cím',
|
||||
'NoContactSpecified' => 'Nincs megadva kapcsolat',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'Számszerű',
|
||||
'OFF' => 'KI',
|
||||
'ON' => 'TOVÁBB',
|
||||
'Occupation' => 'Foglalkozása',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Pontosság',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilkép',
|
||||
'Profiles' => 'Profilok',
|
||||
'Ranks' => 'Rangsor',
|
||||
'Registered' => 'Bejegyzett',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Ezer elválasztó',
|
||||
'Time' => 'Idő',
|
||||
'TimeDelim' => 'Időszétvá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',
|
||||
'Postal' => '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',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Account',
|
||||
'Account/Group' => 'Account / Group.',
|
||||
'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' => 'Personalizzato',
|
||||
'DateDelim' => 'Separatore di data',
|
||||
'DecimalPoint' => 'Punto decimale',
|
||||
'Defaults' => 'Default',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Veloce',
|
||||
'General' => 'Generale',
|
||||
'Glass' => 'Bicchiere',
|
||||
'Heavy' => 'Pesante',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Lingua',
|
||||
'Large' => 'Larga',
|
||||
'LastLogin' => 'Ultimo accesso',
|
||||
'Length' => 'Lunghezza',
|
||||
'Light' => 'Luce',
|
||||
'Load' => 'Caricare',
|
||||
'Localization' => 'Localizzazione',
|
||||
'Long' => 'Lungo',
|
||||
'Medium' => 'medio',
|
||||
'Name' => 'Nome',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Nessun indirizzo specificato',
|
||||
'NoContactSpecified' => 'Nessun contatto specificato',
|
||||
'Numberformat' => 'NumberFormat.',
|
||||
'Numeric' => 'Numerico',
|
||||
'OFF' => 'SPENTO',
|
||||
'ON' => 'IN POI',
|
||||
'Occupation' => 'Occupazione',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefono',
|
||||
'Precision' => 'Precisione',
|
||||
'Profile' => 'Profilo',
|
||||
'ProfileImage' => 'Immagine del profilo',
|
||||
'Profiles' => 'Profili',
|
||||
'Ranks' => 'Ranghi',
|
||||
'Registered' => 'Registrato',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Mare',
|
||||
'Search' => 'Ricerca',
|
||||
'Short' => 'Corto',
|
||||
'Skype' => 'Skype.',
|
||||
'Slow' => 'Lento',
|
||||
'Small' => 'Piccolo',
|
||||
'Speed' => 'Velocità',
|
||||
'Status' => 'Stato',
|
||||
'Tablespoon' => 'Cucchiaio',
|
||||
'Teaspoon' => 'Cucchiaino',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'Separatore di migliaia',
|
||||
'Time' => 'Volta',
|
||||
'TimeDelim' => 'Separatore di tempo',
|
||||
'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',
|
||||
'Postal' => 'Cerniera lampo',
|
||||
'aType1' => 'Casa',
|
||||
'aType2' => 'Affare',
|
||||
'aType3' => 'Spedizione',
|
||||
'aType4' => 'Fatturazione',
|
||||
'aType5' => 'Opera',
|
||||
'aType6' => 'Contrarre',
|
||||
'aType7' => 'Altro',
|
||||
'cType1' => 'Telefono',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Sito web',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'アカウント',
|
||||
'Account/Group' => 'アカウント/グループ',
|
||||
'Activity' => 'アクティビティ',
|
||||
'Address' => '住所',
|
||||
'Amount' => '{額}',
|
||||
'Area' => '領域',
|
||||
'Birthday' => '誕生日',
|
||||
'Change' => '変化する',
|
||||
'City' => '市',
|
||||
'Community' => 'コミュニティ',
|
||||
'Contact' => 'コンタクト',
|
||||
'ContactInformation' => '連絡先',
|
||||
'Country' => '国',
|
||||
'CreateProfile' => 'プロフィール作成',
|
||||
'Currency' => '通貨',
|
||||
'Currencyformat' => 'currenceformat',
|
||||
'Customized' => 'カスタマイズされた',
|
||||
'DateDelim' => '日付区切り文字',
|
||||
'DecimalPoint' => '小数点',
|
||||
'Defaults' => 'デフォルト',
|
||||
'Email' => 'Eメール',
|
||||
'Fast' => '速い',
|
||||
'General' => '全般的',
|
||||
'Glass' => 'ガラス',
|
||||
'Heavy' => '重い',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => '言語',
|
||||
'Large' => '大きい',
|
||||
'LastLogin' => '前回のログイン',
|
||||
'Length' => '長さ',
|
||||
'Light' => '光',
|
||||
'Load' => 'ロード',
|
||||
'Localization' => 'ローカライズ',
|
||||
'Long' => '長いです',
|
||||
'Medium' => '中くらい',
|
||||
'Name' => '名前',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => '指定された住所が指定されていません',
|
||||
'NoContactSpecified' => '指定されていません',
|
||||
'Numberformat' => '数値フォーマット',
|
||||
'Numeric' => '数字の数',
|
||||
'OFF' => 'オフ',
|
||||
'ON' => 'の上',
|
||||
'Occupation' => '職業',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => '電話',
|
||||
'Precision' => '精度',
|
||||
'Profile' => 'プロフィール',
|
||||
'ProfileImage' => 'プロフィール画像',
|
||||
'Profiles' => 'プロファイル',
|
||||
'Ranks' => 'rank',
|
||||
'Registered' => '登録済み',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => '海',
|
||||
'Search' => '検索',
|
||||
'Short' => '短い',
|
||||
'Skype' => 'スカイプ',
|
||||
'Slow' => '遅い',
|
||||
'Small' => '小さい',
|
||||
'Speed' => 'スピード',
|
||||
'Status' => '状態',
|
||||
'Tablespoon' => 'tabl tabl',
|
||||
'Teaspoon' => 'ティースプーン',
|
||||
'Temperature' => '温度',
|
||||
'ThousandsSeparator' => '数千のセパレータ',
|
||||
'Time' => '時間',
|
||||
'TimeDelim' => '時間分数',
|
||||
'Timeformat' => 'タイムフォーマット',
|
||||
'Timezone' => 'タイムゾーン',
|
||||
'VeryFast' => 'とても早い',
|
||||
'VeryHeavy' => 'とても重い',
|
||||
'VeryLarge' => '非常に大きい',
|
||||
'VeryLight' => 'とても軽い',
|
||||
'VeryLong' => 'very.',
|
||||
'VeryShort' => 'とても短い',
|
||||
'VerySlow' => '非常に遅い',
|
||||
'VerySmall' => '非常に少ない',
|
||||
'Visibility' => '視認性',
|
||||
'Volume' => '音量',
|
||||
'Weight' => '重さ',
|
||||
'Postal' => 'ジップ',
|
||||
'aType1' => '家',
|
||||
'aType2' => '仕事',
|
||||
'aType3' => '運送',
|
||||
'aType4' => '請求する',
|
||||
'aType5' => '仕事',
|
||||
'aType6' => '契約',
|
||||
'aType7' => '他の',
|
||||
'cType1' => '電話',
|
||||
'cType2' => 'ファックス',
|
||||
'cType3' => 'Webサイト',
|
||||
'cType4' => 'Eメール',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => '계정',
|
||||
'Account/Group' => '계정 / 그룹',
|
||||
'Activity' => '활동',
|
||||
'Address' => '주소',
|
||||
'Amount' => '{양}',
|
||||
'Area' => '지역',
|
||||
'Birthday' => '생일',
|
||||
'Change' => '변화',
|
||||
'City' => '도시',
|
||||
'Community' => '커뮤니티',
|
||||
'Contact' => '연락하다',
|
||||
'ContactInformation' => '연락처 정보',
|
||||
'Country' => '국가',
|
||||
'CreateProfile' => '프로필 만들기',
|
||||
'Currency' => '통화',
|
||||
'Currencyformat' => '사례',
|
||||
'Customized' => '사용자 정의',
|
||||
'DateDelim' => '날짜 구분 기호',
|
||||
'DecimalPoint' => '소수점',
|
||||
'Defaults' => '기본값',
|
||||
'Email' => '이메일',
|
||||
'Fast' => '빠른',
|
||||
'General' => '일반적인',
|
||||
'Glass' => '유리',
|
||||
'Heavy' => '무거운',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => '언어',
|
||||
'Large' => '크기가 큰',
|
||||
'LastLogin' => '마지막 로그인',
|
||||
'Length' => '길이',
|
||||
'Light' => '빛',
|
||||
'Load' => '짐',
|
||||
'Localization' => '현지화',
|
||||
'Long' => '긴',
|
||||
'Medium' => '중간',
|
||||
'Name' => '이름',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => '주소가 지정되지 않았습니다',
|
||||
'NoContactSpecified' => '지정된 연락처 없음',
|
||||
'Numberformat' => 'NumberFormat.',
|
||||
'Numeric' => '숫자',
|
||||
'OFF' => '끄다',
|
||||
'ON' => '켜짐',
|
||||
'Occupation' => '직업',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => '핸드폰',
|
||||
'Precision' => '정도',
|
||||
'Profile' => '프로필',
|
||||
'ProfileImage' => '프로필 이미지',
|
||||
'Profiles' => '프로필',
|
||||
'Ranks' => '순위급',
|
||||
'Registered' => '등기',
|
||||
'RepeatPassword' => '',
|
||||
'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' => '무게',
|
||||
'Postal' => '지퍼',
|
||||
'aType1' => '집',
|
||||
'aType2' => '사업',
|
||||
'aType3' => '배송',
|
||||
'aType4' => '청구자',
|
||||
'aType5' => '일하다',
|
||||
'aType6' => '계약',
|
||||
'aType7' => '다른',
|
||||
'cType1' => '핸드폰',
|
||||
'cType2' => '팩스',
|
||||
'cType3' => '웹 사이트',
|
||||
'cType4' => '이메일',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'Kontakt',
|
||||
'ContactInformation' => 'Kontaktinformasjon',
|
||||
'Country' => 'Land',
|
||||
'CreateProfile' => 'Opprett profil',
|
||||
'Currency' => 'Valuta',
|
||||
'Currencyformat' => 'Valutaformat',
|
||||
'Customized' => 'Tilpasset',
|
||||
'DateDelim' => 'Dato separator',
|
||||
'DecimalPoint' => 'Desimal tegn',
|
||||
'Defaults' => 'Standardinnstillinger',
|
||||
'Email' => 'E-post',
|
||||
'Fast' => 'Rask',
|
||||
'General' => 'Generell',
|
||||
'Glass' => 'Glass',
|
||||
'Heavy' => 'Tung',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Språk',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Siste innlogging',
|
||||
'Length' => 'Lengde',
|
||||
'Light' => 'Lys',
|
||||
'Load' => 'Laste',
|
||||
'Localization' => 'Lokalisering',
|
||||
'Long' => 'Lang',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'Navn',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Ingen adresse angitt',
|
||||
'NoContactSpecified' => 'Ingen kontakt angitt',
|
||||
'Numberformat' => 'Nummerformat',
|
||||
'Numeric' => 'Numerisk',
|
||||
'OFF' => 'AV',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Okkupasjon',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefonen',
|
||||
'Precision' => 'Presisjon',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilbilde',
|
||||
'Profiles' => 'Profiler',
|
||||
'Ranks' => 'Rangerer',
|
||||
'Registered' => 'Registrert',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Time 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',
|
||||
'Postal' => 'Glidelås',
|
||||
'aType1' => 'Hjem',
|
||||
'aType2' => 'Virksomhet',
|
||||
'aType3' => 'Shipping',
|
||||
'aType4' => 'Fakturering',
|
||||
'aType5' => 'Arbeid',
|
||||
'aType6' => 'Kontrakt',
|
||||
'aType7' => 'Annen',
|
||||
'cType1' => 'Telefonen',
|
||||
'cType2' => 'Faks',
|
||||
'cType3' => 'Nettside',
|
||||
'cType4' => 'E-post',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Rachunek',
|
||||
'Account/Group' => 'Konto grupowe',
|
||||
'Activity' => 'Czynność',
|
||||
'Address' => 'Adres',
|
||||
'Amount' => '{Kwota}',
|
||||
'Area' => 'Powierzchnia',
|
||||
'Birthday' => 'Urodziny',
|
||||
'Change' => 'Zmiana',
|
||||
'City' => 'Miasto',
|
||||
'Community' => 'Społeczność',
|
||||
'Contact' => 'Kontakt',
|
||||
'ContactInformation' => 'Informacje kontaktowe',
|
||||
'Country' => 'Kraj',
|
||||
'CreateProfile' => 'Stworzyć profil',
|
||||
'Currency' => 'Waluta',
|
||||
'Currencyformat' => 'WalutaFormat.',
|
||||
'Customized' => 'Dostosowany',
|
||||
'DateDelim' => 'Date Separator.',
|
||||
'DecimalPoint' => 'Kropka dziesiętna',
|
||||
'Defaults' => 'Domyślnie.',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Szybko',
|
||||
'General' => 'Ogólny',
|
||||
'Glass' => 'Szkło',
|
||||
'Heavy' => 'Ciężki',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Język',
|
||||
'Large' => 'Wielki',
|
||||
'LastLogin' => 'Ostatnie logowanie',
|
||||
'Length' => 'Długość',
|
||||
'Light' => 'Światło',
|
||||
'Load' => 'Obciążenie',
|
||||
'Localization' => 'Lokalizacja',
|
||||
'Long' => 'Długo',
|
||||
'Medium' => 'Średni',
|
||||
'Name' => 'Nazwa',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Nie podano żadnego adresu',
|
||||
'NoContactSpecified' => 'Nie określono kontaktu',
|
||||
'Numberformat' => 'Format liczbowy',
|
||||
'Numeric' => 'Numeryczny',
|
||||
'OFF' => 'WYŁĄCZONY',
|
||||
'ON' => 'NA',
|
||||
'Occupation' => 'Zawód',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Precyzja',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Zdjęcie profilowe',
|
||||
'Profiles' => 'Profile',
|
||||
'Ranks' => 'Szeregi',
|
||||
'Registered' => 'Zarejestrowany',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Morze',
|
||||
'Search' => 'Szukaj',
|
||||
'Short' => 'Niski',
|
||||
'Skype' => 'Skype.',
|
||||
'Slow' => 'Wolny',
|
||||
'Small' => 'Mały',
|
||||
'Speed' => 'Prędkość',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Łyżka',
|
||||
'Teaspoon' => 'Łyżeczka',
|
||||
'Temperature' => 'Temperatura',
|
||||
'ThousandsSeparator' => 'Separator tysięcy',
|
||||
'Time' => 'Czas',
|
||||
'TimeDelim' => 'Separator czasu',
|
||||
'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',
|
||||
'Postal' => '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',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Conta',
|
||||
'Account/Group' => 'Grupo de contas',
|
||||
'Activity' => 'Atividade',
|
||||
'Address' => 'Endereço',
|
||||
'Amount' => '{Montante}',
|
||||
'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' => 'MoedaFormat.',
|
||||
'Customized' => 'Personalizado',
|
||||
'DateDelim' => 'Separador de data',
|
||||
'DecimalPoint' => 'Ponto decimal',
|
||||
'Defaults' => 'Padrões',
|
||||
'Email' => 'E-mail',
|
||||
'Fast' => 'Rápido',
|
||||
'General' => 'Em geral',
|
||||
'Glass' => 'Vidro',
|
||||
'Heavy' => 'Pesado',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Língua',
|
||||
'Large' => 'Grande',
|
||||
'LastLogin' => 'Último Login',
|
||||
'Length' => 'Comprimento',
|
||||
'Light' => 'Leve',
|
||||
'Load' => 'Carga',
|
||||
'Localization' => 'Localização',
|
||||
'Long' => 'Grandes',
|
||||
'Medium' => 'Médio',
|
||||
'Name' => 'Nome',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Nenhum endereço especificado',
|
||||
'NoContactSpecified' => 'Nenhum contato especificado',
|
||||
'Numberformat' => 'Formato numérico',
|
||||
'Numeric' => 'Numérico',
|
||||
'OFF' => 'FORA',
|
||||
'ON' => 'SOBRE',
|
||||
'Occupation' => 'Ocupação',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefone',
|
||||
'Precision' => 'Precisão',
|
||||
'Profile' => 'Perfil',
|
||||
'ProfileImage' => 'Imagem de perfil',
|
||||
'Profiles' => 'Perfis.',
|
||||
'Ranks' => 'Fileiras',
|
||||
'Registered' => 'Registrado',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Separador de tempo',
|
||||
'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',
|
||||
'Postal' => 'Fecho eclair',
|
||||
'aType1' => 'Casa',
|
||||
'aType2' => 'O negócio',
|
||||
'aType3' => 'Envio',
|
||||
'aType4' => 'Cobrança',
|
||||
'aType5' => 'Trabalhos',
|
||||
'aType6' => 'Contrato',
|
||||
'aType7' => 'De outros',
|
||||
'cType1' => 'Telefone',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Local na rede Internet',
|
||||
'cType4' => 'E-mail',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Счет',
|
||||
'Account/Group' => 'Аккаунт / группа',
|
||||
'Activity' => 'Мероприятия',
|
||||
'Address' => 'Адрес',
|
||||
'Amount' => '{Количество}',
|
||||
'Area' => 'Площадь',
|
||||
'Birthday' => 'День рождения',
|
||||
'Change' => 'Изменять',
|
||||
'City' => 'Город',
|
||||
'Community' => 'Сообщество',
|
||||
'Contact' => 'Контакт',
|
||||
'ContactInformation' => 'Контакты',
|
||||
'Country' => 'Страна',
|
||||
'CreateProfile' => 'Создать профиль',
|
||||
'Currency' => 'Валюта',
|
||||
'Currencyformat' => 'Валюта',
|
||||
'Customized' => 'Настроен',
|
||||
'DateDelim' => 'Дата сепаратора',
|
||||
'DecimalPoint' => 'Десятичная точка',
|
||||
'Defaults' => 'По умолчанию',
|
||||
'Email' => 'Электронное письмо',
|
||||
'Fast' => 'Быстрый',
|
||||
'General' => 'Общий',
|
||||
'Glass' => 'Стекло',
|
||||
'Heavy' => 'Тяжелый',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Язык',
|
||||
'Large' => 'Большой',
|
||||
'LastLogin' => 'Последний Войти',
|
||||
'Length' => 'Длина',
|
||||
'Light' => 'Светлый',
|
||||
'Load' => 'Нагрузка',
|
||||
'Localization' => 'Локализация',
|
||||
'Long' => 'Длинная',
|
||||
'Medium' => 'Середина',
|
||||
'Name' => 'Имя',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Нет указанного адреса',
|
||||
'NoContactSpecified' => 'Нет указанного контакта',
|
||||
'Numberformat' => 'NumberFormat.',
|
||||
'Numeric' => 'Численность',
|
||||
'OFF' => 'ВЫКЛЮЧЕННЫЙ',
|
||||
'ON' => 'НА',
|
||||
'Occupation' => 'Занятие',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Телефон',
|
||||
'Precision' => 'Точность',
|
||||
'Profile' => 'Профиль',
|
||||
'ProfileImage' => 'Изображение профиля',
|
||||
'Profiles' => 'Профили',
|
||||
'Ranks' => 'Ранжирование',
|
||||
'Registered' => 'Зарегистрировано',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Масса',
|
||||
'Postal' => 'Zip.',
|
||||
'aType1' => 'Домой',
|
||||
'aType2' => 'Бизнес',
|
||||
'aType3' => 'Перевозки',
|
||||
'aType4' => 'Биллинг',
|
||||
'aType5' => 'Работа',
|
||||
'aType6' => 'Договор',
|
||||
'aType7' => 'Другой',
|
||||
'cType1' => 'Телефон',
|
||||
'cType2' => 'Факс',
|
||||
'cType3' => 'Веб-сайт',
|
||||
'cType4' => 'Электронное письмо',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'Valutaformat',
|
||||
'Customized' => 'Anpassat',
|
||||
'DateDelim' => 'Datumavskiljare',
|
||||
'DecimalPoint' => 'Decimalpunkt',
|
||||
'Defaults' => 'Standardvärden',
|
||||
'Email' => 'E-post',
|
||||
'Fast' => 'Snabb',
|
||||
'General' => 'Allmän',
|
||||
'Glass' => 'Glas',
|
||||
'Heavy' => 'Tung',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Språk',
|
||||
'Large' => 'Stor',
|
||||
'LastLogin' => 'Senaste inloggning',
|
||||
'Length' => 'Längd',
|
||||
'Light' => 'Ljus',
|
||||
'Load' => 'Ladda',
|
||||
'Localization' => 'Lokalisering',
|
||||
'Long' => 'Lång',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'namn',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Ingen adress angiven',
|
||||
'NoContactSpecified' => 'Ingen kontakt specificerad',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'Numerisk',
|
||||
'OFF' => 'AV',
|
||||
'ON' => 'PÅ',
|
||||
'Occupation' => 'Ockupation',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Precision',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profilbild',
|
||||
'Profiles' => 'Profiler',
|
||||
'Ranks' => 'Räckvidd',
|
||||
'Registered' => 'Registrerad',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Hav',
|
||||
'Search' => 'Sök',
|
||||
'Short' => 'Kort',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Långsam',
|
||||
'Small' => 'Små',
|
||||
'Speed' => 'Fart',
|
||||
'Status' => 'Status',
|
||||
'Tablespoon' => 'Matsked',
|
||||
'Teaspoon' => 'Tesked',
|
||||
'Temperature' => 'Temperatur',
|
||||
'ThousandsSeparator' => 'Tusentals separator',
|
||||
'Time' => 'Tid',
|
||||
'TimeDelim' => 'Tidseparator',
|
||||
'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 kort',
|
||||
'VerySlow' => 'Väldigt långsam',
|
||||
'VerySmall' => 'Väldigt liten',
|
||||
'Visibility' => 'Synlighet',
|
||||
'Volume' => 'Volym',
|
||||
'Weight' => 'Vikt',
|
||||
'Postal' => 'Blixtlås',
|
||||
'aType1' => 'Hem',
|
||||
'aType2' => 'Företag',
|
||||
'aType3' => 'Frakt',
|
||||
'aType4' => 'Fakturering',
|
||||
'aType5' => 'Arbete',
|
||||
'aType6' => 'Avtal',
|
||||
'aType7' => 'Övrig',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Fax',
|
||||
'cType3' => 'Hemsida',
|
||||
'cType4' => 'E-post',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'บัญชี',
|
||||
'Account/Group' => 'บัญชี / กลุ่ม',
|
||||
'Activity' => 'กิจกรรม',
|
||||
'Address' => 'ที่อยู่',
|
||||
'Amount' => '{จำนวน}',
|
||||
'Area' => 'พื้นที่',
|
||||
'Birthday' => 'วันเกิด',
|
||||
'Change' => 'เปลี่ยน',
|
||||
'City' => 'เมือง',
|
||||
'Community' => 'ชุมชน',
|
||||
'Contact' => 'ติดต่อ',
|
||||
'ContactInformation' => 'ข้อมูลติดต่อ',
|
||||
'Country' => 'ประเทศ',
|
||||
'CreateProfile' => 'สร้างโปรไฟล์',
|
||||
'Currency' => 'สกุลเงิน',
|
||||
'Currencyformat' => 'presentformat',
|
||||
'Customized' => 'ที่กำหนดเอง',
|
||||
'DateDelim' => 'ตัวแยกวันที่',
|
||||
'DecimalPoint' => 'จุดทศนิยม',
|
||||
'Defaults' => 'ค่าเริ่มต้น',
|
||||
'Email' => 'อีเมล',
|
||||
'Fast' => 'เร็ว',
|
||||
'General' => 'ทั่วไป',
|
||||
'Glass' => 'กระจก',
|
||||
'Heavy' => 'หนัก',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'ภาษา',
|
||||
'Large' => 'ใหญ่',
|
||||
'LastLogin' => 'เข้าสู่ระบบล่าสุด',
|
||||
'Length' => 'ความยาว',
|
||||
'Light' => 'แสงสว่าง',
|
||||
'Load' => 'โหลด',
|
||||
'Localization' => 'การแปล',
|
||||
'Long' => 'ยาว',
|
||||
'Medium' => 'ปานกลาง',
|
||||
'Name' => 'ชื่อ',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'ไม่มีที่อยู่ที่ระบุ',
|
||||
'NoContactSpecified' => 'ไม่มีการติดต่อที่ระบุ',
|
||||
'Numberformat' => 'จำนวน',
|
||||
'Numeric' => 'เป็นตัวเลข',
|
||||
'OFF' => 'ปิด',
|
||||
'ON' => 'บน',
|
||||
'Occupation' => 'อาชีพ',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'โทรศัพท์',
|
||||
'Precision' => 'ความแม่นยำ',
|
||||
'Profile' => 'ประวัติโดยย่อ',
|
||||
'ProfileImage' => 'ภาพโปรไฟล์',
|
||||
'Profiles' => 'โปรไฟล์',
|
||||
'Ranks' => 'การจัดอันดับ',
|
||||
'Registered' => 'ลงทะเบียน',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'น้ำหนัก',
|
||||
'Postal' => 'ซิป',
|
||||
'aType1' => 'บ้าน',
|
||||
'aType2' => 'ธุรกิจ',
|
||||
'aType3' => 'การส่งสินค้า',
|
||||
'aType4' => 'การเรียกเก็บเงิน',
|
||||
'aType5' => 'งาน',
|
||||
'aType6' => 'สัญญา',
|
||||
'aType7' => 'อื่น',
|
||||
'cType1' => 'โทรศัพท์',
|
||||
'cType2' => 'แฟกซ์',
|
||||
'cType3' => 'เว็บไซต์',
|
||||
'cType4' => 'อีเมล',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
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' => 'Şehir',
|
||||
'Community' => 'Topluluk',
|
||||
'Contact' => 'Temas',
|
||||
'ContactInformation' => 'İletişim bilgileri',
|
||||
'Country' => 'Ülke',
|
||||
'CreateProfile' => 'Profil oluştur',
|
||||
'Currency' => 'Para birimi',
|
||||
'Currencyformat' => 'Para birimi',
|
||||
'Customized' => 'Özelleştirilmiş',
|
||||
'DateDelim' => 'Tarih Ayırıcı',
|
||||
'DecimalPoint' => 'Ondalık nokta',
|
||||
'Defaults' => 'Varsayılanlar',
|
||||
'Email' => 'E-posta',
|
||||
'Fast' => 'Hızlı',
|
||||
'General' => 'Genel',
|
||||
'Glass' => 'Bardak',
|
||||
'Heavy' => 'Ağır',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Dilim',
|
||||
'Large' => 'Büyük',
|
||||
'LastLogin' => 'Son giriş',
|
||||
'Length' => 'Uzunluk',
|
||||
'Light' => 'Işık',
|
||||
'Load' => 'Yük',
|
||||
'Localization' => 'Yerelleştirme',
|
||||
'Long' => 'Uzun',
|
||||
'Medium' => 'Orta',
|
||||
'Name' => 'İsim',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Adres belirtilmemiş',
|
||||
'NoContactSpecified' => 'Temas belirtilmedi',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'Sayısal',
|
||||
'OFF' => 'KAPALI',
|
||||
'ON' => 'ÜZERİNDE',
|
||||
'Occupation' => 'Meslek',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Telefon',
|
||||
'Precision' => 'Hassas',
|
||||
'Profile' => 'Profil',
|
||||
'ProfileImage' => 'Profil resmi',
|
||||
'Profiles' => 'Profiller',
|
||||
'Ranks' => 'Rütbe',
|
||||
'Registered' => 'Kayıtlı',
|
||||
'RepeatPassword' => '',
|
||||
'Sea' => 'Deniz',
|
||||
'Search' => 'Aramak',
|
||||
'Short' => 'Kısa',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Yavaş',
|
||||
'Small' => 'Küçük',
|
||||
'Speed' => 'Hız',
|
||||
'Status' => 'Durum',
|
||||
'Tablespoon' => 'Yemek kasigi',
|
||||
'Teaspoon' => 'Çay kaşığı',
|
||||
'Temperature' => 'Hava sıcaklığı',
|
||||
'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',
|
||||
'Postal' => 'Postal',
|
||||
'aType1' => 'Ev',
|
||||
'aType2' => 'İşletme',
|
||||
'aType3' => 'Nakliye',
|
||||
'aType4' => 'Fatura',
|
||||
'aType5' => 'Çalışmak',
|
||||
'aType6' => 'Sözleşme',
|
||||
'aType7' => 'Diğer',
|
||||
'cType1' => 'Telefon',
|
||||
'cType2' => 'Faks',
|
||||
'cType3' => 'İnternet sitesi',
|
||||
'cType4' => 'E-posta',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => 'Обліковий запис',
|
||||
'Account/Group' => 'Обліковий запис / група',
|
||||
'Activity' => 'Діяльність',
|
||||
'Address' => 'Адреса',
|
||||
'Amount' => '{Кількість}',
|
||||
'Area' => 'Площа',
|
||||
'Birthday' => 'Народження',
|
||||
'Change' => 'Зміна',
|
||||
'City' => 'Місто',
|
||||
'Community' => 'Спільнота',
|
||||
'Contact' => 'Контакт',
|
||||
'ContactInformation' => 'Контактна інформація',
|
||||
'Country' => 'Країна',
|
||||
'CreateProfile' => 'Створити профіль',
|
||||
'Currency' => 'Валюта',
|
||||
'Currencyformat' => 'Валютний формат',
|
||||
'Customized' => 'Налаштований',
|
||||
'DateDelim' => 'Дата сепаратора',
|
||||
'DecimalPoint' => 'Десятковий пункт',
|
||||
'Defaults' => 'Задні за замовчуванням',
|
||||
'Email' => 'Електронна пошта',
|
||||
'Fast' => 'Швидкий',
|
||||
'General' => 'Загальний',
|
||||
'Glass' => 'Склянка',
|
||||
'Heavy' => 'Важкий',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => 'Мову',
|
||||
'Large' => 'Великий',
|
||||
'LastLogin' => 'Останнє вхід',
|
||||
'Length' => 'Довжина',
|
||||
'Light' => 'Легкий',
|
||||
'Load' => 'Навантаження',
|
||||
'Localization' => 'Локалізація',
|
||||
'Long' => 'Довгота',
|
||||
'Medium' => 'Середовище',
|
||||
'Name' => 'Назва',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => 'Не вказана адреса',
|
||||
'NoContactSpecified' => 'Не вказано жодного контакту',
|
||||
'Numberformat' => 'Цифра',
|
||||
'Numeric' => 'Числовий',
|
||||
'OFF' => 'Вимкнений',
|
||||
'ON' => 'На',
|
||||
'Occupation' => 'Окупація',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => 'Телефон',
|
||||
'Precision' => 'Точність',
|
||||
'Profile' => 'Профіль',
|
||||
'ProfileImage' => 'Зображення профілю',
|
||||
'Profiles' => 'Профілі',
|
||||
'Ranks' => 'Ряди',
|
||||
'Registered' => 'Зареєстрований',
|
||||
'RepeatPassword' => '',
|
||||
'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' => 'Вага',
|
||||
'Postal' => 'Блиск',
|
||||
'aType1' => 'Додому',
|
||||
'aType2' => 'Бізнес',
|
||||
'aType3' => 'Доставка',
|
||||
'aType4' => 'Платіж',
|
||||
'aType5' => 'Робота',
|
||||
'aType6' => 'Договір',
|
||||
'aType7' => 'Інший',
|
||||
'cType1' => 'Телефон',
|
||||
'cType2' => 'Факс',
|
||||
'cType3' => 'Веб-сайт',
|
||||
'cType4' => 'Електронна пошта',
|
||||
]];
|
||||
|
|
@ -1,109 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.2
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Profile' => [
|
||||
'Account' => '帐户',
|
||||
'Account/Group' => '帐户/组',
|
||||
'Activity' => '活动',
|
||||
'Address' => '地址',
|
||||
'Amount' => '{数量}',
|
||||
'Area' => '区域',
|
||||
'Birthday' => '生日',
|
||||
'Change' => '改变',
|
||||
'City' => '城市',
|
||||
'Community' => '社区',
|
||||
'Contact' => '接触',
|
||||
'ContactInformation' => '联系信息',
|
||||
'Country' => '国家',
|
||||
'CreateProfile' => '创建个人资料',
|
||||
'Currency' => '货币',
|
||||
'Currencyformat' => 'ChexuralFor',
|
||||
'Customized' => '定制',
|
||||
'DateDelim' => '日期分隔符',
|
||||
'DecimalPoint' => '小数点',
|
||||
'Defaults' => '默认值',
|
||||
'Email' => '电子邮件',
|
||||
'Fast' => '快速地',
|
||||
'General' => '一般的',
|
||||
'Glass' => '玻璃',
|
||||
'Heavy' => '重的',
|
||||
'IMG_alt_user' => '',
|
||||
'Language' => '语',
|
||||
'Large' => '大',
|
||||
'LastLogin' => '上次登录',
|
||||
'Length' => '长度',
|
||||
'Light' => '光',
|
||||
'Load' => '加载',
|
||||
'Localization' => '本土化',
|
||||
'Long' => '长',
|
||||
'Medium' => '中等的',
|
||||
'Name' => '名称',
|
||||
'NewPassword' => '',
|
||||
'NoAddressSpecified' => '没有指定的地址',
|
||||
'NoContactSpecified' => '没有指定联系人',
|
||||
'Numberformat' => 'NumberFormat.',
|
||||
'Numeric' => '数字',
|
||||
'OFF' => '离开',
|
||||
'ON' => '在',
|
||||
'Occupation' => '职业',
|
||||
'OldPassword' => '',
|
||||
'Password' => '',
|
||||
'Phone' => '电话',
|
||||
'Precision' => '精确',
|
||||
'Profile' => '轮廓',
|
||||
'ProfileImage' => '轮廓图像',
|
||||
'Profiles' => '概要文件',
|
||||
'Ranks' => '排名',
|
||||
'Registered' => '挂号的',
|
||||
'RepeatPassword' => '',
|
||||
'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' => '重量',
|
||||
'Postal' => '压缩',
|
||||
'aType1' => '家',
|
||||
'aType2' => '商业',
|
||||
'aType3' => '船运',
|
||||
'aType4' => '结算',
|
||||
'aType5' => '工作',
|
||||
'aType6' => '合同',
|
||||
'aType7' => '其他',
|
||||
'cType1' => '电话',
|
||||
'cType2' => '传真',
|
||||
'cType3' => '网站',
|
||||
'cType4' => '电子邮件',
|
||||
]];
|
||||
|
|
@ -97,7 +97,7 @@ echo $this->data['nav']->render();
|
|||
<td><?= $this->getHtml('NoAddressSpecified'); ?>
|
||||
<?php else: foreach($addresses as $location) : ?>
|
||||
<tr>
|
||||
<th><?= $this->getHtml('aType' . $location->type); ?>
|
||||
<th><?= $this->getHtml(':aType' . $location->type); ?>
|
||||
<td>
|
||||
<tr>
|
||||
<th>
|
||||
|
|
@ -121,7 +121,7 @@ echo $this->data['nav']->render();
|
|||
<td><?= $this->getHtml('NoContactSpecified'); ?>
|
||||
<?php else: foreach($contacts as $contact) : ?>
|
||||
<tr>
|
||||
<th><?= $this->getHtml('cType' . $contact->type); ?>
|
||||
<th><?= $this->getHtml(':cType' . $contact->type); ?>
|
||||
<td><?= $contact->type === ContactType::WEBSITE ? '<a href="' . $contact->content . '">' : ''; ?>
|
||||
<?= $contact->content; ?>
|
||||
<?= $contact->type === ContactType::WEBSITE ? '</a>' : ''; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user