@intlayer/backend 8.7.11 → 8.7.13

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 (142) hide show
  1. package/README.md +27 -1
  2. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  3. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  4. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  5. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  6. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  7. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  8. package/dist/esm/controllers/oAuth2.controller.mjs +21 -1
  9. package/dist/esm/controllers/oAuth2.controller.mjs.map +1 -1
  10. package/dist/esm/controllers/stripe.controller.mjs +86 -2
  11. package/dist/esm/controllers/stripe.controller.mjs.map +1 -1
  12. package/dist/esm/controllers/translation.controller.mjs +2 -0
  13. package/dist/esm/controllers/translation.controller.mjs.map +1 -1
  14. package/dist/esm/emails/InviteUserEmail.mjs +1541 -1
  15. package/dist/esm/emails/InviteUserEmail.mjs.map +1 -1
  16. package/dist/esm/emails/MagicLinkEmail.mjs +1128 -1
  17. package/dist/esm/emails/MagicLinkEmail.mjs.map +1 -1
  18. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs +1389 -1
  19. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs.map +1 -1
  20. package/dist/esm/emails/PasswordChangeConfirmation.mjs +814 -1
  21. package/dist/esm/emails/PasswordChangeConfirmation.mjs.map +1 -1
  22. package/dist/esm/emails/ResetUserPassword.mjs +1132 -1
  23. package/dist/esm/emails/ResetUserPassword.mjs.map +1 -1
  24. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs +913 -1
  25. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs.map +1 -1
  26. package/dist/esm/emails/SubscriptionPaymentError.mjs +908 -1
  27. package/dist/esm/emails/SubscriptionPaymentError.mjs.map +1 -1
  28. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs +935 -1
  29. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs.map +1 -1
  30. package/dist/esm/emails/ValidateUserEmail.mjs +1111 -1
  31. package/dist/esm/emails/ValidateUserEmail.mjs.map +1 -1
  32. package/dist/esm/emails/Welcome.mjs +1004 -1
  33. package/dist/esm/emails/Welcome.mjs.map +1 -1
  34. package/dist/esm/emails/index.mjs +7 -7
  35. package/dist/esm/index.mjs +8 -2
  36. package/dist/esm/index.mjs.map +1 -1
  37. package/dist/esm/middlewares/oAuth2.middleware.mjs +2 -2
  38. package/dist/esm/middlewares/oAuth2.middleware.mjs.map +1 -1
  39. package/dist/esm/routes/audit.routes.mjs +5 -4
  40. package/dist/esm/routes/audit.routes.mjs.map +1 -1
  41. package/dist/esm/routes/dictionary.routes.mjs +4 -3
  42. package/dist/esm/routes/dictionary.routes.mjs.map +1 -1
  43. package/dist/esm/routes/organization.routes.mjs +3 -2
  44. package/dist/esm/routes/organization.routes.mjs.map +1 -1
  45. package/dist/esm/routes/paramsSchemas.mjs +67 -0
  46. package/dist/esm/routes/paramsSchemas.mjs.map +1 -0
  47. package/dist/esm/routes/project.routes.mjs +2 -1
  48. package/dist/esm/routes/project.routes.mjs.map +1 -1
  49. package/dist/esm/routes/showcaseProject.routes.mjs +5 -4
  50. package/dist/esm/routes/showcaseProject.routes.mjs.map +1 -1
  51. package/dist/esm/routes/stripe.routes.mjs +19 -1
  52. package/dist/esm/routes/stripe.routes.mjs.map +1 -1
  53. package/dist/esm/routes/tags.routes.mjs +3 -2
  54. package/dist/esm/routes/tags.routes.mjs.map +1 -1
  55. package/dist/esm/routes/translate.routes.mjs +6 -5
  56. package/dist/esm/routes/translate.routes.mjs.map +1 -1
  57. package/dist/esm/routes/user.routes.mjs +5 -4
  58. package/dist/esm/routes/user.routes.mjs.map +1 -1
  59. package/dist/esm/schemas/oAuth2.schema.mjs +1 -1
  60. package/dist/esm/schemas/oAuth2.schema.mjs.map +1 -1
  61. package/dist/esm/services/email.service.mjs +338 -38
  62. package/dist/esm/services/email.service.mjs.map +1 -1
  63. package/dist/esm/services/oAuth2.service.mjs +20 -2
  64. package/dist/esm/services/oAuth2.service.mjs.map +1 -1
  65. package/dist/esm/services/subscription.service.mjs +5 -2
  66. package/dist/esm/services/subscription.service.mjs.map +1 -1
  67. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  68. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  69. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  70. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  71. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  72. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  73. package/dist/esm/utils/auth/getAuth.mjs +6 -0
  74. package/dist/esm/utils/auth/getAuth.mjs.map +1 -1
  75. package/dist/esm/utils/errors/errorCodes.mjs +3917 -287
  76. package/dist/esm/utils/errors/errorCodes.mjs.map +1 -1
  77. package/dist/esm/utils/mongoDB/connectDB.mjs +5 -0
  78. package/dist/esm/utils/mongoDB/connectDB.mjs.map +1 -1
  79. package/dist/esm/utils/oAuth2.mjs +6 -2
  80. package/dist/esm/utils/oAuth2.mjs.map +1 -1
  81. package/dist/esm/utils/plan.mjs +13 -1
  82. package/dist/esm/utils/plan.mjs.map +1 -1
  83. package/dist/types/controllers/oAuth2.controller.d.ts +11 -1
  84. package/dist/types/controllers/oAuth2.controller.d.ts.map +1 -1
  85. package/dist/types/controllers/stripe.controller.d.ts +22 -2
  86. package/dist/types/controllers/stripe.controller.d.ts.map +1 -1
  87. package/dist/types/controllers/translation.controller.d.ts.map +1 -1
  88. package/dist/types/emails/InviteUserEmail.d.ts +181 -1
  89. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  90. package/dist/types/emails/MagicLinkEmail.d.ts +106 -1
  91. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  92. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +166 -1
  93. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  94. package/dist/types/emails/PasswordChangeConfirmation.d.ts +91 -1
  95. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  96. package/dist/types/emails/ResetUserPassword.d.ts +106 -1
  97. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  98. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +151 -1
  99. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  100. package/dist/types/emails/SubscriptionPaymentError.d.ts +151 -1
  101. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  102. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +151 -1
  103. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  104. package/dist/types/emails/ValidateUserEmail.d.ts +106 -1
  105. package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
  106. package/dist/types/emails/Welcome.d.ts +106 -1
  107. package/dist/types/emails/Welcome.d.ts.map +1 -1
  108. package/dist/types/emails/index.d.ts +7 -7
  109. package/dist/types/export.d.ts +3 -3
  110. package/dist/types/middlewares/oAuth2.middleware.d.ts.map +1 -1
  111. package/dist/types/routes/audit.routes.d.ts.map +1 -1
  112. package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
  113. package/dist/types/routes/organization.routes.d.ts.map +1 -1
  114. package/dist/types/routes/paramsSchemas.d.ts +102 -0
  115. package/dist/types/routes/paramsSchemas.d.ts.map +1 -0
  116. package/dist/types/routes/project.routes.d.ts.map +1 -1
  117. package/dist/types/routes/showcaseProject.routes.d.ts.map +1 -1
  118. package/dist/types/routes/stripe.routes.d.ts +15 -0
  119. package/dist/types/routes/stripe.routes.d.ts.map +1 -1
  120. package/dist/types/routes/tags.routes.d.ts.map +1 -1
  121. package/dist/types/routes/translate.routes.d.ts.map +1 -1
  122. package/dist/types/routes/user.routes.d.ts.map +1 -1
  123. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  124. package/dist/types/schemas/discussion.schema.d.ts +9 -9
  125. package/dist/types/schemas/organization.schema.d.ts +9 -9
  126. package/dist/types/schemas/plans.schema.d.ts +6 -6
  127. package/dist/types/schemas/project.schema.d.ts +12 -12
  128. package/dist/types/schemas/session.schema.d.ts +8 -8
  129. package/dist/types/schemas/showcaseProject.schema.d.ts +19 -19
  130. package/dist/types/schemas/tag.schema.d.ts +7 -7
  131. package/dist/types/services/email.service.d.ts.map +1 -1
  132. package/dist/types/services/oAuth2.service.d.ts +6 -1
  133. package/dist/types/services/oAuth2.service.d.ts.map +1 -1
  134. package/dist/types/types/plan.types.d.ts +2 -2
  135. package/dist/types/utils/errors/errorCodes.d.ts +3634 -4
  136. package/dist/types/utils/errors/errorCodes.d.ts.map +1 -1
  137. package/dist/types/utils/mongoDB/connectDB.d.ts.map +1 -1
  138. package/dist/types/utils/oAuth2.d.ts +3 -1
  139. package/dist/types/utils/oAuth2.d.ts.map +1 -1
  140. package/dist/types/utils/plan.d.ts +2 -1
  141. package/dist/types/utils/plan.d.ts.map +1 -1
  142. package/package.json +14 -13
@@ -164,11 +164,824 @@ const PasswordChangeConfirmationEmailES = ({ username }) => {
164
164
  }) })
165
165
  ] });
166
166
  };
167
+ const PasswordChangeConfirmationEmailRU = ({ username }) => {
168
+ return /* @__PURE__ */ jsxs(Html, { children: [
169
+ /* @__PURE__ */ jsx(Head, {}),
170
+ /* @__PURE__ */ jsx(Preview, { children: `Ваш пароль Intlayer был изменен` }),
171
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
172
+ className: "m-auto px-2 font-sans",
173
+ children: /* @__PURE__ */ jsxs(Container, {
174
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
175
+ children: [
176
+ /* @__PURE__ */ jsx(Section, {
177
+ className: "mt-[32px]",
178
+ children: /* @__PURE__ */ jsx(Img, {
179
+ src: "https://intlayer.org/apple-touch-icon.png",
180
+ width: "40",
181
+ height: "37",
182
+ alt: "Intlayer",
183
+ className: "mx-auto my-0"
184
+ })
185
+ }),
186
+ /* @__PURE__ */ jsx(Heading, {
187
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
188
+ children: "Ваш пароль был изменен"
189
+ }),
190
+ /* @__PURE__ */ jsxs(Text, {
191
+ className: "text-[14px] text-black leading-[24px]",
192
+ children: [
193
+ "Здравствуйте, ",
194
+ username,
195
+ ","
196
+ ]
197
+ }),
198
+ /* @__PURE__ */ jsxs(Text, {
199
+ className: "text-[14px] text-black leading-[24px]",
200
+ children: [
201
+ "Это письмо подтверждает, что пароль для вашего аккаунта",
202
+ " ",
203
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
204
+ " был успешно изменен."
205
+ ]
206
+ }),
207
+ /* @__PURE__ */ jsx(Text, {
208
+ className: "text-[14px] text-black leading-[24px]",
209
+ children: "Если вы не вносили эти изменения или считаете, что постороннее лицо получило доступ к вашему аккаунту, пожалуйста, немедленно свяжитесь с нами, ответив на это письмо."
210
+ }),
211
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
212
+ /* @__PURE__ */ jsx(Text, {
213
+ className: "text-[#666666] text-[12px] leading-[24px]",
214
+ children: "Если у вас есть вопросы или вам нужна дополнительная помощь, не стесняйтесь обращаться к нам. Мы здесь, чтобы помочь!"
215
+ })
216
+ ]
217
+ })
218
+ }) })
219
+ ] });
220
+ };
221
+ const PasswordChangeConfirmationEmailJA = ({ username }) => {
222
+ return /* @__PURE__ */ jsxs(Html, { children: [
223
+ /* @__PURE__ */ jsx(Head, {}),
224
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayerのパスワードが変更されました` }),
225
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
226
+ className: "m-auto px-2 font-sans",
227
+ children: /* @__PURE__ */ jsxs(Container, {
228
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
229
+ children: [
230
+ /* @__PURE__ */ jsx(Section, {
231
+ className: "mt-[32px]",
232
+ children: /* @__PURE__ */ jsx(Img, {
233
+ src: "https://intlayer.org/apple-touch-icon.png",
234
+ width: "40",
235
+ height: "37",
236
+ alt: "Intlayer",
237
+ className: "mx-auto my-0"
238
+ })
239
+ }),
240
+ /* @__PURE__ */ jsx(Heading, {
241
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
242
+ children: "パスワードが変更されました"
243
+ }),
244
+ /* @__PURE__ */ jsxs(Text, {
245
+ className: "text-[14px] text-black leading-[24px]",
246
+ children: [username, "様、こんにちは。"]
247
+ }),
248
+ /* @__PURE__ */ jsxs(Text, {
249
+ className: "text-[14px] text-black leading-[24px]",
250
+ children: [
251
+ "このメールは、あなたの",
252
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
253
+ "アカウントのパスワードが正常に変更されたことを確認するためのものです。"
254
+ ]
255
+ }),
256
+ /* @__PURE__ */ jsx(Text, {
257
+ className: "text-[14px] text-black leading-[24px]",
258
+ children: "もしこの変更に心当たりがない場合や、不正アクセスが疑われる場合は、このメールに返信してすぐにご連絡ください。"
259
+ }),
260
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
261
+ /* @__PURE__ */ jsx(Text, {
262
+ className: "text-[#666666] text-[12px] leading-[24px]",
263
+ children: "ご質問やサポートが必要な場合は、お気軽にお問い合わせください。喜んでお手伝いさせていただきます!"
264
+ })
265
+ ]
266
+ })
267
+ }) })
268
+ ] });
269
+ };
270
+ const PasswordChangeConfirmationEmailKO = ({ username }) => {
271
+ return /* @__PURE__ */ jsxs(Html, { children: [
272
+ /* @__PURE__ */ jsx(Head, {}),
273
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer 비밀번호가 변경되었습니다` }),
274
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
275
+ className: "m-auto px-2 font-sans",
276
+ children: /* @__PURE__ */ jsxs(Container, {
277
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
278
+ children: [
279
+ /* @__PURE__ */ jsx(Section, {
280
+ className: "mt-[32px]",
281
+ children: /* @__PURE__ */ jsx(Img, {
282
+ src: "https://intlayer.org/apple-touch-icon.png",
283
+ width: "40",
284
+ height: "37",
285
+ alt: "Intlayer",
286
+ className: "mx-auto my-0"
287
+ })
288
+ }),
289
+ /* @__PURE__ */ jsx(Heading, {
290
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
291
+ children: "비밀번호가 변경되었습니다"
292
+ }),
293
+ /* @__PURE__ */ jsxs(Text, {
294
+ className: "text-[14px] text-black leading-[24px]",
295
+ children: [
296
+ "안녕하세요 ",
297
+ username,
298
+ "님,"
299
+ ]
300
+ }),
301
+ /* @__PURE__ */ jsxs(Text, {
302
+ className: "text-[14px] text-black leading-[24px]",
303
+ children: [
304
+ "귀하의 ",
305
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
306
+ " 계정 비밀번호가 성공적으로 변경되었음을 알려드립니다."
307
+ ]
308
+ }),
309
+ /* @__PURE__ */ jsx(Text, {
310
+ className: "text-[14px] text-black leading-[24px]",
311
+ children: "만약 본인이 직접 변경하지 않았거나 무단 액세스가 의심되는 경우, 이 이메일에 답장을 보내 즉시 저희에게 연락해 주세요."
312
+ }),
313
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
314
+ /* @__PURE__ */ jsx(Text, {
315
+ className: "text-[#666666] text-[12px] leading-[24px]",
316
+ children: "궁금한 점이 있거나 도움이 필요하시면 언제든지 문의해 주세요. 저희가 도와드리겠습니다!"
317
+ })
318
+ ]
319
+ })
320
+ }) })
321
+ ] });
322
+ };
323
+ const PasswordChangeConfirmationEmailZH = ({ username }) => {
324
+ return /* @__PURE__ */ jsxs(Html, { children: [
325
+ /* @__PURE__ */ jsx(Head, {}),
326
+ /* @__PURE__ */ jsx(Preview, { children: `您的 Intlayer 密码已更改` }),
327
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
328
+ className: "m-auto px-2 font-sans",
329
+ children: /* @__PURE__ */ jsxs(Container, {
330
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
331
+ children: [
332
+ /* @__PURE__ */ jsx(Section, {
333
+ className: "mt-[32px]",
334
+ children: /* @__PURE__ */ jsx(Img, {
335
+ src: "https://intlayer.org/apple-touch-icon.png",
336
+ width: "40",
337
+ height: "37",
338
+ alt: "Intlayer",
339
+ className: "mx-auto my-0"
340
+ })
341
+ }),
342
+ /* @__PURE__ */ jsx(Heading, {
343
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
344
+ children: "您的密码已更改"
345
+ }),
346
+ /* @__PURE__ */ jsxs(Text, {
347
+ className: "text-[14px] text-black leading-[24px]",
348
+ children: [username, ",您好!"]
349
+ }),
350
+ /* @__PURE__ */ jsxs(Text, {
351
+ className: "text-[14px] text-black leading-[24px]",
352
+ children: [
353
+ "此邮件旨在确认您的 ",
354
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
355
+ " 账户密码已成功更改。"
356
+ ]
357
+ }),
358
+ /* @__PURE__ */ jsx(Text, {
359
+ className: "text-[14px] text-black leading-[24px]",
360
+ children: "如果您未进行此更改,或认为有未经授权的人员访问了您的账户,请立即回复此邮件与我们联系。"
361
+ }),
362
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
363
+ /* @__PURE__ */ jsx(Text, {
364
+ className: "text-[#666666] text-[12px] leading-[24px]",
365
+ children: "如果您有任何疑问或需要进一步的帮助,请随时联系我们。我们随时为您提供支持!"
366
+ })
367
+ ]
368
+ })
369
+ }) })
370
+ ] });
371
+ };
372
+ const PasswordChangeConfirmationEmailDE = ({ username }) => {
373
+ return /* @__PURE__ */ jsxs(Html, { children: [
374
+ /* @__PURE__ */ jsx(Head, {}),
375
+ /* @__PURE__ */ jsx(Preview, { children: `Ihr Intlayer-Passwort wurde geändert` }),
376
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
377
+ className: "m-auto px-2 font-sans",
378
+ children: /* @__PURE__ */ jsxs(Container, {
379
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
380
+ children: [
381
+ /* @__PURE__ */ jsx(Section, {
382
+ className: "mt-[32px]",
383
+ children: /* @__PURE__ */ jsx(Img, {
384
+ src: "https://intlayer.org/apple-touch-icon.png",
385
+ width: "40",
386
+ height: "37",
387
+ alt: "Intlayer",
388
+ className: "mx-auto my-0"
389
+ })
390
+ }),
391
+ /* @__PURE__ */ jsx(Heading, {
392
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
393
+ children: "Ihr Passwort wurde geändert"
394
+ }),
395
+ /* @__PURE__ */ jsxs(Text, {
396
+ className: "text-[14px] text-black leading-[24px]",
397
+ children: [
398
+ "Hallo ",
399
+ username,
400
+ ","
401
+ ]
402
+ }),
403
+ /* @__PURE__ */ jsxs(Text, {
404
+ className: "text-[14px] text-black leading-[24px]",
405
+ children: [
406
+ "Diese E-Mail bestätigt, dass Ihr Passwort für Ihr",
407
+ " ",
408
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
409
+ "-Konto erfolgreich geändert wurde."
410
+ ]
411
+ }),
412
+ /* @__PURE__ */ jsx(Text, {
413
+ className: "text-[14px] text-black leading-[24px]",
414
+ children: "Wenn Sie diese Änderung nicht vorgenommen haben oder vermuten, dass eine unbefugte Person auf Ihr Konto zugegriffen hat, kontaktieren Sie uns bitte umgehend, indem Sie auf diese E-Mail antworten."
415
+ }),
416
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
417
+ /* @__PURE__ */ jsx(Text, {
418
+ className: "text-[#666666] text-[12px] leading-[24px]",
419
+ children: "Wenn Sie Fragen haben oder weitere Unterstützung benötigen, können Sie sich gerne an uns wenden. Wir sind für Sie da!"
420
+ })
421
+ ]
422
+ })
423
+ }) })
424
+ ] });
425
+ };
426
+ const PasswordChangeConfirmationEmailAR = ({ username }) => {
427
+ return /* @__PURE__ */ jsxs(Html, {
428
+ dir: "rtl",
429
+ children: [
430
+ /* @__PURE__ */ jsx(Head, {}),
431
+ /* @__PURE__ */ jsx(Preview, { children: `تم تغيير كلمة مرور Intlayer الخاصة بك` }),
432
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
433
+ className: "m-auto px-2 font-sans",
434
+ children: /* @__PURE__ */ jsxs(Container, {
435
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
436
+ children: [
437
+ /* @__PURE__ */ jsx(Section, {
438
+ className: "mt-[32px]",
439
+ children: /* @__PURE__ */ jsx(Img, {
440
+ src: "https://intlayer.org/apple-touch-icon.png",
441
+ width: "40",
442
+ height: "37",
443
+ alt: "Intlayer",
444
+ className: "mx-auto my-0"
445
+ })
446
+ }),
447
+ /* @__PURE__ */ jsx(Heading, {
448
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
449
+ children: "تم تغيير كلمة المرور الخاصة بك"
450
+ }),
451
+ /* @__PURE__ */ jsxs(Text, {
452
+ className: "text-[14px] text-black leading-[24px]",
453
+ children: [
454
+ "أهلاً ",
455
+ username,
456
+ "،"
457
+ ]
458
+ }),
459
+ /* @__PURE__ */ jsxs(Text, {
460
+ className: "text-[14px] text-black leading-[24px]",
461
+ children: [
462
+ "هذا البريد الإلكتروني لتأكيد أنه قد تم تغيير كلمة المرور الخاصة بحسابك في ",
463
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
464
+ " بنجاح."
465
+ ]
466
+ }),
467
+ /* @__PURE__ */ jsx(Text, {
468
+ className: "text-[14px] text-black leading-[24px]",
469
+ children: "إذا لم تقم بإجراء هذا التغيير أو كنت تعتقد أن شخصاً غير مصرح له قد دخل إلى حسابك، فيرجى الاتصال بنا على الفور من خلال الرد على هذا البريد الإلكتروني."
470
+ }),
471
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
472
+ /* @__PURE__ */ jsx(Text, {
473
+ className: "text-[#666666] text-[12px] leading-[24px]",
474
+ children: "إذا كان لديك أي أسئلة أو كنت بحاجة إلى مزيد من المساعدة، فلا تتردد في التواصل معنا. نحن هنا للمساعدة!"
475
+ })
476
+ ]
477
+ })
478
+ }) })
479
+ ]
480
+ });
481
+ };
482
+ const PasswordChangeConfirmationEmailIT = ({ username }) => {
483
+ return /* @__PURE__ */ jsxs(Html, { children: [
484
+ /* @__PURE__ */ jsx(Head, {}),
485
+ /* @__PURE__ */ jsx(Preview, { children: `La tua password Intlayer è stata modificata` }),
486
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
487
+ className: "m-auto px-2 font-sans",
488
+ children: /* @__PURE__ */ jsxs(Container, {
489
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
490
+ children: [
491
+ /* @__PURE__ */ jsx(Section, {
492
+ className: "mt-[32px]",
493
+ children: /* @__PURE__ */ jsx(Img, {
494
+ src: "https://intlayer.org/apple-touch-icon.png",
495
+ width: "40",
496
+ height: "37",
497
+ alt: "Intlayer",
498
+ className: "mx-auto my-0"
499
+ })
500
+ }),
501
+ /* @__PURE__ */ jsx(Heading, {
502
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
503
+ children: "La tua password è stata modificata"
504
+ }),
505
+ /* @__PURE__ */ jsxs(Text, {
506
+ className: "text-[14px] text-black leading-[24px]",
507
+ children: [
508
+ "Ciao ",
509
+ username,
510
+ ","
511
+ ]
512
+ }),
513
+ /* @__PURE__ */ jsxs(Text, {
514
+ className: "text-[14px] text-black leading-[24px]",
515
+ children: [
516
+ "Questa e-mail conferma che la password del tuo account",
517
+ " ",
518
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
519
+ " è stata modificata con successo."
520
+ ]
521
+ }),
522
+ /* @__PURE__ */ jsx(Text, {
523
+ className: "text-[14px] text-black leading-[24px]",
524
+ children: "Se non hai effettuato tu questa modifica o ritieni che una persona non autorizzata abbia effettuato l'accesso al tuo account, contattaci immediatamente rispondendo a questa e-mail."
525
+ }),
526
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
527
+ /* @__PURE__ */ jsx(Text, {
528
+ className: "text-[#666666] text-[12px] leading-[24px]",
529
+ children: "Se hai domande o hai bisogno di ulteriore assistenza, non esitare a contattarci. Siamo qui per aiutarti!"
530
+ })
531
+ ]
532
+ })
533
+ }) })
534
+ ] });
535
+ };
536
+ const PasswordChangeConfirmationEmailEN_GB = ({ username }) => {
537
+ return /* @__PURE__ */ jsxs(Html, { children: [
538
+ /* @__PURE__ */ jsx(Head, {}),
539
+ /* @__PURE__ */ jsx(Preview, { children: `Your Intlayer password has been changed` }),
540
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
541
+ className: "m-auto px-2 font-sans",
542
+ children: /* @__PURE__ */ jsxs(Container, {
543
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
544
+ children: [
545
+ /* @__PURE__ */ jsx(Section, {
546
+ className: "mt-[32px]",
547
+ children: /* @__PURE__ */ jsx(Img, {
548
+ src: "https://intlayer.org/apple-touch-icon.png",
549
+ width: "40",
550
+ height: "37",
551
+ alt: "Intlayer",
552
+ className: "mx-auto my-0"
553
+ })
554
+ }),
555
+ /* @__PURE__ */ jsx(Heading, {
556
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
557
+ children: "Your password has been changed"
558
+ }),
559
+ /* @__PURE__ */ jsxs(Text, {
560
+ className: "text-[14px] text-black leading-[24px]",
561
+ children: [
562
+ "Hello ",
563
+ username,
564
+ ","
565
+ ]
566
+ }),
567
+ /* @__PURE__ */ jsxs(Text, {
568
+ className: "text-[14px] text-black leading-[24px]",
569
+ children: [
570
+ "This email is to confirm that your password for your",
571
+ " ",
572
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
573
+ " account has been successfully changed."
574
+ ]
575
+ }),
576
+ /* @__PURE__ */ jsx(Text, {
577
+ className: "text-[14px] text-black leading-[24px]",
578
+ children: "If you did not make this change or believe an unauthorised person has accessed your account, please contact us immediately by replying to this email."
579
+ }),
580
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
581
+ /* @__PURE__ */ jsx(Text, {
582
+ className: "text-[#666666] text-[12px] leading-[24px]",
583
+ children: "If you have any questions or need further assistance, feel free to reach out to us. We're here to help!"
584
+ })
585
+ ]
586
+ })
587
+ }) })
588
+ ] });
589
+ };
590
+ const PasswordChangeConfirmationEmailPT = ({ username }) => {
591
+ return /* @__PURE__ */ jsxs(Html, { children: [
592
+ /* @__PURE__ */ jsx(Head, {}),
593
+ /* @__PURE__ */ jsx(Preview, { children: `Sua senha do Intlayer foi alterada` }),
594
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
595
+ className: "m-auto px-2 font-sans",
596
+ children: /* @__PURE__ */ jsxs(Container, {
597
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
598
+ children: [
599
+ /* @__PURE__ */ jsx(Section, {
600
+ className: "mt-[32px]",
601
+ children: /* @__PURE__ */ jsx(Img, {
602
+ src: "https://intlayer.org/apple-touch-icon.png",
603
+ width: "40",
604
+ height: "37",
605
+ alt: "Intlayer",
606
+ className: "mx-auto my-0"
607
+ })
608
+ }),
609
+ /* @__PURE__ */ jsx(Heading, {
610
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
611
+ children: "Sua senha foi alterada"
612
+ }),
613
+ /* @__PURE__ */ jsxs(Text, {
614
+ className: "text-[14px] text-black leading-[24px]",
615
+ children: [
616
+ "Olá ",
617
+ username,
618
+ ","
619
+ ]
620
+ }),
621
+ /* @__PURE__ */ jsxs(Text, {
622
+ className: "text-[14px] text-black leading-[24px]",
623
+ children: [
624
+ "Este e-mail é para confirmar que a senha da sua conta",
625
+ " ",
626
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
627
+ " foi alterada com sucesso."
628
+ ]
629
+ }),
630
+ /* @__PURE__ */ jsx(Text, {
631
+ className: "text-[14px] text-black leading-[24px]",
632
+ children: "Se você não realizou essa alteração ou acredita que uma pessoa não autorizada acessou sua conta, entre em contato conosco imediatamente respondendo a este e-mail."
633
+ }),
634
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
635
+ /* @__PURE__ */ jsx(Text, {
636
+ className: "text-[#666666] text-[12px] leading-[24px]",
637
+ children: "Se você tiver alguma dúvida ou precisar de mais assistência, sinta-se à vontade para nos contactar. Estamos aqui para ajudar!"
638
+ })
639
+ ]
640
+ })
641
+ }) })
642
+ ] });
643
+ };
644
+ const PasswordChangeConfirmationEmailHI = ({ username }) => {
645
+ return /* @__PURE__ */ jsxs(Html, { children: [
646
+ /* @__PURE__ */ jsx(Head, {}),
647
+ /* @__PURE__ */ jsx(Preview, { children: `आपका Intlayer पासवर्ड बदल दिया गया है` }),
648
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
649
+ className: "m-auto px-2 font-sans",
650
+ children: /* @__PURE__ */ jsxs(Container, {
651
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
652
+ children: [
653
+ /* @__PURE__ */ jsx(Section, {
654
+ className: "mt-[32px]",
655
+ children: /* @__PURE__ */ jsx(Img, {
656
+ src: "https://intlayer.org/apple-touch-icon.png",
657
+ width: "40",
658
+ height: "37",
659
+ alt: "Intlayer",
660
+ className: "mx-auto my-0"
661
+ })
662
+ }),
663
+ /* @__PURE__ */ jsx(Heading, {
664
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
665
+ children: "आपका पासवर्ड बदल दिया गया है"
666
+ }),
667
+ /* @__PURE__ */ jsxs(Text, {
668
+ className: "text-[14px] text-black leading-[24px]",
669
+ children: [
670
+ "नमस्ते ",
671
+ username,
672
+ ","
673
+ ]
674
+ }),
675
+ /* @__PURE__ */ jsxs(Text, {
676
+ className: "text-[14px] text-black leading-[24px]",
677
+ children: [
678
+ "यह ईमेल पुष्टि करने के लिए है कि आपके ",
679
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
680
+ " खाते का पासवर्ड सफलतापूर्वक बदल दिया गया है।"
681
+ ]
682
+ }),
683
+ /* @__PURE__ */ jsx(Text, {
684
+ className: "text-[14px] text-black leading-[24px]",
685
+ children: "यदि आपने यह परिवर्तन नहीं किया है या आपको लगता है कि किसी अनधिकृत व्यक्ति ने आपके खाते तक पहुँच प्राप्त कर ली है, तो कृपया इस ईमेल का उत्तर देकर तुरंत हमसे संपर्क करें।"
686
+ }),
687
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
688
+ /* @__PURE__ */ jsx(Text, {
689
+ className: "text-[#666666] text-[12px] leading-[24px]",
690
+ children: "यदि आपके कोई प्रश्न हैं या आपको और सहायता की आवश्यकता है, तो बेझिझक हमसे संपर्क करें। हम यहाँ आपकी सहायता के लिए हैं!"
691
+ })
692
+ ]
693
+ })
694
+ }) })
695
+ ] });
696
+ };
697
+ const PasswordChangeConfirmationEmailTR = ({ username }) => {
698
+ return /* @__PURE__ */ jsxs(Html, { children: [
699
+ /* @__PURE__ */ jsx(Head, {}),
700
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer şifreniz değiştirildi` }),
701
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
702
+ className: "m-auto px-2 font-sans",
703
+ children: /* @__PURE__ */ jsxs(Container, {
704
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
705
+ children: [
706
+ /* @__PURE__ */ jsx(Section, {
707
+ className: "mt-[32px]",
708
+ children: /* @__PURE__ */ jsx(Img, {
709
+ src: "https://intlayer.org/apple-touch-icon.png",
710
+ width: "40",
711
+ height: "37",
712
+ alt: "Intlayer",
713
+ className: "mx-auto my-0"
714
+ })
715
+ }),
716
+ /* @__PURE__ */ jsx(Heading, {
717
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
718
+ children: "Şifreniz değiştirildi"
719
+ }),
720
+ /* @__PURE__ */ jsxs(Text, {
721
+ className: "text-[14px] text-black leading-[24px]",
722
+ children: [
723
+ "Merhaba ",
724
+ username,
725
+ ","
726
+ ]
727
+ }),
728
+ /* @__PURE__ */ jsxs(Text, {
729
+ className: "text-[14px] text-black leading-[24px]",
730
+ children: [
731
+ "Bu e-posta, ",
732
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
733
+ " hesabınızın şifresinin başarıyla değiştirildiğini onaylamak içindir."
734
+ ]
735
+ }),
736
+ /* @__PURE__ */ jsx(Text, {
737
+ className: "text-[14px] text-black leading-[24px]",
738
+ children: "Eğer bu değişikliği siz yapmadıysanız veya yetkisiz bir kişinin hesabınıza eriştiğine inanıyorsanız, lütfen bu e-postayı yanıtlayarak hemen bizimle iletişime geçin."
739
+ }),
740
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
741
+ /* @__PURE__ */ jsx(Text, {
742
+ className: "text-[#666666] text-[12px] leading-[24px]",
743
+ children: "Herhangi bir sorunuz varsa veya daha fazla yardıma ihtiyacınız olursa, bizimle iletişime geçmekten çekinmeyin. Size yardımcı olmak için buradayız!"
744
+ })
745
+ ]
746
+ })
747
+ }) })
748
+ ] });
749
+ };
750
+ const PasswordChangeConfirmationEmailPL = ({ username }) => {
751
+ return /* @__PURE__ */ jsxs(Html, { children: [
752
+ /* @__PURE__ */ jsx(Head, {}),
753
+ /* @__PURE__ */ jsx(Preview, { children: `Twoje hasło Intlayer zostało zmienione` }),
754
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
755
+ className: "m-auto px-2 font-sans",
756
+ children: /* @__PURE__ */ jsxs(Container, {
757
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
758
+ children: [
759
+ /* @__PURE__ */ jsx(Section, {
760
+ className: "mt-[32px]",
761
+ children: /* @__PURE__ */ jsx(Img, {
762
+ src: "https://intlayer.org/apple-touch-icon.png",
763
+ width: "40",
764
+ height: "37",
765
+ alt: "Intlayer",
766
+ className: "mx-auto my-0"
767
+ })
768
+ }),
769
+ /* @__PURE__ */ jsx(Heading, {
770
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
771
+ children: "Twoje hasło zostało zmienione"
772
+ }),
773
+ /* @__PURE__ */ jsxs(Text, {
774
+ className: "text-[14px] text-black leading-[24px]",
775
+ children: [
776
+ "Witaj ",
777
+ username,
778
+ ","
779
+ ]
780
+ }),
781
+ /* @__PURE__ */ jsxs(Text, {
782
+ className: "text-[14px] text-black leading-[24px]",
783
+ children: [
784
+ "Ta wiadomość e-mail potwierdza, że hasło do Twojego konta",
785
+ " ",
786
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
787
+ " zostało pomyślnie zmienione."
788
+ ]
789
+ }),
790
+ /* @__PURE__ */ jsx(Text, {
791
+ className: "text-[14px] text-black leading-[24px]",
792
+ children: "Jeśli nie dokonałeś tej zmiany lub uważasz, że nieupoważniona osoba uzyskała dostęp do Twojego konta, skontaktuj się z nami natychmiast, odpowiadając na tę wiadomość e-mail."
793
+ }),
794
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
795
+ /* @__PURE__ */ jsx(Text, {
796
+ className: "text-[#666666] text-[12px] leading-[24px]",
797
+ children: "Jeśli masz jakiekolwiek pytania lub potrzebujesz dalszej pomocy, skontaktuj się z nami. Jesteśmy tutaj, aby pomóc!"
798
+ })
799
+ ]
800
+ })
801
+ }) })
802
+ ] });
803
+ };
804
+ const PasswordChangeConfirmationEmailID = ({ username }) => {
805
+ return /* @__PURE__ */ jsxs(Html, { children: [
806
+ /* @__PURE__ */ jsx(Head, {}),
807
+ /* @__PURE__ */ jsx(Preview, { children: `Kata sandi Intlayer Anda telah diubah` }),
808
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
809
+ className: "m-auto px-2 font-sans",
810
+ children: /* @__PURE__ */ jsxs(Container, {
811
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
812
+ children: [
813
+ /* @__PURE__ */ jsx(Section, {
814
+ className: "mt-[32px]",
815
+ children: /* @__PURE__ */ jsx(Img, {
816
+ src: "https://intlayer.org/apple-touch-icon.png",
817
+ width: "40",
818
+ height: "37",
819
+ alt: "Intlayer",
820
+ className: "mx-auto my-0"
821
+ })
822
+ }),
823
+ /* @__PURE__ */ jsx(Heading, {
824
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
825
+ children: "Kata sandi Anda telah diubah"
826
+ }),
827
+ /* @__PURE__ */ jsxs(Text, {
828
+ className: "text-[14px] text-black leading-[24px]",
829
+ children: [
830
+ "Halo ",
831
+ username,
832
+ ","
833
+ ]
834
+ }),
835
+ /* @__PURE__ */ jsxs(Text, {
836
+ className: "text-[14px] text-black leading-[24px]",
837
+ children: [
838
+ "Email ini mengonfirmasi bahwa kata sandi untuk akun",
839
+ " ",
840
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
841
+ " Anda telah berhasil diubah."
842
+ ]
843
+ }),
844
+ /* @__PURE__ */ jsx(Text, {
845
+ className: "text-[14px] text-black leading-[24px]",
846
+ children: "Jika Anda tidak melakukan perubahan ini atau yakin orang yang tidak berwenang telah mengakses akun Anda, silakan hubungi kami segera dengan membalas email ini."
847
+ }),
848
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
849
+ /* @__PURE__ */ jsx(Text, {
850
+ className: "text-[#666666] text-[12px] leading-[24px]",
851
+ children: "Jika Anda memiliki pertanyaan atau butuh bantuan lebih lanjut, jangan ragu untuk menghubungi kami. Kami di sini untuk membantu!"
852
+ })
853
+ ]
854
+ })
855
+ }) })
856
+ ] });
857
+ };
858
+ const PasswordChangeConfirmationEmailVI = ({ username }) => {
859
+ return /* @__PURE__ */ jsxs(Html, { children: [
860
+ /* @__PURE__ */ jsx(Head, {}),
861
+ /* @__PURE__ */ jsx(Preview, { children: `Mật khẩu Intlayer của bạn đã được thay đổi` }),
862
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
863
+ className: "m-auto px-2 font-sans",
864
+ children: /* @__PURE__ */ jsxs(Container, {
865
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
866
+ children: [
867
+ /* @__PURE__ */ jsx(Section, {
868
+ className: "mt-[32px]",
869
+ children: /* @__PURE__ */ jsx(Img, {
870
+ src: "https://intlayer.org/apple-touch-icon.png",
871
+ width: "40",
872
+ height: "37",
873
+ alt: "Intlayer",
874
+ className: "mx-auto my-0"
875
+ })
876
+ }),
877
+ /* @__PURE__ */ jsx(Heading, {
878
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
879
+ children: "Mật khẩu của bạn đã được thay đổi"
880
+ }),
881
+ /* @__PURE__ */ jsxs(Text, {
882
+ className: "text-[14px] text-black leading-[24px]",
883
+ children: [
884
+ "Xin chào ",
885
+ username,
886
+ ","
887
+ ]
888
+ }),
889
+ /* @__PURE__ */ jsxs(Text, {
890
+ className: "text-[14px] text-black leading-[24px]",
891
+ children: [
892
+ "Email này nhằm xác nhận rằng mật khẩu cho tài khoản",
893
+ " ",
894
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
895
+ " của bạn đã được thay đổi thành công."
896
+ ]
897
+ }),
898
+ /* @__PURE__ */ jsx(Text, {
899
+ className: "text-[14px] text-black leading-[24px]",
900
+ children: "Nếu bạn không thực hiện thay đổi này hoặc tin rằng một người không được phép đã truy cập vào tài khoản của bạn, vui lòng liên hệ với chúng tôi ngay lập tức bằng cách trả lời email này."
901
+ }),
902
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
903
+ /* @__PURE__ */ jsx(Text, {
904
+ className: "text-[#666666] text-[12px] leading-[24px]",
905
+ children: "Nếu bạn có bất kỳ câu hỏi nào hoặc cần hỗ trợ thêm, đừng ngần ngại liên hệ với chúng tôi. Chúng tôi luôn sẵn sàng giúp đỡ!"
906
+ })
907
+ ]
908
+ })
909
+ }) })
910
+ ] });
911
+ };
912
+ const PasswordChangeConfirmationEmailUK = ({ username }) => {
913
+ return /* @__PURE__ */ jsxs(Html, { children: [
914
+ /* @__PURE__ */ jsx(Head, {}),
915
+ /* @__PURE__ */ jsx(Preview, { children: `Ваш пароль Intlayer було змінено` }),
916
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
917
+ className: "m-auto px-2 font-sans",
918
+ children: /* @__PURE__ */ jsxs(Container, {
919
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
920
+ children: [
921
+ /* @__PURE__ */ jsx(Section, {
922
+ className: "mt-[32px]",
923
+ children: /* @__PURE__ */ jsx(Img, {
924
+ src: "https://intlayer.org/apple-touch-icon.png",
925
+ width: "40",
926
+ height: "37",
927
+ alt: "Intlayer",
928
+ className: "mx-auto my-0"
929
+ })
930
+ }),
931
+ /* @__PURE__ */ jsx(Heading, {
932
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
933
+ children: "Ваш пароль було змінено"
934
+ }),
935
+ /* @__PURE__ */ jsxs(Text, {
936
+ className: "text-[14px] text-black leading-[24px]",
937
+ children: [
938
+ "Вітаємо, ",
939
+ username,
940
+ ","
941
+ ]
942
+ }),
943
+ /* @__PURE__ */ jsxs(Text, {
944
+ className: "text-[14px] text-black leading-[24px]",
945
+ children: [
946
+ "Цей електронний лист підтверджує, що пароль до вашого облікового запису ",
947
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
948
+ " було успішно змінено."
949
+ ]
950
+ }),
951
+ /* @__PURE__ */ jsx(Text, {
952
+ className: "text-[14px] text-black leading-[24px]",
953
+ children: "Якщо ви не здійснювали цих змін або вважаєте, що сторонні особи отримали доступ до вашого облікового запису, будь ласка, негайно зв'яжіться з нами, відповівши на цей лист."
954
+ }),
955
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
956
+ /* @__PURE__ */ jsx(Text, {
957
+ className: "text-[#666666] text-[12px] leading-[24px]",
958
+ children: "Якщо у вас виникли запитання або потрібна додаткова допомога, не соромтеся звертатися до нас. Ми тут, щоб допомогти!"
959
+ })
960
+ ]
961
+ })
962
+ }) })
963
+ ] });
964
+ };
167
965
  const PreviewProps = { username: "alanturing" };
168
966
  PasswordChangeConfirmationEmailEN.PreviewProps = PreviewProps;
169
967
  PasswordChangeConfirmationEmailFR.PreviewProps = PreviewProps;
170
968
  PasswordChangeConfirmationEmailES.PreviewProps = PreviewProps;
969
+ PasswordChangeConfirmationEmailRU.PreviewProps = PreviewProps;
970
+ PasswordChangeConfirmationEmailJA.PreviewProps = PreviewProps;
971
+ PasswordChangeConfirmationEmailKO.PreviewProps = PreviewProps;
972
+ PasswordChangeConfirmationEmailZH.PreviewProps = PreviewProps;
973
+ PasswordChangeConfirmationEmailDE.PreviewProps = PreviewProps;
974
+ PasswordChangeConfirmationEmailAR.PreviewProps = PreviewProps;
975
+ PasswordChangeConfirmationEmailIT.PreviewProps = PreviewProps;
976
+ PasswordChangeConfirmationEmailEN_GB.PreviewProps = PreviewProps;
977
+ PasswordChangeConfirmationEmailPT.PreviewProps = PreviewProps;
978
+ PasswordChangeConfirmationEmailHI.PreviewProps = PreviewProps;
979
+ PasswordChangeConfirmationEmailTR.PreviewProps = PreviewProps;
980
+ PasswordChangeConfirmationEmailPL.PreviewProps = PreviewProps;
981
+ PasswordChangeConfirmationEmailID.PreviewProps = PreviewProps;
982
+ PasswordChangeConfirmationEmailVI.PreviewProps = PreviewProps;
983
+ PasswordChangeConfirmationEmailUK.PreviewProps = PreviewProps;
171
984
 
172
985
  //#endregion
173
- export { PasswordChangeConfirmationEmailEN, PasswordChangeConfirmationEmailES, PasswordChangeConfirmationEmailFR };
986
+ export { PasswordChangeConfirmationEmailAR, PasswordChangeConfirmationEmailDE, PasswordChangeConfirmationEmailEN, PasswordChangeConfirmationEmailEN_GB, PasswordChangeConfirmationEmailES, PasswordChangeConfirmationEmailFR, PasswordChangeConfirmationEmailHI, PasswordChangeConfirmationEmailID, PasswordChangeConfirmationEmailIT, PasswordChangeConfirmationEmailJA, PasswordChangeConfirmationEmailKO, PasswordChangeConfirmationEmailPL, PasswordChangeConfirmationEmailPT, PasswordChangeConfirmationEmailRU, PasswordChangeConfirmationEmailTR, PasswordChangeConfirmationEmailUK, PasswordChangeConfirmationEmailVI, PasswordChangeConfirmationEmailZH };
174
987
  //# sourceMappingURL=PasswordChangeConfirmation.mjs.map