@intlayer/backend 8.7.11 → 8.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/README.md +27 -1
  2. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  3. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  4. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  5. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  6. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  7. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  8. package/dist/esm/controllers/oAuth2.controller.mjs +21 -1
  9. package/dist/esm/controllers/oAuth2.controller.mjs.map +1 -1
  10. package/dist/esm/controllers/stripe.controller.mjs +86 -2
  11. package/dist/esm/controllers/stripe.controller.mjs.map +1 -1
  12. package/dist/esm/controllers/translation.controller.mjs +2 -0
  13. package/dist/esm/controllers/translation.controller.mjs.map +1 -1
  14. package/dist/esm/emails/InviteUserEmail.mjs +1541 -1
  15. package/dist/esm/emails/InviteUserEmail.mjs.map +1 -1
  16. package/dist/esm/emails/MagicLinkEmail.mjs +1128 -1
  17. package/dist/esm/emails/MagicLinkEmail.mjs.map +1 -1
  18. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs +1389 -1
  19. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs.map +1 -1
  20. package/dist/esm/emails/PasswordChangeConfirmation.mjs +814 -1
  21. package/dist/esm/emails/PasswordChangeConfirmation.mjs.map +1 -1
  22. package/dist/esm/emails/ResetUserPassword.mjs +1132 -1
  23. package/dist/esm/emails/ResetUserPassword.mjs.map +1 -1
  24. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs +913 -1
  25. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs.map +1 -1
  26. package/dist/esm/emails/SubscriptionPaymentError.mjs +908 -1
  27. package/dist/esm/emails/SubscriptionPaymentError.mjs.map +1 -1
  28. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs +935 -1
  29. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs.map +1 -1
  30. package/dist/esm/emails/ValidateUserEmail.mjs +1111 -1
  31. package/dist/esm/emails/ValidateUserEmail.mjs.map +1 -1
  32. package/dist/esm/emails/Welcome.mjs +1004 -1
  33. package/dist/esm/emails/Welcome.mjs.map +1 -1
  34. package/dist/esm/emails/index.mjs +7 -7
  35. package/dist/esm/index.mjs +8 -2
  36. package/dist/esm/index.mjs.map +1 -1
  37. package/dist/esm/middlewares/oAuth2.middleware.mjs +2 -2
  38. package/dist/esm/middlewares/oAuth2.middleware.mjs.map +1 -1
  39. package/dist/esm/routes/audit.routes.mjs +5 -4
  40. package/dist/esm/routes/audit.routes.mjs.map +1 -1
  41. package/dist/esm/routes/dictionary.routes.mjs +4 -3
  42. package/dist/esm/routes/dictionary.routes.mjs.map +1 -1
  43. package/dist/esm/routes/organization.routes.mjs +3 -2
  44. package/dist/esm/routes/organization.routes.mjs.map +1 -1
  45. package/dist/esm/routes/paramsSchemas.mjs +67 -0
  46. package/dist/esm/routes/paramsSchemas.mjs.map +1 -0
  47. package/dist/esm/routes/project.routes.mjs +2 -1
  48. package/dist/esm/routes/project.routes.mjs.map +1 -1
  49. package/dist/esm/routes/showcaseProject.routes.mjs +5 -4
  50. package/dist/esm/routes/showcaseProject.routes.mjs.map +1 -1
  51. package/dist/esm/routes/stripe.routes.mjs +19 -1
  52. package/dist/esm/routes/stripe.routes.mjs.map +1 -1
  53. package/dist/esm/routes/tags.routes.mjs +3 -2
  54. package/dist/esm/routes/tags.routes.mjs.map +1 -1
  55. package/dist/esm/routes/translate.routes.mjs +6 -5
  56. package/dist/esm/routes/translate.routes.mjs.map +1 -1
  57. package/dist/esm/routes/user.routes.mjs +5 -4
  58. package/dist/esm/routes/user.routes.mjs.map +1 -1
  59. package/dist/esm/schemas/oAuth2.schema.mjs +1 -1
  60. package/dist/esm/schemas/oAuth2.schema.mjs.map +1 -1
  61. package/dist/esm/services/email.service.mjs +338 -38
  62. package/dist/esm/services/email.service.mjs.map +1 -1
  63. package/dist/esm/services/oAuth2.service.mjs +20 -2
  64. package/dist/esm/services/oAuth2.service.mjs.map +1 -1
  65. package/dist/esm/services/subscription.service.mjs +5 -2
  66. package/dist/esm/services/subscription.service.mjs.map +1 -1
  67. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  68. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  69. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  70. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  71. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  72. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  73. package/dist/esm/utils/auth/getAuth.mjs +6 -0
  74. package/dist/esm/utils/auth/getAuth.mjs.map +1 -1
  75. package/dist/esm/utils/errors/errorCodes.mjs +3917 -287
  76. package/dist/esm/utils/errors/errorCodes.mjs.map +1 -1
  77. package/dist/esm/utils/mongoDB/connectDB.mjs +5 -0
  78. package/dist/esm/utils/mongoDB/connectDB.mjs.map +1 -1
  79. package/dist/esm/utils/oAuth2.mjs +6 -2
  80. package/dist/esm/utils/oAuth2.mjs.map +1 -1
  81. package/dist/esm/utils/plan.mjs +13 -1
  82. package/dist/esm/utils/plan.mjs.map +1 -1
  83. package/dist/types/controllers/oAuth2.controller.d.ts +11 -1
  84. package/dist/types/controllers/oAuth2.controller.d.ts.map +1 -1
  85. package/dist/types/controllers/stripe.controller.d.ts +22 -2
  86. package/dist/types/controllers/stripe.controller.d.ts.map +1 -1
  87. package/dist/types/controllers/translation.controller.d.ts.map +1 -1
  88. package/dist/types/emails/InviteUserEmail.d.ts +181 -1
  89. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  90. package/dist/types/emails/MagicLinkEmail.d.ts +106 -1
  91. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  92. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +166 -1
  93. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  94. package/dist/types/emails/PasswordChangeConfirmation.d.ts +91 -1
  95. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  96. package/dist/types/emails/ResetUserPassword.d.ts +106 -1
  97. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  98. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +151 -1
  99. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  100. package/dist/types/emails/SubscriptionPaymentError.d.ts +151 -1
  101. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  102. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +151 -1
  103. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  104. package/dist/types/emails/ValidateUserEmail.d.ts +106 -1
  105. package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
  106. package/dist/types/emails/Welcome.d.ts +106 -1
  107. package/dist/types/emails/Welcome.d.ts.map +1 -1
  108. package/dist/types/emails/index.d.ts +7 -7
  109. package/dist/types/export.d.ts +3 -3
  110. package/dist/types/middlewares/oAuth2.middleware.d.ts.map +1 -1
  111. package/dist/types/routes/audit.routes.d.ts.map +1 -1
  112. package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
  113. package/dist/types/routes/organization.routes.d.ts.map +1 -1
  114. package/dist/types/routes/paramsSchemas.d.ts +102 -0
  115. package/dist/types/routes/paramsSchemas.d.ts.map +1 -0
  116. package/dist/types/routes/project.routes.d.ts.map +1 -1
  117. package/dist/types/routes/showcaseProject.routes.d.ts.map +1 -1
  118. package/dist/types/routes/stripe.routes.d.ts +15 -0
  119. package/dist/types/routes/stripe.routes.d.ts.map +1 -1
  120. package/dist/types/routes/tags.routes.d.ts.map +1 -1
  121. package/dist/types/routes/translate.routes.d.ts.map +1 -1
  122. package/dist/types/routes/user.routes.d.ts.map +1 -1
  123. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  124. package/dist/types/schemas/discussion.schema.d.ts +9 -9
  125. package/dist/types/schemas/organization.schema.d.ts +9 -9
  126. package/dist/types/schemas/plans.schema.d.ts +6 -6
  127. package/dist/types/schemas/project.schema.d.ts +12 -12
  128. package/dist/types/schemas/session.schema.d.ts +8 -8
  129. package/dist/types/schemas/showcaseProject.schema.d.ts +19 -19
  130. package/dist/types/schemas/tag.schema.d.ts +7 -7
  131. package/dist/types/services/email.service.d.ts.map +1 -1
  132. package/dist/types/services/oAuth2.service.d.ts +6 -1
  133. package/dist/types/services/oAuth2.service.d.ts.map +1 -1
  134. package/dist/types/types/plan.types.d.ts +2 -2
  135. package/dist/types/utils/errors/errorCodes.d.ts +3634 -4
  136. package/dist/types/utils/errors/errorCodes.d.ts.map +1 -1
  137. package/dist/types/utils/mongoDB/connectDB.d.ts.map +1 -1
  138. package/dist/types/utils/oAuth2.d.ts +3 -1
  139. package/dist/types/utils/oAuth2.d.ts.map +1 -1
  140. package/dist/types/utils/plan.d.ts +2 -1
  141. package/dist/types/utils/plan.d.ts.map +1 -1
  142. package/package.json +14 -13
@@ -304,6 +304,1531 @@ const InviteUserEmailES = ({ username, invitedByUsername, invitedByEmail, organi
304
304
  }) })
305
305
  ] });
306
306
  };
307
+ const InviteUserEmailRU = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
308
+ const previewText = `Присоединяйтесь к ${invitedByUsername} в Intlayer`;
309
+ return /* @__PURE__ */ jsxs(Html, { children: [
310
+ /* @__PURE__ */ jsx(Head, {}),
311
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
312
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
313
+ className: "m-auto px-2 font-sans",
314
+ children: /* @__PURE__ */ jsxs(Container, {
315
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
316
+ children: [
317
+ /* @__PURE__ */ jsx(Section, {
318
+ className: "mt-[32px]",
319
+ children: /* @__PURE__ */ jsx(Img, {
320
+ src: "https://intlayer.org/apple-touch-icon.png",
321
+ width: "40",
322
+ height: "37",
323
+ alt: "Intlayer",
324
+ className: "mx-auto my-0"
325
+ })
326
+ }),
327
+ /* @__PURE__ */ jsxs(Heading, {
328
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
329
+ children: [
330
+ "Присоединяйтесь к ",
331
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
332
+ " в",
333
+ " ",
334
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
335
+ ]
336
+ }),
337
+ /* @__PURE__ */ jsxs(Text, {
338
+ className: "text-[14px] text-black leading-[24px]",
339
+ children: [
340
+ "Здравствуйте, ",
341
+ username,
342
+ ","
343
+ ]
344
+ }),
345
+ /* @__PURE__ */ jsxs(Text, {
346
+ className: "text-[14px] text-black leading-[24px]",
347
+ children: [
348
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
349
+ " (",
350
+ /* @__PURE__ */ jsx(Link, {
351
+ href: `mailto:${invitedByEmail}`,
352
+ className: "text-[#8a8a8a] no-underline",
353
+ children: invitedByEmail
354
+ }),
355
+ ") пригласил вас в команду ",
356
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
357
+ " в",
358
+ " ",
359
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
360
+ "."
361
+ ]
362
+ }),
363
+ /* @__PURE__ */ jsx(Section, {
364
+ className: "my-[32px] text-center",
365
+ children: /* @__PURE__ */ jsx(Button, {
366
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
367
+ href: inviteLink,
368
+ children: "Присоединиться к команде"
369
+ })
370
+ }),
371
+ /* @__PURE__ */ jsx(Text, {
372
+ className: "text-[14px] text-black leading-[24px]",
373
+ children: "или скопируйте и вставьте этот URL в ваш браузер:"
374
+ }),
375
+ /* @__PURE__ */ jsx(Link, {
376
+ href: inviteLink,
377
+ className: "text-[#8a8a8a] text-[10px] no-underline",
378
+ children: inviteLink
379
+ }),
380
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
381
+ /* @__PURE__ */ jsxs(Text, {
382
+ className: "text-[#666666] text-[12px] leading-[24px]",
383
+ children: [
384
+ "Это приглашение предназначалось для",
385
+ " ",
386
+ /* @__PURE__ */ jsx("span", {
387
+ className: "text-black",
388
+ children: username
389
+ }),
390
+ ". Это приглашение было отправлено с IP",
391
+ " ",
392
+ /* @__PURE__ */ jsx("span", {
393
+ className: "text-black",
394
+ children: inviteFromIp
395
+ }),
396
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [", находящегося в ", /* @__PURE__ */ jsx("span", {
397
+ className: "text-black",
398
+ children: inviteFromLocation
399
+ })] }),
400
+ ". Если вы не ожидали этого приглашения, вы можете проигнорировать это письмо. Если вы обеспокоены безопасностью своего аккаунта, пожалуйста, ответьте на это письмо, чтобы связаться с нами."
401
+ ]
402
+ })
403
+ ]
404
+ })
405
+ }) })
406
+ ] });
407
+ };
408
+ const InviteUserEmailJA = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
409
+ const previewText = `Intlayerで${invitedByUsername}に参加しましょう`;
410
+ return /* @__PURE__ */ jsxs(Html, { children: [
411
+ /* @__PURE__ */ jsx(Head, {}),
412
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
413
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
414
+ className: "m-auto px-2 font-sans",
415
+ children: /* @__PURE__ */ jsxs(Container, {
416
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
417
+ children: [
418
+ /* @__PURE__ */ jsx(Section, {
419
+ className: "mt-[32px]",
420
+ children: /* @__PURE__ */ jsx(Img, {
421
+ src: "https://intlayer.org/apple-touch-icon.png",
422
+ width: "40",
423
+ height: "37",
424
+ alt: "Intlayer",
425
+ className: "mx-auto my-0"
426
+ })
427
+ }),
428
+ /* @__PURE__ */ jsxs(Heading, {
429
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
430
+ children: [
431
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
432
+ "の",
433
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
434
+ "に参加しましょう"
435
+ ]
436
+ }),
437
+ /* @__PURE__ */ jsxs(Text, {
438
+ className: "text-[14px] text-black leading-[24px]",
439
+ children: [username, "様、こんにちは。"]
440
+ }),
441
+ /* @__PURE__ */ jsxs(Text, {
442
+ className: "text-[14px] text-black leading-[24px]",
443
+ children: [
444
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
445
+ " (",
446
+ /* @__PURE__ */ jsx(Link, {
447
+ href: `mailto:${invitedByEmail}`,
448
+ className: "text-[#8a8a8a] no-underline",
449
+ children: invitedByEmail
450
+ }),
451
+ ") さんが、あなたを",
452
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
453
+ "の",
454
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
455
+ "チームに招待しました。"
456
+ ]
457
+ }),
458
+ /* @__PURE__ */ jsx(Section, {
459
+ className: "my-[32px] text-center",
460
+ children: /* @__PURE__ */ jsx(Button, {
461
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
462
+ href: inviteLink,
463
+ children: "チームに参加する"
464
+ })
465
+ }),
466
+ /* @__PURE__ */ jsx(Text, {
467
+ className: "text-[14px] text-black leading-[24px]",
468
+ children: "または、以下のURLをブラウザにコピー&ペーストしてください:"
469
+ }),
470
+ /* @__PURE__ */ jsx(Link, {
471
+ href: inviteLink,
472
+ className: "text-[#8a8a8a] text-[10px] no-underline",
473
+ children: inviteLink
474
+ }),
475
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
476
+ /* @__PURE__ */ jsxs(Text, {
477
+ className: "text-[#666666] text-[12px] leading-[24px]",
478
+ children: [
479
+ "この招待状は",
480
+ /* @__PURE__ */ jsx("span", {
481
+ className: "text-black",
482
+ children: username
483
+ }),
484
+ "様宛に送られました。この招待状は IP",
485
+ " ",
486
+ /* @__PURE__ */ jsx("span", {
487
+ className: "text-black",
488
+ children: inviteFromIp
489
+ }),
490
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [
491
+ "(場所:",
492
+ /* @__PURE__ */ jsx("span", {
493
+ className: "text-black",
494
+ children: inviteFromLocation
495
+ }),
496
+ ")"
497
+ ] }),
498
+ "から送信されました。もしこの招待に心当たりがない場合は、このメールを無視してください。アカウントの安全性が気になる場合は、このメールに返信してご連絡ください。"
499
+ ]
500
+ })
501
+ ]
502
+ })
503
+ }) })
504
+ ] });
505
+ };
506
+ const InviteUserEmailKO = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
507
+ const previewText = `Intlayer에서 ${invitedByUsername}님과 함께하세요`;
508
+ return /* @__PURE__ */ jsxs(Html, { children: [
509
+ /* @__PURE__ */ jsx(Head, {}),
510
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
511
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
512
+ className: "m-auto px-2 font-sans",
513
+ children: /* @__PURE__ */ jsxs(Container, {
514
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
515
+ children: [
516
+ /* @__PURE__ */ jsx(Section, {
517
+ className: "mt-[32px]",
518
+ children: /* @__PURE__ */ jsx(Img, {
519
+ src: "https://intlayer.org/apple-touch-icon.png",
520
+ width: "40",
521
+ height: "37",
522
+ alt: "Intlayer",
523
+ className: "mx-auto my-0"
524
+ })
525
+ }),
526
+ /* @__PURE__ */ jsxs(Heading, {
527
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
528
+ children: [
529
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
530
+ "에서 ",
531
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
532
+ " ",
533
+ "팀에 참여하세요"
534
+ ]
535
+ }),
536
+ /* @__PURE__ */ jsxs(Text, {
537
+ className: "text-[14px] text-black leading-[24px]",
538
+ children: [
539
+ "안녕하세요 ",
540
+ username,
541
+ "님,"
542
+ ]
543
+ }),
544
+ /* @__PURE__ */ jsxs(Text, {
545
+ className: "text-[14px] text-black leading-[24px]",
546
+ children: [
547
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
548
+ " (",
549
+ /* @__PURE__ */ jsx(Link, {
550
+ href: `mailto:${invitedByEmail}`,
551
+ className: "text-[#8a8a8a] no-underline",
552
+ children: invitedByEmail
553
+ }),
554
+ ")님이 당신을 ",
555
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
556
+ "의",
557
+ " ",
558
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
559
+ " 팀으로 초대했습니다."
560
+ ]
561
+ }),
562
+ /* @__PURE__ */ jsx(Section, {
563
+ className: "my-[32px] text-center",
564
+ children: /* @__PURE__ */ jsx(Button, {
565
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
566
+ href: inviteLink,
567
+ children: "팀 참여하기"
568
+ })
569
+ }),
570
+ /* @__PURE__ */ jsx(Text, {
571
+ className: "text-[14px] text-black leading-[24px]",
572
+ children: "또는 다음 URL을 브라우저에 복사하여 붙여넣으세요:"
573
+ }),
574
+ /* @__PURE__ */ jsx(Link, {
575
+ href: inviteLink,
576
+ className: "text-[#8a8a8a] text-[10px] no-underline",
577
+ children: inviteLink
578
+ }),
579
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
580
+ /* @__PURE__ */ jsxs(Text, {
581
+ className: "text-[#666666] text-[12px] leading-[24px]",
582
+ children: [
583
+ "이 초대는 ",
584
+ /* @__PURE__ */ jsx("span", {
585
+ className: "text-black",
586
+ children: username
587
+ }),
588
+ "님을 위해 발송되었습니다. 이 초대는 IP",
589
+ " ",
590
+ /* @__PURE__ */ jsx("span", {
591
+ className: "text-black",
592
+ children: inviteFromIp
593
+ }),
594
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [
595
+ "(위치:",
596
+ " ",
597
+ /* @__PURE__ */ jsx("span", {
598
+ className: "text-black",
599
+ children: inviteFromLocation
600
+ }),
601
+ ")"
602
+ ] }),
603
+ "에서 전송되었습니다. 만약 이 초대를 기다리지 않으셨다면 이 이메일을 무시하셔도 됩니다. 계정 보안이 걱정되신다면 이 이메일에 답장을 보내 저희에게 문의해 주세요."
604
+ ]
605
+ })
606
+ ]
607
+ })
608
+ }) })
609
+ ] });
610
+ };
611
+ const InviteUserEmailZH = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
612
+ const previewText = `在 Intlayer 上加入 ${invitedByUsername}`;
613
+ return /* @__PURE__ */ jsxs(Html, { children: [
614
+ /* @__PURE__ */ jsx(Head, {}),
615
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
616
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
617
+ className: "m-auto px-2 font-sans",
618
+ children: /* @__PURE__ */ jsxs(Container, {
619
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
620
+ children: [
621
+ /* @__PURE__ */ jsx(Section, {
622
+ className: "mt-[32px]",
623
+ children: /* @__PURE__ */ jsx(Img, {
624
+ src: "https://intlayer.org/apple-touch-icon.png",
625
+ width: "40",
626
+ height: "37",
627
+ alt: "Intlayer",
628
+ className: "mx-auto my-0"
629
+ })
630
+ }),
631
+ /* @__PURE__ */ jsxs(Heading, {
632
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
633
+ children: [
634
+ "在 ",
635
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
636
+ " 上加入",
637
+ " ",
638
+ /* @__PURE__ */ jsx("strong", { children: organizationName })
639
+ ]
640
+ }),
641
+ /* @__PURE__ */ jsxs(Text, {
642
+ className: "text-[14px] text-black leading-[24px]",
643
+ children: [username, ",您好!"]
644
+ }),
645
+ /* @__PURE__ */ jsxs(Text, {
646
+ className: "text-[14px] text-black leading-[24px]",
647
+ children: [
648
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
649
+ " (",
650
+ /* @__PURE__ */ jsx(Link, {
651
+ href: `mailto:${invitedByEmail}`,
652
+ className: "text-[#8a8a8a] no-underline",
653
+ children: invitedByEmail
654
+ }),
655
+ ") 邀请您加入 ",
656
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
657
+ " 上的",
658
+ " ",
659
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
660
+ " 团队。"
661
+ ]
662
+ }),
663
+ /* @__PURE__ */ jsx(Section, {
664
+ className: "my-[32px] text-center",
665
+ children: /* @__PURE__ */ jsx(Button, {
666
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
667
+ href: inviteLink,
668
+ children: "加入团队"
669
+ })
670
+ }),
671
+ /* @__PURE__ */ jsx(Text, {
672
+ className: "text-[14px] text-black leading-[24px]",
673
+ children: "或者将此 URL 复制并粘贴到您的浏览器中:"
674
+ }),
675
+ /* @__PURE__ */ jsx(Link, {
676
+ href: inviteLink,
677
+ className: "text-[#8a8a8a] text-[10px] no-underline",
678
+ children: inviteLink
679
+ }),
680
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
681
+ /* @__PURE__ */ jsxs(Text, {
682
+ className: "text-[#666666] text-[12px] leading-[24px]",
683
+ children: [
684
+ "此邀请旨在发送给 ",
685
+ /* @__PURE__ */ jsx("span", {
686
+ className: "text-black",
687
+ children: username
688
+ }),
689
+ "。此邀请发送自 IP",
690
+ " ",
691
+ /* @__PURE__ */ jsx("span", {
692
+ className: "text-black",
693
+ children: inviteFromIp
694
+ }),
695
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [
696
+ "(位于",
697
+ " ",
698
+ /* @__PURE__ */ jsx("span", {
699
+ className: "text-black",
700
+ children: inviteFromLocation
701
+ }),
702
+ ")"
703
+ ] }),
704
+ "。如果您没有预料到此邀请,可以忽略此邮件。如果您担心账户安全,请回复此邮件与我们联系。"
705
+ ]
706
+ })
707
+ ]
708
+ })
709
+ }) })
710
+ ] });
711
+ };
712
+ const InviteUserEmailDE = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
713
+ const previewText = `Treten Sie ${invitedByUsername} auf Intlayer bei`;
714
+ return /* @__PURE__ */ jsxs(Html, { children: [
715
+ /* @__PURE__ */ jsx(Head, {}),
716
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
717
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
718
+ className: "m-auto px-2 font-sans",
719
+ children: /* @__PURE__ */ jsxs(Container, {
720
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
721
+ children: [
722
+ /* @__PURE__ */ jsx(Section, {
723
+ className: "mt-[32px]",
724
+ children: /* @__PURE__ */ jsx(Img, {
725
+ src: "https://intlayer.org/apple-touch-icon.png",
726
+ width: "40",
727
+ height: "37",
728
+ alt: "Intlayer",
729
+ className: "mx-auto my-0"
730
+ })
731
+ }),
732
+ /* @__PURE__ */ jsxs(Heading, {
733
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
734
+ children: [
735
+ "Treten Sie ",
736
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
737
+ " auf",
738
+ " ",
739
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
740
+ " bei"
741
+ ]
742
+ }),
743
+ /* @__PURE__ */ jsxs(Text, {
744
+ className: "text-[14px] text-black leading-[24px]",
745
+ children: [
746
+ "Hallo ",
747
+ username,
748
+ ","
749
+ ]
750
+ }),
751
+ /* @__PURE__ */ jsxs(Text, {
752
+ className: "text-[14px] text-black leading-[24px]",
753
+ children: [
754
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
755
+ " (",
756
+ /* @__PURE__ */ jsx(Link, {
757
+ href: `mailto:${invitedByEmail}`,
758
+ className: "text-[#8a8a8a] no-underline",
759
+ children: invitedByEmail
760
+ }),
761
+ ") hat Sie eingeladen, dem Team ",
762
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
763
+ " ",
764
+ "auf ",
765
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
766
+ " beizutreten."
767
+ ]
768
+ }),
769
+ /* @__PURE__ */ jsx(Section, {
770
+ className: "my-[32px] text-center",
771
+ children: /* @__PURE__ */ jsx(Button, {
772
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
773
+ href: inviteLink,
774
+ children: "Dem Team beitreten"
775
+ })
776
+ }),
777
+ /* @__PURE__ */ jsx(Text, {
778
+ className: "text-[14px] text-black leading-[24px]",
779
+ children: "oder kopieren Sie diese URL in Ihren Browser:"
780
+ }),
781
+ /* @__PURE__ */ jsx(Link, {
782
+ href: inviteLink,
783
+ className: "text-[#8a8a8a] text-[10px] no-underline",
784
+ children: inviteLink
785
+ }),
786
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
787
+ /* @__PURE__ */ jsxs(Text, {
788
+ className: "text-[#666666] text-[12px] leading-[24px]",
789
+ children: [
790
+ "Diese Einladung war für",
791
+ " ",
792
+ /* @__PURE__ */ jsx("span", {
793
+ className: "text-black",
794
+ children: username
795
+ }),
796
+ " gedacht. Diese Einladung wurde von der IP-Adresse",
797
+ " ",
798
+ /* @__PURE__ */ jsx("span", {
799
+ className: "text-black",
800
+ children: inviteFromIp
801
+ }),
802
+ " gesendet",
803
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" aus ", /* @__PURE__ */ jsx("span", {
804
+ className: "text-black",
805
+ children: inviteFromLocation
806
+ })] }),
807
+ ". Wenn Sie diese Einladung nicht erwartet 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."
808
+ ]
809
+ })
810
+ ]
811
+ })
812
+ }) })
813
+ ] });
814
+ };
815
+ const InviteUserEmailAR = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
816
+ const previewText = `انضم إلى ${invitedByUsername} على Intlayer`;
817
+ return /* @__PURE__ */ jsxs(Html, {
818
+ dir: "rtl",
819
+ children: [
820
+ /* @__PURE__ */ jsx(Head, {}),
821
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
822
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
823
+ className: "m-auto px-2 font-sans",
824
+ children: /* @__PURE__ */ jsxs(Container, {
825
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
826
+ children: [
827
+ /* @__PURE__ */ jsx(Section, {
828
+ className: "mt-[32px]",
829
+ children: /* @__PURE__ */ jsx(Img, {
830
+ src: "https://intlayer.org/apple-touch-icon.png",
831
+ width: "40",
832
+ height: "37",
833
+ alt: "Intlayer",
834
+ className: "mx-auto my-0"
835
+ })
836
+ }),
837
+ /* @__PURE__ */ jsxs(Heading, {
838
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
839
+ children: [
840
+ "انضم إلى ",
841
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
842
+ " على",
843
+ " ",
844
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
845
+ ]
846
+ }),
847
+ /* @__PURE__ */ jsxs(Text, {
848
+ className: "text-[14px] text-black leading-[24px]",
849
+ children: [
850
+ "أهلاً ",
851
+ username,
852
+ "،"
853
+ ]
854
+ }),
855
+ /* @__PURE__ */ jsxs(Text, {
856
+ className: "text-[14px] text-black leading-[24px]",
857
+ children: [
858
+ "قام ",
859
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
860
+ " (",
861
+ /* @__PURE__ */ jsx(Link, {
862
+ href: `mailto:${invitedByEmail}`,
863
+ className: "text-[#8a8a8a] no-underline",
864
+ children: invitedByEmail
865
+ }),
866
+ ") بدعوتك للانضمام إلى فريق ",
867
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
868
+ " على",
869
+ " ",
870
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
871
+ "."
872
+ ]
873
+ }),
874
+ /* @__PURE__ */ jsx(Section, {
875
+ className: "my-[32px] text-center",
876
+ children: /* @__PURE__ */ jsx(Button, {
877
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
878
+ href: inviteLink,
879
+ children: "الانضمام إلى الفريق"
880
+ })
881
+ }),
882
+ /* @__PURE__ */ jsx(Text, {
883
+ className: "text-[14px] text-black leading-[24px]",
884
+ children: "أو قم بنسخ ولصق هذا الرابط في متصفحك:"
885
+ }),
886
+ /* @__PURE__ */ jsx(Link, {
887
+ href: inviteLink,
888
+ className: "text-[#8a8a8a] text-[10px] no-underline",
889
+ children: inviteLink
890
+ }),
891
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
892
+ /* @__PURE__ */ jsxs(Text, {
893
+ className: "text-[#666666] text-[12px] leading-[24px]",
894
+ children: [
895
+ "كانت هذه الدعوة مخصصة لـ",
896
+ " ",
897
+ /* @__PURE__ */ jsx("span", {
898
+ className: "text-black",
899
+ children: username
900
+ }),
901
+ ". تم إرسال هذه الدعوة من عنوان IP",
902
+ " ",
903
+ /* @__PURE__ */ jsx("span", {
904
+ className: "text-black",
905
+ children: inviteFromIp
906
+ }),
907
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" الموجود في ", /* @__PURE__ */ jsx("span", {
908
+ className: "text-black",
909
+ children: inviteFromLocation
910
+ })] }),
911
+ ". إذا لم تكن تتوقع هذه الدعوة، يمكنك تجاهل هذا البريد الإلكتروني. إذا كنت قلقاً بشأن أمان حسابك، فيرجى الرد على هذا البريد الإلكتروني للتواصل معنا."
912
+ ]
913
+ })
914
+ ]
915
+ })
916
+ }) })
917
+ ]
918
+ });
919
+ };
920
+ const InviteUserEmailIT = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
921
+ const previewText = `Unisciti a ${invitedByUsername} su Intlayer`;
922
+ return /* @__PURE__ */ jsxs(Html, { children: [
923
+ /* @__PURE__ */ jsx(Head, {}),
924
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
925
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
926
+ className: "m-auto px-2 font-sans",
927
+ children: /* @__PURE__ */ jsxs(Container, {
928
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
929
+ children: [
930
+ /* @__PURE__ */ jsx(Section, {
931
+ className: "mt-[32px]",
932
+ children: /* @__PURE__ */ jsx(Img, {
933
+ src: "https://intlayer.org/apple-touch-icon.png",
934
+ width: "40",
935
+ height: "37",
936
+ alt: "Intlayer",
937
+ className: "mx-auto my-0"
938
+ })
939
+ }),
940
+ /* @__PURE__ */ jsxs(Heading, {
941
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
942
+ children: [
943
+ "Unisciti a ",
944
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
945
+ " su",
946
+ " ",
947
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
948
+ ]
949
+ }),
950
+ /* @__PURE__ */ jsxs(Text, {
951
+ className: "text-[14px] text-black leading-[24px]",
952
+ children: [
953
+ "Ciao ",
954
+ username,
955
+ ","
956
+ ]
957
+ }),
958
+ /* @__PURE__ */ jsxs(Text, {
959
+ className: "text-[14px] text-black leading-[24px]",
960
+ children: [
961
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
962
+ " (",
963
+ /* @__PURE__ */ jsx(Link, {
964
+ href: `mailto:${invitedByEmail}`,
965
+ className: "text-[#8a8a8a] no-underline",
966
+ children: invitedByEmail
967
+ }),
968
+ ") ti ha invitato a unirti al team",
969
+ " ",
970
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
971
+ " su ",
972
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
973
+ "."
974
+ ]
975
+ }),
976
+ /* @__PURE__ */ jsx(Section, {
977
+ className: "my-[32px] text-center",
978
+ children: /* @__PURE__ */ jsx(Button, {
979
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
980
+ href: inviteLink,
981
+ children: "Unisciti al team"
982
+ })
983
+ }),
984
+ /* @__PURE__ */ jsx(Text, {
985
+ className: "text-[14px] text-black leading-[24px]",
986
+ children: "o copia e incolla questo URL nel tuo browser:"
987
+ }),
988
+ /* @__PURE__ */ jsx(Link, {
989
+ href: inviteLink,
990
+ className: "text-[#8a8a8a] text-[10px] no-underline",
991
+ children: inviteLink
992
+ }),
993
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
994
+ /* @__PURE__ */ jsxs(Text, {
995
+ className: "text-[#666666] text-[12px] leading-[24px]",
996
+ children: [
997
+ "Questo invito era destinato a",
998
+ " ",
999
+ /* @__PURE__ */ jsx("span", {
1000
+ className: "text-black",
1001
+ children: username
1002
+ }),
1003
+ ". Questo invito è stato inviato dall'IP",
1004
+ " ",
1005
+ /* @__PURE__ */ jsx("span", {
1006
+ className: "text-black",
1007
+ children: inviteFromIp
1008
+ }),
1009
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" situato a ", /* @__PURE__ */ jsx("span", {
1010
+ className: "text-black",
1011
+ children: inviteFromLocation
1012
+ })] }),
1013
+ ". Se non ti aspettavi questo invito, 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."
1014
+ ]
1015
+ })
1016
+ ]
1017
+ })
1018
+ }) })
1019
+ ] });
1020
+ };
1021
+ const InviteUserEmailEN_GB = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1022
+ const previewText = `Join ${invitedByUsername} on Intlayer`;
1023
+ return /* @__PURE__ */ jsxs(Html, { children: [
1024
+ /* @__PURE__ */ jsx(Head, {}),
1025
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1026
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1027
+ className: "m-auto px-2 font-sans",
1028
+ children: /* @__PURE__ */ jsxs(Container, {
1029
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1030
+ children: [
1031
+ /* @__PURE__ */ jsx(Section, {
1032
+ className: "mt-[32px]",
1033
+ children: /* @__PURE__ */ jsx(Img, {
1034
+ src: "https://intlayer.org/apple-touch-icon.png",
1035
+ width: "40",
1036
+ height: "37",
1037
+ alt: "Intlayer",
1038
+ className: "mx-auto my-0"
1039
+ })
1040
+ }),
1041
+ /* @__PURE__ */ jsxs(Heading, {
1042
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1043
+ children: [
1044
+ "Join ",
1045
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1046
+ " on",
1047
+ " ",
1048
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1049
+ ]
1050
+ }),
1051
+ /* @__PURE__ */ jsxs(Text, {
1052
+ className: "text-[14px] text-black leading-[24px]",
1053
+ children: [
1054
+ "Hello ",
1055
+ username,
1056
+ ","
1057
+ ]
1058
+ }),
1059
+ /* @__PURE__ */ jsxs(Text, {
1060
+ className: "text-[14px] text-black leading-[24px]",
1061
+ children: [
1062
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1063
+ " (",
1064
+ /* @__PURE__ */ jsx(Link, {
1065
+ href: `mailto:${invitedByEmail}`,
1066
+ className: "text-[#8a8a8a] no-underline",
1067
+ children: invitedByEmail
1068
+ }),
1069
+ ") has invited you to the ",
1070
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1071
+ " team on ",
1072
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1073
+ "."
1074
+ ]
1075
+ }),
1076
+ /* @__PURE__ */ jsx(Section, {
1077
+ className: "my-[32px] text-center",
1078
+ children: /* @__PURE__ */ jsx(Button, {
1079
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1080
+ href: inviteLink,
1081
+ children: "Join the team"
1082
+ })
1083
+ }),
1084
+ /* @__PURE__ */ jsx(Text, {
1085
+ className: "text-[14px] text-black leading-[24px]",
1086
+ children: "or copy and paste this URL into your browser:"
1087
+ }),
1088
+ /* @__PURE__ */ jsx(Link, {
1089
+ href: inviteLink,
1090
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1091
+ children: inviteLink
1092
+ }),
1093
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1094
+ /* @__PURE__ */ jsxs(Text, {
1095
+ className: "text-[#666666] text-[12px] leading-[24px]",
1096
+ children: [
1097
+ "This invitation was intended for",
1098
+ " ",
1099
+ /* @__PURE__ */ jsx("span", {
1100
+ className: "text-black",
1101
+ children: username
1102
+ }),
1103
+ ". This invite was sent from ",
1104
+ /* @__PURE__ */ jsx("span", {
1105
+ className: "text-black",
1106
+ children: inviteFromIp
1107
+ }),
1108
+ " ",
1109
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" located in ", /* @__PURE__ */ jsx("span", {
1110
+ className: "text-black",
1111
+ children: inviteFromLocation
1112
+ })] }),
1113
+ ". If you were not expecting this invitation, 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."
1114
+ ]
1115
+ })
1116
+ ]
1117
+ })
1118
+ }) })
1119
+ ] });
1120
+ };
1121
+ const InviteUserEmailPT = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1122
+ const previewText = `Junte-se a ${invitedByUsername} no Intlayer`;
1123
+ return /* @__PURE__ */ jsxs(Html, { children: [
1124
+ /* @__PURE__ */ jsx(Head, {}),
1125
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1126
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1127
+ className: "m-auto px-2 font-sans",
1128
+ children: /* @__PURE__ */ jsxs(Container, {
1129
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1130
+ children: [
1131
+ /* @__PURE__ */ jsx(Section, {
1132
+ className: "mt-[32px]",
1133
+ children: /* @__PURE__ */ jsx(Img, {
1134
+ src: "https://intlayer.org/apple-touch-icon.png",
1135
+ width: "40",
1136
+ height: "37",
1137
+ alt: "Intlayer",
1138
+ className: "mx-auto my-0"
1139
+ })
1140
+ }),
1141
+ /* @__PURE__ */ jsxs(Heading, {
1142
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1143
+ children: [
1144
+ "Junte-se a ",
1145
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1146
+ " no",
1147
+ " ",
1148
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1149
+ ]
1150
+ }),
1151
+ /* @__PURE__ */ jsxs(Text, {
1152
+ className: "text-[14px] text-black leading-[24px]",
1153
+ children: [
1154
+ "Olá ",
1155
+ username,
1156
+ ","
1157
+ ]
1158
+ }),
1159
+ /* @__PURE__ */ jsxs(Text, {
1160
+ className: "text-[14px] text-black leading-[24px]",
1161
+ children: [
1162
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1163
+ " (",
1164
+ /* @__PURE__ */ jsx(Link, {
1165
+ href: `mailto:${invitedByEmail}`,
1166
+ className: "text-[#8a8a8a] no-underline",
1167
+ children: invitedByEmail
1168
+ }),
1169
+ ") convidou você para a equipe ",
1170
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1171
+ " ",
1172
+ "no ",
1173
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1174
+ "."
1175
+ ]
1176
+ }),
1177
+ /* @__PURE__ */ jsx(Section, {
1178
+ className: "my-[32px] text-center",
1179
+ children: /* @__PURE__ */ jsx(Button, {
1180
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1181
+ href: inviteLink,
1182
+ children: "Juntar-se à equipe"
1183
+ })
1184
+ }),
1185
+ /* @__PURE__ */ jsx(Text, {
1186
+ className: "text-[14px] text-black leading-[24px]",
1187
+ children: "ou copie e cole esta URL no seu navegador:"
1188
+ }),
1189
+ /* @__PURE__ */ jsx(Link, {
1190
+ href: inviteLink,
1191
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1192
+ children: inviteLink
1193
+ }),
1194
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1195
+ /* @__PURE__ */ jsxs(Text, {
1196
+ className: "text-[#666666] text-[12px] leading-[24px]",
1197
+ children: [
1198
+ "Este convite foi destinado a",
1199
+ " ",
1200
+ /* @__PURE__ */ jsx("span", {
1201
+ className: "text-black",
1202
+ children: username
1203
+ }),
1204
+ ". Este convite foi enviado do IP ",
1205
+ /* @__PURE__ */ jsx("span", {
1206
+ className: "text-black",
1207
+ children: inviteFromIp
1208
+ }),
1209
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" localizado em ", /* @__PURE__ */ jsx("span", {
1210
+ className: "text-black",
1211
+ children: inviteFromLocation
1212
+ })] }),
1213
+ ". Se você não esperava este convite, pode ignorar este e-mail. Se estiver preocupado com a segurança da sua conta, responda a este e-mail para entrar em contato conosco."
1214
+ ]
1215
+ })
1216
+ ]
1217
+ })
1218
+ }) })
1219
+ ] });
1220
+ };
1221
+ const InviteUserEmailHI = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1222
+ const previewText = `Intlayer पर ${invitedByUsername} के साथ जुड़ें`;
1223
+ return /* @__PURE__ */ jsxs(Html, { children: [
1224
+ /* @__PURE__ */ jsx(Head, {}),
1225
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1226
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1227
+ className: "m-auto px-2 font-sans",
1228
+ children: /* @__PURE__ */ jsxs(Container, {
1229
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1230
+ children: [
1231
+ /* @__PURE__ */ jsx(Section, {
1232
+ className: "mt-[32px]",
1233
+ children: /* @__PURE__ */ jsx(Img, {
1234
+ src: "https://intlayer.org/apple-touch-icon.png",
1235
+ width: "40",
1236
+ height: "37",
1237
+ alt: "Intlayer",
1238
+ className: "mx-auto my-0"
1239
+ })
1240
+ }),
1241
+ /* @__PURE__ */ jsxs(Heading, {
1242
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1243
+ children: [
1244
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1245
+ " पर ",
1246
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1247
+ " में शामिल हों"
1248
+ ]
1249
+ }),
1250
+ /* @__PURE__ */ jsxs(Text, {
1251
+ className: "text-[14px] text-black leading-[24px]",
1252
+ children: [
1253
+ "नमस्ते ",
1254
+ username,
1255
+ ","
1256
+ ]
1257
+ }),
1258
+ /* @__PURE__ */ jsxs(Text, {
1259
+ className: "text-[14px] text-black leading-[24px]",
1260
+ children: [
1261
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1262
+ " (",
1263
+ /* @__PURE__ */ jsx(Link, {
1264
+ href: `mailto:${invitedByEmail}`,
1265
+ className: "text-[#8a8a8a] no-underline",
1266
+ children: invitedByEmail
1267
+ }),
1268
+ ") ने आपको ",
1269
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1270
+ " पर",
1271
+ " ",
1272
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1273
+ " टीम में शामिल होने के लिए आमंत्रित किया है।"
1274
+ ]
1275
+ }),
1276
+ /* @__PURE__ */ jsx(Section, {
1277
+ className: "my-[32px] text-center",
1278
+ children: /* @__PURE__ */ jsx(Button, {
1279
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1280
+ href: inviteLink,
1281
+ children: "टीम में शामिल हों"
1282
+ })
1283
+ }),
1284
+ /* @__PURE__ */ jsx(Text, {
1285
+ className: "text-[14px] text-black leading-[24px]",
1286
+ children: "या इस URL को कॉपी करके अपने ब्राउज़र में पेस्ट करें:"
1287
+ }),
1288
+ /* @__PURE__ */ jsx(Link, {
1289
+ href: inviteLink,
1290
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1291
+ children: inviteLink
1292
+ }),
1293
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1294
+ /* @__PURE__ */ jsxs(Text, {
1295
+ className: "text-[#666666] text-[12px] leading-[24px]",
1296
+ children: [
1297
+ "यह आमंत्रण ",
1298
+ /* @__PURE__ */ jsx("span", {
1299
+ className: "text-black",
1300
+ children: username
1301
+ }),
1302
+ " के लिए था। यह आमंत्रण IP ",
1303
+ /* @__PURE__ */ jsx("span", {
1304
+ className: "text-black",
1305
+ children: inviteFromIp
1306
+ }),
1307
+ " ",
1308
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [
1309
+ " से भेजा गया था जो ",
1310
+ /* @__PURE__ */ jsx("span", {
1311
+ className: "text-black",
1312
+ children: inviteFromLocation
1313
+ }),
1314
+ " में स्थित है। "
1315
+ ] }),
1316
+ "यदि आप इस आमंत्रण की अपेक्षा नहीं कर रहे थे, तो आप इस ईमेल को नज़रअंदाज़ कर सकते हैं। यदि आप अपने खाते की सुरक्षा को लेकर चिंतित हैं, तो कृपया हमसे संपर्क करने के लिए इस ईमेल का उत्तर दें।"
1317
+ ]
1318
+ })
1319
+ ]
1320
+ })
1321
+ }) })
1322
+ ] });
1323
+ };
1324
+ const InviteUserEmailTR = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1325
+ const previewText = `Intlayer'da ${invitedByUsername}'a katılın`;
1326
+ return /* @__PURE__ */ jsxs(Html, { children: [
1327
+ /* @__PURE__ */ jsx(Head, {}),
1328
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1329
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1330
+ className: "m-auto px-2 font-sans",
1331
+ children: /* @__PURE__ */ jsxs(Container, {
1332
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1333
+ children: [
1334
+ /* @__PURE__ */ jsx(Section, {
1335
+ className: "mt-[32px]",
1336
+ children: /* @__PURE__ */ jsx(Img, {
1337
+ src: "https://intlayer.org/apple-touch-icon.png",
1338
+ width: "40",
1339
+ height: "37",
1340
+ alt: "Intlayer",
1341
+ className: "mx-auto my-0"
1342
+ })
1343
+ }),
1344
+ /* @__PURE__ */ jsxs(Heading, {
1345
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1346
+ children: [
1347
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1348
+ "'da ",
1349
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1350
+ " ",
1351
+ "ekibine katılın"
1352
+ ]
1353
+ }),
1354
+ /* @__PURE__ */ jsxs(Text, {
1355
+ className: "text-[14px] text-black leading-[24px]",
1356
+ children: [
1357
+ "Merhaba ",
1358
+ username,
1359
+ ","
1360
+ ]
1361
+ }),
1362
+ /* @__PURE__ */ jsxs(Text, {
1363
+ className: "text-[14px] text-black leading-[24px]",
1364
+ children: [
1365
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1366
+ " (",
1367
+ /* @__PURE__ */ jsx(Link, {
1368
+ href: `mailto:${invitedByEmail}`,
1369
+ className: "text-[#8a8a8a] no-underline",
1370
+ children: invitedByEmail
1371
+ }),
1372
+ "), sizi ",
1373
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1374
+ "'daki",
1375
+ " ",
1376
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1377
+ " ekibine davet etti."
1378
+ ]
1379
+ }),
1380
+ /* @__PURE__ */ jsx(Section, {
1381
+ className: "my-[32px] text-center",
1382
+ children: /* @__PURE__ */ jsx(Button, {
1383
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1384
+ href: inviteLink,
1385
+ children: "Ekibe katıl"
1386
+ })
1387
+ }),
1388
+ /* @__PURE__ */ jsx(Text, {
1389
+ className: "text-[14px] text-black leading-[24px]",
1390
+ children: "veya bu URL'yi kopyalayıp tarayıcınıza yapıştırın:"
1391
+ }),
1392
+ /* @__PURE__ */ jsx(Link, {
1393
+ href: inviteLink,
1394
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1395
+ children: inviteLink
1396
+ }),
1397
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1398
+ /* @__PURE__ */ jsxs(Text, {
1399
+ className: "text-[#666666] text-[12px] leading-[24px]",
1400
+ children: [
1401
+ "Bu davet ",
1402
+ /* @__PURE__ */ jsx("span", {
1403
+ className: "text-black",
1404
+ children: username
1405
+ }),
1406
+ " için gönderilmiştir. Bu davet",
1407
+ " ",
1408
+ /* @__PURE__ */ jsx("span", {
1409
+ className: "text-black",
1410
+ children: inviteFromIp
1411
+ }),
1412
+ " IP adresinden",
1413
+ " ",
1414
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [
1415
+ "(",
1416
+ /* @__PURE__ */ jsx("span", {
1417
+ className: "text-black",
1418
+ children: inviteFromLocation
1419
+ }),
1420
+ ")"
1421
+ ] }),
1422
+ "gönderilmiştir. Eğer bu daveti beklemiyorsanı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."
1423
+ ]
1424
+ })
1425
+ ]
1426
+ })
1427
+ }) })
1428
+ ] });
1429
+ };
1430
+ const InviteUserEmailPL = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1431
+ const previewText = `Dołącz do ${invitedByUsername} w Intlayer`;
1432
+ return /* @__PURE__ */ jsxs(Html, { children: [
1433
+ /* @__PURE__ */ jsx(Head, {}),
1434
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1435
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1436
+ className: "m-auto px-2 font-sans",
1437
+ children: /* @__PURE__ */ jsxs(Container, {
1438
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1439
+ children: [
1440
+ /* @__PURE__ */ jsx(Section, {
1441
+ className: "mt-[32px]",
1442
+ children: /* @__PURE__ */ jsx(Img, {
1443
+ src: "https://intlayer.org/apple-touch-icon.png",
1444
+ width: "40",
1445
+ height: "37",
1446
+ alt: "Intlayer",
1447
+ className: "mx-auto my-0"
1448
+ })
1449
+ }),
1450
+ /* @__PURE__ */ jsxs(Heading, {
1451
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1452
+ children: [
1453
+ "Dołącz do ",
1454
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1455
+ " w",
1456
+ " ",
1457
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1458
+ ]
1459
+ }),
1460
+ /* @__PURE__ */ jsxs(Text, {
1461
+ className: "text-[14px] text-black leading-[24px]",
1462
+ children: [
1463
+ "Witaj ",
1464
+ username,
1465
+ ","
1466
+ ]
1467
+ }),
1468
+ /* @__PURE__ */ jsxs(Text, {
1469
+ className: "text-[14px] text-black leading-[24px]",
1470
+ children: [
1471
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1472
+ " (",
1473
+ /* @__PURE__ */ jsx(Link, {
1474
+ href: `mailto:${invitedByEmail}`,
1475
+ className: "text-[#8a8a8a] no-underline",
1476
+ children: invitedByEmail
1477
+ }),
1478
+ ") zaprosił Cię do zespołu ",
1479
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1480
+ " w",
1481
+ " ",
1482
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1483
+ "."
1484
+ ]
1485
+ }),
1486
+ /* @__PURE__ */ jsx(Section, {
1487
+ className: "my-[32px] text-center",
1488
+ children: /* @__PURE__ */ jsx(Button, {
1489
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1490
+ href: inviteLink,
1491
+ children: "Dołącz do zespołu"
1492
+ })
1493
+ }),
1494
+ /* @__PURE__ */ jsx(Text, {
1495
+ className: "text-[14px] text-black leading-[24px]",
1496
+ children: "lub skopiuj i wklej ten adres URL do przeglądarki:"
1497
+ }),
1498
+ /* @__PURE__ */ jsx(Link, {
1499
+ href: inviteLink,
1500
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1501
+ children: inviteLink
1502
+ }),
1503
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1504
+ /* @__PURE__ */ jsxs(Text, {
1505
+ className: "text-[#666666] text-[12px] leading-[24px]",
1506
+ children: [
1507
+ "To zaproszenie było przeznaczone dla",
1508
+ " ",
1509
+ /* @__PURE__ */ jsx("span", {
1510
+ className: "text-black",
1511
+ children: username
1512
+ }),
1513
+ ". Zaproszenie zostało wysłane z adresu IP",
1514
+ " ",
1515
+ /* @__PURE__ */ jsx("span", {
1516
+ className: "text-black",
1517
+ children: inviteFromIp
1518
+ }),
1519
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" z lokalizacji ", /* @__PURE__ */ jsx("span", {
1520
+ className: "text-black",
1521
+ children: inviteFromLocation
1522
+ })] }),
1523
+ ". Jeśli nie spodziewałeś się tego zaproszenia, możesz zignorować tę wiadomość. Jeśli martwisz się o bezpieczeństwo swojego konta, odpowiedz na ten e-mail, aby się z nami skontaktować."
1524
+ ]
1525
+ })
1526
+ ]
1527
+ })
1528
+ }) })
1529
+ ] });
1530
+ };
1531
+ const InviteUserEmailID = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1532
+ const previewText = `Bergabunglah dengan ${invitedByUsername} di Intlayer`;
1533
+ return /* @__PURE__ */ jsxs(Html, { children: [
1534
+ /* @__PURE__ */ jsx(Head, {}),
1535
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1536
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1537
+ className: "m-auto px-2 font-sans",
1538
+ children: /* @__PURE__ */ jsxs(Container, {
1539
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1540
+ children: [
1541
+ /* @__PURE__ */ jsx(Section, {
1542
+ className: "mt-[32px]",
1543
+ children: /* @__PURE__ */ jsx(Img, {
1544
+ src: "https://intlayer.org/apple-touch-icon.png",
1545
+ width: "40",
1546
+ height: "37",
1547
+ alt: "Intlayer",
1548
+ className: "mx-auto my-0"
1549
+ })
1550
+ }),
1551
+ /* @__PURE__ */ jsxs(Heading, {
1552
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1553
+ children: [
1554
+ "Bergabunglah dengan ",
1555
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1556
+ " di",
1557
+ " ",
1558
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1559
+ ]
1560
+ }),
1561
+ /* @__PURE__ */ jsxs(Text, {
1562
+ className: "text-[14px] text-black leading-[24px]",
1563
+ children: [
1564
+ "Halo ",
1565
+ username,
1566
+ ","
1567
+ ]
1568
+ }),
1569
+ /* @__PURE__ */ jsxs(Text, {
1570
+ className: "text-[14px] text-black leading-[24px]",
1571
+ children: [
1572
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1573
+ " (",
1574
+ /* @__PURE__ */ jsx(Link, {
1575
+ href: `mailto:${invitedByEmail}`,
1576
+ className: "text-[#8a8a8a] no-underline",
1577
+ children: invitedByEmail
1578
+ }),
1579
+ ") telah mengundang Anda untuk bergabung dengan tim",
1580
+ " ",
1581
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1582
+ " di ",
1583
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1584
+ "."
1585
+ ]
1586
+ }),
1587
+ /* @__PURE__ */ jsx(Section, {
1588
+ className: "my-[32px] text-center",
1589
+ children: /* @__PURE__ */ jsx(Button, {
1590
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1591
+ href: inviteLink,
1592
+ children: "Bergabung dengan tim"
1593
+ })
1594
+ }),
1595
+ /* @__PURE__ */ jsx(Text, {
1596
+ className: "text-[14px] text-black leading-[24px]",
1597
+ children: "atau salin dan tempel URL ini ke browser Anda:"
1598
+ }),
1599
+ /* @__PURE__ */ jsx(Link, {
1600
+ href: inviteLink,
1601
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1602
+ children: inviteLink
1603
+ }),
1604
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1605
+ /* @__PURE__ */ jsxs(Text, {
1606
+ className: "text-[#666666] text-[12px] leading-[24px]",
1607
+ children: [
1608
+ "Undangan ini ditujukan untuk",
1609
+ " ",
1610
+ /* @__PURE__ */ jsx("span", {
1611
+ className: "text-black",
1612
+ children: username
1613
+ }),
1614
+ ". Undangan ini dikirim dari IP ",
1615
+ /* @__PURE__ */ jsx("span", {
1616
+ className: "text-black",
1617
+ children: inviteFromIp
1618
+ }),
1619
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" yang berlokasi di ", /* @__PURE__ */ jsx("span", {
1620
+ className: "text-black",
1621
+ children: inviteFromLocation
1622
+ })] }),
1623
+ ". Jika Anda tidak mengharapkan undangan ini, Anda dapat mengabaikan email ini. Jika Anda khawatir tentang keamanan akun Anda, silakan balas email ini untuk menghubungi kami."
1624
+ ]
1625
+ })
1626
+ ]
1627
+ })
1628
+ }) })
1629
+ ] });
1630
+ };
1631
+ const InviteUserEmailVI = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1632
+ const previewText = `Tham gia cùng ${invitedByUsername} trên Intlayer`;
1633
+ return /* @__PURE__ */ jsxs(Html, { children: [
1634
+ /* @__PURE__ */ jsx(Head, {}),
1635
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1636
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1637
+ className: "m-auto px-2 font-sans",
1638
+ children: /* @__PURE__ */ jsxs(Container, {
1639
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1640
+ children: [
1641
+ /* @__PURE__ */ jsx(Section, {
1642
+ className: "mt-[32px]",
1643
+ children: /* @__PURE__ */ jsx(Img, {
1644
+ src: "https://intlayer.org/apple-touch-icon.png",
1645
+ width: "40",
1646
+ height: "37",
1647
+ alt: "Intlayer",
1648
+ className: "mx-auto my-0"
1649
+ })
1650
+ }),
1651
+ /* @__PURE__ */ jsxs(Heading, {
1652
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1653
+ children: [
1654
+ "Tham gia cùng ",
1655
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1656
+ " trên",
1657
+ " ",
1658
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1659
+ ]
1660
+ }),
1661
+ /* @__PURE__ */ jsxs(Text, {
1662
+ className: "text-[14px] text-black leading-[24px]",
1663
+ children: [
1664
+ "Xin chào ",
1665
+ username,
1666
+ ","
1667
+ ]
1668
+ }),
1669
+ /* @__PURE__ */ jsxs(Text, {
1670
+ className: "text-[14px] text-black leading-[24px]",
1671
+ children: [
1672
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1673
+ " (",
1674
+ /* @__PURE__ */ jsx(Link, {
1675
+ href: `mailto:${invitedByEmail}`,
1676
+ className: "text-[#8a8a8a] no-underline",
1677
+ children: invitedByEmail
1678
+ }),
1679
+ ") đã mời bạn tham gia đội ngũ ",
1680
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1681
+ " ",
1682
+ "trên ",
1683
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1684
+ "."
1685
+ ]
1686
+ }),
1687
+ /* @__PURE__ */ jsx(Section, {
1688
+ className: "my-[32px] text-center",
1689
+ children: /* @__PURE__ */ jsx(Button, {
1690
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1691
+ href: inviteLink,
1692
+ children: "Tham gia đội ngũ"
1693
+ })
1694
+ }),
1695
+ /* @__PURE__ */ jsx(Text, {
1696
+ className: "text-[14px] text-black leading-[24px]",
1697
+ children: "hoặc sao chép và dán URL này vào trình duyệt của bạn:"
1698
+ }),
1699
+ /* @__PURE__ */ jsx(Link, {
1700
+ href: inviteLink,
1701
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1702
+ children: inviteLink
1703
+ }),
1704
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1705
+ /* @__PURE__ */ jsxs(Text, {
1706
+ className: "text-[#666666] text-[12px] leading-[24px]",
1707
+ children: [
1708
+ "Lời mời này dành cho",
1709
+ " ",
1710
+ /* @__PURE__ */ jsx("span", {
1711
+ className: "text-black",
1712
+ children: username
1713
+ }),
1714
+ ". Lời mời này đã được gửi từ IP ",
1715
+ /* @__PURE__ */ jsx("span", {
1716
+ className: "text-black",
1717
+ children: inviteFromIp
1718
+ }),
1719
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [" tại ", /* @__PURE__ */ jsx("span", {
1720
+ className: "text-black",
1721
+ children: inviteFromLocation
1722
+ })] }),
1723
+ ". Nếu bạn không mong đợi lời mời này, 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."
1724
+ ]
1725
+ })
1726
+ ]
1727
+ })
1728
+ }) })
1729
+ ] });
1730
+ };
1731
+ const InviteUserEmailUK = ({ username, invitedByUsername, invitedByEmail, organizationName, inviteLink, inviteFromIp, inviteFromLocation }) => {
1732
+ const previewText = `Приєднуйтесь до ${invitedByUsername} в Intlayer`;
1733
+ return /* @__PURE__ */ jsxs(Html, { children: [
1734
+ /* @__PURE__ */ jsx(Head, {}),
1735
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1736
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1737
+ className: "m-auto px-2 font-sans",
1738
+ children: /* @__PURE__ */ jsxs(Container, {
1739
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1740
+ children: [
1741
+ /* @__PURE__ */ jsx(Section, {
1742
+ className: "mt-[32px]",
1743
+ children: /* @__PURE__ */ jsx(Img, {
1744
+ src: "https://intlayer.org/apple-touch-icon.png",
1745
+ width: "40",
1746
+ height: "37",
1747
+ alt: "Intlayer",
1748
+ className: "mx-auto my-0"
1749
+ })
1750
+ }),
1751
+ /* @__PURE__ */ jsxs(Heading, {
1752
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1753
+ children: [
1754
+ "Приєднуйтесь до ",
1755
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1756
+ " в",
1757
+ " ",
1758
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" })
1759
+ ]
1760
+ }),
1761
+ /* @__PURE__ */ jsxs(Text, {
1762
+ className: "text-[14px] text-black leading-[24px]",
1763
+ children: [
1764
+ "Вітаємо, ",
1765
+ username,
1766
+ ","
1767
+ ]
1768
+ }),
1769
+ /* @__PURE__ */ jsxs(Text, {
1770
+ className: "text-[14px] text-black leading-[24px]",
1771
+ children: [
1772
+ /* @__PURE__ */ jsx("strong", { children: invitedByUsername }),
1773
+ " (",
1774
+ /* @__PURE__ */ jsx(Link, {
1775
+ href: `mailto:${invitedByEmail}`,
1776
+ className: "text-[#8a8a8a] no-underline",
1777
+ children: invitedByEmail
1778
+ }),
1779
+ ") запросив вас до команди ",
1780
+ /* @__PURE__ */ jsx("strong", { children: organizationName }),
1781
+ " в",
1782
+ " ",
1783
+ /* @__PURE__ */ jsx("strong", { children: "Intlayer" }),
1784
+ "."
1785
+ ]
1786
+ }),
1787
+ /* @__PURE__ */ jsx(Section, {
1788
+ className: "my-[32px] text-center",
1789
+ children: /* @__PURE__ */ jsx(Button, {
1790
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1791
+ href: inviteLink,
1792
+ children: "Приєднатися до команди"
1793
+ })
1794
+ }),
1795
+ /* @__PURE__ */ jsx(Text, {
1796
+ className: "text-[14px] text-black leading-[24px]",
1797
+ children: "або скопіюйте та вставте цю URL-адресу у ваш браузер:"
1798
+ }),
1799
+ /* @__PURE__ */ jsx(Link, {
1800
+ href: inviteLink,
1801
+ className: "text-[#8a8a8a] text-[10px] no-underline",
1802
+ children: inviteLink
1803
+ }),
1804
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1805
+ /* @__PURE__ */ jsxs(Text, {
1806
+ className: "text-[#666666] text-[12px] leading-[24px]",
1807
+ children: [
1808
+ "Це запрошення було призначене для",
1809
+ " ",
1810
+ /* @__PURE__ */ jsx("span", {
1811
+ className: "text-black",
1812
+ children: username
1813
+ }),
1814
+ ". Це запрошення було відправлено з IP-адреси",
1815
+ " ",
1816
+ /* @__PURE__ */ jsx("span", {
1817
+ className: "text-black",
1818
+ children: inviteFromIp
1819
+ }),
1820
+ inviteFromLocation && /* @__PURE__ */ jsxs(Fragment, { children: [", що знаходиться в ", /* @__PURE__ */ jsx("span", {
1821
+ className: "text-black",
1822
+ children: inviteFromLocation
1823
+ })] }),
1824
+ ". Якщо ви не очікували цього запрошення, ви можете проігнорувати цей лист. Якщо ви стурбовані безпекою свого облікового запису, будь ласка, дайте відповідь на цей лист, щоб зв'язатися з нами."
1825
+ ]
1826
+ })
1827
+ ]
1828
+ })
1829
+ }) })
1830
+ ] });
1831
+ };
307
1832
  const PreviewProps = {
308
1833
  username: "alanturing",
309
1834
  invitedByUsername: "Alan",
@@ -316,7 +1841,22 @@ const PreviewProps = {
316
1841
  InviteUserEmailEN.PreviewProps = PreviewProps;
317
1842
  InviteUserEmailFR.PreviewProps = PreviewProps;
318
1843
  InviteUserEmailES.PreviewProps = PreviewProps;
1844
+ InviteUserEmailRU.PreviewProps = PreviewProps;
1845
+ InviteUserEmailJA.PreviewProps = PreviewProps;
1846
+ InviteUserEmailKO.PreviewProps = PreviewProps;
1847
+ InviteUserEmailZH.PreviewProps = PreviewProps;
1848
+ InviteUserEmailDE.PreviewProps = PreviewProps;
1849
+ InviteUserEmailAR.PreviewProps = PreviewProps;
1850
+ InviteUserEmailIT.PreviewProps = PreviewProps;
1851
+ InviteUserEmailEN_GB.PreviewProps = PreviewProps;
1852
+ InviteUserEmailPT.PreviewProps = PreviewProps;
1853
+ InviteUserEmailHI.PreviewProps = PreviewProps;
1854
+ InviteUserEmailTR.PreviewProps = PreviewProps;
1855
+ InviteUserEmailPL.PreviewProps = PreviewProps;
1856
+ InviteUserEmailID.PreviewProps = PreviewProps;
1857
+ InviteUserEmailVI.PreviewProps = PreviewProps;
1858
+ InviteUserEmailUK.PreviewProps = PreviewProps;
319
1859
 
320
1860
  //#endregion
321
- export { InviteUserEmailEN, InviteUserEmailES, InviteUserEmailFR };
1861
+ export { InviteUserEmailAR, InviteUserEmailDE, InviteUserEmailEN, InviteUserEmailEN_GB, InviteUserEmailES, InviteUserEmailFR, InviteUserEmailHI, InviteUserEmailID, InviteUserEmailIT, InviteUserEmailJA, InviteUserEmailKO, InviteUserEmailPL, InviteUserEmailPT, InviteUserEmailRU, InviteUserEmailTR, InviteUserEmailUK, InviteUserEmailVI, InviteUserEmailZH };
322
1862
  //# sourceMappingURL=InviteUserEmail.mjs.map