diff --git a/emails/_upgrade.pug b/emails/_upgrade.pug index 0dde9585ff..a7ebb6a105 100644 --- a/emails/_upgrade.pug +++ b/emails/_upgrade.pug @@ -1,17 +1,59 @@ .p-3.text-center - h2.h2= t("Need more features?") - p.card-text.small - = t("If you upgrade to the Enhanced Protection plan, then your forwarding addresses will be kept private and encrypted.") + h2.h3= t("Need real-time alerts and logs?") + p.card-text = " " - != t('Upgrading will also unlock access to real-time error log alerts and outbound SMTP.', `${config.urls.web}/faq#do-you-store-error-logs`, `${config.urls.web}/guides/send-email-with-custom-domain-smtp`) + != t('Upgrading will unlock real-time alerts and logs and outbound SMTP support.', `${config.urls.web}/faq#do-you-store-error-logs`, `${config.urls.web}/guides/send-email-with-custom-domain-smtp`) = " " - = t("These features will help you to ensure high deliverability and prevent email spoofing attacks.") + != t("Outbound SMTP support means you can send email using any alias with your custom domain name.") + .d-block.mb-1 + a.btn.btn-lg.btn-success( + href=domain && domain.name ? `${config.urls.web}/${locale}/my-account/domains/${domain.name}/billing?plan=enhanced_protection` : `${config.urls.web}/my-account/billing/upgrade?plan=enhanced_protection`, + role="button" + ) + = t("Upgrade for $3") + a.badge.badge-primary.text-uppercase.mb-3( + href=`${config.urls.web}/${locale}/faq#do-you-offer-a-money-back-guarantee-on-paid-plans` + ) + = t("100% Money back guarantee") = " " - = t("The cost is only $3 per month and gives you unlimited domains, aliases, and more.") + != "→" + p.card-text.font-weight-bold.text-decoration-underline.lead= t("Upgrading keeps your email private:") + span.badge.badge-dark!= ("Right now anyone can run this computer command:") + .d-block.mb-1 + pre.d-inline-block.mx-auto.bg-dark.p-3.rounded.text-white.mb-0 + code.d-block + = "dig" + = " " + = domain && domain.name ? domain.name : "yourdomain.com" + = " " + = "txt" + span.badge.badge-danger!= ("Your email is displayed in the output:") + .d-block.mb-1 + pre.d-inline-block.mx-auto.bg-dark.p-3.rounded.text-white.mb-0 + code.d-block + = "forward-email=" + span.font-weight-bold(style="color: red")= to ? to : user && user.email ? user.email : "user@gmail.com" + span.badge.badge-success!= ("Upgrading will encrypt and hide your email:") + .d-block.mb-1 + pre.d-inline-block.mx-auto.bg-dark.p-3.rounded.text-white.mb-0 + code.d-block + = "forward-email=" + span.font-weight-bold.text-success= new Array(10).fill("*").join("") + p.card-text + = t("These features will help you to ensure high deliverability and help to keep your email safe.") = " " - = t("We also offer a 30-day automatic refund guarantee.") - a.btn.btn-lg.btn-success( - href=domain && domain.name ? `${config.urls.web}/${locale}/my-account/domains/${domain.name}/billing?plan=enhanced_protection` : `${config.urls.web}/my-account/billing/upgrade?plan=enhanced_protection`, - role="button" + = t("The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.") + p.card-text.font-weight-bold + = t("Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.") + .d-block.mb-1 + a.btn.btn-lg.btn-success( + href=domain && domain.name ? `${config.urls.web}/${locale}/my-account/domains/${domain.name}/billing?plan=enhanced_protection` : `${config.urls.web}/my-account/billing/upgrade?plan=enhanced_protection`, + role="button" + ) + = t("Upgrade for $3") + a.badge.badge-primary.text-uppercase( + href=`${config.urls.web}/${locale}/faq#do-you-offer-a-money-back-guarantee-on-paid-plans` ) - = t("Upgrade for $3") + = t("100% Money back guarantee") + = " " + != "→" diff --git a/emails/welcome/html.pug b/emails/welcome/html.pug index c7c3868b72..8bf8e67996 100644 --- a/emails/welcome/html.pug +++ b/emails/welcome/html.pug @@ -14,20 +14,22 @@ block content ) .p-3 h1.h3= t("Features") - ul.list-unstyled.text-left.mb-0.text-monospace.d-inline-block.mx-auto + ul.list-unstyled.text-left.mb-0.d-inline-block.mx-auto li = emoji("white_check_mark") = " " = t("Unlimited domains and aliases") = " " - span.badge.text-uppercase.font-weight-normal.badge-success + span.badge.badge-success = t("100% Free") li = emoji("white_check_mark") = " " = t("Privacy-focused email") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary.align-middle(href=`${config.urls.web}/${locale}/privacy`) + a.badge.badge-dark.align-middle( + href=`${config.urls.web}/${locale}/privacy` + ) = t("Privacy Policy") = " " != "→" @@ -36,7 +38,7 @@ block content = " " = t("Send outbound SMTP email") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary( + a.badge.badge-dark( href=`${config.urls.web}/${locale}/guides/send-email-with-custom-domain-smtp` ) = t("SMTP Guide") @@ -47,7 +49,7 @@ block content = " " = t("Error logs and real-time alerts") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary( + a.badge.badge-dark( href=`${config.urls.web}/${locale}/faq#do-you-store-error-logs` ) = t("View FAQ") @@ -58,7 +60,7 @@ block content = " " = t("Powered by bare metal servers") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary( + a.badge.badge-dark( href="https://status.forwardemail.net", target="_blank", rel="noopener noreferrer" @@ -71,7 +73,7 @@ block content = " " = t("100% open-source software") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary( + a.badge.badge-dark( href="https://github.com/forwardemail", target="_blank", rel="noopener noreferrer" @@ -86,30 +88,33 @@ block content = " " = t("Email API designed for developers") = " " - a.badge.text-uppercase.font-weight-normal.badge-primary(href=`${config.urls.web}/${locale}/email-api`) + a.badge.badge-dark( + href=`${config.urls.web}/${locale}/email-api` + ) = t("Email API") = " " != "→" if user.plan === 'free' include ../_upgrade .p-3 - h1.h3!= t("Did you need help?") - p.card-text!= t("Feel free to reply, contact support, or read our FAQ.") + h1.h3!= t("Your Account") + p.card-text!= t("Manage your aliases, domains, settings, and security.") + a.btn.btn-lg.btn-dark( + href=`${config.urls.web}/${locale}/my-account` + ) + = t("My Account") + .p-3 + h1.h3!= t("Customer Support") + p.card-text!= t("Read our FAQ, submit a help request, or reply to this email.") ul.list-inline.mb-0 - li.list-inline-item - a.btn.btn-lg.btn-warning( - href=`${config.urls.web}/${locale}/help` - ) - = t("Contact Support") li.list-inline-item a.btn.btn-lg.btn-primary( href=`${config.urls.web}/${locale}/faq` ) - = t("FAQ") - .p-3 - h1.h3!= t("Need to manage your domains?") - a.btn.btn-lg.btn-dark( - href=`${config.urls.web}/${locale}/my-account` - ) - = t("Go to My Account") + = t("Read FAQ") + li.list-inline-item + a.btn.btn-lg.btn-dark( + href=`${config.urls.web}/${locale}/help` + ) + = t("Help Request") .card-footer.small.text-muted= t("If you have any questions or comments, then please let us know") diff --git a/locales/ar.json b/locales/ar.json index aff2aefe1d..ca71a46a66 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -4853,5 +4853,18 @@ "Contact Support": "اتصل بالدعم", "Need to manage your domains?": "هل تحتاج إلى إدارة نطاقاتك؟", "Go to My Account": "اذهب إلى حسابي", - "100% Free": "100٪ مجانا" + "100% Free": "100٪ مجانا", + "Need real-time alerts and logs?": "هل تحتاج إلى تنبيهات وسجلات في الوقت الفعلي؟", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "ستؤدي الترقية إلى فتح التنبيهات والسجلات في الوقت الفعلي ودعم SMTP الصادر .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "دعم SMTP الصادر يعني أنه يمكنك إرسال بريد إلكتروني باستخدام أي اسم مستعار باستخدام اسم المجال المخصص الخاص بك.", + "100% Money back guarantee": "ضمان استرداد الأموال بنسبة 100%", + "Upgrading keeps your email private:": "الترقية تحافظ على خصوصية بريدك الإلكتروني:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "ستساعدك هذه الميزات على ضمان إمكانية التسليم العالية وتساعد في الحفاظ على بريدك الإلكتروني آمنًا.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "تبلغ التكلفة 3 دولارات فقط شهريًا وتدعم خريطة الطريق والبنية التحتية للخادم والمجتمع مفتوح المصدر.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "تتضمن الترقية نطاقات وأسماء مستعارة غير محدودة، وتنبيهات وسجلات في الوقت الفعلي، والوصول إلى SMTP الصادر، والمزيد.", + "Your Account": "الحساب الخاص بك", + "Manage your aliases, domains, settings, and security.": "إدارة الأسماء المستعارة والمجالات والإعدادات والأمان.", + "Customer Support": "دعم العملاء", + "Read our FAQ, submit a help request, or reply to this email.": "اقرأ الأسئلة الشائعة، أو أرسل طلب مساعدة، أو قم بالرد على هذا البريد الإلكتروني.", + "Help Request": "طلب مساعدة" } \ No newline at end of file diff --git a/locales/cs.json b/locales/cs.json index 5b4401beb9..291d845606 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -4853,5 +4853,18 @@ "Contact Support": "Kontaktujte podporu", "Need to manage your domains?": "Potřebujete spravovat své domény?", "Go to My Account": "Jdi na můj účet", - "100% Free": "100% zdarma" + "100% Free": "100% zdarma", + "Need real-time alerts and logs?": "Potřebujete upozornění a protokoly v reálném čase?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Upgrade odemkne výstrahy a protokoly v reálném čase a odchozí podporu SMTP .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Odchozí podpora SMTP znamená, že můžete odesílat e-maily pomocí libovolného aliasu s vlastním názvem domény.", + "100% Money back guarantee": "100% záruka vrácení peněz", + "Upgrading keeps your email private:": "Upgrade zachová váš e-mail v soukromí:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Tyto funkce vám pomohou zajistit vysokou doručitelnost a pomohou udržet váš e-mail v bezpečí.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Cena je pouze 3 dolary měsíčně a podporuje naši cestovní mapu, serverovou infrastrukturu a komunitu open source.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Upgrade zahrnuje neomezený počet domén a aliasů, upozornění a protokoly v reálném čase, odchozí přístup SMTP a další.", + "Your Account": "Váš účet", + "Manage your aliases, domains, settings, and security.": "Spravujte své aliasy, domény, nastavení a zabezpečení.", + "Customer Support": "Zákaznická podpora", + "Read our FAQ, submit a help request, or reply to this email.": "Přečtěte si naše časté dotazy, odešlete žádost o pomoc nebo odpovězte na tento e-mail.", + "Help Request": "Žádost o pomoc" } \ No newline at end of file diff --git a/locales/da.json b/locales/da.json index df0f25b245..2128776ace 100644 --- a/locales/da.json +++ b/locales/da.json @@ -4589,5 +4589,18 @@ "Contact Support": "Kontakt support", "Need to manage your domains?": "Har du brug for at administrere dine domæner?", "Go to My Account": "Gå til Min konto", - "100% Free": "100 % gratis" + "100% Free": "100 % gratis", + "Need real-time alerts and logs?": "Har du brug for advarsler og logfiler i realtid?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Opgradering låser op for alarmer og logfiler i realtid og udgående SMTP-understøttelse .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Udgående SMTP-support betyder, at du kan sende e-mail ved hjælp af et hvilket som helst alias med dit tilpassede domænenavn.", + "100% Money back guarantee": "100 % pengene tilbage garanti", + "Upgrading keeps your email private:": "Opgradering holder din e-mail privat:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Disse funktioner vil hjælpe dig med at sikre høj leveringsevne og hjælpe med at holde din e-mail sikker.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Prisen er kun $3 pr. måned og understøtter vores køreplan, serverinfrastruktur og open source-fællesskabet.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Opgradering omfatter ubegrænsede domæner og aliaser, realtidsadvarsler og logfiler, udgående SMTP-adgang og mere.", + "Your Account": "Din konto", + "Manage your aliases, domains, settings, and security.": "Administrer dine aliasser, domæner, indstillinger og sikkerhed.", + "Customer Support": "Kunde support", + "Read our FAQ, submit a help request, or reply to this email.": "Læs vores ofte stillede spørgsmål, indsend en anmodning om hjælp, eller besvar denne e-mail.", + "Help Request": "Anmodning om hjælp" } \ No newline at end of file diff --git a/locales/de.json b/locales/de.json index ab7ebedfe7..5bf341aa7e 100644 --- a/locales/de.json +++ b/locales/de.json @@ -3881,5 +3881,18 @@ "Contact Support": "Kontaktieren Sie Support", "Need to manage your domains?": "Müssen Sie Ihre Domains verwalten?", "Go to My Account": "Gehen Sie zu Mein Konto", - "100% Free": "100% kostenlos" + "100% Free": "100% kostenlos", + "Need real-time alerts and logs?": "Benötigen Sie Echtzeitwarnungen und Protokolle?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Durch das Upgrade werden Echtzeitwarnungen und -protokolle sowie ausgehende SMTP-Unterstützung freigeschaltet .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Durch die ausgehende SMTP-Unterstützung können Sie E-Mails unter Verwendung eines beliebigen Alias mit Ihrem benutzerdefinierten Domänennamen senden.", + "100% Money back guarantee": "100 % Geld-zurück-Garantie", + "Upgrading keeps your email private:": "Durch das Upgrade bleiben Ihre E-Mails privat:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Diese Funktionen helfen Ihnen dabei, eine hohe Zustellbarkeit sicherzustellen und Ihre E-Mails sicher zu halten.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Die Kosten betragen nur 3 US-Dollar pro Monat und unterstützen unsere Roadmap, Serverinfrastruktur und die Open-Source-Community.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Das Upgrade umfasst unbegrenzte Domänen und Aliase, Echtzeitwarnungen und -protokolle, ausgehenden SMTP-Zugriff und mehr.", + "Your Account": "Ihr Konto", + "Manage your aliases, domains, settings, and security.": "Verwalten Sie Ihre Aliase, Domänen, Einstellungen und Sicherheit.", + "Customer Support": "Kundendienst", + "Read our FAQ, submit a help request, or reply to this email.": "Lesen Sie unsere FAQ, senden Sie eine Hilfeanfrage oder antworten Sie auf diese E-Mail.", + "Help Request": "Hilfeanforderung" } \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index ac790d3816..cd707c0590 100644 --- a/locales/en.json +++ b/locales/en.json @@ -4627,5 +4627,18 @@ "Contact Support": "Contact Support", "Need to manage your domains?": "Need to manage your domains?", "Go to My Account": "Go to My Account", - "100% Free": "100% Free" + "100% Free": "100% Free", + "Need real-time alerts and logs?": "Need real-time alerts and logs?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Upgrading will unlock real-time alerts and logs and outbound SMTP support.", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Outbound SMTP support means you can send email using any alias with your custom domain name.", + "100% Money back guarantee": "100% Money back guarantee", + "Upgrading keeps your email private:": "Upgrading keeps your email private:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "These features will help you to ensure high deliverability and help to keep your email safe.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.", + "Your Account": "Your Account", + "Manage your aliases, domains, settings, and security.": "Manage your aliases, domains, settings, and security.", + "Customer Support": "Customer Support", + "Read our FAQ, submit a help request, or reply to this email.": "Read our FAQ, submit a help request, or reply to this email.", + "Help Request": "Help Request" } \ No newline at end of file diff --git a/locales/es.json b/locales/es.json index f0bde2daef..50076f5293 100644 --- a/locales/es.json +++ b/locales/es.json @@ -4851,5 +4851,18 @@ "Contact Support": "Soporte de contacto", "Need to manage your domains?": "¿Necesitas administrar tus dominios?", "Go to My Account": "ir a mi cuenta", - "100% Free": "100% gratis" + "100% Free": "100% gratis", + "Need real-time alerts and logs?": "¿Necesita alertas y registros en tiempo real?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "La actualización desbloqueará alertas y registros en tiempo real y soporte SMTP saliente .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "La compatibilidad con SMTP saliente significa que puede enviar correos electrónicos utilizando cualquier alias con su nombre de dominio personalizado.", + "100% Money back guarantee": "Garantía de devolución del 100% del dinero", + "Upgrading keeps your email private:": "La actualización mantiene la privacidad de su correo electrónico:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Estas funciones le ayudarán a garantizar una alta capacidad de entrega y a mantener su correo electrónico seguro.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "El costo es de solo $3 por mes y respalda nuestra hoja de ruta, infraestructura de servidores y la comunidad de código abierto.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "La actualización incluye dominios y alias ilimitados, alertas y registros en tiempo real, acceso SMTP saliente y más.", + "Your Account": "Su cuenta", + "Manage your aliases, domains, settings, and security.": "Administre sus alias, dominios, configuraciones y seguridad.", + "Customer Support": "Atención al cliente", + "Read our FAQ, submit a help request, or reply to this email.": "Lea nuestras preguntas frecuentes, envíe una solicitud de ayuda o responda a este correo electrónico.", + "Help Request": "Solicitud de ayuda" } \ No newline at end of file diff --git a/locales/fi.json b/locales/fi.json index b3db52df62..7c8476bd4d 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -4698,5 +4698,18 @@ "Contact Support": "Ota yhteyttä tukeen", "Need to manage your domains?": "Haluatko hallita verkkotunnuksiasi?", "Go to My Account": "Siirry kohtaan Oma tili", - "100% Free": "100% ilmainen" + "100% Free": "100% ilmainen", + "Need real-time alerts and logs?": "Tarvitsetko reaaliaikaisia hälytyksiä ja lokeja?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Päivitys avaa reaaliaikaiset hälytykset ja lokit sekä lähtevän SMTP-tuen .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Lähtevän SMTP-tuki tarkoittaa, että voit lähettää sähköpostia millä tahansa aliaksella mukautetulla verkkotunnuksellasi.", + "100% Money back guarantee": "100% rahat takaisin -takuu", + "Upgrading keeps your email private:": "Päivitys pitää sähköpostisi yksityisenä:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Nämä ominaisuudet auttavat sinua varmistamaan korkean toimittavuuden ja pitämään sähköpostisi turvassa.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Hinta on vain 3 dollaria kuukaudessa ja tukee tiekarttamme, palvelininfrastruktuuriamme ja avoimen lähdekoodin yhteisöä.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Päivitys sisältää rajoittamattoman määrän verkkotunnuksia ja aliaksia, reaaliaikaisia hälytyksiä ja lokeja, lähtevän SMTP-käytön ja paljon muuta.", + "Your Account": "Tilisi", + "Manage your aliases, domains, settings, and security.": "Hallinnoi aliaksia, verkkotunnuksia, asetuksia ja suojausta.", + "Customer Support": "Asiakaspalvelu", + "Read our FAQ, submit a help request, or reply to this email.": "Lue UKK, lähetä avunpyyntö tai vastaa tähän sähköpostiin.", + "Help Request": "Apupyyntö" } \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index a4edec63a6..88efb264da 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -4853,5 +4853,18 @@ "Contact Support": "Contactez le support", "Need to manage your domains?": "Besoin de gérer vos domaines ?", "Go to My Account": "Accéder à mon Compte", - "100% Free": "100% Gratuit" + "100% Free": "100% Gratuit", + "Need real-time alerts and logs?": "Besoin d'alertes et de journaux en temps réel ?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "La mise à niveau débloquera des alertes et des journaux en temps réel ainsi que la prise en charge SMTP sortante .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "La prise en charge SMTP sortante signifie que vous pouvez envoyer des e-mails en utilisant n'importe quel alias avec votre nom de domaine personnalisé.", + "100% Money back guarantee": "Garantie de remboursement à 100 %", + "Upgrading keeps your email private:": "La mise à niveau maintient votre courrier électronique privé :", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Ces fonctionnalités vous aideront à garantir une délivrabilité élevée et à protéger votre courrier électronique.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Le coût n'est que de 3 $ par mois et prend en charge notre feuille de route, notre infrastructure de serveur et la communauté open source.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "La mise à niveau inclut des domaines et alias illimités, des alertes et des journaux en temps réel, un accès SMTP sortant, et bien plus encore.", + "Your Account": "Votre compte", + "Manage your aliases, domains, settings, and security.": "Gérez vos alias, domaines, paramètres et sécurité.", + "Customer Support": "Service client", + "Read our FAQ, submit a help request, or reply to this email.": "Lisez notre FAQ, soumettez une demande d'aide ou répondez à cet e-mail.", + "Help Request": "Demande d'aide" } \ No newline at end of file diff --git a/locales/he.json b/locales/he.json index e1d614904b..fc944dddec 100644 --- a/locales/he.json +++ b/locales/he.json @@ -4853,5 +4853,18 @@ "Contact Support": "צור קשר עם תמיכה", "Need to manage your domains?": "צריך לנהל את הדומיינים שלך?", "Go to My Account": "כנס לחשבון שלי", - "100% Free": "100% חינם" + "100% Free": "100% חינם", + "Need real-time alerts and logs?": "צריך התראות ויומנים בזמן אמת?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "השדרוג יבטל נעילה של התראות ויומנים בזמן אמת ותמיכה ב-SMTP יוצא .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "תמיכת SMTP יוצאת פירושה שאתה יכול לשלוח דואר אלקטרוני באמצעות כל כינוי עם שם הדומיין המותאם אישית שלך.", + "100% Money back guarantee": "100% אחריות להחזר כספי", + "Upgrading keeps your email private:": "השדרוג שומר על פרטיות האימייל שלך:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "תכונות אלו יעזרו לך להבטיח יכולת מסירה גבוהה ויסייעו לשמור על בטיחות הדוא\"ל שלך.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "העלות היא רק $3 לחודש ותומכת במפת הדרכים שלנו, בתשתית השרתים ובקהילת הקוד הפתוח.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "השדרוג כולל דומיינים וכינויים ללא הגבלה, התראות ויומנים בזמן אמת, גישת SMTP יוצאת ועוד.", + "Your Account": "החשבון שלך", + "Manage your aliases, domains, settings, and security.": "נהל את הכינויים, הדומיינים, ההגדרות והאבטחה שלך.", + "Customer Support": "שירות לקוחות", + "Read our FAQ, submit a help request, or reply to this email.": "קרא את השאלות הנפוצות שלנו, שלח בקשת עזרה או השב לדוא\"ל זה.", + "Help Request": "בקשת עזרה" } \ No newline at end of file diff --git a/locales/hu.json b/locales/hu.json index 6a8a9c3916..6aed391c35 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -4853,5 +4853,18 @@ "Contact Support": "Lépjen kapcsolatba az ügyfélszolgálattal", "Need to manage your domains?": "Kezelnie kell domainjeit?", "Go to My Account": "Lépjen a Saját fiók oldalra", - "100% Free": "100% ingyenes" + "100% Free": "100% ingyenes", + "Need real-time alerts and logs?": "Valós idejű riasztásokra és naplókra van szüksége?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "A frissítés feloldja a valós idejű figyelmeztetéseket és naplókat , valamint a kimenő SMTP-támogatást .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "A kimenő SMTP-támogatás azt jelenti, hogy bármilyen aliassal küldhet e-mailt egyéni domainnévvel.", + "100% Money back guarantee": "100% pénzvisszafizetési garancia", + "Upgrading keeps your email private:": "A frissítés megőrzi e-mailjeit:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Ezek a funkciók segítik a magas kézbesítést, és segítenek megőrizni e-mailjei biztonságát.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "A költség mindössze 3 dollár havonta, és támogatja az ütemtervenket, a szerver-infrastruktúrát és a nyílt forráskódú közösséget.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "A frissítés korlátlan számú tartományt és álneveket, valós idejű riasztásokat és naplókat, kimenő SMTP-hozzáférést és egyebeket foglal magában.", + "Your Account": "Fiókja", + "Manage your aliases, domains, settings, and security.": "Kezelje álneveit, domainjeit, beállításait és biztonságát.", + "Customer Support": "Vevőszolgálat", + "Read our FAQ, submit a help request, or reply to this email.": "Olvassa el a GYIK-et, küldjön be segítségkérést, vagy válaszoljon erre az e-mailre.", + "Help Request": "Segítségkérés" } \ No newline at end of file diff --git a/locales/id.json b/locales/id.json index 5fbe6c37e0..ac2cda7b11 100644 --- a/locales/id.json +++ b/locales/id.json @@ -4853,5 +4853,18 @@ "Contact Support": "Hubungi Dukungan", "Need to manage your domains?": "Perlu mengelola domain Anda?", "Go to My Account": "masuk ke akun saya", - "100% Free": "100% Gratis" + "100% Free": "100% Gratis", + "Need real-time alerts and logs?": "Butuh peringatan dan log waktu nyata?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Peningkatan versi akan membuka peringatan dan log waktu nyata serta dukungan SMTP keluar .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Dukungan SMTP keluar berarti Anda dapat mengirim email menggunakan alias apa pun dengan nama domain khusus Anda.", + "100% Money back guarantee": "Jaminan uang kembali 100%.", + "Upgrading keeps your email private:": "Peningkatan versi menjaga privasi email Anda:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Fitur-fitur ini akan membantu Anda memastikan kemampuan pengiriman yang tinggi dan membantu menjaga keamanan email Anda.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Biayanya hanya $3 per bulan dan mendukung peta jalan kami, infrastruktur server, dan komunitas sumber terbuka.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Peningkatan mencakup domain dan alias tanpa batas, peringatan dan log waktu nyata, akses SMTP keluar, dan banyak lagi.", + "Your Account": "Akun Anda", + "Manage your aliases, domains, settings, and security.": "Kelola alias, domain, pengaturan, dan keamanan Anda.", + "Customer Support": "Dukungan Pelanggan", + "Read our FAQ, submit a help request, or reply to this email.": "Baca FAQ kami, kirimkan permintaan bantuan, atau balas email ini.", + "Help Request": "Permintaan Bantuan" } \ No newline at end of file diff --git a/locales/it.json b/locales/it.json index 2f58812f4c..7bf2a59733 100644 --- a/locales/it.json +++ b/locales/it.json @@ -4853,5 +4853,18 @@ "Contact Support": "Contatta il supporto", "Need to manage your domains?": "Hai bisogno di gestire i tuoi domini?", "Go to My Account": "vai al mio account", - "100% Free": "100% gratuito" + "100% Free": "100% gratuito", + "Need real-time alerts and logs?": "Hai bisogno di avvisi e registri in tempo reale?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "L'aggiornamento sbloccherà avvisi e registri in tempo reale e il supporto SMTP in uscita .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Il supporto SMTP in uscita significa che puoi inviare e-mail utilizzando qualsiasi alias con il tuo nome di dominio personalizzato.", + "100% Money back guarantee": "Garanzia di rimborso al 100%.", + "Upgrading keeps your email private:": "L'aggiornamento mantiene la tua email privata:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Queste funzionalità ti aiuteranno a garantire un'elevata consegna e ti aiuteranno a mantenere la tua posta elettronica al sicuro.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Il costo è di soli $ 3 al mese e supporta la nostra roadmap, l'infrastruttura server e la comunità open source.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "L'aggiornamento include domini e alias illimitati, avvisi e registri in tempo reale, accesso SMTP in uscita e altro ancora.", + "Your Account": "Il tuo account", + "Manage your aliases, domains, settings, and security.": "Gestisci i tuoi alias, domini, impostazioni e sicurezza.", + "Customer Support": "Servizio Clienti", + "Read our FAQ, submit a help request, or reply to this email.": "Leggi le nostre domande frequenti, invia una richiesta di aiuto o rispondi a questa email.", + "Help Request": "Richiesta di aiuto" } \ No newline at end of file diff --git a/locales/ja.json b/locales/ja.json index fc4fc0fda4..624e73b9cb 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -4853,5 +4853,18 @@ "Contact Support": "サポート問い合わせ先", "Need to manage your domains?": "ドメインを管理する必要がありますか?", "Go to My Account": "マイアカウントへ移動します", - "100% Free": "完全無料" + "100% Free": "完全無料", + "Need real-time alerts and logs?": "リアルタイムのアラートとログが必要ですか?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "アップグレードすると、リアルタイム アラートとログ、およびアウトバウンド SMTP サポートのロックが解除されます。", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "アウトバウンド SMTP サポートは、カスタム ドメイン名のエイリアスを使用して電子メールを送信できることを意味します。", + "100% Money back guarantee": "100%返金保証", + "Upgrading keeps your email private:": "アップグレードするとメールのプライバシーが保たれます。", + "These features will help you to ensure high deliverability and help to keep your email safe.": "これらの機能は、高い到達性を確保し、電子メールを安全に保つのに役立ちます。", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "料金は月額わずか 3 ドルで、ロードマップ、サーバー インフラストラクチャ、オープンソース コミュニティをサポートします。", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "アップグレードには、無制限のドメインとエイリアス、リアルタイムのアラートとログ、送信 SMTP アクセスなどが含まれます。", + "Your Account": "あなたのアカウント", + "Manage your aliases, domains, settings, and security.": "エイリアス、ドメイン、設定、セキュリティを管理します。", + "Customer Support": "顧客サポート", + "Read our FAQ, submit a help request, or reply to this email.": "よくある質問を読んで、ヘルプ リクエストを送信するか、このメールに返信してください。", + "Help Request": "ヘルプリクエスト" } \ No newline at end of file diff --git a/locales/ko.json b/locales/ko.json index 6983794657..f75814ee6e 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -4853,5 +4853,18 @@ "Contact Support": "연락처 지원", "Need to manage your domains?": "도메인을 관리해야 합니까?", "Go to My Account": "내 계정으로 이동", - "100% Free": "100% 무료" + "100% Free": "100% 무료", + "Need real-time alerts and logs?": "실시간 경고 및 로그가 필요합니까?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "업그레이드하면 실시간 경고 및 로그아웃바운드 SMTP 지원이 잠금 해제됩니다 .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "아웃바운드 SMTP 지원은 사용자 정의 도메인 이름과 함께 별칭을 사용하여 이메일을 보낼 수 있음을 의미합니다.", + "100% Money back guarantee": "100% 환불 보장", + "Upgrading keeps your email private:": "업그레이드하면 이메일이 비공개로 유지됩니다.", + "These features will help you to ensure high deliverability and help to keep your email safe.": "이러한 기능은 높은 전달성을 보장하고 이메일을 안전하게 유지하는 데 도움이 됩니다.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "비용은 월 3달러에 불과하며 로드맵, 서버 인프라 및 오픈 소스 커뮤니티를 지원합니다.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "업그레이드에는 무제한 도메인 및 별칭, 실시간 경고 및 로그, 아웃바운드 SMTP 액세스 등이 포함됩니다.", + "Your Account": "귀하의 계정", + "Manage your aliases, domains, settings, and security.": "별칭, 도메인, 설정 및 보안을 관리하세요.", + "Customer Support": "고객 지원", + "Read our FAQ, submit a help request, or reply to this email.": "FAQ를 읽어보시거나, 도움 요청을 제출하시거나, 이 이메일에 회신해 주세요.", + "Help Request": "도움 요청" } \ No newline at end of file diff --git a/locales/nl.json b/locales/nl.json index 3641308c1f..108422f536 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -4853,5 +4853,18 @@ "Contact Support": "Contact opnemen met ondersteuning", "Need to manage your domains?": "Wilt u uw domeinen beheren?", "Go to My Account": "Ga naar Mijn Account", - "100% Free": "100% gratis" + "100% Free": "100% gratis", + "Need real-time alerts and logs?": "Realtime waarschuwingen en logboeken nodig?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Door te upgraden worden realtime waarschuwingen en logboeken en uitgaande SMTP-ondersteuning ontgrendeld .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Uitgaande SMTP-ondersteuning betekent dat u e-mail kunt verzenden met elke alias met uw aangepaste domeinnaam.", + "100% Money back guarantee": "100% geld-terug-garantie", + "Upgrading keeps your email private:": "Door te upgraden blijft uw e-mail privé:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Deze functies helpen u een hoge afleverbaarheid te garanderen en uw e-mail veilig te houden.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "De kosten bedragen slechts $ 3 per maand en ondersteunen onze roadmap, serverinfrastructuur en de open-sourcegemeenschap.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Upgraden omvat een onbeperkt aantal domeinen en aliassen, realtime waarschuwingen en logboeken, uitgaande SMTP-toegang en meer.", + "Your Account": "Jouw rekening", + "Manage your aliases, domains, settings, and security.": "Beheer uw aliassen, domeinen, instellingen en beveiliging.", + "Customer Support": "Klantenservice", + "Read our FAQ, submit a help request, or reply to this email.": "Lees onze veelgestelde vragen, dien een hulpverzoek in of beantwoord deze e-mail.", + "Help Request": "Verzoek om hulp" } \ No newline at end of file diff --git a/locales/no.json b/locales/no.json index 42a0f8a25a..5c9edd0ebf 100644 --- a/locales/no.json +++ b/locales/no.json @@ -4858,5 +4858,18 @@ "Contact Support": "Kontakt kundestøtte", "Need to manage your domains?": "Trenger du å administrere domenene dine?", "Go to My Account": "gå til Min Konto", - "100% Free": "100 % gratis" + "100% Free": "100 % gratis", + "Need real-time alerts and logs?": "Trenger du varsler og logger i sanntid?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Oppgradering vil låse opp sanntidsvarsler og logger og utgående SMTP-støtte .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Utgående SMTP-støtte betyr at du kan sende e-post ved å bruke et hvilket som helst alias med ditt egendefinerte domenenavn.", + "100% Money back guarantee": "100 % pengene tilbake-garanti", + "Upgrading keeps your email private:": "Oppgradering holder e-posten din privat:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Disse funksjonene vil hjelpe deg med å sikre høy leveringsdyktighet og bidra til å holde e-posten din trygg.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Kostnaden er bare $3 per måned og støtter veikartet vårt, serverinfrastrukturen og åpen kildekode-fellesskapet.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Oppgradering inkluderer ubegrensede domener og aliaser, sanntidsvarsler og logger, utgående SMTP-tilgang og mer.", + "Your Account": "Kontoen din", + "Manage your aliases, domains, settings, and security.": "Administrer aliaser, domener, innstillinger og sikkerhet.", + "Customer Support": "Kundeservice", + "Read our FAQ, submit a help request, or reply to this email.": "Les våre vanlige spørsmål, send inn en hjelpeforespørsel eller svar på denne e-posten.", + "Help Request": "Hjelpeforespørsel" } \ No newline at end of file diff --git a/locales/pl.json b/locales/pl.json index c94b932c85..15cebff16e 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -4853,5 +4853,18 @@ "Contact Support": "Skontaktuj się z pomocą techniczną", "Need to manage your domains?": "Chcesz zarządzać swoimi domenami?", "Go to My Account": "Przejdź do Mojego konta", - "100% Free": "100% za darmo" + "100% Free": "100% za darmo", + "Need real-time alerts and logs?": "Potrzebujesz alertów i dzienników w czasie rzeczywistym?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Aktualizacja odblokuje alerty i dzienniki w czasie rzeczywistym oraz obsługę wychodzącego protokołu SMTP .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Obsługa wychodzącego protokołu SMTP oznacza, że możesz wysyłać wiadomości e-mail przy użyciu dowolnego aliasu z niestandardową nazwą domeny.", + "100% Money back guarantee": "100% gwarancja zwrotu pieniędzy", + "Upgrading keeps your email private:": "Dzięki uaktualnieniu Twój e-mail pozostaje prywatny:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Te funkcje pomogą Ci zapewnić wysoką dostarczalność i pomogą chronić Twoją pocztę e-mail.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Koszt wynosi tylko 3 USD miesięcznie i obejmuje wsparcie naszego planu działania, infrastruktury serwerowej i społeczności open source.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Aktualizacja obejmuje nieograniczoną liczbę domen i aliasów, alerty i dzienniki w czasie rzeczywistym, wychodzący dostęp SMTP i wiele więcej.", + "Your Account": "Twoje konto", + "Manage your aliases, domains, settings, and security.": "Zarządzaj swoimi aliasami, domenami, ustawieniami i bezpieczeństwem.", + "Customer Support": "Obsługa klienta", + "Read our FAQ, submit a help request, or reply to this email.": "Przeczytaj nasze często zadawane pytania, prześlij prośbę o pomoc lub odpowiedz na tego e-maila.", + "Help Request": "Prośba o pomoc" } \ No newline at end of file diff --git a/locales/pt.json b/locales/pt.json index c9e4bed1dd..1b6cc15449 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -4853,5 +4853,18 @@ "Contact Support": "Contate o suporte", "Need to manage your domains?": "Precisa gerenciar seus domínios?", "Go to My Account": "Vá para Minha Conta", - "100% Free": "100% grátis" + "100% Free": "100% grátis", + "Need real-time alerts and logs?": "Precisa de alertas e registros em tempo real?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "A atualização desbloqueará alertas e registros em tempo real e suporte SMTP de saída .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "O suporte SMTP de saída significa que você pode enviar e-mails usando qualquer alias com seu nome de domínio personalizado.", + "100% Money back guarantee": "100% de garantia de devolução do dinheiro", + "Upgrading keeps your email private:": "A atualização mantém seu e-mail privado:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Esses recursos o ajudarão a garantir alta capacidade de entrega e a manter seu e-mail seguro.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "O custo é de apenas US$ 3 por mês e oferece suporte ao nosso roteiro, infraestrutura de servidores e comunidade de código aberto.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "A atualização inclui domínios e aliases ilimitados, alertas e logs em tempo real, acesso SMTP de saída e muito mais.", + "Your Account": "Sua conta", + "Manage your aliases, domains, settings, and security.": "Gerencie seus aliases, domínios, configurações e segurança.", + "Customer Support": "Suporte ao cliente", + "Read our FAQ, submit a help request, or reply to this email.": "Leia nossas perguntas frequentes, envie uma solicitação de ajuda ou responda a este e-mail.", + "Help Request": "Pedido de ajuda" } \ No newline at end of file diff --git a/locales/ru.json b/locales/ru.json index 0197aa62ff..43e54d71dd 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -4853,5 +4853,18 @@ "Contact Support": "Контактная поддержка", "Need to manage your domains?": "Вам нужно управлять своими доменами?", "Go to My Account": "Перейти в мой аккаунт", - "100% Free": "100% бесплатно" + "100% Free": "100% бесплатно", + "Need real-time alerts and logs?": "Нужны оповещения и журналы в реальном времени?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Обновление разблокирует оповещения и журналы в реальном времени, а также поддержку исходящего SMTP .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Поддержка исходящего SMTP означает, что вы можете отправлять электронную почту, используя любой псевдоним с вашим личным доменным именем.", + "100% Money back guarantee": "100% гарантия возврата денег", + "Upgrading keeps your email private:": "Обновление сохраняет конфиденциальность вашей электронной почты:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Эти функции помогут вам обеспечить высокую доставляемость и защитить вашу электронную почту.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Стоимость составляет всего 3 доллара в месяц и поддерживает нашу дорожную карту, серверную инфраструктуру и сообщество разработчиков открытого исходного кода.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Обновление включает в себя неограниченное количество доменов и псевдонимов, оповещения и журналы в реальном времени, исходящий доступ SMTP и многое другое.", + "Your Account": "Ваш счет", + "Manage your aliases, domains, settings, and security.": "Управляйте своими псевдонимами, доменами, настройками и безопасностью.", + "Customer Support": "Служба поддержки", + "Read our FAQ, submit a help request, or reply to this email.": "Прочтите наши часто задаваемые вопросы, отправьте запрос на помощь или ответьте на это письмо.", + "Help Request": "Запрос на помощь" } \ No newline at end of file diff --git a/locales/sv.json b/locales/sv.json index d463f70520..a177761896 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -4853,5 +4853,18 @@ "Contact Support": "Kontakta supporten", "Need to manage your domains?": "Behöver du hantera dina domäner?", "Go to My Account": "Gå till Mitt konto", - "100% Free": "100 % gratis" + "100% Free": "100 % gratis", + "Need real-time alerts and logs?": "Behöver du varningar och loggar i realtid?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Uppgradering låser upp varningar och loggar i realtid och stöd för utgående SMTP .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Utgående SMTP-stöd innebär att du kan skicka e-post med vilket alias som helst med ditt anpassade domännamn.", + "100% Money back guarantee": "100 % pengarna tillbaka-garanti", + "Upgrading keeps your email private:": "Uppgradering håller din e-post privat:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Dessa funktioner hjälper dig att säkerställa hög leveransbarhet och hjälper dig att hålla din e-post säker.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Kostnaden är bara $3 per månad och stöder vår färdplan, serverinfrastruktur och öppen källkodsgemenskap.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Uppgradering inkluderar obegränsade domäner och alias, realtidsvarningar och loggar, utgående SMTP-åtkomst och mer.", + "Your Account": "Ditt konto", + "Manage your aliases, domains, settings, and security.": "Hantera dina alias, domäner, inställningar och säkerhet.", + "Customer Support": "Kundsupport", + "Read our FAQ, submit a help request, or reply to this email.": "Läs våra vanliga frågor, skicka in en hjälpförfrågan eller svara på det här e-postmeddelandet.", + "Help Request": "Hjälpbegäran" } \ No newline at end of file diff --git a/locales/th.json b/locales/th.json index 5f7278bdcd..9d21cbf5ff 100644 --- a/locales/th.json +++ b/locales/th.json @@ -4853,5 +4853,18 @@ "Contact Support": "ติดต่อฝ่ายสนับสนุน", "Need to manage your domains?": "ต้องการจัดการโดเมนของคุณหรือไม่?", "Go to My Account": "ไปที่บัญชีของฉัน", - "100% Free": "ฟรี 100%" + "100% Free": "ฟรี 100%", + "Need real-time alerts and logs?": "ต้องการการแจ้งเตือนและบันทึกแบบเรียลไทม์หรือไม่?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "การอัปเกรดจะปลดล็อก การแจ้งเตือนและบันทึกแบบเรียลไทม์ และ การสนับสนุน SMTP ขาออก", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "การสนับสนุน SMTP ขาออกหมายความว่าคุณสามารถส่งอีเมลโดยใช้นามแฝงใดก็ได้ด้วยชื่อโดเมนที่คุณกำหนดเอง", + "100% Money back guarantee": "รับประกันคืนเงิน 100%", + "Upgrading keeps your email private:": "การอัปเกรดจะทำให้อีเมลของคุณเป็นส่วนตัว:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "คุณสมบัติเหล่านี้จะช่วยให้คุณมั่นใจได้ถึงความสามารถในการจัดส่งที่สูงและช่วยรักษาอีเมลของคุณให้ปลอดภัย", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "ค่าใช้จ่ายเพียง $3 ต่อเดือน และสนับสนุนแผนงาน โครงสร้างพื้นฐานเซิร์ฟเวอร์ และชุมชนโอเพ่นซอร์สของเรา", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "การอัปเกรดประกอบด้วยโดเมนและนามแฝงไม่จำกัด การแจ้งเตือนและบันทึกแบบเรียลไทม์ การเข้าถึง SMTP ขาออก และอื่นๆ อีกมากมาย", + "Your Account": "บัญชีของคุณ", + "Manage your aliases, domains, settings, and security.": "จัดการนามแฝง โดเมน การตั้งค่า และความปลอดภัยของคุณ", + "Customer Support": "สนับสนุนลูกค้า", + "Read our FAQ, submit a help request, or reply to this email.": "อ่านคำถามที่พบบ่อยของเรา ส่งคำขอความช่วยเหลือ หรือตอบกลับอีเมลนี้", + "Help Request": "ขอความช่วยเหลือ" } \ No newline at end of file diff --git a/locales/tr.json b/locales/tr.json index 6fa98e83d9..92da533671 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -4853,5 +4853,18 @@ "Contact Support": "İletişim desteği", "Need to manage your domains?": "Alan adlarınızı yönetmeniz mi gerekiyor?", "Go to My Account": "hesabıma git", - "100% Free": "%100 Ücretsiz" + "100% Free": "%100 Ücretsiz", + "Need real-time alerts and logs?": "Gerçek zamanlı uyarılara ve günlüklere mi ihtiyacınız var?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Yükseltme , gerçek zamanlı uyarıların, günlüklerin ve giden SMTP desteğinin kilidini açacaktır .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Giden SMTP desteği, özel alan adınızla herhangi bir takma adı kullanarak e-posta gönderebileceğiniz anlamına gelir.", + "100% Money back guarantee": "%100 Para iade garantisi", + "Upgrading keeps your email private:": "Yükseltme e-postanızı gizli tutar:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Bu özellikler, yüksek teslim edilebilirlik sağlamanıza ve e-postanızı güvende tutmanıza yardımcı olacaktır.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Maliyet ayda yalnızca 3 ABD dolarıdır ve yol haritamızı, sunucu altyapımızı ve açık kaynak topluluğumuzu destekler.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Yükseltme, sınırsız alan adlarını ve takma adları, gerçek zamanlı uyarıları ve günlükleri, giden SMTP erişimini ve daha fazlasını içerir.", + "Your Account": "Hesabınız", + "Manage your aliases, domains, settings, and security.": "Takma adlarınızı, alan adlarınızı, ayarlarınızı ve güvenliğinizi yönetin.", + "Customer Support": "Müşteri desteği", + "Read our FAQ, submit a help request, or reply to this email.": "SSS bölümümüzü okuyun, yardım isteği gönderin veya bu e-postayı yanıtlayın.", + "Help Request": "Yardım talebi" } \ No newline at end of file diff --git a/locales/uk.json b/locales/uk.json index f6ed8429ac..09238d4363 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -4853,5 +4853,18 @@ "Contact Support": "Зверніться до служби підтримки", "Need to manage your domains?": "Потрібно керувати своїми доменами?", "Go to My Account": "Перейдіть до облікового запису", - "100% Free": "100% безкоштовно" + "100% Free": "100% безкоштовно", + "Need real-time alerts and logs?": "Потрібні сповіщення та журнали в реальному часі?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Оновлення розблокує сповіщення та журнали в реальному часі та підтримку вихідного SMTP .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Підтримка вихідного SMTP означає, що ви можете надсилати електронну пошту, використовуючи будь-який псевдонім із вашим власним доменним іменем.", + "100% Money back guarantee": "100% гарантія повернення грошей", + "Upgrading keeps your email private:": "Оновлення зберігає конфіденційність вашої електронної пошти:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Ці функції допоможуть вам забезпечити високу доставку та захистити вашу електронну пошту.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Вартість становить лише 3 долари на місяць і підтримує нашу дорожню карту, серверну інфраструктуру та спільноту з відкритим кодом.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Оновлення включає необмежену кількість доменів і псевдонімів, сповіщення та журнали в реальному часі, вихідний доступ SMTP тощо.", + "Your Account": "Ваш рахунок", + "Manage your aliases, domains, settings, and security.": "Керуйте своїми псевдонімами, доменами, налаштуваннями та безпекою.", + "Customer Support": "Підтримка клієнтів", + "Read our FAQ, submit a help request, or reply to this email.": "Прочитайте наші поширені запитання, надішліть запит на допомогу або дайте відповідь на цей електронний лист.", + "Help Request": "Запит на допомогу" } \ No newline at end of file diff --git a/locales/vi.json b/locales/vi.json index 0e427b939b..0c0c3695f7 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -4853,5 +4853,18 @@ "Contact Support": "Liên hệ hỗ trợ", "Need to manage your domains?": "Cần quản lý tên miền của bạn?", "Go to My Account": "Đi tới Tài khoản của tôi", - "100% Free": "100% miễn phí" + "100% Free": "100% miễn phí", + "Need real-time alerts and logs?": "Cần cảnh báo và nhật ký theo thời gian thực?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "Việc nâng cấp sẽ mở khóa các cảnh báo và nhật ký theo thời gian thực cũng như hỗ trợ SMTP gửi đi .", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "Hỗ trợ SMTP gửi đi có nghĩa là bạn có thể gửi email bằng bất kỳ bí danh nào có tên miền tùy chỉnh của mình.", + "100% Money back guarantee": "Đảm bảo hoàn tiền 100%", + "Upgrading keeps your email private:": "Việc nâng cấp sẽ giữ email của bạn ở chế độ riêng tư:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "Những tính năng này sẽ giúp bạn đảm bảo khả năng gửi cao và giúp giữ an toàn cho email của bạn.", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "Chi phí chỉ 3 USD mỗi tháng và hỗ trợ lộ trình, cơ sở hạ tầng máy chủ và cộng đồng nguồn mở của chúng tôi.", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "Việc nâng cấp bao gồm số miền và bí danh không giới hạn, cảnh báo và nhật ký theo thời gian thực, quyền truy cập SMTP gửi đi, v.v.", + "Your Account": "Tài khoản của bạn", + "Manage your aliases, domains, settings, and security.": "Quản lý bí danh, tên miền, cài đặt và bảo mật của bạn.", + "Customer Support": "Hỗ trợ khách hàng", + "Read our FAQ, submit a help request, or reply to this email.": "Đọc Câu hỏi thường gặp của chúng tôi, gửi yêu cầu trợ giúp hoặc trả lời email này.", + "Help Request": "Yêu cầu trợ giúp" } \ No newline at end of file diff --git a/locales/zh.json b/locales/zh.json index 173201d749..fc7829ec60 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -4544,5 +4544,18 @@ "Contact Support": "联系支持人员", "Need to manage your domains?": "需要管理您的域名吗?", "Go to My Account": "转至“我的账户", - "100% Free": "100% 免费" + "100% Free": "100% 免费", + "Need real-time alerts and logs?": "需要实时警报和日志?", + "Upgrading will unlock real-time alerts and logs and outbound SMTP support.": "升级将解锁实时警报和日志以及出站 SMTP 支持。", + "Outbound SMTP support means you can send email using any alias with your custom domain name.": "出站 SMTP 支持意味着您可以使用带有自定义域名的任何别名来发送电子邮件。", + "100% Money back guarantee": "100% 退款保证", + "Upgrading keeps your email private:": "升级可保护您的电子邮件的私密性:", + "These features will help you to ensure high deliverability and help to keep your email safe.": "这些功能将帮助您确保高送达率并有助于确保您的电子邮件安全。", + "The cost is only $3 per month and supports our roadmap, server infrastructure, and the open-source community.": "每月费用仅为 3 美元,并支持我们的路线图、服务器基础设施和开源社区。", + "Upgrading includes unlimited domains and aliases, real-time alerts and logs, outbound SMTP access, and more.": "升级包括无限的域和别名、实时警报和日志、出站 SMTP 访问等等。", + "Your Account": "你的帐户", + "Manage your aliases, domains, settings, and security.": "管理您的别名、域、设置和安全性。", + "Customer Support": "客户支持", + "Read our FAQ, submit a help request, or reply to this email.": "请阅读我们的常见问题解答、提交帮助请求或回复此电子邮件。", + "Help Request": "帮助请求" } \ No newline at end of file