mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-01-27 16:08:40 +00:00
draft additional languages
This commit is contained in:
parent
d84a9b2904
commit
724ec5a4f6
32
Theme/Backend/Lang/ar.lang.php
Normal file
32
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'تبوك',
|
||||
'Addresses' => 'عناوين',
|
||||
'City' => 'مدينة',
|
||||
'Contact' => 'اتصال',
|
||||
'Contacts' => 'جهات الاتصال',
|
||||
'Country' => 'دولة',
|
||||
'Email' => 'بريد الالكتروني',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'فاكس',
|
||||
'Name' => 'اسم',
|
||||
'Office' => 'مكتب. مقر. مركز',
|
||||
'Phone' => 'هاتف',
|
||||
'Private' => 'خاص',
|
||||
'Province' => 'مقاطعة',
|
||||
'State' => 'حالة',
|
||||
'Zip' => 'أزيز',
|
||||
]];
|
||||
32
Theme/Backend/Lang/cs.lang.php
Normal file
32
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adresa',
|
||||
'Addresses' => 'adresy',
|
||||
'City' => 'Město',
|
||||
'Contact' => 'Kontakt',
|
||||
'Contacts' => 'Kontakty',
|
||||
'Country' => 'Země',
|
||||
'Email' => 'E-mailem',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'název',
|
||||
'Office' => 'Kancelář',
|
||||
'Phone' => 'Telefon',
|
||||
'Private' => 'soukromý',
|
||||
'Province' => 'Provincie',
|
||||
'State' => 'Stát',
|
||||
'Zip' => 'zip',
|
||||
]];
|
||||
32
Theme/Backend/Lang/da.lang.php
Normal file
32
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adresse',
|
||||
'Addresses' => 'Adresser',
|
||||
'City' => 'by',
|
||||
'Contact' => 'Kontakt',
|
||||
'Contacts' => 'Kontakter',
|
||||
'Country' => 'Land',
|
||||
'Email' => 'E-mail',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Navn',
|
||||
'Office' => 'Kontor',
|
||||
'Phone' => 'telefon',
|
||||
'Private' => 'Privat',
|
||||
'Province' => 'Provins',
|
||||
'State' => 'Stat',
|
||||
'Zip' => 'Zip',
|
||||
]];
|
||||
32
Theme/Backend/Lang/el.lang.php
Normal file
32
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Διεύθυνση',
|
||||
'Addresses' => 'Διευθύνσεις',
|
||||
'City' => 'Πόλη',
|
||||
'Contact' => 'Επικοινωνία',
|
||||
'Contacts' => 'Επαφές',
|
||||
'Country' => 'Χώρα',
|
||||
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Φαξ',
|
||||
'Name' => 'Ονομα',
|
||||
'Office' => 'Γραφείο',
|
||||
'Phone' => 'Τηλέφωνο',
|
||||
'Private' => 'Ιδιωτικός',
|
||||
'Province' => 'Επαρχία',
|
||||
'State' => 'κατάσταση',
|
||||
'Zip' => 'Φερμουάρ',
|
||||
]];
|
||||
32
Theme/Backend/Lang/es.lang.php
Normal file
32
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Dirección',
|
||||
'Addresses' => 'direcciones',
|
||||
'City' => 'Ciudad',
|
||||
'Contact' => 'Contacto',
|
||||
'Contacts' => 'contactos',
|
||||
'Country' => 'País',
|
||||
'Email' => 'Correo electrónico',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Nombre',
|
||||
'Office' => 'Oficina',
|
||||
'Phone' => 'Teléfono',
|
||||
'Private' => 'Privado',
|
||||
'Province' => 'Provincia',
|
||||
'State' => 'Expresar',
|
||||
'Zip' => 'Cremallera',
|
||||
]];
|
||||
32
Theme/Backend/Lang/fi.lang.php
Normal file
32
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Osoite',
|
||||
'Addresses' => 'osoitteet',
|
||||
'City' => 'Kaupunki',
|
||||
'Contact' => 'Ottaa yhteyttä',
|
||||
'Contacts' => 'Yhteydet',
|
||||
'Country' => 'Maa',
|
||||
'Email' => 'Sähköposti',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Faksi',
|
||||
'Name' => 'Nimi',
|
||||
'Office' => 'toimisto',
|
||||
'Phone' => 'Puhelin',
|
||||
'Private' => 'yksityinen',
|
||||
'Province' => 'maakunta',
|
||||
'State' => 'Osavaltio',
|
||||
'Zip' => 'Postinumero',
|
||||
]];
|
||||
32
Theme/Backend/Lang/fr.lang.php
Normal file
32
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adresse',
|
||||
'Addresses' => 'adresses',
|
||||
'City' => 'Ville',
|
||||
'Contact' => 'Contacter',
|
||||
'Contacts' => 'Contacts',
|
||||
'Country' => 'De campagne',
|
||||
'Email' => 'E-mail',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Nom',
|
||||
'Office' => 'Bureau',
|
||||
'Phone' => 'Téléphone',
|
||||
'Private' => 'Privé',
|
||||
'Province' => 'Province',
|
||||
'State' => 'État',
|
||||
'Zip' => 'Zipper',
|
||||
]];
|
||||
32
Theme/Backend/Lang/hu.lang.php
Normal file
32
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Cím',
|
||||
'Addresses' => 'Címek',
|
||||
'City' => 'Város',
|
||||
'Contact' => 'Kapcsolatba lépni',
|
||||
'Contacts' => 'Kapcsolatok',
|
||||
'Country' => 'Ország',
|
||||
'Email' => 'Email',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Név',
|
||||
'Office' => 'Hivatal',
|
||||
'Phone' => 'Telefon',
|
||||
'Private' => 'Magán',
|
||||
'Province' => 'Tartomány',
|
||||
'State' => 'Állapot',
|
||||
'Zip' => 'Postai irányítószám',
|
||||
]];
|
||||
32
Theme/Backend/Lang/it.lang.php
Normal file
32
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Indirizzo',
|
||||
'Addresses' => 'indirizzi',
|
||||
'City' => 'Città',
|
||||
'Contact' => 'Contatto',
|
||||
'Contacts' => 'Contatti',
|
||||
'Country' => 'Nazione',
|
||||
'Email' => 'E-mail',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Nome',
|
||||
'Office' => 'Ufficio',
|
||||
'Phone' => 'Telefono',
|
||||
'Private' => 'Privato',
|
||||
'Province' => 'Provincia',
|
||||
'State' => 'Stato',
|
||||
'Zip' => 'Cerniera lampo',
|
||||
]];
|
||||
32
Theme/Backend/Lang/ja.lang.php
Normal file
32
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => '住所',
|
||||
'Addresses' => 'アドレス',
|
||||
'City' => '市',
|
||||
'Contact' => '連絡先',
|
||||
'Contacts' => 'コンタクト',
|
||||
'Country' => '国',
|
||||
'Email' => 'Eメール',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'ファックス',
|
||||
'Name' => '名前',
|
||||
'Office' => 'オフィス',
|
||||
'Phone' => '電話',
|
||||
'Private' => '民間',
|
||||
'Province' => '州',
|
||||
'State' => '状態',
|
||||
'Zip' => 'ジップ',
|
||||
]];
|
||||
32
Theme/Backend/Lang/ko.lang.php
Normal file
32
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => '주소',
|
||||
'Addresses' => '구애',
|
||||
'City' => '시티',
|
||||
'Contact' => '접촉',
|
||||
'Contacts' => '콘택트 렌즈',
|
||||
'Country' => '국가',
|
||||
'Email' => '이메일',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => '팩스',
|
||||
'Name' => '이름',
|
||||
'Office' => '사무실',
|
||||
'Phone' => '전화',
|
||||
'Private' => '은밀한',
|
||||
'Province' => '지방',
|
||||
'State' => '상태',
|
||||
'Zip' => '지퍼',
|
||||
]];
|
||||
32
Theme/Backend/Lang/no.lang.php
Normal file
32
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adresse',
|
||||
'Addresses' => 'Adresser',
|
||||
'City' => 'By',
|
||||
'Contact' => 'Ta kontakt med',
|
||||
'Contacts' => 'Kontakt',
|
||||
'Country' => 'Land',
|
||||
'Email' => 'e-post',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Faks',
|
||||
'Name' => 'Navn',
|
||||
'Office' => 'Kontor',
|
||||
'Phone' => 'telefon',
|
||||
'Private' => 'Privat',
|
||||
'Province' => 'Provins',
|
||||
'State' => 'Stat',
|
||||
'Zip' => 'Glidelås',
|
||||
]];
|
||||
32
Theme/Backend/Lang/pl.lang.php
Normal file
32
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adres',
|
||||
'Addresses' => 'adresy',
|
||||
'City' => 'Miasto',
|
||||
'Contact' => 'Kontakt',
|
||||
'Contacts' => 'Łączność',
|
||||
'Country' => 'Kraj',
|
||||
'Email' => 'E-mail',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Faks',
|
||||
'Name' => 'Nazwa',
|
||||
'Office' => 'Gabinet',
|
||||
'Phone' => 'Telefon',
|
||||
'Private' => 'Prywatny',
|
||||
'Province' => 'Województwo',
|
||||
'State' => 'Stan',
|
||||
'Zip' => 'Zamek błyskawiczny',
|
||||
]];
|
||||
32
Theme/Backend/Lang/pt.lang.php
Normal file
32
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Endereço',
|
||||
'Addresses' => 'endereços',
|
||||
'City' => 'Cidade',
|
||||
'Contact' => 'Contato',
|
||||
'Contacts' => 'Contatos',
|
||||
'Country' => 'País',
|
||||
'Email' => 'O email',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'Nome',
|
||||
'Office' => 'Escritório',
|
||||
'Phone' => 'Telefone',
|
||||
'Private' => 'Privado',
|
||||
'Province' => 'Província',
|
||||
'State' => 'Estado',
|
||||
'Zip' => 'Fecho eclair',
|
||||
]];
|
||||
32
Theme/Backend/Lang/ru.lang.php
Normal file
32
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Адрес',
|
||||
'Addresses' => 'Адреса',
|
||||
'City' => 'Город',
|
||||
'Contact' => 'Контакт',
|
||||
'Contacts' => 'контакты',
|
||||
'Country' => 'Страна',
|
||||
'Email' => 'Электронное письмо',
|
||||
'FAO' => 'ФАО',
|
||||
'Fax' => 'факс',
|
||||
'Name' => 'Имя',
|
||||
'Office' => 'Офис',
|
||||
'Phone' => 'Телефон',
|
||||
'Private' => 'Частный',
|
||||
'Province' => 'Провинция',
|
||||
'State' => 'Состояние',
|
||||
'Zip' => 'застежка-молния',
|
||||
]];
|
||||
32
Theme/Backend/Lang/sv.lang.php
Normal file
32
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adress',
|
||||
'Addresses' => 'adresser',
|
||||
'City' => 'Stad',
|
||||
'Contact' => 'Kontakt',
|
||||
'Contacts' => 'Kontakter',
|
||||
'Country' => 'Land',
|
||||
'Email' => 'E-post',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Fax',
|
||||
'Name' => 'namn',
|
||||
'Office' => 'Kontor',
|
||||
'Phone' => 'Telefon',
|
||||
'Private' => 'Privat',
|
||||
'Province' => 'Provins',
|
||||
'State' => 'stat',
|
||||
'Zip' => 'Blixtlås',
|
||||
]];
|
||||
32
Theme/Backend/Lang/th.lang.php
Normal file
32
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'ที่อยู่',
|
||||
'Addresses' => 'ที่อยู่',
|
||||
'City' => 'เมือง',
|
||||
'Contact' => 'ติดต่อ',
|
||||
'Contacts' => 'รายชื่อผู้ติดต่อ',
|
||||
'Country' => 'ประเทศ',
|
||||
'Email' => 'อีเมล์',
|
||||
'FAO' => 'เอฟเอโอ',
|
||||
'Fax' => 'แฟกซ์',
|
||||
'Name' => 'ชื่อ',
|
||||
'Office' => 'สำนักงาน',
|
||||
'Phone' => 'โทรศัพท์',
|
||||
'Private' => 'เอกชน',
|
||||
'Province' => 'จังหวัด',
|
||||
'State' => 'สถานะ',
|
||||
'Zip' => 'ซิป',
|
||||
]];
|
||||
32
Theme/Backend/Lang/tr.lang.php
Normal file
32
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'Adres',
|
||||
'Addresses' => 'Adresler',
|
||||
'City' => 'Kent',
|
||||
'Contact' => 'İletişim',
|
||||
'Contacts' => 'İletişim',
|
||||
'Country' => 'ülke',
|
||||
'Email' => 'E-posta',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => 'Faks',
|
||||
'Name' => 'ad',
|
||||
'Office' => 'Ofis',
|
||||
'Phone' => 'Telefon',
|
||||
'Private' => 'Özel',
|
||||
'Province' => 'Bölge',
|
||||
'State' => 'Durum',
|
||||
'Zip' => 'Zip',
|
||||
]];
|
||||
32
Theme/Backend/Lang/uk.lang.php
Normal file
32
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => 'адреса',
|
||||
'Addresses' => 'адреси',
|
||||
'City' => 'місто',
|
||||
'Contact' => 'контакт',
|
||||
'Contacts' => 'контакти',
|
||||
'Country' => 'країна',
|
||||
'Email' => 'E-mail',
|
||||
'FAO' => 'ФАО',
|
||||
'Fax' => 'факс',
|
||||
'Name' => 'ім\'я',
|
||||
'Office' => 'офіс',
|
||||
'Phone' => 'телефон',
|
||||
'Private' => 'приватний',
|
||||
'Province' => 'провінція',
|
||||
'State' => 'стан',
|
||||
'Zip' => 'застібка-блискавка',
|
||||
]];
|
||||
32
Theme/Backend/Lang/zh.lang.php
Normal file
32
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 ['Contact' => [
|
||||
'Address' => '地址',
|
||||
'Addresses' => '地址',
|
||||
'City' => '城市',
|
||||
'Contact' => '接触',
|
||||
'Contacts' => '往来',
|
||||
'Country' => '国家',
|
||||
'Email' => '电子邮件',
|
||||
'FAO' => 'FAO',
|
||||
'Fax' => '传真',
|
||||
'Name' => '姓名',
|
||||
'Office' => '办公室',
|
||||
'Phone' => '电话',
|
||||
'Private' => '私人的',
|
||||
'Province' => '省',
|
||||
'State' => '状态',
|
||||
'Zip' => '压缩',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user