From a245c07d5acf8cffcbc8c9c49f7a9a15475d79aa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Feb 2022 21:18:49 +0100 Subject: [PATCH] update lang files --- Theme/Backend/Lang/ar.lang.php | 10 +++++----- Theme/Backend/Lang/cs.lang.php | 8 ++++---- Theme/Backend/Lang/da.lang.php | 10 +++++----- Theme/Backend/Lang/de.lang.php | 32 ++++++++++++++++---------------- Theme/Backend/Lang/el.lang.php | 2 +- Theme/Backend/Lang/es.lang.php | 8 ++++---- Theme/Backend/Lang/fi.lang.php | 12 ++++++------ Theme/Backend/Lang/fr.lang.php | 10 +++++----- Theme/Backend/Lang/hu.lang.php | 2 +- Theme/Backend/Lang/it.lang.php | 4 ++-- Theme/Backend/Lang/ja.lang.php | 6 +++--- Theme/Backend/Lang/ko.lang.php | 12 ++++++------ Theme/Backend/Lang/no.lang.php | 10 +++++----- Theme/Backend/Lang/pl.lang.php | 6 +++--- Theme/Backend/Lang/pt.lang.php | 6 +++--- Theme/Backend/Lang/ru.lang.php | 6 +++--- Theme/Backend/Lang/sv.lang.php | 4 ++-- Theme/Backend/Lang/th.lang.php | 8 ++++---- Theme/Backend/Lang/tr.lang.php | 12 ++++++------ Theme/Backend/Lang/uk.lang.php | 32 ++++++++++++++++---------------- Theme/Backend/Lang/zh.lang.php | 6 +++--- 21 files changed, 103 insertions(+), 103 deletions(-) diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index c8c31b5..1ceec0e 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -16,17 +16,17 @@ return ['Contact' => [ 'Address' => 'تبوك', 'Addresses' => 'عناوين', 'City' => 'مدينة', - 'Contact' => 'اتصال', + 'Contact' => 'اتصل', 'Contacts' => 'جهات الاتصال', 'Country' => 'دولة', 'Email' => 'بريد الالكتروني', - 'FAO' => 'FAO', + 'FAO' => 'الفاو', 'Fax' => 'فاكس', 'Name' => 'اسم', 'Office' => 'مكتب. مقر. مركز', 'Phone' => 'هاتف', - 'Private' => 'خاص', - 'Province' => 'مقاطعة', - 'State' => 'حالة', + 'Private' => 'نشر', + 'Province' => 'المحافظة', + 'State' => 'ولاية', 'Zip' => 'أزيز', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index b72ef3c..b5e99c9 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -14,19 +14,19 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adresa', - 'Addresses' => 'adresy', + 'Addresses' => 'Adresy', 'City' => 'Město', 'Contact' => 'Kontakt', 'Contacts' => 'Kontakty', 'Country' => 'Země', 'Email' => 'E-mailem', - 'FAO' => 'FAO', + 'FAO' => 'Fao.', 'Fax' => 'Fax', 'Name' => 'název', 'Office' => 'Kancelář', 'Phone' => 'Telefon', - 'Private' => 'soukromý', + 'Private' => 'Soukromý', 'Province' => 'Provincie', 'State' => 'Stát', - 'Zip' => 'zip', + 'Zip' => 'Zip', ]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 6cbc397..c385d78 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -15,12 +15,12 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adresse', 'Addresses' => 'Adresser', - 'City' => 'by', + 'City' => 'City.', 'Contact' => 'Kontakt', - 'Contacts' => 'Kontakter', + 'Contacts' => 'Kontakter.', 'Country' => 'Land', - 'Email' => 'E-mail', - 'FAO' => 'FAO', + 'Email' => 'Email.', + 'FAO' => 'FAO.', 'Fax' => 'Fax', 'Name' => 'Navn', 'Office' => 'Kontor', @@ -28,5 +28,5 @@ return ['Contact' => [ 'Private' => 'Privat', 'Province' => 'Provins', 'State' => 'Stat', - 'Zip' => 'Zip', + 'Zip' => 'Zip.', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 595abb7..dce3f0f 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,20 +13,20 @@ declare(strict_types=1); return ['Contact' => [ - 'Address' => '', - 'Addresses' => '', - 'City' => '', - 'Contact' => '', - 'Contacts' => '', - 'Country' => '', - 'Email' => '', - 'FAO' => '', - 'Fax' => '', - 'Name' => '', - 'Office' => '', - 'Phone' => '', - 'Private' => '', - 'Province' => '', - 'State' => '', - 'Zip' => '', + 'Address' => 'Adresse', + 'Addresses' => 'Adressen', + 'City' => 'Stadt', + 'Contact' => 'Kontakt', + 'Contacts' => 'Kontakte', + 'Country' => 'Land', + 'Email' => 'Email', + 'FAO' => 'Fao', + 'Fax' => 'Fax', + 'Name' => 'Name', + 'Office' => 'Sekretariat', + 'Phone' => 'Telefon', + 'Private' => 'Privatgelände', + 'Province' => 'Provinz', + 'State' => 'Zustand', + 'Zip' => 'Reißverschluss', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index bf5ad80..ad93167 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -20,7 +20,7 @@ return ['Contact' => [ 'Contacts' => 'Επαφές', 'Country' => 'Χώρα', 'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', - 'FAO' => 'FAO', + 'FAO' => 'Φλυαρία', 'Fax' => 'Φαξ', 'Name' => 'Ονομα', 'Office' => 'Γραφείο', diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index 8fb71c8..70d8b11 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -13,14 +13,14 @@ declare(strict_types=1); return ['Contact' => [ - 'Address' => 'Dirección', - 'Addresses' => 'direcciones', + 'Address' => 'Habla a', + 'Addresses' => 'Direcciones', 'City' => 'Ciudad', 'Contact' => 'Contacto', - 'Contacts' => 'contactos', + 'Contacts' => 'Contactos', 'Country' => 'País', 'Email' => 'Correo electrónico', - 'FAO' => 'FAO', + 'FAO' => 'Fao', 'Fax' => 'Fax', 'Name' => 'Nombre', 'Office' => 'Oficina', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index d0c01ed..7591df7 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -14,19 +14,19 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Osoite', - 'Addresses' => 'osoitteet', + 'Addresses' => 'Osoitteet', 'City' => 'Kaupunki', 'Contact' => 'Ottaa yhteyttä', - 'Contacts' => 'Yhteydet', + 'Contacts' => 'Yhteystiedot', 'Country' => 'Maa', 'Email' => 'Sähköposti', - 'FAO' => 'FAO', + 'FAO' => 'Fao', 'Fax' => 'Faksi', 'Name' => 'Nimi', - 'Office' => 'toimisto', + 'Office' => 'Toimisto', 'Phone' => 'Puhelin', - 'Private' => 'yksityinen', - 'Province' => 'maakunta', + 'Private' => 'Yksityinen', + 'Province' => 'Maakunta', 'State' => 'Osavaltio', 'Zip' => 'Postinumero', ]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 5fb6b9c..665621d 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -14,17 +14,17 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adresse', - 'Addresses' => 'adresses', + 'Addresses' => 'Adresses', 'City' => 'Ville', - 'Contact' => 'Contacter', + 'Contact' => 'Contact', 'Contacts' => 'Contacts', - 'Country' => 'De campagne', + 'Country' => 'Pays', 'Email' => 'E-mail', - 'FAO' => 'FAO', + 'FAO' => 'Fao', 'Fax' => 'Fax', 'Name' => 'Nom', 'Office' => 'Bureau', - 'Phone' => 'Téléphone', + 'Phone' => 'Téléphoner', 'Private' => 'Privé', 'Province' => 'Province', 'State' => 'État', diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 650bab0..70d5b04 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -17,7 +17,7 @@ return ['Contact' => [ 'Addresses' => 'Címek', 'City' => 'Város', 'Contact' => 'Kapcsolatba lépni', - 'Contacts' => 'Kapcsolatok', + 'Contacts' => 'Névjegyzék', 'Country' => 'Ország', 'Email' => 'Email', 'FAO' => 'FAO', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 18d6f02..e81e8c8 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -14,13 +14,13 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Indirizzo', - 'Addresses' => 'indirizzi', + 'Addresses' => 'Indirizzi', 'City' => 'Città', 'Contact' => 'Contatto', 'Contacts' => 'Contatti', 'Country' => 'Nazione', 'Email' => 'E-mail', - 'FAO' => 'FAO', + 'FAO' => 'FAO.', 'Fax' => 'Fax', 'Name' => 'Nome', 'Office' => 'Ufficio', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 1aaa6a0..d3f2014 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -16,17 +16,17 @@ return ['Contact' => [ 'Address' => '住所', 'Addresses' => 'アドレス', 'City' => '市', - 'Contact' => '連絡先', + 'Contact' => 'コンタクト', 'Contacts' => 'コンタクト', 'Country' => '国', 'Email' => 'Eメール', - 'FAO' => 'FAO', + 'FAO' => 'fa fa', 'Fax' => 'ファックス', 'Name' => '名前', 'Office' => 'オフィス', 'Phone' => '電話', 'Private' => '民間', 'Province' => '州', - 'State' => '状態', + 'State' => '州', 'Zip' => 'ジップ', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index d403932..bb40f61 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -15,18 +15,18 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => '주소', 'Addresses' => '구애', - 'City' => '시티', - 'Contact' => '접촉', + 'City' => '도시', + 'Contact' => '연락하다', 'Contacts' => '콘택트 렌즈', 'Country' => '국가', 'Email' => '이메일', - 'FAO' => 'FAO', + 'FAO' => '조금', 'Fax' => '팩스', 'Name' => '이름', 'Office' => '사무실', - 'Phone' => '전화', - 'Private' => '은밀한', - 'Province' => '지방', + 'Phone' => '핸드폰', + 'Private' => '사적인', + 'Province' => '주', 'State' => '상태', 'Zip' => '지퍼', ]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 25fa2eb..8eb6d7a 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -16,15 +16,15 @@ return ['Contact' => [ 'Address' => 'Adresse', 'Addresses' => 'Adresser', 'City' => 'By', - 'Contact' => 'Ta kontakt med', - 'Contacts' => 'Kontakt', + 'Contact' => 'Kontakt', + 'Contacts' => 'Kontakter', 'Country' => 'Land', - 'Email' => 'e-post', - 'FAO' => 'FAO', + 'Email' => 'E-post', + 'FAO' => 'FAO.', 'Fax' => 'Faks', 'Name' => 'Navn', 'Office' => 'Kontor', - 'Phone' => 'telefon', + 'Phone' => 'Telefonen', 'Private' => 'Privat', 'Province' => 'Provins', 'State' => 'Stat', diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index a0aa8b9..f189eb7 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -14,19 +14,19 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adres', - 'Addresses' => 'adresy', + 'Addresses' => 'Adresy', 'City' => 'Miasto', 'Contact' => 'Kontakt', 'Contacts' => 'Łączność', 'Country' => 'Kraj', 'Email' => 'E-mail', - 'FAO' => 'FAO', + 'FAO' => 'Fao.', 'Fax' => 'Faks', 'Name' => 'Nazwa', 'Office' => 'Gabinet', 'Phone' => 'Telefon', 'Private' => 'Prywatny', 'Province' => 'Województwo', - 'State' => 'Stan', + 'State' => 'Państwo', 'Zip' => 'Zamek błyskawiczny', ]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index f97a026..6026f40 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -14,13 +14,13 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Endereço', - 'Addresses' => 'endereços', + 'Addresses' => 'Endereços', 'City' => 'Cidade', 'Contact' => 'Contato', 'Contacts' => 'Contatos', 'Country' => 'País', - 'Email' => 'O email', - 'FAO' => 'FAO', + 'Email' => 'E-mail', + 'FAO' => 'FAO.', 'Fax' => 'Fax', 'Name' => 'Nome', 'Office' => 'Escritório', diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index b4c3f68..056ea7d 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -17,16 +17,16 @@ return ['Contact' => [ 'Addresses' => 'Адреса', 'City' => 'Город', 'Contact' => 'Контакт', - 'Contacts' => 'контакты', + 'Contacts' => 'Контакты', 'Country' => 'Страна', 'Email' => 'Электронное письмо', 'FAO' => 'ФАО', - 'Fax' => 'факс', + 'Fax' => 'Факс', 'Name' => 'Имя', 'Office' => 'Офис', 'Phone' => 'Телефон', 'Private' => 'Частный', 'Province' => 'Провинция', 'State' => 'Состояние', - 'Zip' => 'застежка-молния', + 'Zip' => 'Zip.', ]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index eecdd07..09046c1 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -14,13 +14,13 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adress', - 'Addresses' => 'adresser', + 'Addresses' => 'Adresser', 'City' => 'Stad', 'Contact' => 'Kontakt', 'Contacts' => 'Kontakter', 'Country' => 'Land', 'Email' => 'E-post', - 'FAO' => 'FAO', + 'FAO' => 'Fao', 'Fax' => 'Fax', 'Name' => 'namn', 'Office' => 'Kontor', diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index 518b192..6e2d0e0 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -17,15 +17,15 @@ return ['Contact' => [ 'Addresses' => 'ที่อยู่', 'City' => 'เมือง', 'Contact' => 'ติดต่อ', - 'Contacts' => 'รายชื่อผู้ติดต่อ', + 'Contacts' => 'ผู้ติดต่อ', 'Country' => 'ประเทศ', - 'Email' => 'อีเมล์', - 'FAO' => 'เอฟเอโอ', + 'Email' => 'อีเมล', + 'FAO' => 'คน', 'Fax' => 'แฟกซ์', 'Name' => 'ชื่อ', 'Office' => 'สำนักงาน', 'Phone' => 'โทรศัพท์', - 'Private' => 'เอกชน', + 'Private' => 'ส่วนตัว', 'Province' => 'จังหวัด', 'State' => 'สถานะ', 'Zip' => 'ซิป', diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index 492040c..abb6806 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -15,18 +15,18 @@ declare(strict_types=1); return ['Contact' => [ 'Address' => 'Adres', 'Addresses' => 'Adresler', - 'City' => 'Kent', - 'Contact' => 'İletişim', + 'City' => 'Şehir', + 'Contact' => 'Temas', 'Contacts' => 'İletişim', - 'Country' => 'ülke', + 'Country' => 'Ülke', 'Email' => 'E-posta', 'FAO' => 'FAO', 'Fax' => 'Faks', - 'Name' => 'ad', + 'Name' => 'İsim', 'Office' => 'Ofis', 'Phone' => 'Telefon', 'Private' => 'Özel', - 'Province' => 'Bölge', - 'State' => 'Durum', + 'Province' => 'Vilayet', + 'State' => 'Belirtmek, bildirmek', 'Zip' => 'Zip', ]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index d0c38a9..3d7c175 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -13,20 +13,20 @@ declare(strict_types=1); return ['Contact' => [ - 'Address' => 'адреса', - 'Addresses' => 'адреси', - 'City' => 'місто', - 'Contact' => 'контакт', - 'Contacts' => 'контакти', - 'Country' => 'країна', - 'Email' => 'E-mail', - 'FAO' => 'ФАО', - 'Fax' => 'факс', - 'Name' => 'ім\'я', - 'Office' => 'офіс', - 'Phone' => 'телефон', - 'Private' => 'приватний', - 'Province' => 'провінція', - 'State' => 'стан', - 'Zip' => 'застібка-блискавка', + 'Address' => 'Адреса', + 'Addresses' => 'Адреси', + 'City' => 'Місто', + 'Contact' => 'Контакт', + 'Contacts' => 'Контакти', + 'Country' => 'Країна', + 'Email' => 'Електронна пошта', + 'FAO' => 'Фах', + 'Fax' => 'Факс', + 'Name' => 'Назва', + 'Office' => 'Офіс', + 'Phone' => 'Телефон', + 'Private' => 'Приватний', + 'Province' => 'Провінція', + 'State' => 'Держава', + 'Zip' => 'Блиск', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index 2bcea41..11caf99 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -17,12 +17,12 @@ return ['Contact' => [ 'Addresses' => '地址', 'City' => '城市', 'Contact' => '接触', - 'Contacts' => '往来', + 'Contacts' => '联系人', 'Country' => '国家', 'Email' => '电子邮件', - 'FAO' => 'FAO', + 'FAO' => '粮农组织', 'Fax' => '传真', - 'Name' => '姓名', + 'Name' => '名称', 'Office' => '办公室', 'Phone' => '电话', 'Private' => '私人的',