From 11203a364656d4db97c79c765f6ebbefb9e8e46d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Feb 2022 21:18:50 +0100 Subject: [PATCH] update lang files --- Theme/Backend/Lang/Navigation.ar.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.cs.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.da.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.de.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.el.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.fi.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.fr.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.hu.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.it.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.ja.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.ko.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.no.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.pl.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.pt.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.ru.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.sv.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.th.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.tr.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.uk.lang.php | 23 +++++++++ Theme/Backend/Lang/Navigation.zh.lang.php | 23 +++++++++ Theme/Backend/Lang/ar.lang.php | 19 ++++--- Theme/Backend/Lang/cs.lang.php | 21 ++++---- Theme/Backend/Lang/da.lang.php | 19 ++++--- Theme/Backend/Lang/de.lang.php | 61 ++++++++++++----------- Theme/Backend/Lang/el.lang.php | 19 ++++--- Theme/Backend/Lang/en.lang.php | 3 ++ Theme/Backend/Lang/es.lang.php | 17 ++++--- Theme/Backend/Lang/fi.lang.php | 37 +++++++------- Theme/Backend/Lang/fr.lang.php | 23 +++++---- Theme/Backend/Lang/hu.lang.php | 27 +++++----- Theme/Backend/Lang/it.lang.php | 27 +++++----- Theme/Backend/Lang/ja.lang.php | 33 ++++++------ Theme/Backend/Lang/ko.lang.php | 33 ++++++------ Theme/Backend/Lang/no.lang.php | 21 ++++---- Theme/Backend/Lang/pl.lang.php | 27 +++++----- Theme/Backend/Lang/pt.lang.php | 19 ++++--- Theme/Backend/Lang/ru.lang.php | 19 ++++--- Theme/Backend/Lang/sv.lang.php | 15 +++--- Theme/Backend/Lang/th.lang.php | 19 ++++--- Theme/Backend/Lang/tr.lang.php | 29 ++++++----- Theme/Backend/Lang/uk.lang.php | 57 +++++++++++---------- Theme/Backend/Lang/zh.lang.php | 15 +++--- 44 files changed, 797 insertions(+), 248 deletions(-) create mode 100644 Theme/Backend/Lang/Navigation.ar.lang.php create mode 100644 Theme/Backend/Lang/Navigation.cs.lang.php create mode 100644 Theme/Backend/Lang/Navigation.da.lang.php create mode 100644 Theme/Backend/Lang/Navigation.de.lang.php create mode 100644 Theme/Backend/Lang/Navigation.el.lang.php create mode 100644 Theme/Backend/Lang/Navigation.es.lang.php create mode 100644 Theme/Backend/Lang/Navigation.fi.lang.php create mode 100644 Theme/Backend/Lang/Navigation.fr.lang.php create mode 100644 Theme/Backend/Lang/Navigation.hu.lang.php create mode 100644 Theme/Backend/Lang/Navigation.it.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ja.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ko.lang.php create mode 100644 Theme/Backend/Lang/Navigation.no.lang.php create mode 100644 Theme/Backend/Lang/Navigation.pl.lang.php create mode 100644 Theme/Backend/Lang/Navigation.pt.lang.php create mode 100644 Theme/Backend/Lang/Navigation.ru.lang.php create mode 100644 Theme/Backend/Lang/Navigation.sv.lang.php create mode 100644 Theme/Backend/Lang/Navigation.th.lang.php create mode 100644 Theme/Backend/Lang/Navigation.tr.lang.php create mode 100644 Theme/Backend/Lang/Navigation.uk.lang.php create mode 100644 Theme/Backend/Lang/Navigation.zh.lang.php diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php new file mode 100644 index 0000000..279e5e5 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'مسودة', + 'Inbox' => 'صندوق الوارد', + 'Messages' => 'رسائل', + 'Outbox' => 'صادف', + 'Settings' => 'إعدادات', + 'Spam' => 'رسائل إلكترونية مزعجة', + 'Trash' => 'نفاية', +]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php new file mode 100644 index 0000000..25f5493 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Návrh', + 'Inbox' => 'Doručená pošta', + 'Messages' => 'Zprávy', + 'Outbox' => 'Kobox', + 'Settings' => 'Nastavení', + 'Spam' => 'Spam.', + 'Trash' => 'Odpadky', +]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php new file mode 100644 index 0000000..b0901a2 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Draft.', + 'Inbox' => 'Indbakke', + 'Messages' => 'Beskeder', + 'Outbox' => 'Udbakke', + 'Settings' => 'Indstillinger.', + 'Spam' => 'Spam', + 'Trash' => 'Affald', +]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php new file mode 100644 index 0000000..03ca0e3 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Entwurf', + 'Inbox' => 'Inbox', + 'Messages' => 'Mitteilungen', + 'Outbox' => 'Postausgang', + 'Settings' => 'Einstellungen', + 'Spam' => 'Spam', + 'Trash' => 'Müll', +]]; diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php new file mode 100644 index 0000000..0d0a317 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Προσχέδιο', + 'Inbox' => 'Inbox', + 'Messages' => 'Μηνύματα', + 'Outbox' => 'Εξερχομένων', + 'Settings' => 'Ρυθμίσεις', + 'Spam' => 'Ανεπιθυμητη αλληλογραφια', + 'Trash' => 'Σκουπίδια', +]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index cd24538..bbbb075 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\Messages + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php new file mode 100644 index 0000000..5ba3078 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Sequía', + 'Inbox' => 'Bandeja de entrada', + 'Messages' => 'Mensajes', + 'Outbox' => 'Bandeja de salida', + 'Settings' => 'Ajustes', + 'Spam' => 'Correo no deseado', + 'Trash' => 'Basura', +]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php new file mode 100644 index 0000000..38b9a89 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Luonnos', + 'Inbox' => 'Postilaatikko', + 'Messages' => 'Viestit', + 'Outbox' => 'Ulkona', + 'Settings' => 'asetukset', + 'Spam' => 'Roskapostia', + 'Trash' => 'Roska', +]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php new file mode 100644 index 0000000..4d9f0a1 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Brouillon', + 'Inbox' => 'Boîte de réception', + 'Messages' => 'messages', + 'Outbox' => 'Boîte d\\'accueil', + 'Settings' => 'Réglages', + 'Spam' => 'Pourriel', + 'Trash' => 'Poubelle', +]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php new file mode 100644 index 0000000..0fb319c --- /dev/null +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Tervezet', + 'Inbox' => 'Postafiók', + 'Messages' => 'üzenetek', + 'Outbox' => 'Outbox', + 'Settings' => 'Beállítások', + 'Spam' => 'Spam', + 'Trash' => 'Szemét', +]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php new file mode 100644 index 0000000..2fe6ed1 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Brutta copia', + 'Inbox' => 'Posta in arrivo', + 'Messages' => 'Messaggi', + 'Outbox' => 'In uscita', + 'Settings' => 'Impostazioni', + 'Spam' => 'Spam', + 'Trash' => 'Spazzatura', +]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php new file mode 100644 index 0000000..b775d16 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => '下書き', + 'Inbox' => '受話器', + 'Messages' => 'メッセージ', + 'Outbox' => 'boxbox', + 'Settings' => '設定', + 'Spam' => 'スパム', + 'Trash' => 'ごみ', +]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php new file mode 100644 index 0000000..5e47904 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => '초안', + 'Inbox' => '받은 편지함', + 'Messages' => '메시지', + 'Outbox' => '봉인함', + 'Settings' => '설정', + 'Spam' => '스팸', + 'Trash' => '쓰레기', +]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php new file mode 100644 index 0000000..d7f7c2b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Utkast til', + 'Inbox' => 'Innboks', + 'Messages' => 'Meldinger', + 'Outbox' => 'Utboks', + 'Settings' => 'Innstillinger', + 'Spam' => 'Spam', + 'Trash' => 'Søppel', +]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php new file mode 100644 index 0000000..5ef09c3 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Projekt', + 'Inbox' => 'W pudełku', + 'Messages' => 'Wiadomości', + 'Outbox' => 'Skrzynka nadawcza', + 'Settings' => 'Ustawienia', + 'Spam' => 'spam', + 'Trash' => 'Śmieci', +]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php new file mode 100644 index 0000000..3a6ac99 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Rascunho', + 'Inbox' => 'Caixa de entrada', + 'Messages' => 'Mensagens', + 'Outbox' => 'Caixa de fora', + 'Settings' => 'Configurações', + 'Spam' => 'Spam', + 'Trash' => 'Lixo', +]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php new file mode 100644 index 0000000..431bf76 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Черновик', + 'Inbox' => 'Входящие', + 'Messages' => 'Сообщения', + 'Outbox' => 'Исходящие', + 'Settings' => 'Настройки', + 'Spam' => 'Спам', + 'Trash' => 'Мусор', +]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php new file mode 100644 index 0000000..c9682bd --- /dev/null +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Förslag', + 'Inbox' => 'Inkorg', + 'Messages' => 'Budskap', + 'Outbox' => 'Utkorg', + 'Settings' => 'inställningar', + 'Spam' => 'Spam', + 'Trash' => 'Skräp', +]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php new file mode 100644 index 0000000..547350a --- /dev/null +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'ร่าง', + 'Inbox' => 'กล่องจดหมาย', + 'Messages' => 'ข้อความ', + 'Outbox' => 'กล่องขาออก', + 'Settings' => 'การตั้งค่า', + 'Spam' => 'สแปม', + 'Trash' => 'ขยะ', +]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php new file mode 100644 index 0000000..59baa59 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Taslak', + 'Inbox' => 'Gelen kutusu', + 'Messages' => 'Mesaj', + 'Outbox' => 'Giden kutusu', + 'Settings' => 'Ayarlar', + 'Spam' => 'İstenmeyen e', + 'Trash' => 'Çöp', +]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php new file mode 100644 index 0000000..4f8a104 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => 'Чернець', + 'Inbox' => 'Папця', + 'Messages' => 'Повідомлень', + 'Outbox' => 'Вихідний', + 'Settings' => 'Налаштування', + 'Spam' => 'Спам', + 'Trash' => 'Кошик', +]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php new file mode 100644 index 0000000..486d821 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -0,0 +1,23 @@ + [ + 'Draft' => '草稿', + 'Inbox' => '收件箱', + 'Messages' => '消息', + 'Outbox' => '发件箱', + 'Settings' => '设置', + 'Spam' => '垃圾邮件', + 'Trash' => '垃圾', +]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index de40f4d..647d0eb 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -14,12 +14,15 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'الجميع', - 'AverageAmount' => 'متوسط كمية', - 'BCC' => 'BCC', + 'AverageAmount' => 'avg. مقدار', + 'BCC' => 'bcc', 'CC' => 'نسخة', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'تاريخ', 'Delete' => 'حذف', - 'Draft' => 'مشروع', + 'Draft' => 'مسودة', + 'Email' => '#VALUE!', 'From' => 'من', 'Inbox' => 'صندوق الوارد', 'Interval' => 'فترة', @@ -27,19 +30,19 @@ return ['Messages' => [ 'Messages' => 'رسائل', 'Month' => 'شهر', 'New' => 'جديد', - 'Outbox' => 'صندوق الحفظ', - 'Received' => 'الواردة', + 'Outbox' => 'صادف', + 'Received' => 'تم الاستلام', 'Save' => 'يحفظ', 'Select' => 'يختار', 'Sent' => 'أرسلت', 'Spam' => 'رسائل إلكترونية مزعجة', 'Statistics' => 'إحصائيات', 'Status' => 'حالة', - 'Subject' => 'موضوعات', + 'Subject' => 'موضوع', 'Tag' => 'بطاقة شعار', - 'To' => 'إلى', + 'To' => 'ل', 'Today' => 'اليوم', 'Trash' => 'نفاية', 'Week' => 'أسبوع', - 'Year' => 'سنة', + 'Year' => 'عام', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index f215f2b..2966dd6 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -14,25 +14,28 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Všechno', - 'AverageAmount' => 'Avg. Množství', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'AVG. Množství', + 'BCC' => 'Bcc.', + 'CC' => 'Cc.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'datum', 'Delete' => 'Vymazat', 'Draft' => 'Návrh', + 'Email' => '#VALUE!', 'From' => 'Z', 'Inbox' => 'Doručená pošta', 'Interval' => 'Interval', - 'Mailboxes' => 'Schránky', - 'Messages' => 'zprávy', + 'Mailboxes' => 'Poštovní schránky', + 'Messages' => 'Zprávy', 'Month' => 'Měsíc', 'New' => 'Nový', - 'Outbox' => 'K odeslání', - 'Received' => 'obdržené', + 'Outbox' => 'Kobox', + 'Received' => 'Obdržený', 'Save' => 'Uložit', 'Select' => 'Vybrat', - 'Sent' => 'odesláno', - 'Spam' => 'Spam', + 'Sent' => 'Poslaný', + 'Spam' => 'Spam.', 'Statistics' => 'Statistika', 'Status' => 'Postavení', 'Subject' => 'Předmět', diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 8a89d62..872d070 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -14,16 +14,19 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Alle', - 'AverageAmount' => 'Gennemsnitlig. Beløb', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'Avg. Beløb', + 'BCC' => 'BCC.', + 'CC' => 'Cc.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Dato', - 'Delete' => 'Slet', - 'Draft' => 'Udkast', + 'Delete' => 'Delete.', + 'Draft' => 'Draft.', + 'Email' => '#VALUE!', 'From' => 'Fra', 'Inbox' => 'Indbakke', 'Interval' => 'Interval', - 'Mailboxes' => 'postkasser', + 'Mailboxes' => 'Postkasser', 'Messages' => 'Beskeder', 'Month' => 'Måned', 'New' => 'Ny', @@ -34,9 +37,9 @@ return ['Messages' => [ 'Sent' => 'Sendt', 'Spam' => 'Spam', 'Statistics' => 'Statistikker', - 'Status' => 'status', + 'Status' => 'Status.', 'Subject' => 'Emne', - 'Tag' => 'tag', + 'Tag' => 'Tag.', 'To' => 'Til', 'Today' => 'I dag', 'Trash' => 'Affald', diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index d56fd53..f3fcf99 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,33 +13,36 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => '', - 'AverageAmount' => '', - 'BCC' => '', - 'CC' => '', - 'Date' => '', - 'Delete' => '', - 'Draft' => '', - 'From' => '', - 'Inbox' => '', - 'Interval' => '', - 'Mailboxes' => '', - 'Messages' => '', - 'Month' => '', - 'New' => '', - 'Outbox' => '', - 'Received' => '', - 'Save' => '', - 'Select' => '', - 'Sent' => '', - 'Spam' => '', - 'Statistics' => '', - 'Status' => '', - 'Subject' => '', - 'Tag' => '', - 'To' => '', - 'Today' => '', - 'Trash' => '', - 'Week' => '', - 'Year' => '', + 'All' => 'Alle', + 'AverageAmount' => 'Durchschn. Höhe', + 'BCC' => 'Bcc.', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', + 'Date' => 'Datum', + 'Delete' => 'Löschen', + 'Draft' => 'Entwurf', + 'Email' => '#VALUE!', + 'From' => 'Von', + 'Inbox' => 'Inbox', + 'Interval' => 'Intervall', + 'Mailboxes' => 'Postfächer', + 'Messages' => 'Mitteilungen', + 'Month' => 'Monat', + 'New' => 'Neu', + 'Outbox' => 'Postausgang', + 'Received' => 'Erhalten', + 'Save' => 'Speichern', + 'Select' => 'Wählen', + 'Sent' => 'Gesendet', + 'Spam' => 'Spam', + 'Statistics' => 'Statistiken', + 'Status' => 'Status', + 'Subject' => 'Gegenstand', + 'Tag' => 'Schild', + 'To' => 'Zu', + 'Today' => 'Heute', + 'Trash' => 'Müll', + 'Week' => 'Woche', + 'Year' => 'Jahr', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index 246331d..ee8c0fc 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -14,22 +14,25 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Ολα', - 'AverageAmount' => 'Μέση. Ποσό', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'Avg. Ποσό', + 'BCC' => 'Bcc', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Ημερομηνία', 'Delete' => 'Διαγράφω', 'Draft' => 'Προσχέδιο', + 'Email' => '#VALUE!', 'From' => 'Από', 'Inbox' => 'Inbox', 'Interval' => 'Διάστημα', - 'Mailboxes' => 'γραμματοκιβώτια', + 'Mailboxes' => 'Γραμματοκιβώτια', 'Messages' => 'Μηνύματα', 'Month' => 'Μήνας', 'New' => 'Νέος', - 'Outbox' => 'Εξερχόμενα', - 'Received' => 'Ελήφθη', - 'Save' => 'Αποθηκεύσετε', + 'Outbox' => 'Εξερχομένων', + 'Received' => 'Έλαβε', + 'Save' => 'Σώσει', 'Select' => 'Επιλέγω', 'Sent' => 'Απεσταλμένα', 'Spam' => 'Ανεπιθυμητη αλληλογραφια', @@ -37,7 +40,7 @@ return ['Messages' => [ 'Status' => 'Κατάσταση', 'Subject' => 'Θέμα', 'Tag' => 'Ετικέτα', - 'To' => 'Προς την', + 'To' => 'Προς το', 'Today' => 'Σήμερα', 'Trash' => 'Σκουπίδια', 'Week' => 'Εβδομάδα', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 2ca4202..19897be 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -17,9 +17,12 @@ return ['Messages' => [ 'AverageAmount' => 'Avg. Amount', 'BCC' => 'BCC', 'CC' => 'CC', + 'Channels' => '', + 'Chat' => '', 'Date' => 'Date', 'Delete' => 'Delete', 'Draft' => 'Draft', + 'Email' => '', 'From' => 'From', 'Inbox' => 'Inbox', 'Interval' => 'Interval', diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index 5bbcab0..f468033 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -13,23 +13,26 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'Todos', - 'AverageAmount' => 'Avg. Cantidad', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'All' => 'Todo', + 'AverageAmount' => 'AVG. Monto', + 'BCC' => 'Bcc', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Fecha', 'Delete' => 'Borrar', 'Draft' => 'Sequía', + 'Email' => '#VALUE!', 'From' => 'Desde', 'Inbox' => 'Bandeja de entrada', 'Interval' => 'Intervalo', - 'Mailboxes' => 'buzones', - 'Messages' => 'mensajes', + 'Mailboxes' => 'Buzones', + 'Messages' => 'Mensajes', 'Month' => 'Mes', 'New' => 'Nuevo', 'Outbox' => 'Bandeja de salida', 'Received' => 'Recibió', - 'Save' => 'Salvar', + 'Save' => 'Ahorrar', 'Select' => 'Seleccione', 'Sent' => 'Enviado', 'Spam' => 'Correo no deseado', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index e08e6c8..615ae91 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -14,32 +14,35 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Kaikki', - 'AverageAmount' => 'Keskim. Määrä', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'Avg. Määrä', + 'BCC' => 'Bcc', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Päivämäärä', 'Delete' => 'Poistaa', 'Draft' => 'Luonnos', - 'From' => 'alkaen', - 'Inbox' => 'Saapuneet', - 'Interval' => 'intervalli', - 'Mailboxes' => 'postilaatikot', - 'Messages' => 'viestien', + 'Email' => '#VALUE!', + 'From' => 'Peräkkäin', + 'Inbox' => 'Postilaatikko', + 'Interval' => 'Aikaväli', + 'Mailboxes' => 'Postilaatikot', + 'Messages' => 'Viestit', 'Month' => 'Kuukausi', 'New' => 'Uusi', - 'Outbox' => 'Lähtevät', + 'Outbox' => 'Ulkona', 'Received' => 'Otettu vastaan', 'Save' => 'Tallentaa', - 'Select' => 'valita', - 'Sent' => 'Lähetetyt', - 'Spam' => 'roskapostin', - 'Statistics' => 'tilasto', + 'Select' => 'Valitse', + 'Sent' => 'Lähetetty', + 'Spam' => 'Roskapostia', + 'Statistics' => 'Tilastot', 'Status' => 'Tila', - 'Subject' => 'aihe', + 'Subject' => 'Aihe', 'Tag' => 'Tag', - 'To' => 'jotta', + 'To' => 'Jllek', 'Today' => 'Tänään', - 'Trash' => 'roska', + 'Trash' => 'Roska', 'Week' => 'Viikko', - 'Year' => 'vuosi', + 'Year' => 'Vuosi', ]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 32a974d..492b47c 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -14,20 +14,23 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Tout', - 'AverageAmount' => 'Moy. Quantité', + 'AverageAmount' => 'Avg. Quantité', 'BCC' => 'BCC', - 'CC' => 'CC', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Date', - 'Delete' => 'Effacer', + 'Delete' => 'Supprimer', 'Draft' => 'Brouillon', - 'From' => 'De', - 'Inbox' => 'boîte de réception', + 'Email' => '#VALUE!', + 'From' => 'À partir de', + 'Inbox' => 'Boîte de réception', 'Interval' => 'Intervalle', 'Mailboxes' => 'Boîtes aux lettres', 'Messages' => 'messages', 'Month' => 'Mois', - 'New' => 'Nouveau', - 'Outbox' => 'Outbox', + 'New' => 'Nouvelle', + 'Outbox' => 'Boîte d\\'accueil', 'Received' => 'A reçu', 'Save' => 'Sauvegarder', 'Select' => 'Sélectionner', @@ -38,8 +41,8 @@ return ['Messages' => [ 'Subject' => 'Sujet', 'Tag' => 'Étiqueter', 'To' => 'À', - 'Today' => 'Aujourd\'hui', - 'Trash' => 'Déchets', - 'Week' => 'Semaine', + 'Today' => 'Aujourd\\'hui', + 'Trash' => 'Poubelle', + 'Week' => 'La semaine', 'Year' => 'An', ]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 4009e37..86888a3 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -13,26 +13,29 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'Összes', - 'AverageAmount' => 'Átl. Összeg', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'All' => 'Minden', + 'AverageAmount' => 'AVG. Összeg', + 'BCC' => 'Bcc', + 'CC' => 'Kb', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Dátum', 'Delete' => 'Töröl', - 'Draft' => 'vázlat', + 'Draft' => 'Tervezet', + 'Email' => '#VALUE!', 'From' => 'Tól től', - 'Inbox' => 'Bejövő', + 'Inbox' => 'Postafiók', 'Interval' => 'Intervallum', - 'Mailboxes' => 'postaládák', + 'Mailboxes' => 'Postafiókok', 'Messages' => 'üzenetek', 'Month' => 'Hónap', 'New' => 'Új', - 'Outbox' => 'Kimenő üzenetek', - 'Received' => 'kapott', - 'Save' => 'Mentés', - 'Select' => 'választ', + 'Outbox' => 'Outbox', + 'Received' => 'Kapott', + 'Save' => 'Megment', + 'Select' => 'Kiválaszt', 'Sent' => 'Küldött', - 'Spam' => 'Levélszemét', + 'Spam' => 'Spam', 'Statistics' => 'Statisztika', 'Status' => 'Állapot', 'Subject' => 'Tantárgy', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index e9800bd..2952420 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -13,31 +13,34 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'Tutti', + 'All' => 'Tutto', 'AverageAmount' => 'Avg. Quantità', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'BCC' => 'BCC.', + 'CC' => 'Cc.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Data', - 'Delete' => 'Elimina', - 'Draft' => 'Bozza', + 'Delete' => 'Eliminare', + 'Draft' => 'Brutta copia', + 'Email' => '#VALUE!', 'From' => 'A partire dal', 'Inbox' => 'Posta in arrivo', 'Interval' => 'Intervallo', - 'Mailboxes' => 'Caselle di posta', - 'Messages' => 'messaggi', + 'Mailboxes' => 'Cassette postali', + 'Messages' => 'Messaggi', 'Month' => 'Mese', 'New' => 'Nuovo', 'Outbox' => 'In uscita', - 'Received' => 'ricevuto', + 'Received' => 'Ricevuto', 'Save' => 'Salva', 'Select' => 'Selezionare', - 'Sent' => 'Inviato', + 'Sent' => 'Spedito', 'Spam' => 'Spam', - 'Statistics' => 'statistica', + 'Statistics' => 'Statistiche', 'Status' => 'Stato', - 'Subject' => 'Soggetto', + 'Subject' => 'Materia', 'Tag' => 'Etichetta', - 'To' => 'Per', + 'To' => 'a', 'Today' => 'Oggi', 'Trash' => 'Spazzatura', 'Week' => 'Settimana', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index fd2f906..59906db 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -13,33 +13,36 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'すべて', - 'AverageAmount' => '平均。量', - 'BCC' => 'BCC', + 'All' => '全て', + 'AverageAmount' => '平均。額', + 'BCC' => 'BCC.', 'CC' => 'CC', - 'Date' => '日付', - 'Delete' => '[削除]', - 'Draft' => 'ドラフト', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', + 'Date' => '日にち', + 'Delete' => '消去', + 'Draft' => '下書き', + 'Email' => '#VALUE!', 'From' => 'から', - 'Inbox' => '受信トレイ', + 'Inbox' => '受話器', 'Interval' => '間隔', 'Mailboxes' => 'メールボックス', 'Messages' => 'メッセージ', 'Month' => '月', - 'New' => '新着', - 'Outbox' => '送信トレイ', - 'Received' => '受け', - 'Save' => 'セーブ', + 'New' => '新しい', + 'Outbox' => 'boxbox', + 'Received' => '受け取った', + 'Save' => '保存する', 'Select' => '選択する', - 'Sent' => '送信されました', + 'Sent' => '送信済', 'Spam' => 'スパム', - 'Statistics' => '統計', + 'Statistics' => '統計学', 'Status' => '状態', 'Subject' => '主題', 'Tag' => '鬼ごっこ', 'To' => 'に', 'Today' => '今日', - 'Trash' => 'ゴミ', - 'Week' => '週間', + 'Trash' => 'ごみ', + 'Week' => '週', 'Year' => '年', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index 2c0eb2f..751078a 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -14,32 +14,35 @@ declare(strict_types=1); return ['Messages' => [ 'All' => '모두', - 'AverageAmount' => '부근에 있습니다. 양', - 'BCC' => 'BCC', - 'CC' => 'CC', - 'Date' => '데이트', - 'Delete' => '지우다', + 'AverageAmount' => '평균 양', + 'BCC' => '바닥', + 'CC' => 'CC.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', + 'Date' => '날짜', + 'Delete' => '삭제', 'Draft' => '초안', + 'Email' => '#VALUE!', 'From' => '에서', 'Inbox' => '받은 편지함', 'Interval' => '간격', 'Mailboxes' => '사서함', 'Messages' => '메시지', - 'Month' => '달', + 'Month' => '월', 'New' => '새로운', - 'Outbox' => '보낼 편지함', - 'Received' => '수신', - 'Save' => '저장', - 'Select' => '고르다', - 'Sent' => '전송', + 'Outbox' => '봉인함', + 'Received' => '받았다', + 'Save' => '구하다', + 'Select' => '선택하다', + 'Sent' => '전송 된', 'Spam' => '스팸', 'Statistics' => '통계', 'Status' => '상태', - 'Subject' => '제목', + 'Subject' => '주제', 'Tag' => '꼬리표', - 'To' => '에', + 'To' => '에게', 'Today' => '오늘', - 'Trash' => '폐물', + 'Trash' => '쓰레기', 'Week' => '주', - 'Year' => '년', + 'Year' => '년도', ]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 207a3d4..f02f72b 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -15,24 +15,27 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Alle', 'AverageAmount' => 'Nr. Beløp', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'BCC' => 'BCC.', + 'CC' => 'CC.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Dato', 'Delete' => 'Slett', - 'Draft' => 'utkast', + 'Draft' => 'Utkast til', + 'Email' => '#VALUE!', 'From' => 'Fra', 'Inbox' => 'Innboks', - 'Interval' => 'intervall', - 'Mailboxes' => 'postkasser', - 'Messages' => 'meldinger', + 'Interval' => 'Intervall', + 'Mailboxes' => 'Postkasser', + 'Messages' => 'Meldinger', 'Month' => 'Måned', 'New' => 'Ny', - 'Outbox' => 'utboks', + 'Outbox' => 'Utboks', 'Received' => 'Mottatt', 'Save' => 'Lagre', - 'Select' => 'Å velge', + 'Select' => 'Plukke ut', 'Sent' => 'Sendt', - 'Spam' => 'spam', + 'Spam' => 'Spam', 'Statistics' => 'Statistikk', 'Status' => 'Status', 'Subject' => 'Emne', diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index 0141322..96e497c 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -13,32 +13,35 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'Wszystko', - 'AverageAmount' => 'Średnia. Ilość', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'All' => 'Wszystkie', + 'AverageAmount' => 'AVG. Kwota', + 'BCC' => 'Bcc.', + 'CC' => 'Cc.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Data', 'Delete' => 'Kasować', - 'Draft' => 'Wersja robocza', - 'From' => 'Od', + 'Draft' => 'Projekt', + 'Email' => '#VALUE!', + 'From' => 'Z', 'Inbox' => 'W pudełku', 'Interval' => 'Interwał', - 'Mailboxes' => 'Skrzynki pocztowe', - 'Messages' => 'wiadomości', + 'Mailboxes' => 'Skrzynki pocztowe.', + 'Messages' => 'Wiadomości', 'Month' => 'Miesiąc', 'New' => 'Nowy', 'Outbox' => 'Skrzynka nadawcza', - 'Received' => 'Odebrane', + 'Received' => 'Otrzymane', 'Save' => 'Zapisać', - 'Select' => 'Wybierz', - 'Sent' => 'wysłany', + 'Select' => 'Wybierać', + 'Sent' => 'Wysłano', 'Spam' => 'spam', 'Statistics' => 'Statystyka', 'Status' => 'Status', 'Subject' => 'Przedmiot', 'Tag' => 'Etykietka', 'To' => 'Do', - 'Today' => 'Dzisiaj', + 'Today' => 'Dziś', 'Trash' => 'Śmieci', 'Week' => 'Tydzień', 'Year' => 'Rok', diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 5dcb93a..34f8552 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -13,25 +13,28 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'Todo', - 'AverageAmount' => 'AVG. Quantia', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'All' => 'Tudo', + 'AverageAmount' => 'Avg. Montante', + 'BCC' => 'BCC.', + 'CC' => 'Cc.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Encontro', 'Delete' => 'Excluir', 'Draft' => 'Rascunho', + 'Email' => '#VALUE!', 'From' => 'A partir de', 'Inbox' => 'Caixa de entrada', 'Interval' => 'Intervalo', - 'Mailboxes' => 'caixas de correio', - 'Messages' => 'mensagens', + 'Mailboxes' => 'Caixas de correio', + 'Messages' => 'Mensagens', 'Month' => 'Mês', 'New' => 'Novo', 'Outbox' => 'Caixa de fora', 'Received' => 'Recebido', 'Save' => 'Salve ', - 'Select' => 'selecionar', - 'Sent' => 'Enviado', + 'Select' => 'Selecione.', + 'Sent' => 'Enviei', 'Spam' => 'Spam', 'Statistics' => 'Estatisticas', 'Status' => 'Status', diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index a01d675..04905d2 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -14,15 +14,18 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Все', - 'AverageAmount' => 'Avg. Количество', - 'BCC' => 'BCC', + 'AverageAmount' => 'Авг. Количество', + 'BCC' => 'BCC.', 'CC' => 'CC', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Дата', 'Delete' => 'Удалить', - 'Draft' => 'Проект', - 'From' => 'Из', - 'Inbox' => 'входящие', - 'Interval' => 'интервал', + 'Draft' => 'Черновик', + 'Email' => '#VALUE!', + 'From' => 'От', + 'Inbox' => 'Входящие', + 'Interval' => 'Интервал', 'Mailboxes' => 'Почтовые ящики', 'Messages' => 'Сообщения', 'Month' => 'Месяц', @@ -31,10 +34,10 @@ return ['Messages' => [ 'Received' => 'Получила', 'Save' => 'Сохранять', 'Select' => 'Выбирать', - 'Sent' => 'Отправлено', + 'Sent' => 'Отправил', 'Spam' => 'Спам', 'Statistics' => 'Статистика', - 'Status' => 'Положение дел', + 'Status' => 'Статус', 'Subject' => 'Предмет', 'Tag' => 'Тег', 'To' => 'К', diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 04ef386..e5e973a 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -15,24 +15,27 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Allt', 'AverageAmount' => 'Avg. Belopp', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'BCC' => 'Bcc', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Datum', 'Delete' => 'Radera', 'Draft' => 'Förslag', + 'Email' => '#VALUE!', 'From' => 'Från', 'Inbox' => 'Inkorg', 'Interval' => 'Intervall', - 'Mailboxes' => 'brevlådor', - 'Messages' => 'meddelanden', + 'Mailboxes' => 'Brevlådor', + 'Messages' => 'Budskap', 'Month' => 'Månad', 'New' => 'Ny', 'Outbox' => 'Utkorg', 'Received' => 'Mottagen', 'Save' => 'Spara', 'Select' => 'Välj', - 'Sent' => 'sände', - 'Spam' => 'spam', + 'Sent' => 'Skickad', + 'Spam' => 'Spam', 'Statistics' => 'Statistik', 'Status' => 'Status', 'Subject' => 'Ämne', diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index d08f9c3..6b23d78 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -14,31 +14,34 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'ทั้งหมด', - 'AverageAmount' => 'เฉลี่ย จำนวน', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'avg จำนวน', + 'BCC' => 'bcc', + 'CC' => 'cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'วันที่', 'Delete' => 'ลบ', 'Draft' => 'ร่าง', + 'Email' => '#VALUE!', 'From' => 'จาก', - 'Inbox' => 'กล่องขาเข้า', - 'Interval' => 'ระยะห่าง', + 'Inbox' => 'กล่องจดหมาย', + 'Interval' => 'ช่วงเวลา', 'Mailboxes' => 'กล่องจดหมาย', 'Messages' => 'ข้อความ', 'Month' => 'เดือน', 'New' => 'ใหม่', 'Outbox' => 'กล่องขาออก', - 'Received' => 'ที่ได้รับ', + 'Received' => 'ได้รับ', 'Save' => 'บันทึก', 'Select' => 'เลือก', - 'Sent' => 'ส่ง', + 'Sent' => 'ส่งแล้ว', 'Spam' => 'สแปม', 'Statistics' => 'สถิติ', 'Status' => 'สถานะ', 'Subject' => 'เรื่อง', 'Tag' => 'แท็ก', 'To' => 'ถึง', - 'Today' => 'ในวันนี้', + 'Today' => 'วันนี้', 'Trash' => 'ขยะ', 'Week' => 'สัปดาห์', 'Year' => 'ปี', diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index ddc2ba8..b4d0be3 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -14,30 +14,33 @@ declare(strict_types=1); return ['Messages' => [ 'All' => 'Herşey', - 'AverageAmount' => 'Ort. Miktar', + 'AverageAmount' => 'Avg. Miktar', 'BCC' => 'BCC', - 'CC' => 'CC', - 'Date' => 'tarih', - 'Delete' => 'Sil', - 'Draft' => 'taslak', - 'From' => 'itibaren', + 'CC' => 'Cc', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', + 'Date' => 'Tarih', + 'Delete' => 'Silmek', + 'Draft' => 'Taslak', + 'Email' => '#VALUE!', + 'From' => 'İtibaren', 'Inbox' => 'Gelen kutusu', 'Interval' => 'Aralık', 'Mailboxes' => 'Posta kutuları', - 'Messages' => 'Mesajlar', + 'Messages' => 'Mesaj', 'Month' => 'Ay', 'New' => 'Yeni', - 'Outbox' => 'üstün gelmek', + 'Outbox' => 'Giden kutusu', 'Received' => 'Alınan', 'Save' => 'Kayıt etmek', - 'Select' => 'seçmek', - 'Sent' => 'Gönderilen', + 'Select' => 'Seçme', + 'Sent' => 'Gönderilmiş', 'Spam' => 'İstenmeyen e', 'Statistics' => 'İstatistik', - 'Status' => 'durum', - 'Subject' => 'konu', + 'Status' => 'Durum', + 'Subject' => 'Ders', 'Tag' => 'Etiket', - 'To' => 'için', + 'To' => 'İle', 'Today' => 'Bugün', 'Trash' => 'Çöp', 'Week' => 'Hafta', diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 0c89ffd..3567f05 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -13,33 +13,36 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'всі', - 'AverageAmount' => 'Avg. сума', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'All' => 'Все', + 'AverageAmount' => 'AVG. Сума', + 'BCC' => 'Відбув', + 'CC' => 'Ст', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => 'Дата', - 'Delete' => 'видалити', - 'Draft' => 'проект', - 'From' => 'від', - 'Inbox' => 'що входять', - 'Interval' => 'інтервал', - 'Mailboxes' => 'поштові скриньки', - 'Messages' => 'повідомлення', - 'Month' => 'місяць', - 'New' => 'новий', - 'Outbox' => 'вихідні', - 'Received' => 'отримано', - 'Save' => 'зберегти', - 'Select' => 'вибрати', + 'Delete' => 'Видаляти', + 'Draft' => 'Чернець', + 'Email' => '#VALUE!', + 'From' => 'Від', + 'Inbox' => 'Папця', + 'Interval' => 'Інтервал', + 'Mailboxes' => 'Поштові скриньки', + 'Messages' => 'Повідомлень', + 'Month' => 'Місяць', + 'New' => 'Новий', + 'Outbox' => 'Вихідний', + 'Received' => 'Отриманий', + 'Save' => 'Урятувати', + 'Select' => 'Вибирати', 'Sent' => 'Надісланий', - 'Spam' => 'спам', - 'Statistics' => 'статистика', - 'Status' => 'статус', - 'Subject' => 'предмет', - 'Tag' => 'тег', - 'To' => 'до', - 'Today' => 'сьогодні', - 'Trash' => 'погань', - 'Week' => 'тиждень', - 'Year' => 'рік', + 'Spam' => 'Спам', + 'Statistics' => 'Статистика', + 'Status' => 'Статус', + 'Subject' => 'Предмет', + 'Tag' => 'Тег', + 'To' => 'До', + 'Today' => 'Сьогодні', + 'Trash' => 'Кошик', + 'Week' => 'Тиждень', + 'Year' => 'Рік', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index b96f2d3..07b831d 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -14,12 +14,15 @@ declare(strict_types=1); return ['Messages' => [ 'All' => '全部', - 'AverageAmount' => '平均。数量', - 'BCC' => 'BCC', - 'CC' => 'CC', + 'AverageAmount' => 'Avg。数量', + 'BCC' => 'BCC.', + 'CC' => 'CC.', + 'Channels' => '#VALUE!', + 'Chat' => '#VALUE!', 'Date' => '日期', 'Delete' => '删除', 'Draft' => '草稿', + 'Email' => '#VALUE!', 'From' => '从', 'Inbox' => '收件箱', 'Interval' => '间隔', @@ -29,13 +32,13 @@ return ['Messages' => [ 'New' => '新的', 'Outbox' => '发件箱', 'Received' => '已收到', - 'Save' => '救', + 'Save' => '保存', 'Select' => '选择', 'Sent' => '发送', 'Spam' => '垃圾邮件', 'Statistics' => '统计数据', - 'Status' => '状态', - 'Subject' => '学科', + 'Status' => '地位', + 'Subject' => '主题', 'Tag' => '标签', 'To' => '到', 'Today' => '今天',