@bigbinary/neeto-email-delivery-frontend 1.0.3 → 1.0.5

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 (57) hide show
  1. package/README.md +45 -1
  2. package/app/javascript/src/translations/ar.json +78 -0
  3. package/app/javascript/src/translations/bg.json +78 -0
  4. package/app/javascript/src/translations/ca.json +78 -0
  5. package/app/javascript/src/translations/cs.json +78 -0
  6. package/app/javascript/src/translations/da.json +78 -0
  7. package/app/javascript/src/translations/de.json +78 -0
  8. package/app/javascript/src/translations/en.json +1 -0
  9. package/app/javascript/src/translations/es-MX.json +78 -0
  10. package/app/javascript/src/translations/es.json +78 -0
  11. package/app/javascript/src/translations/et.json +78 -0
  12. package/app/javascript/src/translations/fi.json +78 -0
  13. package/app/javascript/src/translations/fil.json +78 -0
  14. package/app/javascript/src/translations/fr.json +78 -0
  15. package/app/javascript/src/translations/he.json +80 -0
  16. package/app/javascript/src/translations/hi.json +78 -0
  17. package/app/javascript/src/translations/hr.json +78 -0
  18. package/app/javascript/src/translations/id.json +78 -0
  19. package/app/javascript/src/translations/it.json +78 -0
  20. package/app/javascript/src/translations/ja.json +78 -0
  21. package/app/javascript/src/translations/ko.json +78 -0
  22. package/app/javascript/src/translations/nl.json +78 -0
  23. package/app/javascript/src/translations/pl.json +78 -0
  24. package/app/javascript/src/translations/pt-BR.json +78 -0
  25. package/app/javascript/src/translations/pt.json +78 -0
  26. package/app/javascript/src/translations/ro.json +78 -0
  27. package/app/javascript/src/translations/ru.json +78 -0
  28. package/app/javascript/src/translations/sk.json +78 -0
  29. package/app/javascript/src/translations/sl.json +78 -0
  30. package/app/javascript/src/translations/sv.json +78 -0
  31. package/app/javascript/src/translations/th.json +78 -0
  32. package/app/javascript/src/translations/tr.json +78 -0
  33. package/app/javascript/src/translations/uk.json +78 -0
  34. package/app/javascript/src/translations/vi.json +78 -0
  35. package/app/javascript/src/translations/zh-CN.json +78 -0
  36. package/app/javascript/src/translations/zh-TW.json +78 -0
  37. package/dist/EmailDeliveryScreen.js +1 -1
  38. package/dist/EmailDeliveryScreen.js.map +1 -1
  39. package/dist/SparkpostDomainSetup.js +1 -1
  40. package/dist/SparkpostDomainVerify.js +39 -15
  41. package/dist/SparkpostDomainVerify.js.map +1 -1
  42. package/dist/cjs/EmailDeliveryScreen.js +1 -1
  43. package/dist/cjs/EmailDeliveryScreen.js.map +1 -1
  44. package/dist/cjs/SparkpostDomainSetup.js +1 -1
  45. package/dist/cjs/SparkpostDomainVerify.js +38 -14
  46. package/dist/cjs/SparkpostDomainVerify.js.map +1 -1
  47. package/dist/cjs/index.js +2 -1
  48. package/dist/cjs/index.js.map +1 -1
  49. package/dist/{constants-9aNca_br.js → constants-Cvxv8ly7.js} +3 -2
  50. package/dist/constants-Cvxv8ly7.js.map +1 -0
  51. package/dist/{constants-DcHGgJC2.js → constants-D3nzz3Te.js} +3 -2
  52. package/dist/constants-D3nzz3Te.js.map +1 -0
  53. package/dist/index.js +2 -1
  54. package/dist/index.js.map +1 -1
  55. package/package.json +11 -11
  56. package/dist/constants-9aNca_br.js.map +0 -1
  57. package/dist/constants-DcHGgJC2.js.map +0 -1
package/README.md CHANGED
@@ -143,8 +143,52 @@ for step-by-step instructions to develop the frontend package.
143
143
  | `ownerId` | uuid/string | ID of the owner record. |
144
144
  | `emailDeliveryIndexRoute` | string | Index route for the email delivery page. |
145
145
 
146
+ ## Business logic for sparkpost verification
147
+
148
+ - If the domain is not created on Sparkpost
149
+ - Create the domain in sparkpost
150
+ - Present the DKIM values to the user and ask the user to add it to their DNS
151
+ - Present a verify button.
152
+ - On verification, we make an API call to NeetoTower with domain and current
153
+ organization.guid as parameters.
154
+
155
+ - If the domain is created on Sparkpost but not verified, then
156
+ - Present the DKIM values to the user and ask the user to add it to their DNS
157
+ - Present a verify button.
158
+ - On verification, we make an API call to NeetoTower with domain and current
159
+ organization.guid as parameters.
160
+
161
+ - If the domain is created on Sparkpost and verified, then (New flow)
162
+ - Make a call to NeetoTower to check if the domain + current organization_guid
163
+ record is present.
164
+ - If the response from NeetoTower says the domain + current organization_guid
165
+ exist, then just approve the domain automatically.
166
+ - If the response from NeetoTower says the domain + current organization_guid
167
+ doesn't exist, then
168
+ - Show a custom TXT value and ask the user to add it to their DNS.
169
+ - Present a verify button which checks the above TXT value.
170
+ - On verification, we make an API call to NeetoTower with domain and current
171
+ organization.guid as parameters.
172
+
173
+ ## Sparkpost Domain statuses
174
+
175
+ - pending - The default status when the sparkpost domain is created.
176
+ - sp_dkim_verified - The domain's DKIM record has been verified in Sparkpost.
177
+ - sp_dkim_unverified - The domain's DKIM record is yet is not verified in
178
+ Sparkpost.
179
+ - failed - Failure state when any of the Sparkpost API's for verification fail.
180
+ - txt_unverified - This is for the case when a domain has been verified for a
181
+ different organization. We store the domain+organization mapping in
182
+ NeetoTower. If the domain+organization mapping is not present in NeetoTower
183
+ but the domain is verified on Sparkpost, then we use this state to indicate
184
+ that the domain needs further verification via validating TXT records. If the
185
+ domain+organization mapping is already present in NeetoTower, then we directly
186
+ mark the domain as active.
187
+ - active - The final state. If active, then we will allow sending emails via
188
+ this domain.
189
+
146
190
  ## Instructions for Publishing
147
191
 
148
192
  Consult the
149
193
  [building and releasing packages](https://neeto-engineering.neetokb.com/articles/building-and-releasing-packages)
150
- guide for details on how to publish.
194
+ guide for details on how to publish..
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "مرحبًا بك في نيتو ويل نانو"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "الإعدادات",
7
+ "gmail": {
8
+ "title": "جي ميل",
9
+ "description": "قم بتوصيل حساب جي ميل الخاص بك بحيث يتم إرسال جميع رسائل البريد الإلكتروني من حساب جي ميل الخاص بك وليس من نيتو.",
10
+ "permissionNotGiven": "لم تمنح إذن الوصول إلى حساب جي ميل الخاص بك.",
11
+ "connectGmail": "توصيل جي ميل",
12
+ "gmailConfigured": "تم تكوين جي ميل لإرسال الرسائل الإلكترونية."
13
+ },
14
+ "outlook": {
15
+ "title": "أوتلوك",
16
+ "description": "قم بتوصيل حساب أوتلوك الخاص بك بحيث يتم إرسال جميع الرسائل الإلكترونية من حساب أوتلوك الخاص بك وليس من نيتو.",
17
+ "permissionNotGiven": "لم تمنح إذن الوصول إلى حساب أوتلوك الخاص بك.",
18
+ "invalidClient": "خطأ عميل غير صالح من أوتلوك.",
19
+ "nilJsonWebToken": "الحساب غير مهيأ لإرسال الرسائل الإلكترونية من أوتلوك.",
20
+ "connectOutlook": "توصيل أوتلوك",
21
+ "outlookConfigured": "تم تكوين أوتلوك لإرسال الرسائل الإلكترونية."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "تم تكوين النطاق الخاص لإرسال الرسائل الإلكترونية.",
25
+ "customDomain": "نطاق مخصص",
26
+ "setup": {
27
+ "title": "إعداد نطاق خاص للرسائل الصادرة",
28
+ "description": "أدخل عنوان البريد الإلكتروني الذي تريد استخدامه لإرسال الرسائل الإلكترونية",
29
+ "emailLabel": "عنوان البريد الإلكتروني",
30
+ "emailPlaceholder": "notifications@example.com",
31
+ "emailHelp": "سيتم استخدام هذا البريد الإلكتروني كعنوان مرسل للرسائل الصادرة. سنقوم تلقائيًا بالتحقق من النطاق ({{domain}}).",
32
+ "setupEmail": "إعداد البريد الإلكتروني",
33
+ "note": "ملاحظة: ستحتاج إلى الوصول إلى إعدادات DNS لنطاقك لإكمال عملية التحقق.",
34
+ "validation": {
35
+ "emailRequired": "يرجى إدخال عنوان بريد إلكتروني",
36
+ "emailInvalid": "يرجى إدخال عنوان بريد إلكتروني صالح",
37
+ "setupFailed": "فشل إعداد النطاق. يرجى المحاولة مرة أخرى."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "تحقق من نطاقك",
42
+ "description": "أضف سجلات DNS هذه للتحقق من <strong>{{domain}}</strong>",
43
+ "verifying": "يتم التحقق...",
44
+ "verifyDomain": "تحقق من النطاق",
45
+ "cancel": "إلغاء"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "سجلات DNS المطلوبة",
49
+ "nameLabel": "الاسم",
50
+ "valueLabel": "القيمة",
51
+ "dkimSigning": "توقيع DKIM",
52
+ "alreadyVerified": "تم التحقق من النطاق بالفعل!",
53
+ "loading": "جارٍ تحميل سجلات DNS..."
54
+ },
55
+ "status": {
56
+ "successTitle": "تم التحقق من النطاق بنجاح!",
57
+ "successDescription": "تم تكوين نطاقك الآن لإرسال الرسائل الإلكترونية. جارٍ التحويل...",
58
+ "errorTitle": "فشل التحقق",
59
+ "errorDescription": "لم نتمكن من التحقق من نطاقك. يرجى التحقق من سجلات DNS الخاصة بك والمحاولة مرة أخرى.",
60
+ "pendingTitle": "لم يتم العثور على سجلات DNS",
61
+ "pendingDescription": "لم نتمكن من العثور على سجلات DNS المطلوبة. يرجى التأكد من تكوينها بشكل صحيح والمحاولة مرة أخرى."
62
+ },
63
+ "instructions": {
64
+ "fullText": "ملاحظة: بعد إضافة سجلات DNS هذه إلى مزود نطاقك، قد يستغرق الأمر ما يصل إلى 48 ساعة حتى يت propagate التغييرات. يمكنك التحقق من السجلات على الفور أو التحقق لاحقًا.\n\nالتعليمات:\n1. تسجيل الدخول إلى مسجل نطاقك أو مزود DNS\n2. إضافة سجلات TXT المذكورة أعلاه إلى إعدادات DNS الخاصة بك\n3. الانتظار لانتشار DNS (قد يستغرق ما يصل إلى 24 ساعة)\n4. انقر على \"تحقق من النطاق\" للتحقق من التكوين"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "مزود البريد الإلكتروني مخصص",
68
+ "ownDomainDescription": "يجب عليك تكوين إعدادات DKIM وDNS الخاصة بك لإرسال الرسائل الإلكترونية من مزود البريد الإلكتروني المخصص الخاص بك.",
69
+ "connectedEmail": "البريد الإلكتروني المتصل: {{email}}",
70
+ "connected": "متصل",
71
+ "disconnect": "فصل الاتصال",
72
+ "setupDomain": "إعداد النطاق"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "تم التحقق من النطاق وربطه بنجاح!",
76
+ "domainCreated": "تم إنشاء النطاق! يرجى التحقق من سجلات DNS.",
77
+ "domainVerified": "تم التحقق من النطاق بنجاح!",
78
+ "verificationPending": "عملية التحقق جارية. قد يستغرق نشر سجلات DNS ما يصل إلى 24 ساعة.",
79
+ "domainDisconnected": "تم فصل النطاق بنجاح!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "Добре дошли в neeto wheel nano"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "Настройки",
7
+ "gmail": {
8
+ "title": "Gmail",
9
+ "description": "Свържете своя Gmail акаунт, така че всички имейли да се изпращат от вашия Gmail акаунт, а не от Neeto.",
10
+ "permissionNotGiven": "Не сте дали разрешение за достъп до вашия Gmail акаунт.",
11
+ "connectGmail": "Свържете Gmail",
12
+ "gmailConfigured": "Gmail е конфигуриран за изпращане на имейли."
13
+ },
14
+ "outlook": {
15
+ "title": "Outlook",
16
+ "description": "Свържете своя Outlook акаунт, така че всички имейли да се изпращат от вашия Outlook акаунт, а не от Neeto.",
17
+ "permissionNotGiven": "Не сте дали разрешение за достъп до вашия Outlook акаунт.",
18
+ "invalidClient": "Грешка при клиента от Outlook.",
19
+ "nilJsonWebToken": "Акаунтът не е конфигуриран за изпращане на имейли от Outlook.",
20
+ "connectOutlook": "Свържете Outlook",
21
+ "outlookConfigured": "Outlook е конфигуриран за изпращане на имейли."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "Собственият домейн е конфигуриран за изпращане на имейли.",
25
+ "customDomain": "Персонализиран домейн",
26
+ "setup": {
27
+ "title": "Настройте собствен домейн за изходящи имейли",
28
+ "description": "Въведете имейл адреса, който искате да използвате за изпращане на имейли",
29
+ "emailLabel": "Имейл адрес",
30
+ "emailPlaceholder": "notifications@example.com",
31
+ "emailHelp": "Този имейл ще бъде използван като адрес на подателя за изходящите имейли. Ще проверим домейна автоматично ({{domain}}).",
32
+ "setupEmail": "Настройте имейла",
33
+ "note": "Забележка: Ще ви е необходим достъп до DNS настройките на вашия домейн, за да завършите процеса на проверка.",
34
+ "validation": {
35
+ "emailRequired": "Моля, въведете имейл адрес",
36
+ "emailInvalid": "Моля, въведете валиден имейл адрес",
37
+ "setupFailed": "Настройването на домейна е неуспешно. Моля, опитайте отново."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "Потвърдете своя домейн",
42
+ "description": "Добавете тези DNS записи, за да потвърдите <strong>{{domain}}</strong>",
43
+ "verifying": "Потвърдиха се...",
44
+ "verifyDomain": "Потвърдете домейна",
45
+ "cancel": "Отказ"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "Необходими DNS записи",
49
+ "nameLabel": "Име",
50
+ "valueLabel": "Стойност",
51
+ "dkimSigning": "DKIM подписване",
52
+ "alreadyVerified": "Домейнът вече е потвърден!",
53
+ "loading": "Зареждане на DNS записи..."
54
+ },
55
+ "status": {
56
+ "successTitle": "Домейнът е потвърден успешно!",
57
+ "successDescription": "Вашият домейн вече е конфигуриран за изпращане на имейли. Пренасочване...",
58
+ "errorTitle": "Проверката е неуспешна",
59
+ "errorDescription": "Не успяхме да потвърдим домейна. Моля, проверете DNS записите си и опитайте отново.",
60
+ "pendingTitle": "DNS записите не са намерени",
61
+ "pendingDescription": "Не успяхме да намерим необходимите DNS записи. Моля, уверете се, че са конфигурирани правилно и опитайте отново."
62
+ },
63
+ "instructions": {
64
+ "fullText": "Забележка: След добавяне на тези DNS записи в своя домейн доставчик, може да отнеме до 48 часа за измененията да влязат в сила. Можете да проверите записите веднага или да проверите по-късно.\n\nИнструкции:\n1. Влезте в своя домейн регистратор или DNS доставчик\n2. Добавете горните TXT записи в настройките на DNS\n3. Изчакайте за разпространение на DNS (може да отнеме до 24 часа)\n4. Натиснете \"Потвърдете домейна\", за да проверите конфигурацията"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "Персонализиран имейл доставчик",
68
+ "ownDomainDescription": "Трябва да конфигурирате вашия DKIM и вашите DNS настройки, за да изпращате имейли от вашия персонализиран имейл доставчик.",
69
+ "connectedEmail": "Свързан имейл: {{email}}",
70
+ "connected": "Свързано",
71
+ "disconnect": "Прекъснете връзката",
72
+ "setupDomain": "Настройте домейн"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "Домейнът е потвърден и свързан успешно!",
76
+ "domainCreated": "Домейнът е създаден! Моля, проверете DNS записите.",
77
+ "domainVerified": "Домейнът е потвърден успешно!",
78
+ "verificationPending": "Проверка в процес. Разпространението на DNS записи може да отнеме до 24 часа.",
79
+ "domainDisconnected": "Домейнът е успешно прекъснат!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "Benvingut a neeto wheel nano"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "Configuració",
7
+ "gmail": {
8
+ "title": "Gmail",
9
+ "description": "Connecta el teu compte de Gmail perquè tots els correus electrònics s'envien des del teu compte de Gmail i no des de Neeto.",
10
+ "permissionNotGiven": "No has donat permís per accedir al teu compte de Gmail.",
11
+ "connectGmail": "Connectar Gmail",
12
+ "gmailConfigured": "Gmail està configurat per enviar correus electrònics."
13
+ },
14
+ "outlook": {
15
+ "title": "Outlook",
16
+ "description": "Connecta el teu compte d'Outlook perquè tots els correus electrònics s'envien des del teu compte d'Outlook i no des de Neeto.",
17
+ "permissionNotGiven": "No has donat permís per accedir al teu compte d'Outlook.",
18
+ "invalidClient": "Error de client invàlid des d'Outlook.",
19
+ "nilJsonWebToken": "El compte no està configurat per enviar correus electrònics des d'Outlook.",
20
+ "connectOutlook": "Connectar Outlook",
21
+ "outlookConfigured": "Outlook està configurat per enviar correus electrònics."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "El teu domini personalitzat està configurat per enviar correus electrònics.",
25
+ "customDomain": "Domini personalitzat",
26
+ "setup": {
27
+ "title": "Configura el teu domini per a correus sortints",
28
+ "description": "Introdueix l'adreça de correu electrònic que vols utilitzar per enviar correus electrònics",
29
+ "emailLabel": "Adreça de correu electrònic",
30
+ "emailPlaceholder": "notifications@example.com",
31
+ "emailHelp": "Aquest correu electrònic s'utilitzarà com a adreça de remitent per als correus sortints. Verificarem automàticament el domini ({{domain}}).",
32
+ "setupEmail": "Configura correu electrònic",
33
+ "note": "Nota: Necessitaràs accés a la configuració DNS del teu domini per completar el procés de verificació.",
34
+ "validation": {
35
+ "emailRequired": "Si us plau, introdueix una adreça de correu electrònic",
36
+ "emailInvalid": "Si us plau, introdueix una adreça de correu electrònic vàlida",
37
+ "setupFailed": "No s'ha pogut configurar el domini. Torna-ho a provar."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "Verifica el teu domini",
42
+ "description": "Afegeix aquests registres DNS per verificar <strong>{{domain}}</strong>",
43
+ "verifying": "Verificant...",
44
+ "verifyDomain": "Verifica el domini",
45
+ "cancel": "Cancelar"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "Registres DNS requerits",
49
+ "nameLabel": "Nom",
50
+ "valueLabel": "Valor",
51
+ "dkimSigning": "Signatura DKIM",
52
+ "alreadyVerified": "El domini ja està verificat!",
53
+ "loading": "Carregant registres DNS..."
54
+ },
55
+ "status": {
56
+ "successTitle": "Domini verificat correctament!",
57
+ "successDescription": "El teu domini ara està configurat per enviar correus electrònics. Redirigint...",
58
+ "errorTitle": "La verificació ha fallat",
59
+ "errorDescription": "No s'ha pogut verificar el teu domini. Comprova els teus registres DNS i torna a provar.",
60
+ "pendingTitle": "Registres DNS no trobats",
61
+ "pendingDescription": "No hem pogut trobar els registres DNS requerits. Assegura't que estiguin configurats correctament i torna a provar."
62
+ },
63
+ "instructions": {
64
+ "fullText": "Nota: Després d'afegir aquests registres DNS al teu proveïdor de domini, pot trigar fins a 48 hores per a que els canvis es propagin. Pots verificar els registres immediatament o tornar-ho a fer més tard.\n\nInstruccions:\n1. Inicia sessió al teu registrador de dominis o proveïdor de DNS\n2. Afegeix els registres TXT anteriors a la configuració DNS\n3. Espera la propagació DNS (pot trigar fins a 24 hores)\n4. Fes clic a \"Verifica el domini\" per comprovar la configuració"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "Proveïdor de correu electrònic personalitzat",
68
+ "ownDomainDescription": "Necessites configurar el teu DKIM i la teva configuració DNS per enviar correus electrònics des del teu proveïdor de correu electrònic personalitzat.",
69
+ "connectedEmail": "Correu electrònic connectat: {{email}}",
70
+ "connected": "Connectat",
71
+ "disconnect": "Desconnectar",
72
+ "setupDomain": "Configura el domini"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "Domini verificat i connectat correctament!",
76
+ "domainCreated": "Domini creat! Si us plau, verifica els registres DNS.",
77
+ "domainVerified": "Domini verificat correctament!",
78
+ "verificationPending": "Verificació en curs. La propagació dels registres DNS pot trigar fins a 24 hores.",
79
+ "domainDisconnected": "Domini desconnectat correctament!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "Vítejte na neeto wheel nano"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "Nastavení",
7
+ "gmail": {
8
+ "title": "Gmail",
9
+ "description": "Připojte svůj účet Gmail, aby všechny e-maily byly odesílány z vašeho účtu Gmail a ne z Neeto.",
10
+ "permissionNotGiven": "Nedali jste povolení k přístupu k vašemu účtu Gmail.",
11
+ "connectGmail": "Připojit Gmail",
12
+ "gmailConfigured": "Gmail je nakonfigurován pro odesílání e-mailů."
13
+ },
14
+ "outlook": {
15
+ "title": "Outlook",
16
+ "description": "Připojte svůj účet Outlook, aby všechny e-maily byly odesílány z vašeho účtu Outlook a ne z Neeto.",
17
+ "permissionNotGiven": "Nedali jste povolení k přístupu k vašemu účtu Outlook.",
18
+ "invalidClient": "Chyba neplatného klienta z Outlooku.",
19
+ "nilJsonWebToken": "Účet není nakonfigurován pro odesílání e-mailů z Outlooku.",
20
+ "connectOutlook": "Připojit Outlook",
21
+ "outlookConfigured": "Outlook je nakonfigurován pro odesílání e-mailů."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "Vlastní doména je nakonfigurována pro odesílání e-mailů.",
25
+ "customDomain": "Vlastní doména",
26
+ "setup": {
27
+ "title": "Nastavení vlastní domény pro odchozí e-maily",
28
+ "description": "Zadejte e-mailovou adresu, kterou chcete použít pro odesílání e-mailů",
29
+ "emailLabel": "E-mailová adresa",
30
+ "emailPlaceholder": "notifications@example.com",
31
+ "emailHelp": "Tento e-mail bude použit jako adresa odesílatele pro odchozí e-maily. Doménu ověříme automaticky ({{domain}}).",
32
+ "setupEmail": "Nastavit e-mail",
33
+ "note": "Poznámka: Budete potřebovat přístup k DNS nastavením vaší domény, abyste dokončili proces ověření.",
34
+ "validation": {
35
+ "emailRequired": "Zadejte prosím e-mailovou adresu",
36
+ "emailInvalid": "Zadejte platnou e-mailovou adresu",
37
+ "setupFailed": "Nastavení domény se nezdařilo. Zkuste to prosím znovu."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "Ověřte svou doménu",
42
+ "description": "Přidejte tyto DNS záznamy pro ověření <strong>{{domain}}</strong>",
43
+ "verifying": "Ověřování...",
44
+ "verifyDomain": "Ověřit doménu",
45
+ "cancel": "Zrušit"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "Požadované DNS záznamy",
49
+ "nameLabel": "Jméno",
50
+ "valueLabel": "Hodnota",
51
+ "dkimSigning": "DKIM podepisování",
52
+ "alreadyVerified": "Doména je již ověřena!",
53
+ "loading": "Načítání DNS záznamů..."
54
+ },
55
+ "status": {
56
+ "successTitle": "Doména úspěšně ověřena!",
57
+ "successDescription": "Vaše doména je nyní nakonfigurována pro odesílání e-mailů. Přesměrováváme...",
58
+ "errorTitle": "Ověření selhalo",
59
+ "errorDescription": "Nelze ověřit vaši doménu. Zkontrolujte své DNS záznamy a zkuste to znovu.",
60
+ "pendingTitle": "DNS záznamy nebyly nalezeny",
61
+ "pendingDescription": "Nemohli jsme najít požadované DNS záznamy. Zkontrolujte, zda jsou správně nakonfigurovány, a zkuste to znovu."
62
+ },
63
+ "instructions": {
64
+ "fullText": "Poznámka: Po přidání těchto DNS záznamů k poskytovateli domény může trvat až 48 hodin, než se změny projeví. Můžete ověřit záznamy okamžitě nebo se vrátit později.\n\nPokyny:\n1. Přihlaste se k poskytovateli své domény nebo DNS\n2. Přidejte výše uvedené TXT záznamy do nastavení DNS\n3. Počkejte na šíření DNS (může trvat až 24 hodin)\n4. Klikněte na \"Ověřit doménu\" pro kontrolu konfigurace"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "Vlastní poskytovatel e-mailu",
68
+ "ownDomainDescription": "Musíte nakonfigurovat své DKIM a nastavení DNS, abyste mohli odesílat e-maily z vašeho vlastního poskytovatele e-mailu.",
69
+ "connectedEmail": "Připojený e-mail: {{email}}",
70
+ "connected": "Připojeno",
71
+ "disconnect": "Odpojit",
72
+ "setupDomain": "Nastavit doménu"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "Doména byla úspěšně ověřena a připojena!",
76
+ "domainCreated": "Doména vytvořena! Ověřte DNS záznamy.",
77
+ "domainVerified": "Doména byla úspěšně ověřena!",
78
+ "verificationPending": "Ověření probíhá. Šíření DNS může trvat až 24 hodin.",
79
+ "domainDisconnected": "Doména byla úspěšně odpojena!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "Velkommen til neeto wheel nano"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "Indstillinger",
7
+ "gmail": {
8
+ "title": "Gmail",
9
+ "description": "Forbind din Gmail-konto, så alle e-mails sendes fra din Gmail-konto og ikke fra Neeto.",
10
+ "permissionNotGiven": "Du har ikke givet tilladelse til at få adgang til din Gmail-konto.",
11
+ "connectGmail": "Forbind Gmail",
12
+ "gmailConfigured": "Gmail er konfigureret til at sende e-mails."
13
+ },
14
+ "outlook": {
15
+ "title": "Outlook",
16
+ "description": "Forbind din Outlook-konto, så alle e-mails sendes fra din Outlook-konto og ikke fra Neeto.",
17
+ "permissionNotGiven": "Du har ikke givet tilladelse til at få adgang til din Outlook-konto.",
18
+ "invalidClient": "Ugyldig klientfejl fra Outlook.",
19
+ "nilJsonWebToken": "Kontoret er ikke konfigureret til at sende e-mails fra Outlook.",
20
+ "connectOutlook": "Forbind Outlook",
21
+ "outlookConfigured": "Outlook er konfigureret til at sende e-mails."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "Egen domæne er konfigureret til at sende e-mails.",
25
+ "customDomain": "Brugerdefineret domæne",
26
+ "setup": {
27
+ "title": "Opsæt eget domæne til udgående e-mails",
28
+ "description": "Indtast den e-mailadresse, du vil bruge til at sende e-mails",
29
+ "emailLabel": "E-mailadresse",
30
+ "emailPlaceholder": "notifications@example.com",
31
+ "emailHelp": "Denne e-mail vil blive brugt som afsenderadresse for udgående e-mails. Vi verificerer automatisk domænet ({{domain}}).",
32
+ "setupEmail": "Opsæt e-mail",
33
+ "note": "Note: Du skal have adgang til dine domæne-DNS-indstillinger for at kunne gennemføre verificeringsprocessen.",
34
+ "validation": {
35
+ "emailRequired": "Indtast venligst en e-mailadresse",
36
+ "emailInvalid": "Indtast venligst en gyldig e-mailadresse",
37
+ "setupFailed": "Opsætning af domæne mislykkedes. Prøv venligst igen."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "Verificer dit domæne",
42
+ "description": "Tilføj disse DNS-poster for at verificere <strong>{{domain}}</strong>",
43
+ "verifying": "Verificerer...",
44
+ "verifyDomain": "Verificer domæne",
45
+ "cancel": "Annuller"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "Nødvendige DNS-poster",
49
+ "nameLabel": "Navn",
50
+ "valueLabel": "Værdi",
51
+ "dkimSigning": "DKIM signering",
52
+ "alreadyVerified": "Domænet er allerede verificeret!",
53
+ "loading": "Indlæser DNS-poster..."
54
+ },
55
+ "status": {
56
+ "successTitle": "Domæne verificeret med succes!",
57
+ "successDescription": "Dit domæne er nu konfigureret til at sende e-mails. Omdirigerer...",
58
+ "errorTitle": "Verifikation mislykkedes",
59
+ "errorDescription": "Kunne ikke verificere dit domæne. Tjek venligst dine DNS-poster og prøv igen.",
60
+ "pendingTitle": "DNS-poster ikke fundet",
61
+ "pendingDescription": "Vi kunne ikke finde de nødvendige DNS-poster. Sørg for, at de er korrekt konfigureret, og prøv igen."
62
+ },
63
+ "instructions": {
64
+ "fullText": "Note: Efter at have tilføjet disse DNS-poster til din domæneudbyder, kan det tage op til 48 timer for ændringerne at have effekt. Du kan verificere posterne med det samme eller tjekke tilbage senere.\n\nInstruktioner:\n1. Log ind på din domæne registrar eller DNS-udbyder\n2. Tilføj TXT-posterne ovenfor til dine DNS-indstillinger\n3. Vent på DNS-propagation (kan tage op til 24 timer)\n4. Klik på \"Verificer domæne\" for at tjekke konfigurationen"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "Brugerdefineret e-mailudbyder",
68
+ "ownDomainDescription": "Du skal konfigurere din DKIM og dine DNS-indstillinger for at sende e-mails fra din brugerdefinerede e-mailudbyder.",
69
+ "connectedEmail": "Forbundet e-mail: {{email}}",
70
+ "connected": "Forbundet",
71
+ "disconnect": "Afbryd",
72
+ "setupDomain": "Opsæt domæne"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "Domæne verificeret og forbundet med succes!",
76
+ "domainCreated": "Domæne oprettet! Verificer venligst DNS-poster.",
77
+ "domainVerified": "Domæne verificeret med succes!",
78
+ "verificationPending": "Verifikation er i gang. DNS-poster propagation kan tage op til 24 timer.",
79
+ "domainDisconnected": "Domæne afbrudt med succes!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -1,5 +1,83 @@
1
1
  {
2
2
  "neetoWheel": {
3
3
  "welcomeScreen": "Willkommen beim neeto wheel nano"
4
+ },
5
+ "neetoEmailDelivery": {
6
+ "settings": "Einstellungen",
7
+ "gmail": {
8
+ "title": "Gmail",
9
+ "description": "Verbinden Sie Ihr Gmail-Konto, damit alle E-Mails von Ihrem Gmail-Konto und nicht von Neeto gesendet werden.",
10
+ "permissionNotGiven": "Sie haben keine Erlaubnis gegeben, auf Ihr Gmail-Konto zuzugreifen.",
11
+ "connectGmail": "Gmail verbinden",
12
+ "gmailConfigured": "Gmail ist zum Senden von E-Mails konfiguriert."
13
+ },
14
+ "outlook": {
15
+ "title": "Outlook",
16
+ "description": "Verbinden Sie Ihr Outlook-Konto, damit alle E-Mails von Ihrem Outlook-Konto und nicht von Neeto gesendet werden.",
17
+ "permissionNotGiven": "Sie haben keine Erlaubnis gegeben, auf Ihr Outlook-Konto zuzugreifen.",
18
+ "invalidClient": "Ungültiger Clientfehler von Outlook.",
19
+ "nilJsonWebToken": "Das Konto ist nicht für das Senden von E-Mails von Outlook konfiguriert.",
20
+ "connectOutlook": "Outlook verbinden",
21
+ "outlookConfigured": "Outlook ist zum Senden von E-Mails konfiguriert."
22
+ },
23
+ "sparkpost": {
24
+ "ownDomainConfigured": "Eigene Domain ist zum Senden von E-Mails konfiguriert.",
25
+ "customDomain": "Benutzerdefinierte Domain",
26
+ "setup": {
27
+ "title": "Eigene Domain für ausgehende E-Mails einrichten",
28
+ "description": "Geben Sie die E-Mail-Adresse ein, die Sie zum Senden von E-Mails verwenden möchten",
29
+ "emailLabel": "E-Mail-Adresse",
30
+ "emailPlaceholder": "benachrichtigungen@beispiel.com",
31
+ "emailHelp": "Diese E-Mail wird als Absenderadresse für ausgehende E-Mails verwendet. Wir überprüfen die Domain automatisch ({{domain}}).",
32
+ "setupEmail": "E-Mail einrichten",
33
+ "note": "Hinweis: Sie benötigen Zugriff auf die DNS-Einstellungen Ihrer Domain, um den Verifizierungsprozess abzuschließen.",
34
+ "validation": {
35
+ "emailRequired": "Bitte geben Sie eine E-Mail-Adresse ein",
36
+ "emailInvalid": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
37
+ "setupFailed": "Einrichten der Domain fehlgeschlagen. Bitte versuchen Sie es erneut."
38
+ }
39
+ },
40
+ "verify": {
41
+ "title": "Überprüfen Sie Ihre Domain",
42
+ "description": "Fügen Sie diese DNS-Einträge hinzu, um <strong>{{domain}}</strong> zu verifizieren",
43
+ "verifying": "Überprüfung...",
44
+ "verifyDomain": "Domain verifizieren",
45
+ "cancel": "Abbrechen"
46
+ },
47
+ "dnsRecords": {
48
+ "title": "Erforderliche DNS-Einträge",
49
+ "nameLabel": "Name",
50
+ "valueLabel": "Wert",
51
+ "dkimSigning": "DKIM-Signierung",
52
+ "alreadyVerified": "Domain ist bereits verifiziert!",
53
+ "loading": "Lade DNS-Einträge..."
54
+ },
55
+ "status": {
56
+ "successTitle": "Domain erfolgreich verifiziert!",
57
+ "successDescription": "Ihre Domain ist jetzt zum Senden von E-Mails konfiguriert. Weiterleitung...",
58
+ "errorTitle": "Überprüfung fehlgeschlagen",
59
+ "errorDescription": "Ihre Domain konnte nicht verifiziert werden. Bitte überprüfen Sie Ihre DNS-Einträge und versuchen Sie es erneut.",
60
+ "pendingTitle": "DNS-Einträge nicht gefunden",
61
+ "pendingDescription": "Wir konnten die erforderlichen DNS-Einträge nicht finden. Bitte stellen Sie sicher, dass sie korrekt konfiguriert sind und versuchen Sie es erneut."
62
+ },
63
+ "instructions": {
64
+ "fullText": "Hinweis: Nachdem Sie diese DNS-Einträge zu Ihrem Domain-Anbieter hinzugefügt haben, kann es bis zu 48 Stunden dauern, bis die Änderungen propagiert werden. Sie können die Einträge sofort überprüfen oder später erneut nachsehen.\n\nAnweisungen:\n1. Melden Sie sich bei Ihrem Domain-Registrar oder DNS-Anbieter an\n2. Fügen Sie die oben genannten TXT-Einträge zu Ihren DNS-Einstellungen hinzu\n3. Warten Sie auf die DNS-Propagation (kann bis zu 24 Stunden dauern)\n4. Klicken Sie auf \"Domain verifizieren\", um die Konfiguration zu überprüfen"
65
+ },
66
+ "emailDelivery": {
67
+ "ownDomainTitle": "Benutzerdefinierter E-Mail-Anbieter",
68
+ "ownDomainDescription": "Sie müssen Ihre DKIM- und DNS-Einstellungen konfigurieren, um E-Mails von Ihrem benutzerdefinierten E-Mail-Anbieter zu senden.",
69
+ "connectedEmail": "Verbundenes E-Mail: {{email}}",
70
+ "connected": "Verbunden",
71
+ "disconnect": "Trennen",
72
+ "setupDomain": "Domain einrichten"
73
+ },
74
+ "toasts": {
75
+ "domainVerifiedConnected": "Domain erfolgreich verifiziert und verbunden!",
76
+ "domainCreated": "Domain erstellt! Bitte überprüfen Sie die DNS-Einträge.",
77
+ "domainVerified": "Domain erfolgreich verifiziert!",
78
+ "verificationPending": "Überprüfung im Gange. Die Propagation der DNS-Einträge kann bis zu 24 Stunden dauern.",
79
+ "domainDisconnected": "Domain erfolgreich getrennt!"
80
+ }
81
+ }
4
82
  }
5
83
  }
@@ -46,6 +46,7 @@
46
46
  "nameLabel": "Name",
47
47
  "valueLabel": "Value",
48
48
  "dkimSigning": "DKIM signing",
49
+ "txtVerification": "TXT verification",
49
50
  "alreadyVerified": "Domain is already verified!",
50
51
  "loading": "Loading DNS records..."
51
52
  },