@intlayer/backend 8.7.12 → 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 +8 -8
  124. package/dist/types/schemas/discussion.schema.d.ts +8 -8
  125. package/dist/types/schemas/organization.schema.d.ts +5 -5
  126. package/dist/types/schemas/plans.schema.d.ts +7 -7
  127. package/dist/types/schemas/project.schema.d.ts +9 -9
  128. package/dist/types/schemas/session.schema.d.ts +7 -7
  129. package/dist/types/schemas/showcaseProject.schema.d.ts +18 -18
  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 +13 -12
@@ -224,6 +224,1122 @@ const ResetPasswordEmailES = ({ username, resetLink }) => {
224
224
  }) })
225
225
  ] });
226
226
  };
227
+ const ResetPasswordEmailRU = ({ username, resetLink }) => {
228
+ return /* @__PURE__ */ jsxs(Html, { children: [
229
+ /* @__PURE__ */ jsx(Head, {}),
230
+ /* @__PURE__ */ jsx(Preview, { children: `Сброс пароля для Intlayer` }),
231
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
232
+ className: "m-auto px-2 font-sans",
233
+ children: /* @__PURE__ */ jsxs(Container, {
234
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
235
+ children: [
236
+ /* @__PURE__ */ jsx(Section, {
237
+ className: "mt-[32px]",
238
+ children: /* @__PURE__ */ jsx(Img, {
239
+ src: "https://intlayer.org/apple-touch-icon.png",
240
+ width: "40",
241
+ height: "37",
242
+ alt: "Intlayer",
243
+ className: "mx-auto my-0"
244
+ })
245
+ }),
246
+ /* @__PURE__ */ jsxs(Heading, {
247
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
248
+ children: ["Сброс пароля для ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
249
+ }),
250
+ /* @__PURE__ */ jsxs(Text, {
251
+ className: "text-[14px] text-black leading-[24px]",
252
+ children: [
253
+ "Здравствуйте, ",
254
+ username,
255
+ ","
256
+ ]
257
+ }),
258
+ /* @__PURE__ */ jsxs(Text, {
259
+ className: "text-[14px] text-black leading-[24px]",
260
+ children: [
261
+ "Мы получили запрос на сброс пароля для вашего аккаунта",
262
+ " ",
263
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
264
+ "."
265
+ ]
266
+ }),
267
+ /* @__PURE__ */ jsx(Section, {
268
+ className: "my-[32px] text-center",
269
+ children: /* @__PURE__ */ jsx(Button, {
270
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
271
+ href: resetLink,
272
+ children: "Сбросить пароль"
273
+ })
274
+ }),
275
+ /* @__PURE__ */ jsx(Text, {
276
+ className: "text-[14px] text-black leading-[24px]",
277
+ children: "или скопируйте и вставьте этот URL в ваш браузер:"
278
+ }),
279
+ /* @__PURE__ */ jsx(Link, {
280
+ href: resetLink,
281
+ className: "text-[#8a8a8a] text-[10px] no-underline",
282
+ children: resetLink
283
+ }),
284
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
285
+ /* @__PURE__ */ jsxs(Text, {
286
+ className: "text-[#666666] text-[12px] leading-[24px]",
287
+ children: [
288
+ "Этот запрос на сброс пароля предназначался для",
289
+ " ",
290
+ /* @__PURE__ */ jsx("span", {
291
+ className: "text-black",
292
+ children: username
293
+ }),
294
+ ". Если вы не запрашивали сброс пароля, вы можете проигнорировать это письмо. Если вы обеспокоены безопасностью своего аккаунта, пожалуйста, ответьте на это письмо, чтобы связаться с нами."
295
+ ]
296
+ })
297
+ ]
298
+ })
299
+ }) })
300
+ ] });
301
+ };
302
+ const ResetPasswordEmailJA = ({ username, resetLink }) => {
303
+ return /* @__PURE__ */ jsxs(Html, { children: [
304
+ /* @__PURE__ */ jsx(Head, {}),
305
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayerのパスワードをリセットする` }),
306
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
307
+ className: "m-auto px-2 font-sans",
308
+ children: /* @__PURE__ */ jsxs(Container, {
309
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
310
+ children: [
311
+ /* @__PURE__ */ jsx(Section, {
312
+ className: "mt-[32px]",
313
+ children: /* @__PURE__ */ jsx(Img, {
314
+ src: "https://intlayer.org/apple-touch-icon.png",
315
+ width: "40",
316
+ height: "37",
317
+ alt: "Intlayer",
318
+ className: "mx-auto my-0"
319
+ })
320
+ }),
321
+ /* @__PURE__ */ jsxs(Heading, {
322
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
323
+ children: [/* @__PURE__ */ jsx("strong", { children: "Intlayer" }), "のパスワードをリセットする"]
324
+ }),
325
+ /* @__PURE__ */ jsxs(Text, {
326
+ className: "text-[14px] text-black leading-[24px]",
327
+ children: [username, "様、こんにちは。"]
328
+ }),
329
+ /* @__PURE__ */ jsxs(Text, {
330
+ className: "text-[14px] text-black leading-[24px]",
331
+ children: [
332
+ "あなたの",
333
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
334
+ "アカウントのパスワードリセットのリクエストを承りました。"
335
+ ]
336
+ }),
337
+ /* @__PURE__ */ jsx(Section, {
338
+ className: "my-[32px] text-center",
339
+ children: /* @__PURE__ */ jsx(Button, {
340
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
341
+ href: resetLink,
342
+ children: "パスワードをリセット"
343
+ })
344
+ }),
345
+ /* @__PURE__ */ jsx(Text, {
346
+ className: "text-[14px] text-black leading-[24px]",
347
+ children: "または、以下のURLをコピーしてブラウザに貼り付けてください:"
348
+ }),
349
+ /* @__PURE__ */ jsx(Link, {
350
+ href: resetLink,
351
+ className: "text-[#8a8a8a] text-[10px] no-underline",
352
+ children: resetLink
353
+ }),
354
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
355
+ /* @__PURE__ */ jsxs(Text, {
356
+ className: "text-[#666666] text-[12px] leading-[24px]",
357
+ children: [
358
+ "このパスワードリセットのリクエストは",
359
+ /* @__PURE__ */ jsx("span", {
360
+ className: "text-black",
361
+ children: username
362
+ }),
363
+ "様向けに送信されました。もしパスワードのリセットをリクエストしていない場合は、このメールを無視していただいて構いません。アカウントの安全性が気になる場合は、このメールに返信してご連絡ください。"
364
+ ]
365
+ })
366
+ ]
367
+ })
368
+ }) })
369
+ ] });
370
+ };
371
+ const ResetPasswordEmailKO = ({ username, resetLink }) => {
372
+ return /* @__PURE__ */ jsxs(Html, { children: [
373
+ /* @__PURE__ */ jsx(Head, {}),
374
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer 비밀번호 재설정` }),
375
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
376
+ className: "m-auto px-2 font-sans",
377
+ children: /* @__PURE__ */ jsxs(Container, {
378
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
379
+ children: [
380
+ /* @__PURE__ */ jsx(Section, {
381
+ className: "mt-[32px]",
382
+ children: /* @__PURE__ */ jsx(Img, {
383
+ src: "https://intlayer.org/apple-touch-icon.png",
384
+ width: "40",
385
+ height: "37",
386
+ alt: "Intlayer",
387
+ className: "mx-auto my-0"
388
+ })
389
+ }),
390
+ /* @__PURE__ */ jsxs(Heading, {
391
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
392
+ children: [/* @__PURE__ */ jsx("strong", { children: "Intlayer" }), " 비밀번호 재설정"]
393
+ }),
394
+ /* @__PURE__ */ jsxs(Text, {
395
+ className: "text-[14px] text-black leading-[24px]",
396
+ children: [
397
+ "안녕하세요 ",
398
+ username,
399
+ "님,"
400
+ ]
401
+ }),
402
+ /* @__PURE__ */ jsxs(Text, {
403
+ className: "text-[14px] text-black leading-[24px]",
404
+ children: [
405
+ "귀하의 ",
406
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
407
+ " 계정 비밀번호를 재설정해 달라는 요청을 받았습니다."
408
+ ]
409
+ }),
410
+ /* @__PURE__ */ jsx(Section, {
411
+ className: "my-[32px] text-center",
412
+ children: /* @__PURE__ */ jsx(Button, {
413
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
414
+ href: resetLink,
415
+ children: "비밀번호 재설정"
416
+ })
417
+ }),
418
+ /* @__PURE__ */ jsx(Text, {
419
+ className: "text-[14px] text-black leading-[24px]",
420
+ children: "또는 다음 URL을 복사하여 브라우저에 붙여넣으세요:"
421
+ }),
422
+ /* @__PURE__ */ jsx(Link, {
423
+ href: resetLink,
424
+ className: "text-[#8a8a8a] text-[10px] no-underline",
425
+ children: resetLink
426
+ }),
427
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
428
+ /* @__PURE__ */ jsxs(Text, {
429
+ className: "text-[#666666] text-[12px] leading-[24px]",
430
+ children: [
431
+ "이 비밀번호 재설정 요청은",
432
+ " ",
433
+ /* @__PURE__ */ jsx("span", {
434
+ className: "text-black",
435
+ children: username
436
+ }),
437
+ "님을 위해 발송되었습니다. 만약 비밀번호 재설정을 요청하지 않으셨다면 이 이메일을 무시하셔도 됩니다. 계정 보안이 걱정되신다면 이 이메일에 답장을 보내 저희에게 문의해 주세요."
438
+ ]
439
+ })
440
+ ]
441
+ })
442
+ }) })
443
+ ] });
444
+ };
445
+ const ResetPasswordEmailZH = ({ username, resetLink }) => {
446
+ return /* @__PURE__ */ jsxs(Html, { children: [
447
+ /* @__PURE__ */ jsx(Head, {}),
448
+ /* @__PURE__ */ jsx(Preview, { children: `重置您的 Intlayer 密码` }),
449
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
450
+ className: "m-auto px-2 font-sans",
451
+ children: /* @__PURE__ */ jsxs(Container, {
452
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
453
+ children: [
454
+ /* @__PURE__ */ jsx(Section, {
455
+ className: "mt-[32px]",
456
+ children: /* @__PURE__ */ jsx(Img, {
457
+ src: "https://intlayer.org/apple-touch-icon.png",
458
+ width: "40",
459
+ height: "37",
460
+ alt: "Intlayer",
461
+ className: "mx-auto my-0"
462
+ })
463
+ }),
464
+ /* @__PURE__ */ jsxs(Heading, {
465
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
466
+ children: [
467
+ "重置您的 ",
468
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
469
+ " 密码"
470
+ ]
471
+ }),
472
+ /* @__PURE__ */ jsxs(Text, {
473
+ className: "text-[14px] text-black leading-[24px]",
474
+ children: [username, ",您好!"]
475
+ }),
476
+ /* @__PURE__ */ jsxs(Text, {
477
+ className: "text-[14px] text-black leading-[24px]",
478
+ children: [
479
+ "我们收到了重置您 ",
480
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
481
+ " 账户密码的请求。"
482
+ ]
483
+ }),
484
+ /* @__PURE__ */ jsx(Section, {
485
+ className: "my-[32px] text-center",
486
+ children: /* @__PURE__ */ jsx(Button, {
487
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
488
+ href: resetLink,
489
+ children: "重置密码"
490
+ })
491
+ }),
492
+ /* @__PURE__ */ jsx(Text, {
493
+ className: "text-[14px] text-black leading-[24px]",
494
+ children: "或将此 URL 复制并粘贴到您的浏览器中:"
495
+ }),
496
+ /* @__PURE__ */ jsx(Link, {
497
+ href: resetLink,
498
+ className: "text-[#8a8a8a] text-[10px] no-underline",
499
+ children: resetLink
500
+ }),
501
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
502
+ /* @__PURE__ */ jsxs(Text, {
503
+ className: "text-[#666666] text-[12px] leading-[24px]",
504
+ children: [
505
+ "此密码重置请求旨在发送给",
506
+ " ",
507
+ /* @__PURE__ */ jsx("span", {
508
+ className: "text-black",
509
+ children: username
510
+ }),
511
+ "。如果您未请求重置密码,可以忽略此邮件。如果您担心账户安全,请回复此邮件与我们联系。"
512
+ ]
513
+ })
514
+ ]
515
+ })
516
+ }) })
517
+ ] });
518
+ };
519
+ const ResetPasswordEmailDE = ({ username, resetLink }) => {
520
+ return /* @__PURE__ */ jsxs(Html, { children: [
521
+ /* @__PURE__ */ jsx(Head, {}),
522
+ /* @__PURE__ */ jsx(Preview, { children: `Setzen Sie Ihr Passwort für Intlayer zurück` }),
523
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
524
+ className: "m-auto px-2 font-sans",
525
+ children: /* @__PURE__ */ jsxs(Container, {
526
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
527
+ children: [
528
+ /* @__PURE__ */ jsx(Section, {
529
+ className: "mt-[32px]",
530
+ children: /* @__PURE__ */ jsx(Img, {
531
+ src: "https://intlayer.org/apple-touch-icon.png",
532
+ width: "40",
533
+ height: "37",
534
+ alt: "Intlayer",
535
+ className: "mx-auto my-0"
536
+ })
537
+ }),
538
+ /* @__PURE__ */ jsxs(Heading, {
539
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
540
+ children: [
541
+ "Setzen Sie Ihr Passwort für ",
542
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
543
+ " zurück"
544
+ ]
545
+ }),
546
+ /* @__PURE__ */ jsxs(Text, {
547
+ className: "text-[14px] text-black leading-[24px]",
548
+ children: [
549
+ "Hallo ",
550
+ username,
551
+ ","
552
+ ]
553
+ }),
554
+ /* @__PURE__ */ jsxs(Text, {
555
+ className: "text-[14px] text-black leading-[24px]",
556
+ children: [
557
+ "wir haben eine Anfrage zum Zurücksetzen Ihres Passworts für Ihr",
558
+ " ",
559
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
560
+ "-Konto erhalten."
561
+ ]
562
+ }),
563
+ /* @__PURE__ */ jsx(Section, {
564
+ className: "my-[32px] text-center",
565
+ children: /* @__PURE__ */ jsx(Button, {
566
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
567
+ href: resetLink,
568
+ children: "Passwort zurücksetzen"
569
+ })
570
+ }),
571
+ /* @__PURE__ */ jsx(Text, {
572
+ className: "text-[14px] text-black leading-[24px]",
573
+ children: "oder kopieren Sie diese URL und fügen Sie sie in Ihren Browser ein:"
574
+ }),
575
+ /* @__PURE__ */ jsx(Link, {
576
+ href: resetLink,
577
+ className: "text-[#8a8a8a] text-[10px] no-underline",
578
+ children: resetLink
579
+ }),
580
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
581
+ /* @__PURE__ */ jsxs(Text, {
582
+ className: "text-[#666666] text-[12px] leading-[24px]",
583
+ children: [
584
+ "Diese Anfrage zum Zurücksetzen des Passworts war für",
585
+ " ",
586
+ /* @__PURE__ */ jsx("span", {
587
+ className: "text-black",
588
+ children: username
589
+ }),
590
+ " gedacht. Wenn Sie kein Zurücksetzen des Passworts angefordert haben, können Sie diese E-Mail ignorieren. Wenn Sie Bedenken hinsichtlich der Sicherheit Ihres Kontos haben, antworten Sie bitte auf diese E-Mail, um mit uns in Kontakt zu treten."
591
+ ]
592
+ })
593
+ ]
594
+ })
595
+ }) })
596
+ ] });
597
+ };
598
+ const ResetPasswordEmailAR = ({ username, resetLink }) => {
599
+ return /* @__PURE__ */ jsxs(Html, {
600
+ dir: "rtl",
601
+ children: [
602
+ /* @__PURE__ */ jsx(Head, {}),
603
+ /* @__PURE__ */ jsx(Preview, { children: `إعادة تعيين كلمة المرور الخاصة بك لـ Intlayer` }),
604
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
605
+ className: "m-auto px-2 font-sans",
606
+ children: /* @__PURE__ */ jsxs(Container, {
607
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
608
+ children: [
609
+ /* @__PURE__ */ jsx(Section, {
610
+ className: "mt-[32px]",
611
+ children: /* @__PURE__ */ jsx(Img, {
612
+ src: "https://intlayer.org/apple-touch-icon.png",
613
+ width: "40",
614
+ height: "37",
615
+ alt: "Intlayer",
616
+ className: "mx-auto my-0"
617
+ })
618
+ }),
619
+ /* @__PURE__ */ jsxs(Heading, {
620
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
621
+ children: ["إعادة تعيين كلمة المرور الخاصة بك لـ ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
622
+ }),
623
+ /* @__PURE__ */ jsxs(Text, {
624
+ className: "text-[14px] text-black leading-[24px]",
625
+ children: [
626
+ "أهلاً ",
627
+ username,
628
+ "،"
629
+ ]
630
+ }),
631
+ /* @__PURE__ */ jsxs(Text, {
632
+ className: "text-[14px] text-black leading-[24px]",
633
+ children: [
634
+ "لقد تلقينا طلباً لإعادة تعيين كلمة المرور الخاصة بحسابك في",
635
+ " ",
636
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
637
+ "."
638
+ ]
639
+ }),
640
+ /* @__PURE__ */ jsx(Section, {
641
+ className: "my-[32px] text-center",
642
+ children: /* @__PURE__ */ jsx(Button, {
643
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
644
+ href: resetLink,
645
+ children: "إعادة تعيين كلمة المرور"
646
+ })
647
+ }),
648
+ /* @__PURE__ */ jsx(Text, {
649
+ className: "text-[14px] text-black leading-[24px]",
650
+ children: "أو قم بنسخ ولصق هذا الرابط في متصفحك:"
651
+ }),
652
+ /* @__PURE__ */ jsx(Link, {
653
+ href: resetLink,
654
+ className: "text-[#8a8a8a] text-[10px] no-underline",
655
+ children: resetLink
656
+ }),
657
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
658
+ /* @__PURE__ */ jsxs(Text, {
659
+ className: "text-[#666666] text-[12px] leading-[24px]",
660
+ children: [
661
+ "كان هذا الطلب لإعادة تعيين كلمة المرور مخصصاً لـ",
662
+ " ",
663
+ /* @__PURE__ */ jsx("span", {
664
+ className: "text-black",
665
+ children: username
666
+ }),
667
+ ". إذا لم تكن قد طلبت إعادة تعيين كلمة المرور، يمكنك تجاهل هذا البريد الإلكتروني. إذا كنت قلقاً بشأن أمان حسابك، فيرجى الرد على هذا البريد الإلكتروني للتواصل معنا."
668
+ ]
669
+ })
670
+ ]
671
+ })
672
+ }) })
673
+ ]
674
+ });
675
+ };
676
+ const ResetPasswordEmailIT = ({ username, resetLink }) => {
677
+ return /* @__PURE__ */ jsxs(Html, { children: [
678
+ /* @__PURE__ */ jsx(Head, {}),
679
+ /* @__PURE__ */ jsx(Preview, { children: `Reimposta la tua password per Intlayer` }),
680
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
681
+ className: "m-auto px-2 font-sans",
682
+ children: /* @__PURE__ */ jsxs(Container, {
683
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
684
+ children: [
685
+ /* @__PURE__ */ jsx(Section, {
686
+ className: "mt-[32px]",
687
+ children: /* @__PURE__ */ jsx(Img, {
688
+ src: "https://intlayer.org/apple-touch-icon.png",
689
+ width: "40",
690
+ height: "37",
691
+ alt: "Intlayer",
692
+ className: "mx-auto my-0"
693
+ })
694
+ }),
695
+ /* @__PURE__ */ jsxs(Heading, {
696
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
697
+ children: ["Reimposta la tua password per ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
698
+ }),
699
+ /* @__PURE__ */ jsxs(Text, {
700
+ className: "text-[14px] text-black leading-[24px]",
701
+ children: [
702
+ "Ciao ",
703
+ username,
704
+ ","
705
+ ]
706
+ }),
707
+ /* @__PURE__ */ jsxs(Text, {
708
+ className: "text-[14px] text-black leading-[24px]",
709
+ children: [
710
+ "Abbiamo ricevuto una richiesta di reimpostazione della password per il tuo account ",
711
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
712
+ "."
713
+ ]
714
+ }),
715
+ /* @__PURE__ */ jsx(Section, {
716
+ className: "my-[32px] text-center",
717
+ children: /* @__PURE__ */ jsx(Button, {
718
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
719
+ href: resetLink,
720
+ children: "Reimposta password"
721
+ })
722
+ }),
723
+ /* @__PURE__ */ jsx(Text, {
724
+ className: "text-[14px] text-black leading-[24px]",
725
+ children: "o copia e incolla questo URL nel tuo browser:"
726
+ }),
727
+ /* @__PURE__ */ jsx(Link, {
728
+ href: resetLink,
729
+ className: "text-[#8a8a8a] text-[10px] no-underline",
730
+ children: resetLink
731
+ }),
732
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
733
+ /* @__PURE__ */ jsxs(Text, {
734
+ className: "text-[#666666] text-[12px] leading-[24px]",
735
+ children: [
736
+ "Questa richiesta di reimpostazione della password era destinata a",
737
+ " ",
738
+ /* @__PURE__ */ jsx("span", {
739
+ className: "text-black",
740
+ children: username
741
+ }),
742
+ ". Se non hai richiesto la reimpostazione della password, puoi ignorare questa e-mail. Se sei preoccupato per la sicurezza del tuo account, rispondi a questa e-mail per metterti in contatto con noi."
743
+ ]
744
+ })
745
+ ]
746
+ })
747
+ }) })
748
+ ] });
749
+ };
750
+ const ResetPasswordEmailEN_GB = ({ username, resetLink }) => {
751
+ return /* @__PURE__ */ jsxs(Html, { children: [
752
+ /* @__PURE__ */ jsx(Head, {}),
753
+ /* @__PURE__ */ jsx(Preview, { children: `Reset your password for Intlayer` }),
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__ */ jsxs(Heading, {
770
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
771
+ children: ["Reset your password for ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
772
+ }),
773
+ /* @__PURE__ */ jsxs(Text, {
774
+ className: "text-[14px] text-black leading-[24px]",
775
+ children: [
776
+ "Hello ",
777
+ username,
778
+ ","
779
+ ]
780
+ }),
781
+ /* @__PURE__ */ jsxs(Text, {
782
+ className: "text-[14px] text-black leading-[24px]",
783
+ children: [
784
+ "We received a request to reset your password for your",
785
+ " ",
786
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
787
+ " account."
788
+ ]
789
+ }),
790
+ /* @__PURE__ */ jsx(Section, {
791
+ className: "my-[32px] text-center",
792
+ children: /* @__PURE__ */ jsx(Button, {
793
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
794
+ href: resetLink,
795
+ children: "Reset Password"
796
+ })
797
+ }),
798
+ /* @__PURE__ */ jsx(Text, {
799
+ className: "text-[14px] text-black leading-[24px]",
800
+ children: "or copy and paste this URL into your browser:"
801
+ }),
802
+ /* @__PURE__ */ jsx(Link, {
803
+ href: resetLink,
804
+ className: "text-[#8a8a8a] text-[10px] no-underline",
805
+ children: resetLink
806
+ }),
807
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
808
+ /* @__PURE__ */ jsxs(Text, {
809
+ className: "text-[#666666] text-[12px] leading-[24px]",
810
+ children: [
811
+ "This password reset request was intended for",
812
+ " ",
813
+ /* @__PURE__ */ jsx("span", {
814
+ className: "text-black",
815
+ children: username
816
+ }),
817
+ ". If you did not request a password reset, you can ignore this email. If you are concerned about your account's safety, please reply to this email to get in touch with us."
818
+ ]
819
+ })
820
+ ]
821
+ })
822
+ }) })
823
+ ] });
824
+ };
825
+ const ResetPasswordEmailPT = ({ username, resetLink }) => {
826
+ return /* @__PURE__ */ jsxs(Html, { children: [
827
+ /* @__PURE__ */ jsx(Head, {}),
828
+ /* @__PURE__ */ jsx(Preview, { children: `Redefina sua senha para Intlayer` }),
829
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
830
+ className: "m-auto px-2 font-sans",
831
+ children: /* @__PURE__ */ jsxs(Container, {
832
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
833
+ children: [
834
+ /* @__PURE__ */ jsx(Section, {
835
+ className: "mt-[32px]",
836
+ children: /* @__PURE__ */ jsx(Img, {
837
+ src: "https://intlayer.org/apple-touch-icon.png",
838
+ width: "40",
839
+ height: "37",
840
+ alt: "Intlayer",
841
+ className: "mx-auto my-0"
842
+ })
843
+ }),
844
+ /* @__PURE__ */ jsxs(Heading, {
845
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
846
+ children: ["Redefina sua senha para ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
847
+ }),
848
+ /* @__PURE__ */ jsxs(Text, {
849
+ className: "text-[14px] text-black leading-[24px]",
850
+ children: [
851
+ "Olá ",
852
+ username,
853
+ ","
854
+ ]
855
+ }),
856
+ /* @__PURE__ */ jsxs(Text, {
857
+ className: "text-[14px] text-black leading-[24px]",
858
+ children: [
859
+ "Recebemos uma solicitação para redefinir a senha da sua conta",
860
+ " ",
861
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
862
+ "."
863
+ ]
864
+ }),
865
+ /* @__PURE__ */ jsx(Section, {
866
+ className: "my-[32px] text-center",
867
+ children: /* @__PURE__ */ jsx(Button, {
868
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
869
+ href: resetLink,
870
+ children: "Redefinir Senha"
871
+ })
872
+ }),
873
+ /* @__PURE__ */ jsx(Text, {
874
+ className: "text-[14px] text-black leading-[24px]",
875
+ children: "ou copie e cole esta URL no seu navegador:"
876
+ }),
877
+ /* @__PURE__ */ jsx(Link, {
878
+ href: resetLink,
879
+ className: "text-[#8a8a8a] text-[10px] no-underline",
880
+ children: resetLink
881
+ }),
882
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
883
+ /* @__PURE__ */ jsxs(Text, {
884
+ className: "text-[#666666] text-[12px] leading-[24px]",
885
+ children: [
886
+ "Esta solicitação de redefinição de senha foi destinada a",
887
+ " ",
888
+ /* @__PURE__ */ jsx("span", {
889
+ className: "text-black",
890
+ children: username
891
+ }),
892
+ ". Se você não solicitou uma redefinição de senha, pode ignorar este e-mail. Se estiver preocupado com a segurança da sua conta, responda a este e-mail para entrar em contacto connosco."
893
+ ]
894
+ })
895
+ ]
896
+ })
897
+ }) })
898
+ ] });
899
+ };
900
+ const ResetPasswordEmailHI = ({ username, resetLink }) => {
901
+ return /* @__PURE__ */ jsxs(Html, { children: [
902
+ /* @__PURE__ */ jsx(Head, {}),
903
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer के लिए अपना पासवर्ड रीसेट करें` }),
904
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
905
+ className: "m-auto px-2 font-sans",
906
+ children: /* @__PURE__ */ jsxs(Container, {
907
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
908
+ children: [
909
+ /* @__PURE__ */ jsx(Section, {
910
+ className: "mt-[32px]",
911
+ children: /* @__PURE__ */ jsx(Img, {
912
+ src: "https://intlayer.org/apple-touch-icon.png",
913
+ width: "40",
914
+ height: "37",
915
+ alt: "Intlayer",
916
+ className: "mx-auto my-0"
917
+ })
918
+ }),
919
+ /* @__PURE__ */ jsxs(Heading, {
920
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
921
+ children: [/* @__PURE__ */ jsx("strong", { children: "Intlayer" }), " के लिए अपना पासवर्ड रीसेट करें"]
922
+ }),
923
+ /* @__PURE__ */ jsxs(Text, {
924
+ className: "text-[14px] text-black leading-[24px]",
925
+ children: [
926
+ "नमस्ते ",
927
+ username,
928
+ ","
929
+ ]
930
+ }),
931
+ /* @__PURE__ */ jsxs(Text, {
932
+ className: "text-[14px] text-black leading-[24px]",
933
+ children: [
934
+ "हमें आपके ",
935
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
936
+ " खाते का पासवर्ड रीसेट करने का अनुरोध प्राप्त हुआ है।"
937
+ ]
938
+ }),
939
+ /* @__PURE__ */ jsx(Section, {
940
+ className: "my-[32px] text-center",
941
+ children: /* @__PURE__ */ jsx(Button, {
942
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
943
+ href: resetLink,
944
+ children: "पासवर्ड रीसेट करें"
945
+ })
946
+ }),
947
+ /* @__PURE__ */ jsx(Text, {
948
+ className: "text-[14px] text-black leading-[24px]",
949
+ children: "या इस URL को कॉपी करके अपने ब्राउज़र में पेस्ट करें:"
950
+ }),
951
+ /* @__PURE__ */ jsx(Link, {
952
+ href: resetLink,
953
+ className: "text-[#8a8a8a] text-[10px] no-underline",
954
+ children: resetLink
955
+ }),
956
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
957
+ /* @__PURE__ */ jsxs(Text, {
958
+ className: "text-[#666666] text-[12px] leading-[24px]",
959
+ children: [
960
+ "यह पासवर्ड रीसेट अनुरोध",
961
+ " ",
962
+ /* @__PURE__ */ jsx("span", {
963
+ className: "text-black",
964
+ children: username
965
+ }),
966
+ " के लिए था। यदि आपने पासवर्ड रीसेट का अनुरोध नहीं किया है, तो आप इस ईमेल को नज़रअंदाज़ कर सकते हैं। यदि आप अपने खाते की सुरक्षा को लेकर चिंतित हैं, तो कृपया हमसे संपर्क करने के लिए इस ईमेल का उत्तर दें।"
967
+ ]
968
+ })
969
+ ]
970
+ })
971
+ }) })
972
+ ] });
973
+ };
974
+ const ResetPasswordEmailTR = ({ username, resetLink }) => {
975
+ return /* @__PURE__ */ jsxs(Html, { children: [
976
+ /* @__PURE__ */ jsx(Head, {}),
977
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer için şifrenizi sıfırlayın` }),
978
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
979
+ className: "m-auto px-2 font-sans",
980
+ children: /* @__PURE__ */ jsxs(Container, {
981
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
982
+ children: [
983
+ /* @__PURE__ */ jsx(Section, {
984
+ className: "mt-[32px]",
985
+ children: /* @__PURE__ */ jsx(Img, {
986
+ src: "https://intlayer.org/apple-touch-icon.png",
987
+ width: "40",
988
+ height: "37",
989
+ alt: "Intlayer",
990
+ className: "mx-auto my-0"
991
+ })
992
+ }),
993
+ /* @__PURE__ */ jsxs(Heading, {
994
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
995
+ children: [/* @__PURE__ */ jsx("strong", { children: "Intlayer" }), " için şifrenizi sıfırlayın"]
996
+ }),
997
+ /* @__PURE__ */ jsxs(Text, {
998
+ className: "text-[14px] text-black leading-[24px]",
999
+ children: [
1000
+ "Merhaba ",
1001
+ username,
1002
+ ","
1003
+ ]
1004
+ }),
1005
+ /* @__PURE__ */ jsxs(Text, {
1006
+ className: "text-[14px] text-black leading-[24px]",
1007
+ children: [/* @__PURE__ */ jsx("strong", { children: "Intlayer" }), " hesabınız için şifre sıfırlama talebi aldık."]
1008
+ }),
1009
+ /* @__PURE__ */ jsx(Section, {
1010
+ className: "my-[32px] text-center",
1011
+ children: /* @__PURE__ */ jsx(Button, {
1012
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1013
+ href: resetLink,
1014
+ children: "Şifreyi Sıfırla"
1015
+ })
1016
+ }),
1017
+ /* @__PURE__ */ jsx(Text, {
1018
+ className: "text-[14px] text-black leading-[24px]",
1019
+ children: "veya bu URL'yi kopyalayıp tarayıcınıza yapıştırın:"
1020
+ }),
1021
+ /* @__PURE__ */ jsx(Link, {
1022
+ href: resetLink,
1023
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1024
+ children: resetLink
1025
+ }),
1026
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1027
+ /* @__PURE__ */ jsxs(Text, {
1028
+ className: "text-[#666666] text-[12px] leading-[24px]",
1029
+ children: [
1030
+ "Bu şifre sıfırlama talebi",
1031
+ " ",
1032
+ /* @__PURE__ */ jsx("span", {
1033
+ className: "text-black",
1034
+ children: username
1035
+ }),
1036
+ " için gönderilmiştir. Eğer şifre sıfırlama talebinde bulunmadıysanız, bu e-postayı dikkate almayabilirsiniz. Hesabınızın güvenliği konusunda endişeleriniz varsa, bizimle iletişime geçmek için lütfen bu e-postayı yanıtlayın."
1037
+ ]
1038
+ })
1039
+ ]
1040
+ })
1041
+ }) })
1042
+ ] });
1043
+ };
1044
+ const ResetPasswordEmailPL = ({ username, resetLink }) => {
1045
+ return /* @__PURE__ */ jsxs(Html, { children: [
1046
+ /* @__PURE__ */ jsx(Head, {}),
1047
+ /* @__PURE__ */ jsx(Preview, { children: `Zresetuj swoje hasło do Intlayer` }),
1048
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1049
+ className: "m-auto px-2 font-sans",
1050
+ children: /* @__PURE__ */ jsxs(Container, {
1051
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1052
+ children: [
1053
+ /* @__PURE__ */ jsx(Section, {
1054
+ className: "mt-[32px]",
1055
+ children: /* @__PURE__ */ jsx(Img, {
1056
+ src: "https://intlayer.org/apple-touch-icon.png",
1057
+ width: "40",
1058
+ height: "37",
1059
+ alt: "Intlayer",
1060
+ className: "mx-auto my-0"
1061
+ })
1062
+ }),
1063
+ /* @__PURE__ */ jsxs(Heading, {
1064
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1065
+ children: ["Zresetuj swoje hasło do ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
1066
+ }),
1067
+ /* @__PURE__ */ jsxs(Text, {
1068
+ className: "text-[14px] text-black leading-[24px]",
1069
+ children: [
1070
+ "Witaj ",
1071
+ username,
1072
+ ","
1073
+ ]
1074
+ }),
1075
+ /* @__PURE__ */ jsxs(Text, {
1076
+ className: "text-[14px] text-black leading-[24px]",
1077
+ children: [
1078
+ "Otrzymaliśmy prośbę o zresetowanie hasła do Twojego konta",
1079
+ " ",
1080
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1081
+ "."
1082
+ ]
1083
+ }),
1084
+ /* @__PURE__ */ jsx(Section, {
1085
+ className: "my-[32px] text-center",
1086
+ children: /* @__PURE__ */ jsx(Button, {
1087
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1088
+ href: resetLink,
1089
+ children: "Resetuj hasło"
1090
+ })
1091
+ }),
1092
+ /* @__PURE__ */ jsx(Text, {
1093
+ className: "text-[14px] text-black leading-[24px]",
1094
+ children: "lub skopiuj i wklej ten adres URL do przeglądarki:"
1095
+ }),
1096
+ /* @__PURE__ */ jsx(Link, {
1097
+ href: resetLink,
1098
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1099
+ children: resetLink
1100
+ }),
1101
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1102
+ /* @__PURE__ */ jsxs(Text, {
1103
+ className: "text-[#666666] text-[12px] leading-[24px]",
1104
+ children: [
1105
+ "Ta prośba o zresetowanie hasła była przeznaczona dla",
1106
+ " ",
1107
+ /* @__PURE__ */ jsx("span", {
1108
+ className: "text-black",
1109
+ children: username
1110
+ }),
1111
+ ". Jeśli nie prosiłeś o zresetowanie hasła, możesz zignorować tę wiadomość. Jeśli martwisz się o bezpieczeństwo swojego konta, odpowiedz na tę wiadomość, aby się z nami skontaktować."
1112
+ ]
1113
+ })
1114
+ ]
1115
+ })
1116
+ }) })
1117
+ ] });
1118
+ };
1119
+ const ResetPasswordEmailID = ({ username, resetLink }) => {
1120
+ return /* @__PURE__ */ jsxs(Html, { children: [
1121
+ /* @__PURE__ */ jsx(Head, {}),
1122
+ /* @__PURE__ */ jsx(Preview, { children: `Atur ulang kata sandi Anda untuk Intlayer` }),
1123
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1124
+ className: "m-auto px-2 font-sans",
1125
+ children: /* @__PURE__ */ jsxs(Container, {
1126
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1127
+ children: [
1128
+ /* @__PURE__ */ jsx(Section, {
1129
+ className: "mt-[32px]",
1130
+ children: /* @__PURE__ */ jsx(Img, {
1131
+ src: "https://intlayer.org/apple-touch-icon.png",
1132
+ width: "40",
1133
+ height: "37",
1134
+ alt: "Intlayer",
1135
+ className: "mx-auto my-0"
1136
+ })
1137
+ }),
1138
+ /* @__PURE__ */ jsxs(Heading, {
1139
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1140
+ children: ["Atur ulang kata sandi Anda untuk ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
1141
+ }),
1142
+ /* @__PURE__ */ jsxs(Text, {
1143
+ className: "text-[14px] text-black leading-[24px]",
1144
+ children: [
1145
+ "Halo ",
1146
+ username,
1147
+ ","
1148
+ ]
1149
+ }),
1150
+ /* @__PURE__ */ jsxs(Text, {
1151
+ className: "text-[14px] text-black leading-[24px]",
1152
+ children: [
1153
+ "Kami menerima permintaan untuk mengatur ulang kata sandi untuk akun ",
1154
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1155
+ " Anda."
1156
+ ]
1157
+ }),
1158
+ /* @__PURE__ */ jsx(Section, {
1159
+ className: "my-[32px] text-center",
1160
+ children: /* @__PURE__ */ jsx(Button, {
1161
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1162
+ href: resetLink,
1163
+ children: "Atur Ulang Kata Sandi"
1164
+ })
1165
+ }),
1166
+ /* @__PURE__ */ jsx(Text, {
1167
+ className: "text-[14px] text-black leading-[24px]",
1168
+ children: "atau salin dan tempel URL ini ke browser Anda:"
1169
+ }),
1170
+ /* @__PURE__ */ jsx(Link, {
1171
+ href: resetLink,
1172
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1173
+ children: resetLink
1174
+ }),
1175
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1176
+ /* @__PURE__ */ jsxs(Text, {
1177
+ className: "text-[#666666] text-[12px] leading-[24px]",
1178
+ children: [
1179
+ "Permintaan atur ulang kata sandi ini ditujukan untuk",
1180
+ " ",
1181
+ /* @__PURE__ */ jsx("span", {
1182
+ className: "text-black",
1183
+ children: username
1184
+ }),
1185
+ ". Jika Anda tidak meminta atur ulang kata sandi, Anda dapat mengabaikan email ini. Jika Anda khawatir tentang keamanan akun Anda, silakan balas email ini untuk menghubungi kami."
1186
+ ]
1187
+ })
1188
+ ]
1189
+ })
1190
+ }) })
1191
+ ] });
1192
+ };
1193
+ const ResetPasswordEmailVI = ({ username, resetLink }) => {
1194
+ return /* @__PURE__ */ jsxs(Html, { children: [
1195
+ /* @__PURE__ */ jsx(Head, {}),
1196
+ /* @__PURE__ */ jsx(Preview, { children: `Đặt lại mật khẩu Intlayer của bạn` }),
1197
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1198
+ className: "m-auto px-2 font-sans",
1199
+ children: /* @__PURE__ */ jsxs(Container, {
1200
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1201
+ children: [
1202
+ /* @__PURE__ */ jsx(Section, {
1203
+ className: "mt-[32px]",
1204
+ children: /* @__PURE__ */ jsx(Img, {
1205
+ src: "https://intlayer.org/apple-touch-icon.png",
1206
+ width: "40",
1207
+ height: "37",
1208
+ alt: "Intlayer",
1209
+ className: "mx-auto my-0"
1210
+ })
1211
+ }),
1212
+ /* @__PURE__ */ jsxs(Heading, {
1213
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1214
+ children: ["Đặt lại mật khẩu của bạn cho ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
1215
+ }),
1216
+ /* @__PURE__ */ jsxs(Text, {
1217
+ className: "text-[14px] text-black leading-[24px]",
1218
+ children: [
1219
+ "Xin chào ",
1220
+ username,
1221
+ ","
1222
+ ]
1223
+ }),
1224
+ /* @__PURE__ */ jsxs(Text, {
1225
+ className: "text-[14px] text-black leading-[24px]",
1226
+ children: [
1227
+ "Chúng tôi đã nhận được yêu cầu đặt lại mật khẩu cho tài khoản",
1228
+ " ",
1229
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1230
+ " của bạn."
1231
+ ]
1232
+ }),
1233
+ /* @__PURE__ */ jsx(Section, {
1234
+ className: "my-[32px] text-center",
1235
+ children: /* @__PURE__ */ jsx(Button, {
1236
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1237
+ href: resetLink,
1238
+ children: "Đặt lại mật khẩu"
1239
+ })
1240
+ }),
1241
+ /* @__PURE__ */ jsx(Text, {
1242
+ className: "text-[14px] text-black leading-[24px]",
1243
+ children: "hoặc sao chép và dán URL này vào trình duyệt của bạn:"
1244
+ }),
1245
+ /* @__PURE__ */ jsx(Link, {
1246
+ href: resetLink,
1247
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1248
+ children: resetLink
1249
+ }),
1250
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1251
+ /* @__PURE__ */ jsxs(Text, {
1252
+ className: "text-[#666666] text-[12px] leading-[24px]",
1253
+ children: [
1254
+ "Yêu cầu đặt lại mật khẩu này dành cho",
1255
+ " ",
1256
+ /* @__PURE__ */ jsx("span", {
1257
+ className: "text-black",
1258
+ children: username
1259
+ }),
1260
+ ". Nếu bạn không yêu cầu đặt lại mật khẩu, bạn có thể bỏ qua email này. Nếu bạn lo lắng về tính bảo mật của tài khoản, vui lòng phản hồi email này để liên hệ với chúng tôi."
1261
+ ]
1262
+ })
1263
+ ]
1264
+ })
1265
+ }) })
1266
+ ] });
1267
+ };
1268
+ const ResetPasswordEmailUK = ({ username, resetLink }) => {
1269
+ return /* @__PURE__ */ jsxs(Html, { children: [
1270
+ /* @__PURE__ */ jsx(Head, {}),
1271
+ /* @__PURE__ */ jsx(Preview, { children: `Скидання пароля для Intlayer` }),
1272
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1273
+ className: "m-auto px-2 font-sans",
1274
+ children: /* @__PURE__ */ jsxs(Container, {
1275
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1276
+ children: [
1277
+ /* @__PURE__ */ jsx(Section, {
1278
+ className: "mt-[32px]",
1279
+ children: /* @__PURE__ */ jsx(Img, {
1280
+ src: "https://intlayer.org/apple-touch-icon.png",
1281
+ width: "40",
1282
+ height: "37",
1283
+ alt: "Intlayer",
1284
+ className: "mx-auto my-0"
1285
+ })
1286
+ }),
1287
+ /* @__PURE__ */ jsxs(Heading, {
1288
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1289
+ children: ["Скидання пароля для ", /* @__PURE__ */ jsx("strong", { children: "Intlayer" })]
1290
+ }),
1291
+ /* @__PURE__ */ jsxs(Text, {
1292
+ className: "text-[14px] text-black leading-[24px]",
1293
+ children: [
1294
+ "Вітаємо, ",
1295
+ username,
1296
+ ","
1297
+ ]
1298
+ }),
1299
+ /* @__PURE__ */ jsxs(Text, {
1300
+ className: "text-[14px] text-black leading-[24px]",
1301
+ children: [
1302
+ "Ми отримали запит на скидання пароля до вашого облікового запису",
1303
+ " ",
1304
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1305
+ "."
1306
+ ]
1307
+ }),
1308
+ /* @__PURE__ */ jsx(Section, {
1309
+ className: "my-[32px] text-center",
1310
+ children: /* @__PURE__ */ jsx(Button, {
1311
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1312
+ href: resetLink,
1313
+ children: "Скинути пароль"
1314
+ })
1315
+ }),
1316
+ /* @__PURE__ */ jsx(Text, {
1317
+ className: "text-[14px] text-black leading-[24px]",
1318
+ children: "або скопіюйте та вставте цю URL-адресу у ваш браузер:"
1319
+ }),
1320
+ /* @__PURE__ */ jsx(Link, {
1321
+ href: resetLink,
1322
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1323
+ children: resetLink
1324
+ }),
1325
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1326
+ /* @__PURE__ */ jsxs(Text, {
1327
+ className: "text-[#666666] text-[12px] leading-[24px]",
1328
+ children: [
1329
+ "Цей запит на скидання пароля був призначений для",
1330
+ " ",
1331
+ /* @__PURE__ */ jsx("span", {
1332
+ className: "text-black",
1333
+ children: username
1334
+ }),
1335
+ ". Якщо ви не запитували скидання пароля, ви можете ігнорувати цей лист. Якщо ви стурбовані безпекою свого облікового запису, будь ласка, дайте відповідь на цей лист, щоб зв'язатися з нами."
1336
+ ]
1337
+ })
1338
+ ]
1339
+ })
1340
+ }) })
1341
+ ] });
1342
+ };
227
1343
  const PreviewProps = {
228
1344
  username: "alanturing",
229
1345
  resetLink: "https://intlayer.org/reset/foo"
@@ -231,7 +1347,22 @@ const PreviewProps = {
231
1347
  ResetPasswordEmailEN.PreviewProps = PreviewProps;
232
1348
  ResetPasswordEmailFR.PreviewProps = PreviewProps;
233
1349
  ResetPasswordEmailES.PreviewProps = PreviewProps;
1350
+ ResetPasswordEmailRU.PreviewProps = PreviewProps;
1351
+ ResetPasswordEmailJA.PreviewProps = PreviewProps;
1352
+ ResetPasswordEmailKO.PreviewProps = PreviewProps;
1353
+ ResetPasswordEmailZH.PreviewProps = PreviewProps;
1354
+ ResetPasswordEmailDE.PreviewProps = PreviewProps;
1355
+ ResetPasswordEmailAR.PreviewProps = PreviewProps;
1356
+ ResetPasswordEmailIT.PreviewProps = PreviewProps;
1357
+ ResetPasswordEmailEN_GB.PreviewProps = PreviewProps;
1358
+ ResetPasswordEmailPT.PreviewProps = PreviewProps;
1359
+ ResetPasswordEmailHI.PreviewProps = PreviewProps;
1360
+ ResetPasswordEmailTR.PreviewProps = PreviewProps;
1361
+ ResetPasswordEmailPL.PreviewProps = PreviewProps;
1362
+ ResetPasswordEmailID.PreviewProps = PreviewProps;
1363
+ ResetPasswordEmailVI.PreviewProps = PreviewProps;
1364
+ ResetPasswordEmailUK.PreviewProps = PreviewProps;
234
1365
 
235
1366
  //#endregion
236
- export { ResetPasswordEmailEN, ResetPasswordEmailES, ResetPasswordEmailFR };
1367
+ export { ResetPasswordEmailAR, ResetPasswordEmailDE, ResetPasswordEmailEN, ResetPasswordEmailEN_GB, ResetPasswordEmailES, ResetPasswordEmailFR, ResetPasswordEmailHI, ResetPasswordEmailID, ResetPasswordEmailIT, ResetPasswordEmailJA, ResetPasswordEmailKO, ResetPasswordEmailPL, ResetPasswordEmailPT, ResetPasswordEmailRU, ResetPasswordEmailTR, ResetPasswordEmailUK, ResetPasswordEmailVI, ResetPasswordEmailZH };
237
1368
  //# sourceMappingURL=ResetUserPassword.mjs.map