@box/unified-share-modal 0.47.4 → 0.48.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 (46) hide show
  1. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/messages.js +12 -0
  2. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +65 -14
  3. package/dist/esm/lib/constants.js +3 -2
  4. package/dist/esm/lib/hooks/index.js +10 -8
  5. package/dist/esm/lib/hooks/use-form-validation.js +1 -1
  6. package/dist/esm/lib/hooks/use-permission-levels.js +36 -0
  7. package/dist/esm/lib/utils/index.js +12 -11
  8. package/dist/esm/lib/utils/permission.js +15 -6
  9. package/dist/esm/lib/utils/validation.js +15 -15
  10. package/dist/i18n/bn-IN.js +3 -0
  11. package/dist/i18n/da-DK.js +3 -0
  12. package/dist/i18n/de-DE.js +3 -0
  13. package/dist/i18n/en-AU.js +3 -0
  14. package/dist/i18n/en-CA.js +3 -0
  15. package/dist/i18n/en-GB.js +3 -0
  16. package/dist/i18n/en-US.js +3 -0
  17. package/dist/i18n/en-US.properties +6 -0
  18. package/dist/i18n/en-x-pseudo.js +3 -0
  19. package/dist/i18n/es-419.js +3 -0
  20. package/dist/i18n/es-ES.js +3 -0
  21. package/dist/i18n/fi-FI.js +3 -0
  22. package/dist/i18n/fr-CA.js +3 -0
  23. package/dist/i18n/fr-FR.js +3 -0
  24. package/dist/i18n/hi-IN.js +3 -0
  25. package/dist/i18n/it-IT.js +3 -0
  26. package/dist/i18n/ja-JP.js +3 -0
  27. package/dist/i18n/json/src/lib/components/unified-share-form-modal/shared-link-section/messages.json +1 -1
  28. package/dist/i18n/ko-KR.js +3 -0
  29. package/dist/i18n/nb-NO.js +3 -0
  30. package/dist/i18n/nl-NL.js +3 -0
  31. package/dist/i18n/pl-PL.js +3 -0
  32. package/dist/i18n/pt-BR.js +3 -0
  33. package/dist/i18n/ru-RU.js +3 -0
  34. package/dist/i18n/sv-SE.js +3 -0
  35. package/dist/i18n/tr-TR.js +3 -0
  36. package/dist/i18n/zh-CN.js +3 -0
  37. package/dist/i18n/zh-TW.js +3 -0
  38. package/dist/types/lib/components/unified-share-form-modal/shared-link-section/messages.d.ts +15 -0
  39. package/dist/types/lib/constants.d.ts +2 -1
  40. package/dist/types/lib/hooks/index.d.ts +1 -0
  41. package/dist/types/lib/hooks/use-permission-levels.d.ts +6 -0
  42. package/dist/types/lib/stories/shared.d.ts +1 -0
  43. package/dist/types/lib/types.d.ts +57 -10
  44. package/dist/types/lib/utils/permission.d.ts +3 -2
  45. package/package.json +1 -1
  46. package/dist/styles/shared-link-permission.css +0 -1
@@ -80,6 +80,18 @@ const i = e({
80
80
  id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip",
81
81
  defaultMessage: "This option is not available due to a security policy"
82
82
  },
83
+ canEditPermissionLevelLabel: {
84
+ id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel",
85
+ defaultMessage: "Can edit"
86
+ },
87
+ canDownloadPermissionLevelLabel: {
88
+ id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel",
89
+ defaultMessage: "Can view and download"
90
+ },
91
+ canPreviewPermissionLevelLabel: {
92
+ id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel",
93
+ defaultMessage: "Can view only"
94
+ },
83
95
  autoCreateCopyErrorNoticeText: {
84
96
  id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText",
85
97
  defaultMessage: "Shared link created. Click Copy to share."
@@ -1,19 +1,70 @@
1
- import e from "clsx";
2
- import { TriggerButton as o } from "@box/blueprint-web";
3
- import { jsx as n } from "react/jsx-runtime";
4
- import '../../../../../styles/shared-link-permission.css';const i = "_container_1l4s8_1", t = "_overrides_1l4s8_1", r = {
5
- container: i,
6
- overrides: t
1
+ import b from "clsx";
2
+ import { useState as v } from "react";
3
+ import { DropdownMenu as e, TriggerButton as L } from "@box/blueprint-web";
4
+ import { jsxs as C, jsx as n } from "react/jsx-runtime";
5
+ import { usePermissionLevels as k } from "../../../hooks/use-permission-levels.js";
6
+ import { useUnifiedShareModalContext as M } from "../../../contexts/unified-share-modal-context.js";
7
+ import { useSharingAction as z } from "../../../hooks/use-sharing-action.js";
8
+ import '../../../../../styles/shared-link-access.css';const P = "_container_xhq4z_1", q = "_overrides_xhq4z_1", w = "_content_xhq4z_6", t = {
9
+ container: P,
10
+ overrides: q,
11
+ content: w
7
12
  };
8
- function l() {
9
- return /* @__PURE__ */ n(o, {
10
- caretDirection: "down",
11
- className: e(r.container, r.overrides),
12
- label: "Can view and download",
13
- size: "extraSmall",
14
- variant: "tertiary"
13
+ function T() {
14
+ const [r, c] = v(!1), {
15
+ isSubmitting: a,
16
+ sharedLink: l,
17
+ sharingService: m
18
+ } = M(), {
19
+ access: d,
20
+ permission: h
21
+ } = l, {
22
+ changeSharedLinkPermission: p
23
+ } = m, {
24
+ isLoading: u,
25
+ onAction: g
26
+ } = z(p), {
27
+ allowedLevels: i,
28
+ selectedPermission: s
29
+ } = k();
30
+ if (d === "collaborators" || !i.length || !s)
31
+ return null;
32
+ const {
33
+ label: f
34
+ } = s;
35
+ return /* @__PURE__ */ C(e.Root, {
36
+ onOpenChange: c,
37
+ open: r,
38
+ children: [/* @__PURE__ */ n(e.Trigger, {
39
+ children: /* @__PURE__ */ n(L, {
40
+ caretDirection: r ? "up" : "down",
41
+ className: b(t.container, t.overrides),
42
+ disabled: a ?? u,
43
+ label: f,
44
+ size: "extraSmall",
45
+ variant: "tertiary"
46
+ })
47
+ }), /* @__PURE__ */ n(e.Content, {
48
+ align: "start",
49
+ className: t.content,
50
+ children: i.map((x) => {
51
+ const {
52
+ description: S,
53
+ id: o,
54
+ label: _
55
+ } = x;
56
+ return /* @__PURE__ */ n(e.CheckboxItem, {
57
+ checked: h === o,
58
+ onSelect: () => g(o),
59
+ children: /* @__PURE__ */ n(e.Item.MainContent, {
60
+ caption: S,
61
+ label: _
62
+ })
63
+ }, o);
64
+ })
65
+ })]
15
66
  });
16
67
  }
17
68
  export {
18
- l as SharedLinkPermission
69
+ T as SharedLinkPermission
19
70
  };
@@ -14,12 +14,13 @@ const e = ["invite-collaborators", "create-shared-link", "delete-shared-link", "
14
14
  sharedLinkEmail: !0,
15
15
  sharedLinkPermission: !0,
16
16
  sharedLinkSettings: !0
17
- }, o = ["co_owner", "editor", "previewer", "previewer_uploader", "uploader", "viewer", "viewer_uploader"], a = ["owner", ...o], t = ["open", "company", "collaborators"], i = 256;
17
+ }, o = ["co_owner", "editor", "previewer", "previewer_uploader", "uploader", "viewer", "viewer_uploader"], a = ["owner", ...o], t = ["open", "company", "collaborators"], n = ["can_edit", "can_download", "can_preview"], i = 256;
18
18
  export {
19
19
  i as COLLABORATION_MESSAGE_CHARACTER_LIMIT,
20
20
  r as DEFAULT_CONFIGURATION,
21
21
  e as DEFAULT_NOTIFICATIONS,
22
22
  t as SUPPORTED_ACCESS_LEVELS,
23
23
  a as SUPPORTED_COLLABORATOR_ROLES,
24
- o as SUPPORTED_INVITATION_ROLES
24
+ o as SUPPORTED_INVITATION_ROLES,
25
+ n as SUPPORTED_PERMISSION_LEVELS
25
26
  };
@@ -1,12 +1,14 @@
1
- import { useAccessLevels as e } from "./use-access-levels.js";
2
- import { useCollaborationForm as s } from "./use-collaboration-form.js";
1
+ import { useAccessLevels as r } from "./use-access-levels.js";
2
+ import { useCollaborationForm as t } from "./use-collaboration-form.js";
3
3
  import { useFormValidation as i } from "./use-form-validation.js";
4
- import { useLinkSettingsForm as a } from "./use-link-settings-form.js";
5
- import { useSharingAction as p } from "./use-sharing-action.js";
4
+ import { useLinkSettingsForm as f } from "./use-link-settings-form.js";
5
+ import { usePermissionLevels as u } from "./use-permission-levels.js";
6
+ import { useSharingAction as a } from "./use-sharing-action.js";
6
7
  export {
7
- e as useAccessLevels,
8
- s as useCollaborationForm,
8
+ r as useAccessLevels,
9
+ t as useCollaborationForm,
9
10
  i as useFormValidation,
10
- a as useLinkSettingsForm,
11
- p as useSharingAction
11
+ f as useLinkSettingsForm,
12
+ u as usePermissionLevels,
13
+ a as useSharingAction
12
14
  };
@@ -16,7 +16,7 @@ const R = () => {
16
16
  return e("expiration", t(a.expirationRequiredErrorMessage)), !0;
17
17
  const s = p();
18
18
  return r.compare(s) < 0 ? (e("expiration", t(a.expirationFutureDateRequiredErrorMessage)), !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) => 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]), 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]);
20
20
  return {
21
21
  errors: l,
22
22
  validateExpiration: m,
@@ -0,0 +1,36 @@
1
+ import c from "lodash/camelCase";
2
+ import { useMemo as t } from "react";
3
+ import { useIntl as d } from "react-intl";
4
+ import f from "../components/unified-share-form-modal/shared-link-section/messages.js";
5
+ import { getAllowedPermissionLevels as u } from "../utils/permission.js";
6
+ import { useUnifiedShareModalContext as L } from "../contexts/unified-share-modal-context.js";
7
+ const w = () => {
8
+ const {
9
+ formatMessage: o
10
+ } = d(), {
11
+ sharedLink: n
12
+ } = L(), {
13
+ permission: r,
14
+ permissionLevels: i
15
+ } = n, s = t(() => u(i).map((e) => {
16
+ const {
17
+ description: l,
18
+ id: a,
19
+ label: p
20
+ } = e;
21
+ return {
22
+ ...e,
23
+ description: l ?? "",
24
+ label: p ?? o(f[`${c(a)}PermissionLevelLabel`])
25
+ };
26
+ }), [i, o]), m = t(() => s.find(({
27
+ id: e
28
+ }) => r === e), [r, s]);
29
+ return {
30
+ allowedLevels: s,
31
+ selectedPermission: m
32
+ };
33
+ };
34
+ export {
35
+ w as usePermissionLevels
36
+ };
@@ -1,13 +1,13 @@
1
- import { getAvatarBadgeSize as e, getDefaultCollaborationRole as t, getFirstInitial as r, isCollaboratorRoleSupported as i, isInvitationRoleSupported as s } from "./collaborator.js";
1
+ import { getAvatarBadgeSize as a, getDefaultCollaborationRole as t, getFirstInitial as r, isCollaboratorRoleSupported as s, isInvitationRoleSupported as i } from "./collaborator.js";
2
2
  import { formatDateFromTimestampToCalendarDate as d, formatDateFromTimestampToDateString as l, formatTomorrowDateToCalendarDate as m } from "./date.js";
3
3
  import { callOnKeyboardEvent as p } from "./event.js";
4
- import { getAllowedAccessLevels as w } from "./permission.js";
5
- import { doesPasswordContainInvalidCharacter as D, doesPasswordContainLetter as x, doesPasswordContainMinCharacters as P, doesPasswordContainMixedCase as S, doesPasswordContainNumber as T, doesPasswordContainSymbol as b, getSharedLinkFormValidation as c, isEmailValid as v, isVanityNameValid as u } from "./validation.js";
4
+ import { getAllowedAccessLevels as w, getAllowedPermissionLevels as g } from "./permission.js";
5
+ import { doesPasswordContainInvalidCharacter as P, doesPasswordContainLetter as v, doesPasswordContainMinCharacters as x, doesPasswordContainMixedCase as S, doesPasswordContainNumber as T, doesPasswordContainSymbol as b, getSharedLinkFormValidation as c, isEmailValid as u, isVanityNameValid as A } from "./validation.js";
6
6
  export {
7
7
  p as callOnKeyboardEvent,
8
- D as doesPasswordContainInvalidCharacter,
9
- x as doesPasswordContainLetter,
10
- P as doesPasswordContainMinCharacters,
8
+ P as doesPasswordContainInvalidCharacter,
9
+ v as doesPasswordContainLetter,
10
+ x as doesPasswordContainMinCharacters,
11
11
  S as doesPasswordContainMixedCase,
12
12
  T as doesPasswordContainNumber,
13
13
  b as doesPasswordContainSymbol,
@@ -15,12 +15,13 @@ export {
15
15
  l as formatDateFromTimestampToDateString,
16
16
  m as formatTomorrowDateToCalendarDate,
17
17
  w as getAllowedAccessLevels,
18
- e as getAvatarBadgeSize,
18
+ g as getAllowedPermissionLevels,
19
+ a as getAvatarBadgeSize,
19
20
  t as getDefaultCollaborationRole,
20
21
  r as getFirstInitial,
21
22
  c as getSharedLinkFormValidation,
22
- i as isCollaboratorRoleSupported,
23
- v as isEmailValid,
24
- s as isInvitationRoleSupported,
25
- u as isVanityNameValid
23
+ s as isCollaboratorRoleSupported,
24
+ u as isEmailValid,
25
+ i as isInvitationRoleSupported,
26
+ A as isVanityNameValid
26
27
  };
@@ -1,14 +1,23 @@
1
1
  import o from "lodash/keyBy";
2
- import { SUPPORTED_ACCESS_LEVELS as i } from "../constants.js";
3
- const d = (t = []) => {
2
+ import { SUPPORTED_ACCESS_LEVELS as c, SUPPORTED_PERMISSION_LEVELS as u } from "../constants.js";
3
+ const L = (t = []) => {
4
4
  const s = t.map((r) => typeof r == "string" ? {
5
5
  id: r
6
- } : r), c = o(s, "id");
7
- return i.reduce((r, n) => {
8
- const e = c[n];
6
+ } : r), n = o(s, "id");
7
+ return c.reduce((r, i) => {
8
+ const e = n[i];
9
+ return e ? [...r, e] : r;
10
+ }, []);
11
+ }, p = (t = []) => {
12
+ const s = t.map((r) => typeof r == "string" ? {
13
+ id: r
14
+ } : r), n = o(s, "id");
15
+ return u.reduce((r, i) => {
16
+ const e = n[i];
9
17
  return e ? [...r, e] : r;
10
18
  }, []);
11
19
  };
12
20
  export {
13
- d as getAllowedAccessLevels
21
+ L as getAllowedAccessLevels,
22
+ p as getAllowedPermissionLevels
14
23
  };
@@ -1,31 +1,31 @@
1
- const m = /^[a-zA-Z0-9-]{12,30}$/, A = /^[A-Z0-9._'%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i, P = (a) => m.test(a), f = (a) => a.length === 0 ? !0 : A.test(a), v = (a) => a.length >= 8, N = (a) => a.replace(/\D/g, "").length >= 1, V = (a) => a.replace(/\s/g, "").replace(/\w/g, "").length >= 1, y = (a) => /[a-zA-Z]/.test(a), x = (a) => /[a-z]/.test(a) && /[A-Z]/.test(a), D = (a) => /[\s<>]/.test(a), Z = (a, d, r) => {
1
+ const P = /^[a-zA-Z0-9-]{12,30}$/, g = /^[A-Z0-9._'%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i, h = (a) => P.test(a), v = (a) => g.test(a), N = (a) => a.length >= 8, V = (a) => a.replace(/\D/g, "").length >= 1, f = (a) => a.replace(/\s/g, "").replace(/\w/g, "").length >= 1, y = (a) => /[a-zA-Z]/.test(a), x = (a) => /[a-z]/.test(a) && /[A-Z]/.test(a), D = (a) => /[\s<>]/.test(a), Z = (a, d, r) => {
2
2
  const {
3
3
  expiration: l,
4
- isDownloadEnabled: u,
4
+ isDownloadEnabled: c,
5
5
  isExpirationEnabled: n,
6
6
  isPasswordEnabled: s,
7
7
  isVanityEnabled: o,
8
8
  password: i,
9
- vanityName: c
9
+ vanityName: u
10
10
  } = d, {
11
11
  canChangeDownload: p,
12
12
  canChangeExpiration: w,
13
13
  canChangeVanityName: E,
14
- canChangePassword: C,
15
- isDownloadAvailable: b,
16
- isPasswordAvailable: g,
17
- isVanityNameAvailable: h
14
+ canChangePassword: m,
15
+ isDownloadAvailable: C,
16
+ isPasswordAvailable: b,
17
+ isVanityNameAvailable: A
18
18
  } = a, e = {
19
19
  updatedExpiration: n ? l : 0,
20
20
  updatedPassword: s ? i : "",
21
- updatedVanityName: o ? c : "",
22
- updatedIsDownloadEnabled: u
21
+ updatedVanityName: o ? u : "",
22
+ updatedIsDownloadEnabled: c
23
23
  }, t = {
24
24
  expiration: !1,
25
25
  password: !1,
26
26
  vanityName: !1
27
27
  };
28
- return w ? n && (t.expiration = !0) : e.updatedExpiration = void 0, !g || !C || r.isPasswordEnabled && !i ? e.updatedPassword = void 0 : s && (t.password = !0), !h || !E ? e.updatedVanityName = void 0 : o && (t.vanityName = !0), (!b || !p) && (e.updatedIsDownloadEnabled = void 0), {
28
+ return w ? n && (t.expiration = !0) : e.updatedExpiration = void 0, !b || !m || r.isPasswordEnabled && !i ? e.updatedPassword = void 0 : s && (t.password = !0), !A || !E ? e.updatedVanityName = void 0 : o && (t.vanityName = !0), (!C || !p) && (e.updatedIsDownloadEnabled = void 0), {
29
29
  updatedFormData: e,
30
30
  shouldValidate: t
31
31
  };
@@ -33,11 +33,11 @@ const m = /^[a-zA-Z0-9-]{12,30}$/, A = /^[A-Z0-9._'%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$
33
33
  export {
34
34
  D as doesPasswordContainInvalidCharacter,
35
35
  y as doesPasswordContainLetter,
36
- v as doesPasswordContainMinCharacters,
36
+ N as doesPasswordContainMinCharacters,
37
37
  x as doesPasswordContainMixedCase,
38
- N as doesPasswordContainNumber,
39
- V as doesPasswordContainSymbol,
38
+ V as doesPasswordContainNumber,
39
+ f as doesPasswordContainSymbol,
40
40
  Z as getSharedLinkFormValidation,
41
- f as isEmailValid,
42
- P as isVanityNameValid
41
+ v as isEmailValid,
42
+ h as isVanityNameValid
43
43
  };
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "শেয়ারকৃত লিঙ্ক ক্লিপবোর্ডে কপি করা হয়েছে।",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "শেয়ারকৃত লিঙ্ক তৈরি করা হয়েছে। শেয়ার করতে কপি ক্লিক করুন।",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "শেয়ারকৃত লিঙ্ক তৈরি করা হয়েছে এবং ক্লিপবোর্ডে কপি করা হয়েছে।",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "শুধুমাত্র আমন্ত্রিত লোকজন এই {item} অ্যাক্সেস করতে পারবে",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "শুধুমাত্র আমন্ত্রিত লোকজন",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "লিঙ্ক সহ আপনার কোম্পানির যে কেউ বা এই {item} আমন্ত্রিত লোকেরা অ্যাক্সেস করতে পারবে",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Delt link kopieret til udklipsholder.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt link oprettet. Klik på Kopiér for at dele.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt link oprettet og kopieret til udklipsholder.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterede personer har adgang til dette {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Kun inviterede personer",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle i din virksomhed med linket eller personer, der er inviteret til dette {item}, kan få adgang",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Der Freigabe-Link wurde in die Zwischenablage kopiert.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Freigabe-Link generiert. Klicken Sie auf Kopieren, um den Freigabe-Link zu kopieren.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Der Freigabe-Link wurde generiert und in die Zwischenablage kopiert.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Nur eingeladene Personen können auf diese(n) {item} zugreifen",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Nur eingeladene Personen",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle in Ihrem Unternehmen mit dem Link oder Personen, die zu diesem/dieser {item} eingeladen wurden, können darauf zugreifen",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Shared link copied to clipboard.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Invited people only",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Anyone in your company with the link or people invited to this {item} can access",
@@ -170,6 +170,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessN
170
170
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Shared link created. Click Copy to share.
171
171
  # Notification text when the shared link is successfully copied to clipboard after link is created
172
172
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Shared link created and copied to clipboard.
173
+ # Label for the permission level where shared link users can download the item
174
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Can view and download
175
+ # Label for the permission level where shared link users can edit the item
176
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Can edit
177
+ # Label for the permission level where shared link users can preview the item
178
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = Can view only
173
179
  # Description for the access level where only invited users can access the item
174
180
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Only invited people can access this {item}
175
181
  # Label for the access level where only invited users can access the item
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬 Śĥäŗëď ļίήķ ¢оΡīέď ťо ćľìΡвóâгď. 國國國國國國國國國⟧",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Şнăŕęď ĺīήķ ĉѓеâτėď. Ċĺĩċκ ÇόΡγ ťō ŝĥàгé. 國國國國國國國國國國國國⟧",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Şнâґĕď ľιŋκ ćѓеāťĕď ǻпď čоΡιéď ŧó čļîΡвôąґď. 國國國國國國國國國國國國國⟧",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ōńļŷ ίлνіτеď ΡëоΡļę сäή άĉćеѕś ŧнįѕ {item} 國國國國國國國國國國國國⟧",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "⟦萬萬萬萬萬 Īηνįťεď ΡεσΡĺę òпĺў 國國國國國⟧",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąňỳōиè ïη ýøųя ¢õmΡāňŷ ẃіŧħ ţнε ļійк òѓ ΡēöΡĺέ ïηνιťéď ŧø τĥíŝ {item} çαň áĉćëŝś 國國國國國國國國國國國國國國國國國國國國國國國⟧",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "El enlace compartido se ha copiado al portapapeles.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Se ha creado el enlace compartido. Haga clic en Copiar para compartir.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo personas invitadas",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Cualquier persona de su empresa con el enlace o las personas invitadas a este {item} pueden acceder",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "El enlace compartido se ha copiado al portapapeles.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Se ha creado el enlace compartido. Haga clic en Copiar para compartir.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo personas invitadas",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Cualquier persona de su empresa con el enlace o las personas invitadas a este {item} pueden acceder",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Jaettu linkki on kopioitu leikepöydälle.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Jaettu linkki luotu. Jaa napsauttamalla Kopioi.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Jaettu linkki on luotu ja kopioitu leikepöydälle.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Vain kutsutut henkilöt voivat käyttää kohdetta {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Vain kutsutut henkilöt",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Kaikilla yrityksesi henkilöillä, joilla on linkki tai kohteeseen {item} kutsutuilla henkilöillä on käyttöoikeus",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Lien partagé copié dans le Presse-papiers.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Utilisateurs invités uniquement",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tout utilisateur au sein de votre entreprise disposant du lien ou tout utilisateur invité à ce {item} peut y accéder",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Lien partagé copié dans le Presse-papiers.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Utilisateurs invités uniquement",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tout utilisateur au sein de votre entreprise disposant du lien ou tout utilisateur invité à ce {item} peut y accéder",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "शेयर्ड लिंक को क्लिपबोर्ड पर कॉपी किया गया।",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "केवल आमंत्रित लोग",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "आपकी कंपनी का कोई भी व्यक्ति या इस {item} में आमंत्रित किए गए लोग इसे एक्सेस कर सकते हैं",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Collegamento condiviso copiato negli appunti.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Collegamento condiviso creato. Clicca su Copia per condividere.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Collegamento condiviso creato e copiato negli appunti.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo le persone invitate possono accedere a questo {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Solo le persone invitate",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Tutte le persone nella tua azienda che dispongono del collegamento o le persone invitate in questo {item} possono accedere",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共有リンクをクリップボードにコピーしました。",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "共有リンクを作成しました。[コピー] をクリックして共有してください。",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共有リンクを作成してクリップボードにコピーしました。",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "招待されたユーザーのみがこの{item}にアクセスできます",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "招待されたユーザーのみ",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "リンクを知っている社内のユーザー全員、またはこの{item}に招待されたユーザーがアクセスできます",
@@ -1 +1 @@
1
- [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
1
+ [{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel","description":"Label for the section to manage the shared link of the file / folder","defaultMessage":"Share Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel","description":"Label for the toggle to create and delete the shared link","defaultMessage":"Shared link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip","description":"Tooltip on the disabled toggle to create a new shared link","defaultMessage":"Create and copy link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel","description":"Label for the button link to open the Shared Link Settings modal","defaultMessage":"Link Settings"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel","description":"Label for the text field of the URL for sharing the file / folder","defaultMessage":"Shared link URL"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel","description":"Aria label and tooltip for the icon button to email the shared link","defaultMessage":"Send Shared Link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel","description":"Label for the icon button to indicate the shared link has an expiration date","defaultMessage":"Expires"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip","description":"Tooltip for the icon button to indicate the shared link has an expiration date","defaultMessage":"This link will expire and be inaccessible on {expirationDate}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel","description":"Label for the access level where anyone with the URL can access the item","defaultMessage":"People with the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription","description":"Description for the access level where anyone with the URL can access the item","defaultMessage":"Publicly accessible and no sign-in required"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel","description":"Label for the access level where users in the company can access the item","defaultMessage":"People in your company"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription","description":"Description for the access level where users in the company can access the item","defaultMessage":"Anyone in your company with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel","description":"Label for the access level where users in the enterprise can access the item","defaultMessage":"People in {enterprise}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription","description":"Description for the access level where users in the enterprise can access the item","defaultMessage":"Anyone at {enterprise} with the link or people invited to this {item} can access"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel","description":"Label for the access level where only invited users can access the item","defaultMessage":"Invited people only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription","description":"Description for the access level where only invited users can access the item","defaultMessage":"Only invited people can access this {item}"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a file","defaultMessage":"file"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a folder","defaultMessage":"folder"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a hub","defaultMessage":"hub"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip","description":"Tooltip on an access level that has been disabled due to a security policy in the enterprise","defaultMessage":"This option is not available due to a security policy"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel","description":"Label for the permission level where shared link users can edit the item","defaultMessage":"Can edit"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel","description":"Label for the permission level where shared link users can download the item","defaultMessage":"Can view and download"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel","description":"Label for the permission level where shared link users can preview the item","defaultMessage":"Can view only"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText","description":"Text for the create and copy shared link notification when copy failed but creation succeeded.","defaultMessage":"Shared link created. Click Copy to share."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard after link is created","defaultMessage":"Shared link created and copied to clipboard."},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText","description":"Notification text when the shared link is successfully copied to clipboard","defaultMessage":"Shared link copied to clipboard."}]
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "공유 링크가 클립보드에 복사되었습니다.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "공유 링크가 생성되었습니다. 공유하려면 복사를 클릭하세요.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "초대받은 사용자만 이 {item}에 액세스할 수 있습니다",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "초대받은 사용자만",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "링크를 가진 회사 내 모든 사용자 또는 이 {item}에 초대된 사용자가 액세스할 수 있습니다",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Delt kobling er kopiert til utklippstavlen.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt kobling opprettet. Klikk Kopier for å dele.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt kobling er opprettet og kopiert til utklippstavlen.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterte personer har tilgang til denne {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Kun inviterte personer",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Alle i bedriften med koblingen, eller personer som er invitert til denne filen {item}, har tilgang til den",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Gedeelde link gekopieerd naar het klembord.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Gedeelde link gemaakt. Klik op Kopiëren om te delen.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Alleen uitgenodigden hebben toegang tot deze {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Alleen uitgenodigde personen",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Iedereen binnen uw bedrijf met de link of mensen die voor deze {item} zijn uitgenodigd, hebben toegang",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Łącze udostępnione skopiowane do schowka.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Łącze udostępnione utworzone i skopiowane do schowka.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Tylko zaproszone osoby",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Wszyscy użytkownicy w Twojej firmie dysponujący łączem lub użytkownicy zaproszeni do tego {item} mogą uzyskać dostęp",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Link compartilhado copiado para a área de transferência.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Link compartilhado criado. Clique em Copiar para compartilhar.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Apenas as pessoas convidadas podem acessar esse {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Apenas pessoas convidadas",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Qualquer pessoa em sua empresa com o link ou as pessoas convidadas para esse {item} podem acessar",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Общая ссылка скопирована в буфер обмена.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Доступ к этому {item} разрешен только приглашенным пользователям",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Только приглашенные пользователи",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Все сотрудники вашей компании, у которых есть ссылка, или пользователи, приглашенные в этот {item} могут получить доступ",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Delad länk kopierad till urklipp.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delad länk skapad. Klicka kopiera för att dela.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delad länk skapad och kopierad till urklipp.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Endast inbjudna personer har åtkomst till det här {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Endast inbjudna personer",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Vem som helst i ditt företag med länken eller personer inbjudna till det här {item} har åtkomst",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "Paylaşılan bağlantı panoya kopyalandı.",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Yalnızca davet edilen kişiler bu {item} öğesine erişebilir",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "Yalnızca davetli kişiler",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "Şirketinizde bağlantıya sahip herkes veya bu {item} öğesine davet edilen kişiler erişebilir",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共享链接已复制到剪贴板。",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已创建共享链接。单击复制以共享。",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "已创建共享链接并将其复制到剪贴板。",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "仅受邀人员可访问此 {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "仅受邀人员",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "贵公司中拥有链接的任何人员或受邀人员均可访问此 {item}",
@@ -85,6 +85,9 @@ export default {
85
85
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "共用的連結已複製到剪貼簿。",
86
86
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已建立共用的連結。 按一下複製以分享。",
87
87
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
88
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
89
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
90
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
88
91
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "只有受邀的人員才能存取此 {item}",
89
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "僅限受邀的人員",
90
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "您公司中任何有此連結的任何人,或受邀共用此 {item} 的人員,都可以存取",
@@ -99,6 +99,21 @@ declare const messages: {
99
99
  description: string;
100
100
  id: string;
101
101
  };
102
+ canEditPermissionLevelLabel: {
103
+ defaultMessage: string;
104
+ description: string;
105
+ id: string;
106
+ };
107
+ canDownloadPermissionLevelLabel: {
108
+ defaultMessage: string;
109
+ description: string;
110
+ id: string;
111
+ };
112
+ canPreviewPermissionLevelLabel: {
113
+ defaultMessage: string;
114
+ description: string;
115
+ id: string;
116
+ };
102
117
  autoCreateCopyErrorNoticeText: {
103
118
  defaultMessage: string;
104
119
  description: string;
@@ -1,7 +1,8 @@
1
- import { AccessLevelType, Configuration, NotificationType } from './types';
1
+ import { AccessLevelType, Configuration, NotificationType, PermissionLevelType } from './types';
2
2
  export declare const DEFAULT_NOTIFICATIONS: NotificationType[];
3
3
  export declare const DEFAULT_CONFIGURATION: Configuration;
4
4
  export declare const SUPPORTED_INVITATION_ROLES: string[];
5
5
  export declare const SUPPORTED_COLLABORATOR_ROLES: string[];
6
6
  export declare const SUPPORTED_ACCESS_LEVELS: AccessLevelType[];
7
+ export declare const SUPPORTED_PERMISSION_LEVELS: PermissionLevelType[];
7
8
  export declare const COLLABORATION_MESSAGE_CHARACTER_LIMIT = 256;
@@ -2,4 +2,5 @@ export * from './use-access-levels';
2
2
  export * from './use-collaboration-form';
3
3
  export * from './use-form-validation';
4
4
  export * from './use-link-settings-form';
5
+ export * from './use-permission-levels';
5
6
  export * from './use-sharing-action';
@@ -0,0 +1,6 @@
1
+ import { PermissionLevel } from '../types';
2
+ declare const usePermissionLevels: () => {
3
+ allowedLevels: PermissionLevel[];
4
+ selectedPermission: PermissionLevel;
5
+ };
6
+ export { usePermissionLevels };
@@ -22,6 +22,7 @@ export declare const useMockSharedLink: (sharedLinkArg: any) => {
22
22
  deleteSharedLink: () => Promise<void>;
23
23
  updateSharedLink: () => Promise<void>;
24
24
  changeSharedLinkAccess: (access: any) => Promise<void>;
25
+ changeSharedLinkPermission: (permission: any) => Promise<void>;
25
26
  };
26
27
  };
27
28
  export declare const defaultArgs: UnifiedShareModalProps;
@@ -40,6 +40,10 @@ export type AccessLevelType = 'open' | 'company' | 'collaborators';
40
40
  * Shield policies that restrict access or permissions on the item.
41
41
  */
42
42
  export type ShieldPolicyType = 'access_policy' | 'malicious_content' | 'information_barrier';
43
+ /**
44
+ * Supported permission levels for a shared link. The allowed permission levels are dependent on the Item and Enterprise settings.
45
+ */
46
+ export type PermissionLevelType = 'can_edit' | 'can_download' | 'can_preview';
43
47
  /**
44
48
  * Supported item types in the Unified Share Modal.
45
49
  */
@@ -95,6 +99,44 @@ export interface Enterprise {
95
99
  */
96
100
  name?: string;
97
101
  }
102
+ export interface SharedLink {
103
+ /**
104
+ * The access level of the shared link.
105
+ */
106
+ access?: AccessLevelType;
107
+ /**
108
+ * The available access levels for the shared link. The allowed levels are dependent on the Enterprise settings.
109
+ */
110
+ accessLevels?: (AccessLevel | AccessLevelType)[];
111
+ /**
112
+ * The expiration timestamp of the shared link to indicate when the item will be unshared.
113
+ */
114
+ expiresAt?: number;
115
+ /**
116
+ * The permission level of the shared link.
117
+ */
118
+ permission?: PermissionLevelType;
119
+ /**
120
+ * The available permission levels for the shared link. The allowed levels are dependent on the Item and Enterprise settings.
121
+ */
122
+ permissionLevels?: (PermissionLevel | PermissionLevelType)[];
123
+ /**
124
+ * The configuration options and permissions for managing the shared link settings.
125
+ */
126
+ settings?: SharedLinkSettings;
127
+ /**
128
+ * The URL that can be used to access the shared item.
129
+ */
130
+ url: string;
131
+ /**
132
+ * The static domain portion of the shared link. Used with `vanityName` to preview the custom URL.
133
+ */
134
+ vanityDomain?: string;
135
+ /**
136
+ * The custom name of the shared link. Used with `vanityDomain` to preview the custom URL.
137
+ */
138
+ vanityName?: string;
139
+ }
98
140
  export interface SharedLinkSettings {
99
141
  canChangeDownload?: boolean;
100
142
  canChangeExpiration?: boolean;
@@ -106,15 +148,6 @@ export interface SharedLinkSettings {
106
148
  isPasswordEnabled?: boolean;
107
149
  isVanityNameAvailable?: boolean;
108
150
  }
109
- export interface SharedLink {
110
- access?: AccessLevelType;
111
- accessLevels?: (AccessLevel | AccessLevelType)[];
112
- expiresAt?: number;
113
- settings?: SharedLinkSettings;
114
- url: string;
115
- vanityDomain?: string;
116
- vanityName?: string;
117
- }
118
151
  export interface AccessLevel {
119
152
  /**
120
153
  * The description for the access level. Each access level has a default description.
@@ -133,6 +166,20 @@ export interface AccessLevel {
133
166
  */
134
167
  label?: string;
135
168
  }
169
+ export interface PermissionLevel {
170
+ /**
171
+ * The description for the permission level. There are no default descriptions.
172
+ */
173
+ description?: string;
174
+ /**
175
+ * The ID of the permission level. The value must be one of the allowed permission levels within the Enterprise.
176
+ */
177
+ id: PermissionLevelType;
178
+ /**
179
+ * The label for the permission level. Each permission level has a default label.
180
+ */
181
+ label?: string;
182
+ }
136
183
  export interface Collaborator {
137
184
  /**
138
185
  * The URL to the profile picture of the collaborator.
@@ -244,7 +291,7 @@ export interface SharingService {
244
291
  deleteSharedLink?: () => Promise<SharingResponse | void>;
245
292
  updateSharedLink?: () => Promise<SharingResponse | void>;
246
293
  changeSharedLinkAccess?: (access: AccessLevelType) => Promise<void>;
247
- changeSharedLinkPermission?: () => Promise<void>;
294
+ changeSharedLinkPermission?: (permission: PermissionLevelType) => Promise<void>;
248
295
  }
249
296
  /**
250
297
  * Response structure for sharing actions in the Unified Share Modal.
@@ -1,3 +1,4 @@
1
- import { AccessLevel, AccessLevelType } from '../types';
1
+ import { AccessLevel, AccessLevelType, PermissionLevel, PermissionLevelType } from '../types';
2
2
  declare const getAllowedAccessLevels: (accessLevels?: (AccessLevel | AccessLevelType)[]) => AccessLevel[];
3
- export { getAllowedAccessLevels };
3
+ declare const getAllowedPermissionLevels: (permissionLevels?: (PermissionLevel | PermissionLevelType)[]) => PermissionLevel[];
4
+ export { getAllowedAccessLevels, getAllowedPermissionLevels };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "0.47.4",
3
+ "version": "0.48.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^9.18.13",
@@ -1 +0,0 @@
1
- ._container_1l4s8_1._overrides_1l4s8_1{min-height:unset;font-weight:var(--body-default-font-weight)}