@bigbinary/neeto-email-delivery-frontend 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +30 -8
  2. package/app/javascript/src/translations/ar.json +24 -0
  3. package/app/javascript/src/translations/bg.json +24 -0
  4. package/app/javascript/src/translations/ca.json +24 -0
  5. package/app/javascript/src/translations/cs.json +24 -0
  6. package/app/javascript/src/translations/da.json +24 -0
  7. package/app/javascript/src/translations/de.json +24 -0
  8. package/app/javascript/src/translations/en.json +24 -0
  9. package/app/javascript/src/translations/es-MX.json +24 -0
  10. package/app/javascript/src/translations/es.json +24 -0
  11. package/app/javascript/src/translations/et.json +24 -0
  12. package/app/javascript/src/translations/fi.json +24 -0
  13. package/app/javascript/src/translations/fil.json +24 -0
  14. package/app/javascript/src/translations/fr.json +24 -0
  15. package/app/javascript/src/translations/he.json +24 -0
  16. package/app/javascript/src/translations/hi.json +24 -0
  17. package/app/javascript/src/translations/hr.json +24 -0
  18. package/app/javascript/src/translations/id.json +24 -0
  19. package/app/javascript/src/translations/it.json +24 -0
  20. package/app/javascript/src/translations/ja.json +24 -0
  21. package/app/javascript/src/translations/ko.json +24 -0
  22. package/app/javascript/src/translations/nl.json +24 -0
  23. package/app/javascript/src/translations/pl.json +24 -0
  24. package/app/javascript/src/translations/pt-BR.json +24 -0
  25. package/app/javascript/src/translations/pt.json +24 -0
  26. package/app/javascript/src/translations/ro.json +24 -0
  27. package/app/javascript/src/translations/ru.json +24 -0
  28. package/app/javascript/src/translations/sk.json +24 -0
  29. package/app/javascript/src/translations/sl.json +24 -0
  30. package/app/javascript/src/translations/sv.json +24 -0
  31. package/app/javascript/src/translations/th.json +24 -0
  32. package/app/javascript/src/translations/tr.json +24 -0
  33. package/app/javascript/src/translations/uk.json +24 -0
  34. package/app/javascript/src/translations/vi.json +24 -0
  35. package/app/javascript/src/translations/zh-CN.json +24 -0
  36. package/app/javascript/src/translations/zh-TW.json +24 -0
  37. package/dist/EmailDeliveryScreen.js +225 -45
  38. package/dist/EmailDeliveryScreen.js.map +1 -1
  39. package/dist/SparkpostDomainSetup.js +2 -2
  40. package/dist/SparkpostDomainVerify.js +2 -2
  41. package/dist/cjs/EmailDeliveryScreen.js +245 -46
  42. package/dist/cjs/EmailDeliveryScreen.js.map +1 -1
  43. package/dist/cjs/SparkpostDomainSetup.js +2 -2
  44. package/dist/cjs/SparkpostDomainVerify.js +2 -2
  45. package/dist/cjs/hooks.js +7 -2
  46. package/dist/cjs/hooks.js.map +1 -1
  47. package/dist/cjs/index.js +13 -11
  48. package/dist/cjs/index.js.map +1 -1
  49. package/dist/hooks.js +7 -2
  50. package/dist/hooks.js.map +1 -1
  51. package/dist/index.js +13 -11
  52. package/dist/index.js.map +1 -1
  53. package/dist/{useOutlookIntegrationApi-CtHj_BzG.js → useOutlookIntegrationApi-BC-RPHmJ.js} +59 -2
  54. package/dist/useOutlookIntegrationApi-BC-RPHmJ.js.map +1 -0
  55. package/dist/{useOutlookIntegrationApi-ZgRWrUQN.js → useOutlookIntegrationApi-b_mNVfRE.js} +58 -4
  56. package/dist/useOutlookIntegrationApi-b_mNVfRE.js.map +1 -0
  57. package/dist/{useSparkpostApi-pa64NIl6.js → useSparkpostApi-D9NOjTNA.js} +18 -2
  58. package/dist/useSparkpostApi-D9NOjTNA.js.map +1 -0
  59. package/dist/{useSparkpostApi-W7XibjIp.js → useSparkpostApi-qpRhsK7H.js} +17 -3
  60. package/dist/useSparkpostApi-qpRhsK7H.js.map +1 -0
  61. package/dist/{useSparkpostDomain-CK-k6Xrr.js → useSparkpostDomain-Brk7SmL4.js} +3 -15
  62. package/dist/useSparkpostDomain-Brk7SmL4.js.map +1 -0
  63. package/dist/{useSparkpostDomain-DDI4pHcZ.js → useSparkpostDomain-CuX-Gl5a.js} +3 -14
  64. package/dist/useSparkpostDomain-CuX-Gl5a.js.map +1 -0
  65. package/package.json +5 -5
  66. package/dist/useOutlookIntegrationApi-CtHj_BzG.js.map +0 -1
  67. package/dist/useOutlookIntegrationApi-ZgRWrUQN.js.map +0 -1
  68. package/dist/useSparkpostApi-W7XibjIp.js.map +0 -1
  69. package/dist/useSparkpostApi-pa64NIl6.js.map +0 -1
  70. package/dist/useSparkpostDomain-CK-k6Xrr.js.map +0 -1
  71. package/dist/useSparkpostDomain-DDI4pHcZ.js.map +0 -1
package/README.md CHANGED
@@ -86,16 +86,11 @@ end
86
86
  NeetoEmailDeliveryEngine.owner_class = "Form"
87
87
  ```
88
88
 
89
- 8. Override the `load_owner` private method by adding the following files.
90
-
91
- - app/overrides/controllers/neeto_email_delivery_engine/integrations/sparkpost_domains_controller_override.rb
92
- - app/overrides/controllers/neeto_email_delivery_engine/gmail_controller_override.rb
93
- - app/overrides/controllers/neeto_email_delivery_engine/outlook_controller_override.rb
94
-
95
- Example:
89
+ 8. Override the `load_owner` private method for the base controller.
96
90
 
97
91
  ```ruby
98
- NeetoEmailDeliveryEngine::Api::V1::GmailController.class_eval do
92
+ # app/overrides/controllers/neeto_email_delivery_engine/base_controller_override.rb
93
+ NeetoEmailDeliveryEngine::Api::V1::BaseController.class_eval do
99
94
 
100
95
  private
101
96
  def load_owner
@@ -110,6 +105,7 @@ end
110
105
 
111
106
  - app/overrides/services/neeto_email_delivery_engine/gmail/send_email_service_override.rb
112
107
  - app/overrides/services/neeto_email_delivery_engine/outlook/send_email_service_override.rb
108
+ - app/overrides/services/neeto_email_delivery_engine/smtp/send_email_service_override.rb
113
109
 
114
110
  Example:
115
111
 
@@ -173,6 +169,32 @@ sparkpost:
173
169
  routing /neetoemaildelivery/i => "neeto_email_delivery_engine/inbound"
174
170
  ```
175
171
 
172
+ 16. Override `skip_rate_limits?` for `NeetoRateLimitEngine::MailDeliveryJob` to
173
+ skip rate limiting if user has their SMTP integration configured.
174
+
175
+ ```ruby
176
+ # app/overrides/neeto_rate_limit_engine/jobs/mail_delivery_job_override.rb
177
+ NeetoRateLimitEngine::MailDeliveryJob.class_eval do
178
+
179
+ private
180
+
181
+ def skip_rate_limits?
182
+ is_smtp_email_job?
183
+ end
184
+
185
+ def is_smtp_email_job?
186
+ return false if params[:delivery_account].blank?
187
+
188
+ account_klass, account_id = params[:delivery_account].values_at(:klass, :id)
189
+ delivery_account = account_klass.constantize.find_by(id: account_id)
190
+
191
+ delivery_account.present? &&
192
+ delivery_account.is_a?(NeetoEmailDeliveryEngine::SmtpAccount) &&
193
+ delivery_account.active?
194
+ end
195
+ end
196
+ ```
197
+
176
198
  ### Frontend package
177
199
 
178
200
  #### Installation
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "عملية التحقق جارية. قد يستغرق نشر سجلات DNS ما يصل إلى 24 ساعة.",
83
83
  "domainDisconnected": "تم فصل النطاق بنجاح!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "أضف تفاصيل خادم SMTP الخاص بك حتى يتم إرسال جميع الرسائل الإلكترونية من موفر SMTP الخاص بك وليس من Neeto.",
89
+ "connectSmtp": "الاتصال بـ SMTP",
90
+ "smtpConfigured": "تم تكوين SMTP لإرسال الرسائل الإلكترونية.",
91
+ "setup": {
92
+ "title": "إعداد SMTP للرسائل الإلكترونية الصادرة",
93
+ "saveAndActivate": "حفظ وتفعيل",
94
+ "note": "ملاحظة: تأكد من أن بيانات اعتماد SMTP التي تقدمها لديها إذن لإرسال الرسائل الإلكترونية من البريد الإلكتروني المكون.",
95
+ "hostLabel": "خادم SMTP",
96
+ "portLabel": "منفذ SMTP",
97
+ "usernameLabel": "اسم المستخدم",
98
+ "passwordLabel": "كلمة المرور",
99
+ "emailLabel": "البريد الإلكتروني",
100
+ "encryptionLabel": "تشفير",
101
+ "noneLabel": "لا شيء",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "اسم العرض",
105
+ "disconnect": "قطع اتصال SMTP",
106
+ "requiredField": "{{field}} مطلوب",
107
+ "emailInvalid": "البريد الإلكتروني غير صالح"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Проверка в процес. Разпространението на DNS записи може да отнеме до 24 часа.",
83
83
  "domainDisconnected": "Домейнът е успешно прекъснат!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Добавете данните на вашия SMTP сървър, така че всички имейли да бъдат изпращани от вашия SMTP доставчик, а не от Neeto.",
89
+ "connectSmtp": "Свържете се с SMTP",
90
+ "smtpConfigured": "SMTP е конфигуриран за изпращане на имейли.",
91
+ "setup": {
92
+ "title": "Настройка на SMTP за изходящи имейли",
93
+ "saveAndActivate": "Запази & активирай",
94
+ "note": "Забележка: Уверете се, че предоставените SMTP данни имат разрешение да изпращат имейли от конфигурирания имейл.",
95
+ "hostLabel": "SMTP хост",
96
+ "portLabel": "SMTP порт",
97
+ "usernameLabel": "Потребителско име",
98
+ "passwordLabel": "Парола",
99
+ "emailLabel": "Имейл",
100
+ "encryptionLabel": "Криптиране",
101
+ "noneLabel": "Няма",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Име за показване",
105
+ "disconnect": "Прекъснете SMTP",
106
+ "requiredField": "{{field}} е задължително",
107
+ "emailInvalid": "Невалиден имейл"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verificació en curs. La propagació dels registres DNS pot trigar fins a 24 hores.",
83
83
  "domainDisconnected": "Domini desconnectat correctament!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Afegeix els detalls del servidor SMTP perquè tots els correus electrònics siguin enviats pel teu proveïdor SMTP i no per Neeto.",
89
+ "connectSmtp": "Connectar SMTP",
90
+ "smtpConfigured": "SMTP està configurat per enviar correus electrònics.",
91
+ "setup": {
92
+ "title": "Configura SMTP per a correus sortints",
93
+ "saveAndActivate": "Desa & activa",
94
+ "note": "Nota: Assegureu-vos que les credencials SMTP que proporcioneu tinguin permís per enviar correus electrònics des del correu electrònic configurat.",
95
+ "hostLabel": "Host SMTP",
96
+ "portLabel": "Port SMTP",
97
+ "usernameLabel": "Nom d'usuari",
98
+ "passwordLabel": "Contrasenya",
99
+ "emailLabel": "Correu electrònic",
100
+ "encryptionLabel": "xifrat",
101
+ "noneLabel": "Cap",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nom a mostrar",
105
+ "disconnect": "Desconnectar SMTP",
106
+ "requiredField": "{{field}} és obligatori",
107
+ "emailInvalid": "Correu electrònic no vàlid"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Ověření probíhá. Šíření DNS může trvat až 24 hodin.",
83
83
  "domainDisconnected": "Doména byla úspěšně odpojena!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Přidejte údaje o vašem SMTP serveru, aby byly všechny e-maily odesílány od vašeho poskytovatele SMTP a nikoli od Neeto.",
89
+ "connectSmtp": "Připojit SMTP",
90
+ "smtpConfigured": "SMTP je nakonfigurováno pro odesílání e-mailů.",
91
+ "setup": {
92
+ "title": "Nastavení SMTP pro odchozí e-maily",
93
+ "saveAndActivate": "Uložit & aktivovat",
94
+ "note": "Poznámka: Ujistěte se, že poskytované SMTP přihlašovací údaje mají oprávnění k odesílání e-mailů z nakonfigurované e-mailové adresy.",
95
+ "hostLabel": "SMTP hostitel",
96
+ "portLabel": "SMTP port",
97
+ "usernameLabel": "Uživatelské jméno",
98
+ "passwordLabel": "Heslo",
99
+ "emailLabel": "E-mail",
100
+ "encryptionLabel": "Šifrování",
101
+ "noneLabel": "Žádné",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Zobrazované jméno",
105
+ "disconnect": "Odpojit SMTP",
106
+ "requiredField": "{{field}} je povinné",
107
+ "emailInvalid": "Neplatný e-mail"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verifikation er i gang. DNS-poster propagation kan tage op til 24 timer.",
83
83
  "domainDisconnected": "Domæne afbrudt med succes!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Tilføj dine SMTP-serveroplysninger, så alle e-mails sendes fra din SMTP-udbyder og ikke fra Neeto.",
89
+ "connectSmtp": "Forbind SMTP",
90
+ "smtpConfigured": "SMTP er konfigureret til at sende e-mails.",
91
+ "setup": {
92
+ "title": "Opsæt SMTP til udgående e-mails",
93
+ "saveAndActivate": "Gem & aktiver",
94
+ "note": "Bemærk: Sørg for, at de SMTP-legitimationsoplysninger, du angiver, har tilladelse til at sende e-mails fra den konfigurerede afsender-e-mail.",
95
+ "hostLabel": "SMTP-vært",
96
+ "portLabel": "SMTP-port",
97
+ "usernameLabel": "Brugernavn",
98
+ "passwordLabel": "Adgangskode",
99
+ "emailLabel": "E-mail",
100
+ "encryptionLabel": "Kryptering",
101
+ "noneLabel": "Ingen",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Visningsnavn",
105
+ "disconnect": "Frakobl SMTP",
106
+ "requiredField": "{{field}} er påkrævet",
107
+ "emailInvalid": "Ugyldig e-mail"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Überprüfung im Gange. Die Propagation der DNS-Einträge kann bis zu 24 Stunden dauern.",
83
83
  "domainDisconnected": "Domain erfolgreich getrennt!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Fügen Sie die SMTP-Serverdetails hinzu, damit alle E-Mails von Ihrem SMTP-Anbieter und nicht von Neeto gesendet werden.",
89
+ "connectSmtp": "SMTP verbinden",
90
+ "smtpConfigured": "SMTP ist konfiguriert, um E-Mails zu senden.",
91
+ "setup": {
92
+ "title": "SMTP für ausgehende E-Mails einrichten",
93
+ "saveAndActivate": "Speichern & aktivieren",
94
+ "note": "Hinweis: Stellen Sie sicher, dass die von Ihnen angegebenen SMTP-Anmeldeinformationen die Berechtigung zum Senden von E-Mails von der konfigurierten Absender-E-Mail haben.",
95
+ "hostLabel": "SMTP-Host",
96
+ "portLabel": "SMTP-Port",
97
+ "usernameLabel": "Benutzername",
98
+ "passwordLabel": "Passwort",
99
+ "emailLabel": "E-Mail",
100
+ "encryptionLabel": "Verschlüsselung",
101
+ "noneLabel": "Keine",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Anzeigename",
105
+ "disconnect": "SMTP trennen",
106
+ "requiredField": "{{field}} ist erforderlich",
107
+ "emailInvalid": "Ungültige E-Mail"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -20,6 +20,30 @@
20
20
  "shadowAccountMessage": "Looks like Outlook mailbox is not configured for your email address - {{email}}. Please configure your Outlook mailbox by logging in to your Outlook account and then try again.",
21
21
  "cancel": "Cancel"
22
22
  },
23
+ "smtp": {
24
+ "title": "SMTP",
25
+ "description": "Add your SMTP server details so that all emails are sent from your SMTP provider and not from Neeto.",
26
+ "connectSmtp": "Connect SMTP",
27
+ "smtpConfigured": "SMTP is configured for sending emails.",
28
+ "setup": {
29
+ "title": "Setup SMTP for outgoing emails",
30
+ "saveAndActivate": "Save & activate",
31
+ "note": "Note: Ensure that the SMTP credentials you provide have permission to send emails from the configured from email.",
32
+ "hostLabel": "SMTP host",
33
+ "portLabel": "SMTP port",
34
+ "usernameLabel": "Username",
35
+ "passwordLabel": "Password",
36
+ "emailLabel": "Email",
37
+ "encryptionLabel": "Encryption",
38
+ "noneLabel": "None",
39
+ "starttlsLabel": "StartTLS",
40
+ "sslLabel": "SSL",
41
+ "displayNameLabel": "Display name",
42
+ "disconnect": "Disconnect SMTP",
43
+ "requiredField": "{{field}} is required",
44
+ "emailInvalid": "Invalid email"
45
+ }
46
+ },
23
47
  "sparkpost": {
24
48
  "ownDomainConfigured": "Own domain is configured for sending emails.",
25
49
  "customDomain": "Custom domain",
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verificación en progreso. La propagación de los registros DNS puede tardar hasta 24 horas.",
83
83
  "domainDisconnected": "¡Dominio desconectado con éxito!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Agrega los detalles de tu servidor SMTP para que todos los correos sean enviados desde tu proveedor SMTP y no desde Neeto.",
89
+ "connectSmtp": "Conectar SMTP",
90
+ "smtpConfigured": "SMTP está configurado para enviar correos.",
91
+ "setup": {
92
+ "title": "Configurar SMTP para correos salientes",
93
+ "saveAndActivate": "Guardar & activar",
94
+ "note": "Nota: Asegúrate de que las credenciales SMTP que proporciones tengan permiso para enviar correos desde el correo electrónico configurado.",
95
+ "hostLabel": "Host SMTP",
96
+ "portLabel": "Puerto SMTP",
97
+ "usernameLabel": "Nombre de usuario",
98
+ "passwordLabel": "Contraseña",
99
+ "emailLabel": "Correo electrónico",
100
+ "encryptionLabel": "Cifrado",
101
+ "noneLabel": "Ninguno",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nombre para mostrar",
105
+ "disconnect": "Desconectar SMTP",
106
+ "requiredField": "{{field}} es obligatorio",
107
+ "emailInvalid": "Correo electrónico inválido"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verificación en progreso. La propagación de los registros DNS puede tardar hasta 24 horas.",
83
83
  "domainDisconnected": "¡Dominio desconectado exitosamente!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Agrega los detalles de tu servidor SMTP para que todos los correos se envíen desde tu proveedor SMTP y no desde Neeto.",
89
+ "connectSmtp": "Conectar SMTP",
90
+ "smtpConfigured": "SMTP está configurado para enviar correos electrónicos.",
91
+ "setup": {
92
+ "title": "Configurar SMTP para correos salientes",
93
+ "saveAndActivate": "Guardar & activar",
94
+ "note": "Nota: Asegúrate de que las credenciales de SMTP que proporciones tengan permiso para enviar correos electrónicos desde el correo electrónico configurado.",
95
+ "hostLabel": "Host SMTP",
96
+ "portLabel": "Puerto SMTP",
97
+ "usernameLabel": "Nombre de usuario",
98
+ "passwordLabel": "Contraseña",
99
+ "emailLabel": "Correo electrónico",
100
+ "encryptionLabel": "Cifrado",
101
+ "noneLabel": "Ninguno",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nombre para mostrar",
105
+ "disconnect": "Desconectar SMTP",
106
+ "requiredField": "{{field}} es requerido",
107
+ "emailInvalid": "Correo electrónico inválido"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Kinnitamine on pooleli. DNS-kirjete levimine võib võtta kuni 24 tundi.",
83
83
  "domainDisconnected": "Domeen on edukalt lahti ühendatud!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Lisage oma SMTP serveri andmed, et kõik e-kirjad saadetaks teie SMTP teenusepakkuja kaudu, mitte Neeto kaudu.",
89
+ "connectSmtp": "Ühenda SMTP",
90
+ "smtpConfigured": "SMTP on konfigureeritud e-kirjade saatmiseks.",
91
+ "setup": {
92
+ "title": "Konfigureeri SMTP väljaminevate e-kirjade jaoks",
93
+ "saveAndActivate": "Salvesta & aktiveeri",
94
+ "note": "Märkus: Veenduge, et esitatud SMTP mandaadid on õigustatud e-kirjade saatmiseks määratud e-posti aadressilt.",
95
+ "hostLabel": "SMTP host",
96
+ "portLabel": "SMTP port",
97
+ "usernameLabel": "Kasutajanimi",
98
+ "passwordLabel": "Salasõna",
99
+ "emailLabel": "E-post",
100
+ "encryptionLabel": "Krüptimine",
101
+ "noneLabel": "Puudub",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Kuvamisnimi",
105
+ "disconnect": "Ühenda SMTP lahti",
106
+ "requiredField": "{{field}} on kohustuslik",
107
+ "emailInvalid": "Vale e-post"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Vahvistus käynnissä. DNS-tietueiden levinneisyys voi viedä jopa 24 tuntia.",
83
83
  "domainDisconnected": "Domain irrotettu onnistuneesti!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Lisää SMTP-palvelimen tiedot, jotta kaikki sähköpostit lähetetään SMTP-toimittajaltasi eikä Neetolta.",
89
+ "connectSmtp": "Yhdistä SMTP",
90
+ "smtpConfigured": "SMTP on konfiguroitu sähköpostien lähettämistä varten.",
91
+ "setup": {
92
+ "title": "Aseta SMTP ulkoisia sähköposteja varten",
93
+ "saveAndActivate": "Tallenna ja aktivoi",
94
+ "note": "Huom: Varmista, että antamillasi SMTP-tunnuksilla on oikeus lähettää sähköposteja määritetystä sähköpostista.",
95
+ "hostLabel": "SMTP-isäntä",
96
+ "portLabel": "SMTP-portti",
97
+ "usernameLabel": "Käyttäjänimi",
98
+ "passwordLabel": "Salasana",
99
+ "emailLabel": "Sähköposti",
100
+ "encryptionLabel": "Salaus",
101
+ "noneLabel": "Ei mitään",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Näkyvä nimi",
105
+ "disconnect": "Katkaise yhteys SMTP:hen",
106
+ "requiredField": "{{field}} on pakollinen",
107
+ "emailInvalid": "Virheellinen sähköposti"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Nasa proseso ng beripikasyon. Maaaring umabot ng hanggang 24 oras ang propagation ng mga DNS records.",
83
83
  "domainDisconnected": "Matagumpay na nadiskonekta ang domain!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Idagdag ang mga detalye ng iyong SMTP server upang ang lahat ng mga email ay maipadala mula sa iyong SMTP provider at hindi mula sa Neeto.",
89
+ "connectSmtp": "Ikonekta ang SMTP",
90
+ "smtpConfigured": "Naka-configure ang SMTP para sa pagpapadala ng mga email.",
91
+ "setup": {
92
+ "title": "I-set up ang SMTP para sa mga papalabas na email",
93
+ "saveAndActivate": "I-save & i-activate",
94
+ "note": "Tandaan: Tiyakin na ang mga kredensyal ng SMTP na iyong ibinibigay ay may pahintulot na magpadala ng mga email mula sa naka-configure na email.",
95
+ "hostLabel": "SMTP host",
96
+ "portLabel": "SMTP port",
97
+ "usernameLabel": "Username",
98
+ "passwordLabel": "Password",
99
+ "emailLabel": "Email",
100
+ "encryptionLabel": "Encryption",
101
+ "noneLabel": "Wala",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Pangalan ng Display",
105
+ "disconnect": "Idiskonekta ang SMTP",
106
+ "requiredField": "{{field}} ay kinakailangan",
107
+ "emailInvalid": "Hind na wasto ang email"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Vérification en cours. La propagation des enregistrements DNS peut prendre jusqu'à 24 heures.",
83
83
  "domainDisconnected": "Domaine déconnecté avec succès!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Ajoutez les détails de votre serveur SMTP afin que tous les emails soient envoyés par votre fournisseur SMTP et non par Neeto.",
89
+ "connectSmtp": "Connecter SMTP",
90
+ "smtpConfigured": "SMTP est configuré pour l'envoi d'emails.",
91
+ "setup": {
92
+ "title": "Configurer SMTP pour les emails sortants",
93
+ "saveAndActivate": "Enregistrer et activer",
94
+ "note": "Remarque : Assurez-vous que les informations d'identification SMTP que vous fournissez ont la permission d'envoyer des emails depuis l'email de configuration.",
95
+ "hostLabel": "Hôte SMTP",
96
+ "portLabel": "Port SMTP",
97
+ "usernameLabel": "Nom d'utilisateur",
98
+ "passwordLabel": "Mot de passe",
99
+ "emailLabel": "Email",
100
+ "encryptionLabel": "Chiffrement",
101
+ "noneLabel": "Aucun",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nom d'affichage",
105
+ "disconnect": "Déconnecter SMTP",
106
+ "requiredField": "{{field}} est obligatoire",
107
+ "emailInvalid": "Email invalide"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -79,6 +79,30 @@
79
79
  "verificationPending": "תהליך האימות נמצא בעבודה. הפצת רשומות ה-DNS עשויה לקחת עד 24 שעות.",
80
80
  "domainDisconnected": "הדומיין נותק בהצלחה!"
81
81
  }
82
+ },
83
+ "smtp": {
84
+ "title": "SMTP",
85
+ "description": "הוסיפו את פרטי שרת ה-SMTP שלכם כך שכל המיילים יישלחו מספק ה-SMTP שלכם ולא מ-Neeto.",
86
+ "connectSmtp": "חבר SMTP",
87
+ "smtpConfigured": "SMTP מיועד לשליחת מיילים.",
88
+ "setup": {
89
+ "title": "הגדר SMTP עבור מיילים יוצאים",
90
+ "saveAndActivate": "שמור והפעל",
91
+ "note": "הערה: ודאו שהאמנת ה-SMTP שאתם מספקים יש לה אישור לשלוח מיילים מהדואר מ-configured.",
92
+ "hostLabel": "שרת SMTP",
93
+ "portLabel": "פורט SMTP",
94
+ "usernameLabel": "שם משתמש",
95
+ "passwordLabel": "סיסמא",
96
+ "emailLabel": "דואר אלקטרוני",
97
+ "encryptionLabel": "הצפנה",
98
+ "noneLabel": "אין",
99
+ "starttlsLabel": "StartTLS",
100
+ "sslLabel": "SSL",
101
+ "displayNameLabel": "שם תצוגה",
102
+ "disconnect": "נתק SMTP",
103
+ "requiredField": "{{field}} הוא חובה",
104
+ "emailInvalid": "דואר אלקטרוני לא תקין"
105
+ }
82
106
  }
83
107
  }
84
108
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "सत्यापन प्रगति में है। DNS रिकॉर्ड फैलने में 24 घंटे तक का समय लग सकता है।",
83
83
  "domainDisconnected": "डोमेन सफलतापूर्वक अलग किया गया!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "अपने SMTP प्रदाता से सभी ईमेल भेजने के लिए अपने SMTP सर्वर विवरण जोड़ें, न कि Neeto से।",
89
+ "connectSmtp": "SMTP से कनेक्ट करें",
90
+ "smtpConfigured": "ईमेल भेजने के लिए SMTP कॉन्फ़िगर किया गया है।",
91
+ "setup": {
92
+ "title": "आउटगोइंग ईमेल के लिए SMTP सेटअप करें",
93
+ "saveAndActivate": "सहेजें & सक्रिय करें",
94
+ "note": "नोट: सुनिश्चित करें कि आप जो SMTP क्रेडेंशियल प्रदान करते हैं, उसके पास कॉन्फ़िगर की गई ईमेल से ईमेल भेजने की अनुमति है।",
95
+ "hostLabel": "SMTP होस्ट",
96
+ "portLabel": "SMTP पोर्ट",
97
+ "usernameLabel": "उपयोगकर्ता नाम",
98
+ "passwordLabel": "पासवर्ड",
99
+ "emailLabel": "ईमेल",
100
+ "encryptionLabel": "एन्क्रिप्शन",
101
+ "noneLabel": "कोई नहीं",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "प्रदर्शन नाम",
105
+ "disconnect": "SMTP को डिस्कनेक्ट करें",
106
+ "requiredField": "{{field}} आवश्यक है",
107
+ "emailInvalid": "अमान्य ईमेल"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Provjera u tijeku. Propagacija DNS zapisa može potrajati do 24 sata.",
83
83
  "domainDisconnected": "Domena uspješno prekinuta!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Dodajte podatke o svom SMTP poslužitelju kako bi se svi e-mailovi slali s vašeg SMTP pružatelja, a ne iz Neeto-a.",
89
+ "connectSmtp": "Poveži SMTP",
90
+ "smtpConfigured": "SMTP je konfiguriran za slanje e-mailova.",
91
+ "setup": {
92
+ "title": "Postavi SMTP za odlazne e-mailove",
93
+ "saveAndActivate": "Spremi & aktiviraj",
94
+ "note": "Napomena: Osigurajte da SMTP vjerodajnice koje pružate imaju dozvolu za slanje e-mailova s konfigurirane e-mail adrese.",
95
+ "hostLabel": "SMTP poslužitelj",
96
+ "portLabel": "SMTP port",
97
+ "usernameLabel": "Korisničko ime",
98
+ "passwordLabel": "Lozinka",
99
+ "emailLabel": "E-mail",
100
+ "encryptionLabel": "Enkripcija",
101
+ "noneLabel": "Nema",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Prikazano ime",
105
+ "disconnect": "Prekini vezu s SMTP",
106
+ "requiredField": "{{field}} je obavezan",
107
+ "emailInvalid": "Nevažeća e-mail adresa"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verifikasi sedang berlangsung. Propagasi catatan DNS dapat memakan waktu hingga 24 jam.",
83
83
  "domainDisconnected": "Domain berhasil diputuskan sambungannya!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Tambahkan detail server SMTP Anda agar semua email dikirim dari penyedia SMTP Anda dan bukan dari Neeto.",
89
+ "connectSmtp": "Sambungkan SMTP",
90
+ "smtpConfigured": "SMTP telah dikonfigurasi untuk mengirim email.",
91
+ "setup": {
92
+ "title": "Siapkan SMTP untuk email keluar",
93
+ "saveAndActivate": "Simpan & aktifkan",
94
+ "note": "Catatan: Pastikan kredensial SMTP yang Anda berikan memiliki izin untuk mengirim email dari email yang dikonfigurasi.",
95
+ "hostLabel": "Host SMTP",
96
+ "portLabel": "Port SMTP",
97
+ "usernameLabel": "Nama pengguna",
98
+ "passwordLabel": "Kata sandi",
99
+ "emailLabel": "Email",
100
+ "encryptionLabel": "Enkripsi",
101
+ "noneLabel": "Tidak ada",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nama tampilan",
105
+ "disconnect": "Putuskan sambungan SMTP",
106
+ "requiredField": "{{field}} diperlukan",
107
+ "emailInvalid": "Email tidak valid"
108
+ }
85
109
  }
86
110
  }
87
111
  }
@@ -82,6 +82,30 @@
82
82
  "verificationPending": "Verifica in corso. La propagazione dei record DNS può richiedere fino a 24 ore.",
83
83
  "domainDisconnected": "Dominio disconnesso con successo!"
84
84
  }
85
+ },
86
+ "smtp": {
87
+ "title": "SMTP",
88
+ "description": "Aggiungi i dettagli del tuo server SMTP affinché tutte le email vengano inviate dal tuo fornitore SMTP e non da Neeto.",
89
+ "connectSmtp": "Collega SMTP",
90
+ "smtpConfigured": "SMTP è configurato per inviare email.",
91
+ "setup": {
92
+ "title": "Configura SMTP per le email in uscita",
93
+ "saveAndActivate": "Salva & attiva",
94
+ "note": "Nota: Assicurati che le credenziali SMTP fornite abbiano il permesso di inviare email dall'email di provenienza configurata.",
95
+ "hostLabel": "Host SMTP",
96
+ "portLabel": "Porta SMTP",
97
+ "usernameLabel": "Nome utente",
98
+ "passwordLabel": "Password",
99
+ "emailLabel": "Email",
100
+ "encryptionLabel": "Crittografia",
101
+ "noneLabel": "Nessuna",
102
+ "starttlsLabel": "StartTLS",
103
+ "sslLabel": "SSL",
104
+ "displayNameLabel": "Nome visualizzato",
105
+ "disconnect": "Disconnetti SMTP",
106
+ "requiredField": "{{field}} è richiesto",
107
+ "emailInvalid": "Email non valida"
108
+ }
85
109
  }
86
110
  }
87
111
  }