@box/unified-share-modal 1.20.1 → 1.22.0

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 (61) hide show
  1. package/dist/esm/lib/hooks/use-collaboration-form.js +57 -53
  2. package/dist/esm/lib/hooks/use-form-validation.js +20 -17
  3. package/dist/esm/lib/hooks/use-link-settings-form.js +17 -17
  4. package/dist/esm/lib/messages.js +6 -2
  5. package/dist/i18n/bn-IN.js +5 -4
  6. package/dist/i18n/bn-IN.properties +6 -4
  7. package/dist/i18n/da-DK.js +5 -4
  8. package/dist/i18n/da-DK.properties +6 -4
  9. package/dist/i18n/de-DE.js +5 -4
  10. package/dist/i18n/de-DE.properties +6 -4
  11. package/dist/i18n/en-AU.js +1 -0
  12. package/dist/i18n/en-AU.properties +2 -0
  13. package/dist/i18n/en-CA.js +1 -0
  14. package/dist/i18n/en-CA.properties +2 -0
  15. package/dist/i18n/en-GB.js +1 -0
  16. package/dist/i18n/en-GB.properties +2 -0
  17. package/dist/i18n/en-US.js +1 -0
  18. package/dist/i18n/en-US.properties +2 -0
  19. package/dist/i18n/en-x-pseudo.js +127 -126
  20. package/dist/i18n/en-x-pseudo.properties +128 -126
  21. package/dist/i18n/es-419.js +5 -4
  22. package/dist/i18n/es-419.properties +6 -4
  23. package/dist/i18n/es-ES.js +5 -4
  24. package/dist/i18n/es-ES.properties +6 -4
  25. package/dist/i18n/fi-FI.js +5 -4
  26. package/dist/i18n/fi-FI.properties +6 -4
  27. package/dist/i18n/fr-CA.js +5 -4
  28. package/dist/i18n/fr-CA.properties +6 -4
  29. package/dist/i18n/fr-FR.js +5 -4
  30. package/dist/i18n/fr-FR.properties +6 -4
  31. package/dist/i18n/hi-IN.js +5 -4
  32. package/dist/i18n/hi-IN.properties +6 -4
  33. package/dist/i18n/it-IT.js +5 -4
  34. package/dist/i18n/it-IT.properties +6 -4
  35. package/dist/i18n/ja-JP.js +5 -4
  36. package/dist/i18n/ja-JP.properties +6 -4
  37. package/dist/i18n/json/src/lib/messages.json +1 -1
  38. package/dist/i18n/ko-KR.js +1 -0
  39. package/dist/i18n/ko-KR.properties +2 -0
  40. package/dist/i18n/nb-NO.js +1 -0
  41. package/dist/i18n/nb-NO.properties +2 -0
  42. package/dist/i18n/nl-NL.js +5 -4
  43. package/dist/i18n/nl-NL.properties +6 -4
  44. package/dist/i18n/pl-PL.js +5 -4
  45. package/dist/i18n/pl-PL.properties +6 -4
  46. package/dist/i18n/pt-BR.js +5 -4
  47. package/dist/i18n/pt-BR.properties +6 -4
  48. package/dist/i18n/ru-RU.js +5 -4
  49. package/dist/i18n/ru-RU.properties +6 -4
  50. package/dist/i18n/sv-SE.js +5 -4
  51. package/dist/i18n/sv-SE.properties +6 -4
  52. package/dist/i18n/tr-TR.js +5 -4
  53. package/dist/i18n/tr-TR.properties +6 -4
  54. package/dist/i18n/zh-CN.js +5 -4
  55. package/dist/i18n/zh-CN.properties +6 -4
  56. package/dist/i18n/zh-TW.js +5 -4
  57. package/dist/i18n/zh-TW.properties +6 -4
  58. package/dist/types/lib/hooks/use-form-validation.d.ts +1 -0
  59. package/dist/types/lib/messages.d.ts +5 -0
  60. package/dist/types/lib/types.d.ts +2 -0
  61. package/package.json +9 -9
@@ -1,79 +1,83 @@
1
- import { useCallback as r } from "react";
2
- import { useFormValidation as E } from "./use-form-validation.js";
3
- import { useSharingAction as A } from "./use-sharing-action.js";
4
- import { useUnifiedShareFormContext as M } from "../contexts/unified-share-form-context.js";
5
- import { useUnifiedShareModalContext as O } from "../contexts/unified-share-modal-context.js";
6
- const I = (S, h) => {
1
+ import { useCallback as i } from "react";
2
+ import { useFormValidation as M } from "./use-form-validation.js";
3
+ import { useSharingAction as O } from "./use-sharing-action.js";
4
+ import { useUnifiedShareFormContext as P } from "../contexts/unified-share-form-context.js";
5
+ import { useUnifiedShareModalContext as R } from "../contexts/unified-share-modal-context.js";
6
+ const j = (h, p) => {
7
7
  const {
8
- errors: u,
8
+ errors: d,
9
9
  setFieldError: a,
10
- validateUserContact: m,
11
- validateUserSelector: c
12
- } = E(), {
13
- contactService: p
14
- } = O(), {
15
- collaborationRole: v,
16
- messageValue: F,
17
- setContactValue: s,
18
- setMessageValue: b,
19
- setUserContacts: n,
20
- shareView: U,
21
- userContacts: o
10
+ validateCollaborationLimit: r,
11
+ validateUserContact: f,
12
+ validateUserSelector: l
22
13
  } = M(), {
23
- isLoading: x,
24
- onAction: y
25
- } = A(S, h), {
26
- getContactByEmail: i
27
- } = p, d = () => {
28
- n([]), s(""), b(""), a("user-contact", "");
29
- }, V = r((t) => {
30
- a("user-contact", ""), s(t);
31
- }, [s, a]), f = r(async (t) => {
14
+ config: v,
15
+ contactService: F
16
+ } = R(), {
17
+ collaborationLimit: n
18
+ } = v, {
19
+ collaborationRole: U,
20
+ messageValue: x,
21
+ setContactValue: s,
22
+ setMessageValue: y,
23
+ setUserContacts: c,
24
+ shareView: V,
25
+ userContacts: e
26
+ } = P(), {
27
+ isLoading: w,
28
+ onAction: B
29
+ } = O(h, p), {
30
+ getContactByEmail: u
31
+ } = F, C = () => {
32
+ c([]), s(""), y(""), a("user-contact", "");
33
+ }, E = i((t) => {
34
+ r(e, n) || a("user-contact", ""), s(t);
35
+ }, [n, s, a, e, r]), g = i(async (t) => {
32
36
  if (t.id)
33
37
  return t;
34
- if (i) {
35
- const e = await i(t.value);
36
- if (e && e.id)
37
- return e;
38
+ if (u) {
39
+ const o = await u(t.value);
40
+ if (o && o.id)
41
+ return o;
38
42
  }
39
- return m(t.value) ? null : {
43
+ return f(t.value) ? null : {
40
44
  email: t.value,
41
45
  id: 0,
42
46
  isExternalUser: !0,
43
47
  name: t.value,
44
48
  value: t.value
45
49
  };
46
- }, [i, m]), l = r(async (t) => {
47
- if (a("user-contact", ""), c(t), o.length >= t.length) {
48
- n(t);
50
+ }, [u, f]), m = i(async (t) => {
51
+ if (a("user-contact", ""), l(t), n && r(t, n), e.length >= t.length) {
52
+ c(t);
49
53
  return;
50
54
  }
51
- const [e, C] = [t.slice(0, -1), t[t.length - 1]], g = await f(C), B = g ? [...e, g] : e;
52
- n(B.filter(Boolean));
53
- }, [f, a, n, c, o]), w = r((t) => {
54
- const e = t.relatedTarget?.closest(".collaboration-user-selector");
55
- document.querySelector('div[role="listbox"][aria-labelledby^="user-contacts"]')?.contains(t.relatedTarget) || e || l([...o, {
55
+ const [o, S] = [t.slice(0, -1), t[t.length - 1]], b = await g(S), A = b ? [...o, b] : o;
56
+ c(A.filter(Boolean));
57
+ }, [n, g, a, c, r, l, e]), L = i((t) => {
58
+ const o = t.relatedTarget?.closest(".collaboration-user-selector");
59
+ document.querySelector('div[role="listbox"][aria-labelledby^="user-contacts"]')?.contains(t.relatedTarget) || o || m([...e, {
56
60
  value: t.target.value
57
61
  }]);
58
- }, [l, o]);
62
+ }, [m, e]);
59
63
  return {
60
- errors: u,
61
- handleFormReset: d,
64
+ errors: d,
65
+ handleFormReset: C,
62
66
  handleFormSubmit: async () => {
63
- if (u["user-contact"] || c(o))
67
+ if (d["user-contact"] || l(e))
64
68
  return !0;
65
69
  const t = {
66
- contacts: o,
67
- message: F
70
+ contacts: e,
71
+ message: x
68
72
  };
69
- return U === "invite" && (t.role = v.id), await y(t), d(), !1;
73
+ return V === "invite" && (t.role = U.id), await B(t), C(), !1;
70
74
  },
71
- handleSelectedUsersChange: l,
72
- handleUserSelectorBlur: w,
73
- isFormSubmitting: x,
74
- updateContactValue: V
75
+ handleSelectedUsersChange: m,
76
+ handleUserSelectorBlur: L,
77
+ isFormSubmitting: w,
78
+ updateContactValue: E
75
79
  };
76
80
  };
77
81
  export {
78
- I as useCollaborationForm
82
+ j as useCollaborationForm
79
83
  };
@@ -1,30 +1,33 @@
1
- import { useState as g, useCallback as o } from "react";
2
- import { useIntl as v } from "react-intl";
1
+ import { useState as p, useCallback as o } from "react";
2
+ import { useIntl as w } from "react-intl";
3
3
  import a from "../messages.js";
4
- import { formatTomorrowDateToCalendarDate as p } from "../utils/date.js";
5
- import { isVanityNameValid as w, isEmailValid as y, doesPasswordContainMinCharacters as N, doesPasswordContainInvalidCharacter as P, doesPasswordContainMixedCase as x, doesPasswordContainLetter as i, doesPasswordContainNumber as u, doesPasswordContainSymbol as d } from "../utils/validation.js";
4
+ import { formatTomorrowDateToCalendarDate as y } from "../utils/date.js";
5
+ import { isVanityNameValid as N, isEmailValid as P, doesPasswordContainMinCharacters as b, doesPasswordContainInvalidCharacter as h, doesPasswordContainMixedCase as x, doesPasswordContainLetter as u, doesPasswordContainNumber as l, doesPasswordContainSymbol as d } from "../utils/validation.js";
6
6
  const q = () => {
7
7
  const {
8
8
  formatMessage: t
9
- } = v(), [l, n] = g({}), e = o((r, s) => {
10
- n((M) => ({
11
- ...M,
9
+ } = w(), [m, i] = p({}), e = o((r, s) => {
10
+ i((n) => ({
11
+ ...n,
12
12
  [r]: s
13
13
  }));
14
- }, []), m = o((r) => {
14
+ }, []), c = o((r) => {
15
15
  if (!r)
16
16
  return e("expiration", t(a.expirationRequiredErrorMessage)), !0;
17
- const s = p();
17
+ const s = y();
18
18
  return r.compare(s) < 0 ? (e("expiration", t(a.expirationFutureDateErrorMessage)), !0) : !1;
19
- }, [t, e]), c = o((r) => r ? w(r) ? !1 : (e("vanityName", t(a.vanityNameInvalidErrorMessage)), !0) : (e("vanityName", t(a.vanityNameRequiredErrorMessage)), !0), [t, e]), f = o((r) => r.length ? !1 : (e("user-contact", t(a.emailRequiredErrorMessage)), !0), [t, e]), C = o((r) => r === "" ? !0 : y(r) ? !1 : (e("user-contact", t(a.invalidEmailErrorMessage)), !0), [t, e]), E = o((r) => N(r) ? P(r) ? (e("password", t(a.passwordContainInvalidCharacterErrorMessage)), !0) : !x(r) && !(i(r) && u(r)) && !(i(r) && d(r)) && !(u(r) && d(r)) ? (e("password", t(a.passwordContainLetterNumberOrSymbolErrorMessage)), !0) : !1 : (e("password", t(a.passwordContainMinCharactersErrorMessage)), !0), [t, e]);
19
+ }, [t, e]), f = o((r) => r ? N(r) ? !1 : (e("vanityName", t(a.vanityNameInvalidErrorMessage)), !0) : (e("vanityName", t(a.vanityNameRequiredErrorMessage)), !0), [t, e]), C = o((r) => r.length ? !1 : (e("user-contact", t(a.emailRequiredErrorMessage)), !0), [t, e]), v = o((r, s) => r.filter((M) => M.value !== "").length <= s ? !1 : (e("user-contact", t(a.contactsExceedLimitError, {
20
+ maxContacts: s
21
+ })), !0), [t, e]), E = o((r) => r === "" ? !0 : P(r) ? !1 : (e("user-contact", t(a.invalidEmailErrorMessage)), !0), [t, e]), g = o((r) => b(r) ? h(r) ? (e("password", t(a.passwordContainInvalidCharacterErrorMessage)), !0) : !x(r) && !(u(r) && l(r)) && !(u(r) && d(r)) && !(l(r) && d(r)) ? (e("password", t(a.passwordContainLetterNumberOrSymbolErrorMessage)), !0) : !1 : (e("password", t(a.passwordContainMinCharactersErrorMessage)), !0), [t, e]);
20
22
  return {
21
- errors: l,
22
- validateExpiration: m,
23
- validatePassword: E,
24
- validateVanityName: c,
25
- validateUserContact: C,
26
- validateUserSelector: f,
27
- setErrors: n,
23
+ errors: m,
24
+ validateCollaborationLimit: v,
25
+ validateExpiration: c,
26
+ validatePassword: g,
27
+ validateVanityName: f,
28
+ validateUserContact: E,
29
+ validateUserSelector: C,
30
+ setErrors: i,
28
31
  setFieldError: e
29
32
  };
30
33
  };
@@ -6,39 +6,39 @@ import { getUpdatedLinkSettingsFormData as O } from "../utils/form.js";
6
6
  import { useUnifiedShareModalContext as z } from "../contexts/unified-share-modal-context.js";
7
7
  const Q = (e) => {
8
8
  const [s, o] = C(e), u = j(e), {
9
- errors: h,
9
+ errors: E,
10
10
  setErrors: r,
11
11
  setFieldError: n,
12
12
  validateExpiration: p,
13
13
  validatePassword: a,
14
14
  validateVanityName: f
15
15
  } = I(), {
16
- sharingService: E
16
+ sharingService: h
17
17
  } = z(), {
18
- updateSharedLink: g
19
- } = E, {
20
- isLoading: l,
18
+ updateSharedLink: l
19
+ } = h, {
20
+ isLoading: S,
21
21
  onAction: m
22
- } = M(g, "update-shared-link");
22
+ } = M(l, "update-shared-link");
23
23
  q(() => {
24
- !A(u.current, e) && (o(e), r({}), u.current = e);
24
+ A(u.current, e) || (o(e), r({}), u.current = e);
25
25
  }, [e, r]);
26
- const S = i((t, c) => {
27
- o((d) => ({
28
- ...d,
29
- [t]: c
26
+ const g = i((t, d) => {
27
+ o((c) => ({
28
+ ...c,
29
+ [t]: d
30
30
  }));
31
31
  }, []), b = i(() => {
32
32
  o(e), r({});
33
33
  }, [e, r]), v = i(async () => {
34
34
  const t = O(s, e), {
35
- expiration: c,
36
- isExpirationEnabled: d,
35
+ expiration: d,
36
+ isExpirationEnabled: c,
37
37
  isPasswordEnabled: x,
38
38
  isVanityNameEnabled: y,
39
39
  password: k,
40
40
  vanityName: w
41
- } = t, V = d && p(c), L = x && a(k), N = y && f(w);
41
+ } = t, V = c && p(d), L = x && a(k), N = y && f(w);
42
42
  if (V || L || N)
43
43
  return !0;
44
44
  try {
@@ -52,14 +52,14 @@ const Q = (e) => {
52
52
  return !1;
53
53
  }, [s, e, m, n, p, a, f]);
54
54
  return {
55
- errors: h,
55
+ errors: E,
56
56
  formData: s,
57
57
  handleFormReset: b,
58
58
  handleFormSubmit: v,
59
- isUpdating: l,
59
+ isUpdating: S,
60
60
  setErrors: r,
61
61
  setFieldError: n,
62
- setFieldValue: S,
62
+ setFieldValue: g,
63
63
  validatePassword: a
64
64
  };
65
65
  };
@@ -1,5 +1,9 @@
1
1
  import { defineMessages as e } from "react-intl";
2
- const a = e({
2
+ const r = e({
3
+ contactsExceedLimitError: {
4
+ id: "groupSharedFeatures.usm.contactsExceedLimitError",
5
+ defaultMessage: "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches."
6
+ },
3
7
  noticeCloseLabel: {
4
8
  id: "groupSharedFeatures.usm.noticeCloseLabel",
5
9
  defaultMessage: "Close"
@@ -86,5 +90,5 @@ const a = e({
86
90
  }
87
91
  });
88
92
  export {
89
- a as default
93
+ r as default
90
94
  };
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "একটি শেয়ার করা লিঙ্ক তৈরি করা যায়নি। পরে আবার চেষ্টা করুন।",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "একটি শেয়ার করা লিঙ্ক তৈরি করা যায়নি। অনুগ্রহ করে পরে আবার চেষ্টা করুন.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "শেয়ারকৃত লিঙ্ক তৈরি হয়েছে।",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "কিছু সমস্যা হয়েছে। পরে আবার চেষ্টা করুন।",
@@ -24,10 +25,10 @@ export default {
24
25
  "groupSharedFeatures.usm.removeSharedLinkModal.title": "শেয়ারকৃত লিঙ্ক অপসারণ করুন",
25
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "বাতিল করুন",
26
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "বন্ধ করুন",
27
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Download has been disabled for content due to the classification.",
28
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Download has been disabled for content without classification.",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Download for this content has been disabled due to a security policy.",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direct link",
28
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "শ্রেণিবদ্ধকরণের কারণে বিষয়বস্তুর জন্য ডাউনলোড অক্ষম করা হয়েছে।",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "শ্রেণিবদ্ধকরণ ছাড়া বিষয়বস্তুর জন্য ডাউনলোড অক্ষম করা হয়েছে।",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "একটি নিরাপত্তা নীতির কারণে এই বিষয়বস্তু ডাউনলোড করা অক্ষম করা হয়েছে।",
31
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "সরাসরি লিঙ্ক",
31
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "শেয়ার করা লিঙ্ক সহ ব্যবহারকারীদের এই আইটেমটি ডাউনলোড করার অনুমতি দিন",
32
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "শেয়ার করা লিঙ্ক সেটিংস সম্পর্কে আরও জানুন।",
33
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "একটি মেয়াদউত্তীর্ণ হওয়ার তারিখ নির্বাচন করুন",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = একটি শেয়ার করা লিঙ্ক তৈরি করা যায়নি। পরে আবার চেষ্টা করুন।
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = একটি শেয়ার করা লিঙ্ক তৈরি করা যায়নি। অনুগ্রহ করে পরে আবার চেষ্টা করুন.
5
7
  # Notification text when the shared link is successfully created
@@ -49,13 +51,13 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = বাতিল
49
51
  # Aria label for the button to close the Shared Link Settings modal
50
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = বন্ধ করুন
51
53
  # Tooltip message when the direct link is blocked due to access policy with classification
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = শ্রেণিবদ্ধকরণের কারণে বিষয়বস্তুর জন্য ডাউনলোড অক্ষম করা হয়েছে।
53
55
  # Tooltip message when the direct link is blocked due to access policy without classification
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = শ্রেণিবদ্ধকরণ ছাড়া বিষয়বস্তুর জন্য ডাউনলোড অক্ষম করা হয়েছে।
55
57
  # Tooltip message when the direct link is blocked due to malicious content
56
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = একটি নিরাপত্তা নীতির কারণে এই বিষয়বস্তু ডাউনলোড করা অক্ষম করা হয়েছে।
57
59
  # Label for the direct link to download the shared item
58
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
60
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = সরাসরি লিঙ্ক
59
61
  # Label for the download settings toggle
60
62
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = শেয়ার করা লিঙ্ক সহ ব্যবহারকারীদের এই আইটেমটি ডাউনলোড করার অনুমতি দিন
61
63
  # Link to learn more about shared link settings
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Kunne ikke oprette et delt link. Prøv venligst igen senere.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Kunne ikke oprette et delt link. Prøv venligst igen senere.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Delt link blev oprettet.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Noget gik galt. Prøv venligst igen senere.",
@@ -24,10 +25,10 @@ export default {
24
25
  "groupSharedFeatures.usm.removeSharedLinkModal.title": "Fjern delt link",
25
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Annuller",
26
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Luk",
27
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Download has been disabled for content due to the classification.",
28
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Download has been disabled for content without classification.",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Download for this content has been disabled due to a security policy.",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direct link",
28
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Download er blevet deaktiveret for indhold grund af klassificeringen.",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Download er blevet deaktiveret for indhold uden klassificering.",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Download af dette indhold er blevet deaktiveret baggrund af en sikkerhedspolitik.",
31
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direkte link",
31
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Tillad brugere med det delt link at downloade dette element",
32
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Få mere at vide om delt link-indstillinger.",
33
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Vælge en udløbsdato",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Kunne ikke oprette et delt link. Prøv venligst igen senere.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Kunne ikke oprette et delt link. Prøv venligst igen senere.
5
7
  # Notification text when the shared link is successfully created
@@ -49,13 +51,13 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Annuller
49
51
  # Aria label for the button to close the Shared Link Settings modal
50
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Luk
51
53
  # Tooltip message when the direct link is blocked due to access policy with classification
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download er blevet deaktiveret for indhold grund af klassificeringen.
53
55
  # Tooltip message when the direct link is blocked due to access policy without classification
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download er blevet deaktiveret for indhold uden klassificering.
55
57
  # Tooltip message when the direct link is blocked due to malicious content
56
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download af dette indhold er blevet deaktiveret baggrund af en sikkerhedspolitik.
57
59
  # Label for the direct link to download the shared item
58
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
60
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direkte link
59
61
  # Label for the download settings toggle
60
62
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Tillad brugere med det delt link at downloade dette element
61
63
  # Link to learn more about shared link settings
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Ein Freigabe-Link kann nicht erzeugt werden. Versuchen Sie es bitte später noch einmal.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Freigabe-Link generiert.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Es ist ein Fehler aufgetreten. Versuchen Sie es bitte später noch einmal.",
@@ -24,10 +25,10 @@ export default {
24
25
  "groupSharedFeatures.usm.removeSharedLinkModal.title": "Freigabe-Link entfernen",
25
26
  "groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "Abbrechen",
26
27
  "groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "Schließen",
27
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Download has been disabled for content due to the classification.",
28
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Download has been disabled for content without classification.",
29
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Download for this content has been disabled due to a security policy.",
30
- "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direct link",
28
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification": "Der Download der Inhalte wurde aufgrund der Klassifizierung deaktiviert.",
29
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification": "Der Download nicht klassifizierter Inhalte wurde deaktiviert.",
30
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent": "Das Herunterladen dieses Inhalts wurde aufgrund einer Sicherheitsrichtlinie deaktiviert.",
31
+ "groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel": "Direktverknüpfung",
31
32
  "groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "Benutzern mit dem Freigabe-Link das Herunterladen dieses Elements gestatten",
32
33
  "groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "Erfahren Sie mehr über die Einstellungen für Freigabe-Links.",
33
34
  "groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "Wählen Sie ein Ablaufdatum aus",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Ein Freigabe-Link kann nicht erzeugt werden. Versuchen Sie es bitte später noch einmal.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Ein Freigabe-Link kann nicht erstellt werden. Versuchen Sie es bitte später noch einmal.
5
7
  # Notification text when the shared link is successfully created
@@ -49,13 +51,13 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = Abbrechen
49
51
  # Aria label for the button to close the Shared Link Settings modal
50
52
  groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = Schließen
51
53
  # Tooltip message when the direct link is blocked due to access policy with classification
52
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Download has been disabled for content due to the classification.
54
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithClassification = Der Download der Inhalte wurde aufgrund der Klassifizierung deaktiviert.
53
55
  # Tooltip message when the direct link is blocked due to access policy without classification
54
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Download has been disabled for content without classification.
56
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByAccessPolicyWithoutClassification = Der Download nicht klassifizierter Inhalte wurde deaktiviert.
55
57
  # Tooltip message when the direct link is blocked due to malicious content
56
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Download for this content has been disabled due to a security policy.
58
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkBlockedByMaliciousContent = Das Herunterladen dieses Inhalts wurde aufgrund einer Sicherheitsrichtlinie deaktiviert.
57
59
  # Label for the direct link to download the shared item
58
- groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direct link
60
+ groupSharedFeatures.usm.sharedLinkSettingsModal.directLinkLabel = Direktverknüpfung
59
61
  # Label for the download settings toggle
60
62
  groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = Benutzern mit dem Freigabe-Link das Herunterladen dieses Elements gestatten
61
63
  # Link to learn more about shared link settings
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
5
7
  # Notification text when the shared link is successfully created
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
5
7
  # Notification text when the shared link is successfully created
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
5
7
  # Notification text when the shared link is successfully created
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  "groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
3
+ "groupSharedFeatures.usm.contactsExceedLimitError": "Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.",
3
4
  "groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "Unable to create a shared link. Please try again later.",
4
5
  "groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "Shared link created.",
5
6
  "groupSharedFeatures.usm.defaultErrorNoticeText": "Something went wrong. Please try again later.",
@@ -1,5 +1,7 @@
1
1
  # Notification text when the shared link is failed to be created
2
2
  groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
3
+ # Error message when more than the maximum number of contacts is entered
4
+ groupSharedFeatures.usm.contactsExceedLimitError = Oops! The maximum number of collaborators that can be added at once is {maxContacts} collaborators. Please try again by splitting your invitations into batches.
3
5
  # Notification text when the shared link failed to be created
4
6
  groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Unable to create a shared link. Please try again later.
5
7
  # Notification text when the shared link is successfully created