diff --git a/app/controllers/web/my-account/validate-alias.js b/app/controllers/web/my-account/validate-alias.js index 986b2c15e..9cf4c0222 100644 --- a/app/controllers/web/my-account/validate-alias.js +++ b/app/controllers/web/my-account/validate-alias.js @@ -25,6 +25,14 @@ const config = require('#config'); // const REGEX_BYTES = new RE2(/^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i); +const VACATION_FIELDS = [ + 'vacation_responder_is_enabled', + 'vacation_responder_start_date', + 'vacation_responder_end_date', + 'vacation_responder_subject', + 'vacation_responder_message' +]; + // eslint-disable-next-line complexity function validateAlias(ctx, next) { const body = _.pick(ctx.request.body, [ @@ -196,16 +204,20 @@ function validateAlias(ctx, next) { // vacation responder if ( - [ - 'vacation_responder_is_enabled', - 'vacation_responder_start_date', - 'vacation_responder_end_date', - 'vacation_responder_subject', - 'vacation_responder_message' - ].some((field) => typeof ctx.request.body[field] !== 'undefined') + VACATION_FIELDS.some( + (field) => typeof ctx.request.body[field] !== 'undefined' + ) ) { // if domain was global then throw error - if (ctx?.state?.domain?.is_global) + if ( + ctx?.state?.domain?.is_global && + (boolean(ctx?.request?.body?.vacation_responder_is_enabled) || + VACATION_FIELDS.some( + (field) => + typeof ctx.request.body[field] === 'string' && + ctx.request.body[field] !== '' + )) + ) return ctx.throw( Boom.badRequest( ctx.translateError('VACATION_RESPONDER_NOT_SUPPORTED_ON_GLOBAL') diff --git a/locales/ar.json b/locales/ar.json index a35deca31..fc0e85a87 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "نحن نرسل فقط عندما تحدث أخطاء رمز الحالة >= 500 (عندما تفشل محاولة إعادة توجيه رسائل البريد الإلكتروني، على سبيل المثال، يستجيب Gmail بخطأ المستوى 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "نحن نرسل مرة واحدة فقط (نستخدم مفتاح بصمة الارتداد المحسوب ونخزنه في ذاكرة التخزين المؤقت لمنع إرسال التكرارات). بصمة الارتداد هي مفتاح يمثل بصمة الرسالة مقترنة بتجزئة عنوان الارتداد ورمز الخطأ الخاص به). راجع القسم الخاص بـ", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "يتم إضافة ذلك لكل مستلم في وقت IMAP و/أو إعادة التوجيه المقنع (لحماية الخصوصية).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "هو عنوان نضيفه إلى الرسائل لاستكشاف أخطائها مع المستلم الأصلي (قبل إعادة التوجيه المقنع) للرسالة." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "هو عنوان نضيفه إلى الرسائل لاستكشاف أخطائها مع المستلم الأصلي (قبل إعادة التوجيه المقنع) للرسالة.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "نحن نقبل Visa وMastercard وAmerican Express وDiscover وDiners Club وJCB وChina UnionPay وAlipay وApple Pay وGoogle Pay وAmazon Pay وCash App وLink وBancontact وEPS وgiropay وiDEAL وPrzelewy24 وSofort وAffirm وAfterpay / Clearpay وKlarna وSEPA Direct Debit والخصومات الكندية المصرح بها مسبقًا وACH Direct Debit والتحويل المصرفي.", + "Vacation Responder Enabled": "تم تمكين خدمة الرد التلقائي", + "Vacation Responder Start Date": "تاريخ بدء الاستجابة للإجازة", + "Vacation Responder End Date": "تاريخ انتهاء صلاحية الرد التلقائي", + "Vacation Responder Subject": "موضوع الرد على الإجازة", + "Vacation Responder Message": "رسالة الرد على الإجازة" } \ No newline at end of file diff --git a/locales/cs.json b/locales/cs.json index 6d651070e..6d0088096 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Odesíláme pouze tehdy, když dojde k >= 500 chybám stavového kódu (když se e-maily, které se pokusily přeposlat, selhaly, např. Gmail odpoví chybou 500 úrovně).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Odesíláme pouze jednou a pouze jednou (používáme vypočítaný klíč otisku prstu a ukládáme jej do mezipaměti, abychom zabránili odesílání duplikátů). Otisk vráceného otisku je klíč, který je otiskem zprávy kombinovaným s hash adresy vracení a jejího chybového kódu). Viz část o", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Toto je přidáno na základě jednotlivých příjemců v době IMAP a/nebo maskovaného přeposílání (za účelem ochrany soukromí).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "je hlavička, kterou přidáváme do zpráv pro ladění s původním příjemcem (před maskovaným přeposláním) zprávy." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "je hlavička, kterou přidáváme do zpráv pro ladění s původním příjemcem (před maskovaným přeposláním) zprávy.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Přijímáme karty Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA inkaso, kanadská předautorizovaná debetní platba, ACH inkaso a bankovní převod.", + "Vacation Responder Enabled": "Prázdný odpovídač povolen", + "Vacation Responder Start Date": "Datum zahájení prázdninového odpovídače", + "Vacation Responder End Date": "Datum ukončení prázdninové odpovědi", + "Vacation Responder Subject": "Předmět prázdninového odpovídače", + "Vacation Responder Message": "Zpráva odpovídače na dovolenou" } \ No newline at end of file diff --git a/locales/da.json b/locales/da.json index 0e04709f1..fabc835df 100644 --- a/locales/da.json +++ b/locales/da.json @@ -7687,5 +7687,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Vi sender kun, når der opstår >= 500 statuskodefejl (når e-mails, der er forsøgt videresendt, er mislykkedes, f.eks. svarer Gmail med en fejl på 500 niveauer).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Vi sender kun én gang og kun én gang (vi bruger en beregnet afvisningsfingeraftryksnøgle og gemmer den i cachen for at forhindre afsendelse af dubletter). Afvisningsfingeraftrykket er en nøgle, der er beskedens fingeraftryk kombineret med en hash af afvisningsadressen og dens fejlkode). Se afsnittet vedr", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Dette tilføjes pr. modtager på tidspunktet for IMAP og/eller maskeret videresendelse (for at beskytte privatlivets fred).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "er en header, vi tilføjer til beskeder til fejlretning med den oprindelige modtager (før maskeret videresendelse) for beskeden." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "er en header, vi tilføjer til beskeder til fejlretning med den oprindelige modtager (før maskeret videresendelse) for beskeden.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Vi accepterer Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, canadisk forhåndsautoriseret debitering, ACH Direct Debit og Bankoverførsel.", + "Vacation Responder Enabled": "Feriesvar er aktiveret", + "Vacation Responder Start Date": "Startdato for feriesvar", + "Vacation Responder End Date": "Slutdato for feriesvar", + "Vacation Responder Subject": "Emne for feriesvar", + "Vacation Responder Message": "Feriesvarsmeddelelse" } \ No newline at end of file diff --git a/locales/de.json b/locales/de.json index 16ac8a2fd..b8e08eb7a 100644 --- a/locales/de.json +++ b/locales/de.json @@ -9723,5 +9723,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Wir senden nur, wenn Statuscodefehler >= 500 auftreten (wenn der Versuch, E-Mails weiterzuleiten, fehlgeschlagen ist, z. B. antwortet Gmail mit einem Fehler der Stufe 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Wir senden nur einmal und nur einmal (wir verwenden einen berechneten Bounce-Fingerabdruckschlüssel und speichern ihn im Cache, um das Senden von Duplikaten zu verhindern). Der Bounce-Fingerabdruck ist ein Schlüssel, der den Fingerabdruck der Nachricht kombiniert mit einem Hash der Bounce-Adresse und ihrem Fehlercode darstellt). Siehe den Abschnitt über", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Dies wird zum Zeitpunkt der IMAP- und/oder maskierten Weiterleitung (zum Schutz der Privatsphäre) pro Empfänger hinzugefügt.", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "ist ein Header, den wir Nachrichten zum Debuggen mit dem ursprünglichen Empfänger (vor der maskierten Weiterleitung) der Nachricht hinzufügen." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "ist ein Header, den wir Nachrichten zum Debuggen mit dem ursprünglichen Empfänger (vor der maskierten Weiterleitung) der Nachricht hinzufügen.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Wir akzeptieren Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA-Lastschrift, kanadische Lastschriftmandate, ACH-Lastschrift und Banküberweisung.", + "Vacation Responder Enabled": "Abwesenheitsnotiz aktiviert", + "Vacation Responder Start Date": "Startdatum der Urlaubsantwort", + "Vacation Responder End Date": "Enddatum der Abwesenheitsnotiz", + "Vacation Responder Subject": "Betreff der Abwesenheitsnotiz", + "Vacation Responder Message": "Abwesenheitsnotiz" } \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index dc7b21525..1459d3b61 100644 --- a/locales/en.json +++ b/locales/en.json @@ -6871,5 +6871,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.", + "Vacation responder is not supported on global domains at this time.": "Vacation responder is not supported on global domains at this time.", + "Vacation Responder Enabled": "Vacation Responder Enabled", + "Vacation Responder Start Date": "Vacation Responder Start Date", + "Vacation Responder End Date": "Vacation Responder End Date", + "Vacation Responder Subject": "Vacation Responder Subject", + "Vacation Responder Message": "Vacation Responder Message" } \ No newline at end of file diff --git a/locales/es.json b/locales/es.json index 44e1a3001..a6a982188 100644 --- a/locales/es.json +++ b/locales/es.json @@ -10682,5 +10682,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Solo enviamos cuando ocurren errores de código de estado >= 500 (cuando los correos electrónicos que se intentaron reenviar fallaron, por ejemplo, Gmail responde con un error de nivel 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Solo enviamos una vez y solo una vez (usamos una clave de huella digital de rebote calculada y la almacenamos en caché para evitar enviar duplicados). La huella digital de rebote es una clave que es la huella digital del mensaje combinada con un hash de la dirección de rebote y su código de error). Consulte la sección sobre", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Esto se agrega por destinatario en el momento del reenvío IMAP y/o enmascarado (para proteger la privacidad).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "es un encabezado que agregamos a los mensajes para depurar con el destinatario original (antes del reenvío enmascarado) del mensaje." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "es un encabezado que agregamos a los mensajes para depurar con el destinatario original (antes del reenvío enmascarado) del mensaje.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Aceptamos Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, débito directo SEPA, débitos preautorizados canadienses, débito directo ACH y transferencia bancaria.", + "Vacation Responder Enabled": "Contestador automático de vacaciones habilitado", + "Vacation Responder Start Date": "Fecha de inicio del servicio de respuesta a vacaciones", + "Vacation Responder End Date": "Fecha de finalización del servicio de respuesta de vacaciones", + "Vacation Responder Subject": "Asunto del respondedor de vacaciones", + "Vacation Responder Message": "Mensaje de respuesta de vacaciones" } \ No newline at end of file diff --git a/locales/fi.json b/locales/fi.json index a60d990f2..995983cc4 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -10531,5 +10531,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Lähetämme vain, kun tapahtuu >= 500 tilakoodivirhettä (kun sähköpostien edelleenlähetys on epäonnistunut, esim. Gmail vastaa 500-tason virheellä).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Lähetämme vain kerran ja vain kerran (käytämme laskettua palautussormenjälkiavainta ja tallennamme sen välimuistiin kopioiden lähettämisen estämiseksi). Palautussormenjälki on avain, joka on viestin sormenjälki yhdistettynä palautusosoitteen ja sen virhekoodin tiivisteeseen). Katso osio aiheesta", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Tämä lisätään vastaanottajakohtaisesti IMAP- ja/tai peitetyn edelleenlähetyksen yhteydessä (yksityisyyden suojaamiseksi).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "on otsikko, jonka lisäämme viesteihin virheenkorjausta varten viestin alkuperäisen vastaanottajan kanssa (ennen maskattua edelleenlähetystä)." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "on otsikko, jonka lisäämme viesteihin virheenkorjausta varten viestin alkuperäisen vastaanottajan kanssa (ennen maskattua edelleenlähetystä).", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Hyväksymme Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA-suoraveloitus, Kanadan ennakkovaltuutetut veloitukset, ACH-suoraveloitus ja pankki Siirto.", + "Vacation Responder Enabled": "Lomavastaaja käytössä", + "Vacation Responder Start Date": "Lomavastaajan alkamispäivä", + "Vacation Responder End Date": "Lomavastaajan päättymispäivä", + "Vacation Responder Subject": "Lomavastaajan aihe", + "Vacation Responder Message": "Lomavastaajan viesti" } \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index 7c3e5008d..6fed3f14e 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -8214,5 +8214,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Nous envoyons uniquement lorsque des erreurs de code d'état >= 500 se produisent (lorsque les tentatives de transfert d'e-mails ont échoué, par exemple lorsque Gmail répond avec une erreur de niveau 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Nous n'envoyons qu'une seule fois et une seule fois (nous utilisons une clé d'empreinte digitale de rebond calculée et la stockons dans le cache pour éviter l'envoi de doublons). L'empreinte digitale de rebond est une clé qui est l'empreinte digitale du message combinée à un hachage de l'adresse de rebond et de son code d'erreur). Voir la section sur", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Ceci est ajouté pour chaque destinataire au moment du transfert IMAP et/ou masqué (afin de protéger la confidentialité).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "est un en-tête que nous ajoutons aux messages pour le débogage avec le destinataire d'origine (avant le transfert masqué) du message." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "est un en-tête que nous ajoutons aux messages pour le débogage avec le destinataire d'origine (avant le transfert masqué) du message.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Nous acceptons les cartes Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, le prélèvement automatique SEPA, les débits préautorisés canadiens, le prélèvement automatique ACH et le virement bancaire.", + "Vacation Responder Enabled": "Répondeur de vacances activé", + "Vacation Responder Start Date": "Date de début du répondant de vacances", + "Vacation Responder End Date": "Date de fin du répondant de vacances", + "Vacation Responder Subject": "Sujet de réponse aux vacances", + "Vacation Responder Message": "Message de réponse de vacances" } \ No newline at end of file diff --git a/locales/he.json b/locales/he.json index 16fc6e354..596c2720e 100644 --- a/locales/he.json +++ b/locales/he.json @@ -8710,5 +8710,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "אנו שולחים רק כאשר מתרחשות >= 500 שגיאות קוד סטטוס (כאשר הודעות דוא\"ל שניסו להעבירן נכשלו, למשל Gmail מגיב בשגיאה ברמה של 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "אנו שולחים רק פעם אחת ופעם אחת בלבד (אנו משתמשים במפתח טביעת אצבע יציאה מחושב ומאחסנים אותו במטמון כדי למנוע שליחת כפילויות). טביעת האצבע המקפצת היא מפתח שהוא טביעת האצבע של ההודעה בשילוב עם hash של כתובת ההקפצה וקוד השגיאה שלה). עיין בסעיף בנושא", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "זה מתווסף על בסיס נמען בזמן IMAP ו/או העברת מסיכה (על מנת להגן על הפרטיות).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "היא כותרת שאנו מוסיפים להודעות לצורך ניפוי באגים עם הנמען המקורי (לפני העברת מסיכה) עבור ההודעה." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "היא כותרת שאנו מוסיפים להודעות לצורך ניפוי באגים עם הנמען המקורי (לפני העברת מסיכה) עבור ההודעה.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "אנו מקבלים ויזה, מאסטרקארד, אמריקן אקספרס, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA הוראת קבע, חיובים מורשים מראש בקנדה, הוראת קבע של ACH והעברה בנקאית.", + "Vacation Responder Enabled": "משיב חופשה מופעל", + "Vacation Responder Start Date": "תאריך התחלה של משיב חופשה", + "Vacation Responder End Date": "תאריך סיום משיב חופשה", + "Vacation Responder Subject": "נושא משיב חופשות", + "Vacation Responder Message": "הודעת מענה לחופשה" } \ No newline at end of file diff --git a/locales/hu.json b/locales/hu.json index ba5f9dca0..efa53e6db 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Csak akkor küldünk, ha >= 500 állapotkód hiba történik (ha az e-mailek továbbítása sikertelen volt, például a Gmail 500-as szintű hibával válaszol).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Csak egyszer és csak egyszer küldünk (számított visszapattanó ujjlenyomat-kulcsot használunk, és a gyorsítótárban tároljuk, hogy elkerüljük a duplikátumok küldését). A visszapattanó ujjlenyomat egy olyan kulcs, amely az üzenet ujjlenyomata a visszapattanási cím és a hibakód kivonatával kombinálva). Lásd a következő részt", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Ezt címzettenként adjuk hozzá az IMAP és/vagy a maszkolt továbbítás idején (a magánélet védelme érdekében).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "egy fejléc, amelyet az üzenetekhez adunk az üzenet eredeti címzettjével történő hibakereséshez (a maszkolt továbbítás előtt)." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "egy fejléc, amelyet az üzenetekhez adunk az üzenet eredeti címzettjével történő hibakereséshez (a maszkolt továbbítás előtt).", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Elfogadunk: Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA csoportos beszedési megbízás, kanadai előzetes beszedési megbízás, ACH csoportos beszedési megbízás és bank Átadás.", + "Vacation Responder Enabled": "Vacation Responder engedélyezve", + "Vacation Responder Start Date": "Vacation Responder kezdési dátuma", + "Vacation Responder End Date": "Nyaralás válaszadó befejezési dátuma", + "Vacation Responder Subject": "Vacation Responder Subject", + "Vacation Responder Message": "Vacation Responder üzenete" } \ No newline at end of file diff --git a/locales/id.json b/locales/id.json index 2ffcda072..15559ba2a 100644 --- a/locales/id.json +++ b/locales/id.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Kami hanya mengirim bila terjadi kesalahan kode status >= 500 (bila email yang dicoba diteruskan gagal, misalnya Gmail merespons dengan kesalahan level 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Kami hanya mengirim sekali dan sekali saja (kami menggunakan kunci sidik jari pantulan yang dihitung dan menyimpannya dalam cache untuk mencegah pengiriman duplikat). Sidik jari pantulan adalah kunci yang merupakan sidik jari pesan yang dikombinasikan dengan hash alamat pantulan dan kode kesalahannya). Lihat bagian di", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Ini ditambahkan berdasarkan per penerima pada saat IMAP dan/atau penerusan terselubung (untuk melindungi privasi).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "adalah header yang kami tambahkan ke pesan untuk debugging dengan penerima asli (sebelum penerusan terselubung) untuk pesan tersebut." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "adalah header yang kami tambahkan ke pesan untuk debugging dengan penerima asli (sebelum penerusan terselubung) untuk pesan tersebut.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Kami menerima Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, debit pra-otorisasi Kanada, ACH Direct Debit, dan Transfer Bank.", + "Vacation Responder Enabled": "Penjawab Liburan Diaktifkan", + "Vacation Responder Start Date": "Tanggal Mulai Penjawab Liburan", + "Vacation Responder End Date": "Tanggal Akhir Responden Liburan", + "Vacation Responder Subject": "Subjek Penjawab Liburan", + "Vacation Responder Message": "Pesan Responden Liburan" } \ No newline at end of file diff --git a/locales/it.json b/locales/it.json index 248b3bb64..1c31e6cd1 100644 --- a/locales/it.json +++ b/locales/it.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Inviamo solo quando si verificano errori nel codice di stato >= 500 (quando i tentativi di inoltrare le email non sono riusciti, ad esempio Gmail risponde con un errore di livello 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Inviamo solo una volta e una volta sola (usiamo una chiave di impronta digitale di rimbalzo calcolata e la memorizziamo nella cache per impedire l'invio di duplicati). L'impronta digitale di rimbalzo è una chiave che è l'impronta digitale del messaggio combinata con un hash dell'indirizzo di rimbalzo e il suo codice di errore). Vedere la sezione su", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Questo valore viene aggiunto per ogni destinatario al momento dell'inoltro IMAP e/o mascherato (per proteggere la privacy).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "è un'intestazione che aggiungiamo ai messaggi per effettuare il debug con il destinatario originale (prima dell'inoltro mascherato) del messaggio." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "è un'intestazione che aggiungiamo ai messaggi per effettuare il debug con il destinatario originale (prima dell'inoltro mascherato) del messaggio.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Accettiamo Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, addebito diretto SEPA, addebiti preautorizzati canadesi, addebito diretto ACH e bonifico bancario.", + "Vacation Responder Enabled": "Risponditore automatico abilitato", + "Vacation Responder Start Date": "Data di inizio del risponditore automatico", + "Vacation Responder End Date": "Data di fine del risponditore automatico", + "Vacation Responder Subject": "Oggetto del risponditore automatico", + "Vacation Responder Message": "Messaggio di risposta automatica" } \ No newline at end of file diff --git a/locales/ja.json b/locales/ja.json index 85070c36f..ece66e78f 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "ステータス コード エラーが 500 以上発生した場合にのみ送信します (メールの転送が失敗した場合、たとえば Gmail が 500 レベルのエラーで応答した場合など)。", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "送信は1回のみ(重複送信を防ぐため、計算されたバウンスフィンガープリントキーを使用し、キャッシュに保存します)。バウンスフィンガープリントとは、メッセージのフィンガープリントとバウンスアドレスのハッシュ値とエラーコードを組み合わせたキーです。", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "これは、IMAP および/またはマスク転送時に受信者ごとに追加されます (プライバシーを保護するため)。", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "メッセージの元の受信者(マスク転送前)とのデバッグのためにメッセージに追加するヘッダーです。" + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "メッセージの元の受信者(マスク転送前)とのデバッグのためにメッセージに追加するヘッダーです。", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "弊社では、Visa、Mastercard、American Express、Discover、Diners Club、JCB、China UnionPay、Alipay、Apple Pay、Google Pay、Amazon Pay、Cash App、Link、Bancontact、EPS、giropay、iDEAL、Przelewy24、Sofort、Affirm、Afterpay / Clearpay、Klarna、SEPA 口座振替、カナダ事前承認口座振替、ACH 口座振替、銀行振込をご利用いただけます。", + "Vacation Responder Enabled": "休暇応答が有効", + "Vacation Responder Start Date": "休暇対応開始日", + "Vacation Responder End Date": "休暇対応終了日", + "Vacation Responder Subject": "休暇応答件名", + "Vacation Responder Message": "休暇応答メッセージ" } \ No newline at end of file diff --git a/locales/ko.json b/locales/ko.json index cec42597a..58c00e846 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "500개 이상의 상태 코드 오류가 발생하는 경우에만 이메일을 전송합니다(이메일 전달이 실패한 경우, 예: Gmail이 500 수준 오류로 응답하는 경우).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "우리는 단 한 번만 보냅니다(계산된 반송 지문 키를 사용하고 중복을 보내는 것을 방지하기 위해 캐시에 저장합니다). 반송 지문은 메시지의 지문과 반송 주소의 해시 및 오류 코드를 결합한 키입니다. 섹션을 참조하세요.", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "이 설정은 IMAP 및/또는 마스크 전달 시 수신자별로 추가됩니다(개인 정보 보호를 위해).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "메시지의 원래 수신자(마스크 전달 전)와의 디버깅을 위해 메시지에 추가하는 헤더입니다." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "메시지의 원래 수신자(마스크 전달 전)와의 디버깅을 위해 메시지에 추가하는 헤더입니다.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay/Clearpay, Klarna, SEPA Direct Debit, 캐나다 사전 승인 직불 카드, ACH Direct Debit 및 은행 송금을 수락합니다.", + "Vacation Responder Enabled": "휴가 응답 기능 활성화", + "Vacation Responder Start Date": "휴가 응답 시작 날짜", + "Vacation Responder End Date": "휴가 응답 종료 날짜", + "Vacation Responder Subject": "휴가 응답자 제목", + "Vacation Responder Message": "휴가 응답 메시지" } \ No newline at end of file diff --git a/locales/nl.json b/locales/nl.json index 5b38d940b..abce15516 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "We versturen alleen e-mails als er >= 500 statuscodefouten optreden (wanneer pogingen om e-mails door te sturen mislukten, bijvoorbeeld als Gmail reageert met een 500-fout).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "We versturen slechts één keer en slechts één keer (we gebruiken een berekende bounce-vingerafdruksleutel en slaan deze op in de cache om te voorkomen dat er duplicaten worden verzonden). De bounce-vingerafdruk is een sleutel die de vingerafdruk van het bericht is, gecombineerd met een hash van het bounce-adres en de bijbehorende foutcode). Zie het gedeelte over", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Dit wordt per ontvanger toegevoegd op het moment van IMAP en/of gemaskeerde doorsturing (om de privacy te beschermen).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "is een header die we aan berichten toevoegen om fouten op te sporen bij de oorspronkelijke ontvanger (vóór gemaskeerde doorsturing) van het bericht." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "is een header die we aan berichten toevoegen om fouten op te sporen bij de oorspronkelijke ontvanger (vóór gemaskeerde doorsturing) van het bericht.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Wij accepteren Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadese automatische incasso's, ACH Direct Debit en bankoverschrijving.", + "Vacation Responder Enabled": "Vakantieresponder ingeschakeld", + "Vacation Responder Start Date": "Startdatum vakantiehulp", + "Vacation Responder End Date": "Einddatum vakantieresponder", + "Vacation Responder Subject": "Vakantie-responder onderwerp", + "Vacation Responder Message": "Bericht van de vakantie-responder" } \ No newline at end of file diff --git a/locales/no.json b/locales/no.json index 995ce6151..f5554f631 100644 --- a/locales/no.json +++ b/locales/no.json @@ -10689,5 +10689,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Vi sender bare når >= 500 statuskodefeil oppstår (når e-poster som er forsøkt videresendt har mislyktes, f.eks. Gmail svarer med en 500-nivåfeil).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Vi sender bare én gang og kun én gang (vi bruker en beregnet sprettfingeravtrykknøkkel og lagrer den i hurtigbufferen for å forhindre sending av duplikater). Bounce-fingeravtrykket er en nøkkel som er meldingens fingeravtrykk kombinert med en hash av returadressen og dens feilkode). Se avsnittet om", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Dette legges til per mottaker ved tidspunktet for IMAP og/eller maskert videresending (for å beskytte personvernet).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "er en overskrift vi legger til meldinger for feilsøking med den opprinnelige mottakeren (før maskert videresending) for meldingen." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "er en overskrift vi legger til meldinger for feilsøking med den opprinnelige mottakeren (før maskert videresending) for meldingen.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Vi aksepterer Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA direkte belastning, kanadisk forhåndsautorisert belastning, ACH direkte belastning og bankoverføring.", + "Vacation Responder Enabled": "Feriesvar aktivert", + "Vacation Responder Start Date": "Startdato for feriesvar", + "Vacation Responder End Date": "Sluttdato for feriesvar", + "Vacation Responder Subject": "Emne for feriesvar", + "Vacation Responder Message": "Feriesvarsmelding" } \ No newline at end of file diff --git a/locales/pl.json b/locales/pl.json index 26b92165b..b0b36cf28 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Wysyłamy wiadomości tylko wtedy, gdy wystąpią błędy kodu statusu >= 500 (gdy próba przekazania wiadomości e-mail nie powiodła się, np. Gmail odpowiada błędem poziomu 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Wysyłamy tylko raz i tylko raz (używamy obliczonego klucza odcisku odbicia i przechowujemy go w pamięci podręcznej, aby zapobiec wysyłaniu duplikatów). Odcisk odbicia to klucz, który jest odciskiem wiadomości połączonym z hashem adresu odbicia i jego kodem błędu). Zobacz sekcję", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Jest on dodawany indywidualnie dla każdego odbiorcy w momencie przesyłania wiadomości za pomocą protokołu IMAP i/lub przekazywania zamaskowanego (w celu ochrony prywatności).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "to nagłówek, który dodajemy do wiadomości w celu debugowania z oryginalnym odbiorcą (przed przekierowaniem zamaskowanym) wiadomości." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "to nagłówek, który dodajemy do wiadomości w celu debugowania z oryginalnym odbiorcą (przed przekierowaniem zamaskowanym) wiadomości.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Akceptujemy karty Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, polecenie zapłaty SEPA, kanadyjskie polecenia zapłaty z autoryzacją wstępną, polecenie zapłaty ACH i przelew bankowy.", + "Vacation Responder Enabled": "Funkcja odpowiedzi na urlop włączona", + "Vacation Responder Start Date": "Data rozpoczęcia usługi Vacation Responder", + "Vacation Responder End Date": "Data zakończenia usługi Vacation Responder", + "Vacation Responder Subject": "Temat odpowiedzi na urlop", + "Vacation Responder Message": "Wiadomość od osoby udzielającej odpowiedzi na urlop" } \ No newline at end of file diff --git a/locales/pt.json b/locales/pt.json index 41de9af1a..3f6452af7 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Nós enviamos somente quando ocorrem >= 500 erros de código de status (quando tentativas de encaminhamento de e-mails falham, por exemplo, o Gmail responde com um erro de nível 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Nós enviamos apenas uma vez e somente uma vez (usamos uma chave de impressão digital de rejeição calculada e a armazenamos em cache para evitar o envio de duplicatas). A impressão digital de rejeição é uma chave que é a impressão digital da mensagem combinada com um hash do endereço de rejeição e seu código de erro). Veja a seção sobre", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Isso é adicionado por destinatário no momento do encaminhamento IMAP e/ou mascarado (para proteger a privacidade).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "é um cabeçalho que adicionamos às mensagens para depuração com o destinatário original (antes do encaminhamento mascarado) da mensagem." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "é um cabeçalho que adicionamos às mensagens para depuração com o destinatário original (antes do encaminhamento mascarado) da mensagem.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Aceitamos Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, débito direto SEPA, débitos pré-autorizados canadenses, débito direto ACH e transferência bancária.", + "Vacation Responder Enabled": "Resposta automática de férias habilitada", + "Vacation Responder Start Date": "Data de início do respondente de férias", + "Vacation Responder End Date": "Data de término do respondedor de férias", + "Vacation Responder Subject": "Assunto do Respondente de Férias", + "Vacation Responder Message": "Mensagem de resposta de férias" } \ No newline at end of file diff --git a/locales/ru.json b/locales/ru.json index 630a98c6a..fc265c969 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Мы отправляем сообщения только в случае возникновения ошибок с кодом состояния >= 500 (когда попытки переслать электронные письма не увенчались успехом, например, Gmail отвечает ошибкой уровня 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Мы отправляем только один раз и только один раз (мы используем вычисленный ключ отпечатка возврата и сохраняем его в кэше, чтобы предотвратить отправку дубликатов). Отпечаток возврата — это ключ, который является отпечатком сообщения, объединенным с хешем адреса возврата и его кода ошибки). См. раздел", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Добавляется для каждого получателя во время пересылки по протоколу IMAP и/или скрытой пересылки (в целях защиты конфиденциальности).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "заголовок, который мы добавляем к сообщениям для отладки с указанием исходного получателя (до маскированной пересылки) сообщения." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "заголовок, который мы добавляем к сообщениям для отладки с указанием исходного получателя (до маскированной пересылки) сообщения.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Мы принимаем Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, прямой дебет SEPA, канадские предварительно авторизованные дебеты, прямой дебет ACH и банковский перевод.", + "Vacation Responder Enabled": "Включен автоответчик на время отпуска", + "Vacation Responder Start Date": "Дата начала работы службы реагирования на отпуск", + "Vacation Responder End Date": "Дата окончания отпуска", + "Vacation Responder Subject": "Тема ответчика на вопрос «Отпуск»", + "Vacation Responder Message": "Сообщение автоответчика на время отпуска" } \ No newline at end of file diff --git a/locales/sv.json b/locales/sv.json index c24c4ac2d..48d3267d7 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Vi skickar bara när >= 500 statuskodfel uppstår (när e-postmeddelanden som försökt vidarebefordras har misslyckats, t.ex. Gmail svarar med ett 500-nivåfel).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Vi skickar bara en gång och bara en gång (vi använder en beräknad studsfingeravtrycksnyckel och lagrar den i cachen för att förhindra att dubbletter skickas). Bounce-fingeravtrycket är en nyckel som är meddelandets fingeravtryck kombinerat med en hash av studsadressen och dess felkod). Se avsnittet om", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Detta läggs till per mottagare vid tidpunkten för IMAP och/eller maskerad vidarebefordran (för att skydda integriteten).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "är en rubrik som vi lägger till meddelanden för felsökning med den ursprungliga mottagaren (före maskerad vidarebefordran) för meddelandet." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "är en rubrik som vi lägger till meddelanden för felsökning med den ursprungliga mottagaren (före maskerad vidarebefordran) för meddelandet.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Vi accepterar Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA autogiro, kanadensiska förauktoriserade debiteringar, ACH direktdebitering och banköverföring.", + "Vacation Responder Enabled": "Semestersvarare aktiverad", + "Vacation Responder Start Date": "Startdatum för semestersvarare", + "Vacation Responder End Date": "Slutdatum för semestersvarare", + "Vacation Responder Subject": "Ämne för semestersvarare", + "Vacation Responder Message": "Semestersvarsmeddelande" } \ No newline at end of file diff --git a/locales/th.json b/locales/th.json index e4737aeaa..c7a83e189 100644 --- a/locales/th.json +++ b/locales/th.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "เราจะส่งอีเมลก็ต่อเมื่อเกิดข้อผิดพลาดรหัสสถานะมากกว่าหรือเท่ากับ 500 (เมื่ออีเมลที่พยายามส่งต่อล้มเหลว เช่น Gmail ตอบกลับด้วยข้อผิดพลาดระดับ 500)", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "เราจะส่งเพียงครั้งเดียวเท่านั้น (เราใช้คีย์ลายนิ้วมือเด้งที่คำนวณแล้วและเก็บไว้ในแคชเพื่อป้องกันการส่งข้อความซ้ำ) ลายนิ้วมือเด้งคือคีย์ที่เป็นลายนิ้วมือของข้อความรวมกับแฮชของที่อยู่เด้งและรหัสข้อผิดพลาด ดูส่วนนี้", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "สิ่งนี้จะถูกเพิ่มตามผู้รับแต่ละคนในเวลา IMAP และ/หรือการส่งต่อแบบปิดบัง (เพื่อปกป้องความเป็นส่วนตัว)", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "เป็นส่วนหัวที่เราเพิ่มเข้าไปในข้อความเพื่อแก้ไขข้อบกพร่องกับผู้รับเดิม (ก่อนการส่งต่อแบบปิดบัง) สำหรับข้อความ" + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "เป็นส่วนหัวที่เราเพิ่มเข้าไปในข้อความเพื่อแก้ไขข้อบกพร่องกับผู้รับเดิม (ก่อนการส่งต่อแบบปิดบัง) สำหรับข้อความ", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "เรายอมรับ Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debit, ACH Direct Debit และการโอนเงินผ่านธนาคาร", + "Vacation Responder Enabled": "เปิดใช้งานการตอบกลับช่วงวันหยุดแล้ว", + "Vacation Responder Start Date": "วันที่เริ่มต้นการตอบกลับในช่วงวันหยุด", + "Vacation Responder End Date": "วันสิ้นสุดการตอบกลับในช่วงวันหยุด", + "Vacation Responder Subject": "หัวข้อการตอบกลับในช่วงวันหยุด", + "Vacation Responder Message": "ข้อความตอบกลับวันหยุด" } \ No newline at end of file diff --git a/locales/tr.json b/locales/tr.json index 8867ab57f..46562847d 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Yalnızca >= 500 durum kodu hataları oluştuğunda (iletilmeyi denenen e-postaların başarısız olması durumunda, örneğin Gmail'in 500 düzeyinde bir hatayla yanıt vermesi durumunda) e-posta göndeririz.", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Biz sadece bir kez ve sadece bir kez gönderiyoruz (hesaplanmış bir sıçrama parmak izi anahtarı kullanıyoruz ve kopyaları göndermeyi önlemek için önbelleğe kaydediyoruz). Sıçrama parmak izi, mesajın parmak izinin sıçrama adresinin bir karması ve hata koduyla birleştirilmiş hali olan bir anahtardır). Bölüme bakın", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Bu, IMAP ve/veya maskeli iletim sırasında (gizliliği korumak amacıyla) alıcı başına eklenir.", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "Mesajın orijinal alıcısıyla (maskeli iletmeden önce) hata ayıklama yapmak için mesajlara eklediğimiz bir başlıktır." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "Mesajın orijinal alıcısıyla (maskeli iletmeden önce) hata ayıklama yapmak için mesajlara eklediğimiz bir başlıktır.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Otomatik Ödeme, Kanada önceden yetkilendirilmiş ödemeler, ACH Otomatik Ödeme ve Banka Havalesi'ni kabul ediyoruz.", + "Vacation Responder Enabled": "Tatil Yanıtlayıcısı Etkinleştirildi", + "Vacation Responder Start Date": "Tatil Müdahale Görevlisi Başlangıç Tarihi", + "Vacation Responder End Date": "Tatil Müdahale Görevlisi Bitiş Tarihi", + "Vacation Responder Subject": "Tatil Cevaplayıcı Konusu", + "Vacation Responder Message": "Tatil Yanıtlayıcı Mesajı" } \ No newline at end of file diff --git a/locales/uk.json b/locales/uk.json index d8c7cb13b..968f5bb3a 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -10684,5 +10684,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Ми надсилаємо лише тоді, коли виникають помилки коду статусу >= 500 (коли спроба пересилання електронних листів не вдається, наприклад, Gmail відповідає помилкою рівня 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Ми надсилаємо лише один раз (ми використовуємо розрахований ключ відбитку пальця та зберігаємо його в кеші, щоб запобігти надсиланню дублікатів). Відбиток відбитку – це ключ, який є відбитком повідомлення в поєднанні з хешем адреси відмов і коду помилки). Дивіться розділ про", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Це додається для кожного одержувача під час IMAP та/або маскованої пересилання (для захисту конфіденційності).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "це заголовок, який ми додаємо до повідомлень для налагодження з оригінальним одержувачем (перед масковим пересиланням) для повідомлення." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "це заголовок, який ми додаємо до повідомлень для налагодження з оригінальним одержувачем (перед масковим пересиланням) для повідомлення.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Ми приймаємо Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, прямий дебет SEPA, попередньо авторизоване дебетування в Канаді, прямий дебет ACH та Банківський переказ.", + "Vacation Responder Enabled": "Автовідповідач увімкнено", + "Vacation Responder Start Date": "Дата початку автовідповідача", + "Vacation Responder End Date": "Дата закінчення автовідповідача", + "Vacation Responder Subject": "Тема автовідповідача", + "Vacation Responder Message": "Повідомлення автовідповідача" } \ No newline at end of file diff --git a/locales/vi.json b/locales/vi.json index 35600c276..8a85e89d4 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -8219,5 +8219,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "Chúng tôi chỉ gửi khi xảy ra >= 500 lỗi mã trạng thái (khi nỗ lực chuyển tiếp email không thành công, ví dụ: Gmail phản hồi với lỗi cấp độ 500).", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "Chúng tôi chỉ gửi một lần và chỉ một lần (chúng tôi sử dụng khóa vân tay trả lại được tính toán và lưu trữ trong bộ nhớ đệm để tránh gửi trùng lặp). Vân tay trả lại là khóa là vân tay của tin nhắn kết hợp với hàm băm của địa chỉ trả lại và mã lỗi của nó). Xem phần về", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "Thông tin này được thêm vào theo từng người nhận tại thời điểm IMAP và/hoặc chuyển tiếp ẩn (để bảo vệ quyền riêng tư).", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "là tiêu đề mà chúng ta thêm vào tin nhắn để gỡ lỗi với người nhận ban đầu (trước khi chuyển tiếp ẩn) cho tin nhắn đó." + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "là tiêu đề mà chúng ta thêm vào tin nhắn để gỡ lỗi với người nhận ban đầu (trước khi chuyển tiếp ẩn) cho tin nhắn đó.", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "Chúng tôi chấp nhận Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, Thẻ ghi nợ trực tiếp SEPA, Thẻ ghi nợ được ủy quyền trước của Canada, Thẻ ghi nợ trực tiếp ACH và Chuyển khoản ngân hàng.", + "Vacation Responder Enabled": "Đã bật tính năng trả lời tự động", + "Vacation Responder Start Date": "Ngày bắt đầu trả lời kỳ nghỉ", + "Vacation Responder End Date": "Ngày kết thúc trả lời kỳ nghỉ", + "Vacation Responder Subject": "Chủ đề trả lời kỳ nghỉ", + "Vacation Responder Message": "Tin nhắn trả lời kỳ nghỉ" } \ No newline at end of file diff --git a/locales/zh.json b/locales/zh.json index 1fe4dd716..3e41e8e80 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -10377,5 +10377,11 @@ "We only send when >= 500 status code errors occur (when emails attempted to be forwarded have failed, e.g. Gmail responds with a 500 level error).": "仅当发生 >= 500 状态代码错误时(当尝试转发的电子邮件失败时,例如 Gmail 以 500 级错误响应)我们才会发送。", "We only send once and once only (we use a calculated bounce fingerprint key and store it in cache to prevent sending duplicates). The bounce fingerprint is a key that is the message's fingerprint combined with a hash of the bounce address and its error code). See the section on": "我们只发送一次(我们使用计算出的反弹指纹密钥并将其存储在缓存中以防止发送重复)。反弹指纹是一个密钥,它是消息的指纹与反弹地址及其错误代码的哈希值相结合。请参阅", "This is added on a per recipient basis at the time of IMAP and/or masked forwarding (in order to protect privacy).": "这是在 IMAP 和/或屏蔽转发时根据每个收件人添加的(为了保护隐私)。", - "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "是我们添加到邮件中的标题,用于与邮件的原始收件人(屏蔽转发之前)进行调试。" + "is a header we add to messages for debugging with the original recipient (before masked forwarding) for the message.": "是我们添加到邮件中的标题,用于与邮件的原始收件人(屏蔽转发之前)进行调试。", + "We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB, China UnionPay, Alipay, Apple Pay, Google Pay, Amazon Pay, Cash App, Link, Bancontact, EPS, giropay, iDEAL, Przelewy24, Sofort, Affirm, Afterpay / Clearpay, Klarna, SEPA Direct Debit, Canadian pre-authorized debits, ACH Direct Debit, and Bank Transfer.": "我们接受 Visa、万事达卡、美国运通卡、Discover、大来卡、JCB、中国银联、支付宝、Apple Pay、Google Pay、亚马逊支付、Cash App、Link、Bancontact、EPS、giropay、iDEAL、Przelewy24、Sofort、Affirm、Afterpay / Clearpay、Klarna、SEPA 直接借记、加拿大预授权借记、ACH 直接借记和银行转账。", + "Vacation Responder Enabled": "休假响应程序已启用", + "Vacation Responder Start Date": "休假响应开始日期", + "Vacation Responder End Date": "休假响应结束日期", + "Vacation Responder Subject": "休假回复主题", + "Vacation Responder Message": "休假回复消息" } \ No newline at end of file