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