@box/unified-share-modal 1.16.2 → 1.17.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.
@@ -104,6 +104,10 @@ const i = e({
104
104
  id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel",
105
105
  defaultMessage: "Can view only"
106
106
  },
107
+ canEditBoxNoteDisabledTooltip: {
108
+ id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip",
109
+ defaultMessage: "This permission can only be changed in Box Notes"
110
+ },
107
111
  autoCreateCopyErrorNoticeText: {
108
112
  id: "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText",
109
113
  defaultMessage: "Shared link created. Click Copy to share."
@@ -1,75 +1,96 @@
1
- import k from "clsx";
2
- import { useState as M } from "react";
3
- import { DropdownMenu as e, TriggerButton as z } from "@box/blueprint-web";
4
- import { jsxs as P, jsx as n } from "react/jsx-runtime";
1
+ import p from "clsx";
2
+ import { useState as I } from "react";
3
+ import { useIntl as O } from "react-intl";
4
+ import { Tooltip as z, Focusable as E, TriggerButton as h, DropdownMenu as t } from "@box/blueprint-web";
5
+ import { FILE_EXTENSION_BOX_NOTE as w } from "../../../constants.js";
6
+ import D from "./messages.js";
7
+ import { jsx as e, jsxs as P } from "react/jsx-runtime";
5
8
  import { usePermissionLevels as q } from "../../../hooks/use-permission-levels.js";
6
- import { useUnifiedShareModalContext as w } from "../../../contexts/unified-share-modal-context.js";
9
+ import { useUnifiedShareModalContext as y } from "../../../contexts/unified-share-modal-context.js";
7
10
  import { useSharingAction as A } from "../../../hooks/use-sharing-action.js";
8
- import '../../../../../styles/shared-link-access.css';const I = "_container_xhq4z_1", O = "_overrides_xhq4z_1", j = "_content_xhq4z_6", o = {
9
- container: I,
10
- overrides: O,
11
- content: j
11
+ import '../../../../../styles/shared-link-access.css';const B = "_container_xhq4z_1", j = "_overrides_xhq4z_1", F = "_content_xhq4z_6", n = {
12
+ container: B,
13
+ overrides: j,
14
+ content: F
12
15
  };
13
- function E() {
14
- const [s, a] = M(!1), {
15
- isSubmitting: l,
16
- item: m,
17
- sharedLink: d,
18
- sharingService: h
19
- } = w(), {
20
- permissions: p = {}
21
- } = m, {
22
- access: u,
23
- permission: g
24
- } = d, {
25
- changeSharedLinkPermission: S
26
- } = h, {
27
- isLoading: f,
28
- onAction: x
29
- } = A(S), {
30
- allowedLevels: i,
31
- selectedPermission: r
16
+ function Y() {
17
+ const {
18
+ formatMessage: u
19
+ } = O(), [s, f] = I(!1), {
20
+ isSubmitting: g,
21
+ item: r,
22
+ sharedLink: S,
23
+ sharingService: b
24
+ } = y(), {
25
+ permissions: x = {}
26
+ } = r, {
27
+ access: _,
28
+ permission: a
29
+ } = S, {
30
+ changeSharedLinkPermission: v
31
+ } = b, {
32
+ isLoading: L,
33
+ onAction: M
34
+ } = A(v), {
35
+ allowedLevels: c,
36
+ selectedPermission: l
32
37
  } = q();
33
- if (u === "collaborators" || !i.length || !r)
38
+ if (_ === "collaborators" || !c.length || !l)
34
39
  return null;
35
40
  const {
36
- label: _
37
- } = r;
38
- return /* @__PURE__ */ P(e.Root, {
39
- onOpenChange: a,
41
+ label: d
42
+ } = l;
43
+ let o = "";
44
+ return r.extension === w && a === "can_edit" && (o = u(D.canEditBoxNoteDisabledTooltip)), o ? /* @__PURE__ */ e(z, {
45
+ align: "start",
46
+ content: o,
47
+ "data-testid": "shared-link-permission-tooltip",
48
+ side: "bottom",
49
+ children: /* @__PURE__ */ e(E, {
50
+ children: /* @__PURE__ */ e(h, {
51
+ caretDirection: "down",
52
+ className: p(n.container, n.overrides),
53
+ disabled: !0,
54
+ label: d,
55
+ size: "extraSmall",
56
+ variant: "tertiary"
57
+ })
58
+ })
59
+ }) : /* @__PURE__ */ P(t.Root, {
60
+ onOpenChange: f,
40
61
  open: s,
41
- children: [/* @__PURE__ */ n(e.Trigger, {
42
- children: /* @__PURE__ */ n(z, {
62
+ children: [/* @__PURE__ */ e(t.Trigger, {
63
+ children: /* @__PURE__ */ e(h, {
43
64
  caretDirection: s ? "up" : "down",
44
- className: k(o.container, o.overrides),
45
- disabled: !p.canSetShareAccess || (l ?? f),
46
- label: _,
65
+ className: p(n.container, n.overrides),
66
+ disabled: !x.canSetShareAccess || (g ?? L),
67
+ label: d,
47
68
  size: "extraSmall",
48
69
  variant: "tertiary"
49
70
  })
50
- }), /* @__PURE__ */ n(e.Content, {
71
+ }), /* @__PURE__ */ e(t.Content, {
51
72
  align: "start",
52
- className: o.content,
53
- children: i.map((b) => {
73
+ className: n.content,
74
+ children: c.map((N) => {
54
75
  const {
55
- description: v,
56
- id: t,
57
- label: L
58
- } = b, c = g === t, C = () => {
59
- c || x(t);
76
+ description: T,
77
+ id: i,
78
+ label: k
79
+ } = N, m = a === i, C = () => {
80
+ m || M(i);
60
81
  };
61
- return /* @__PURE__ */ n(e.CheckboxItem, {
62
- checked: c,
82
+ return /* @__PURE__ */ e(t.CheckboxItem, {
83
+ checked: m,
63
84
  onSelect: C,
64
- children: /* @__PURE__ */ n(e.Item.MainContent, {
65
- caption: v,
66
- label: L
85
+ children: /* @__PURE__ */ e(t.Item.MainContent, {
86
+ caption: T,
87
+ label: k
67
88
  })
68
- }, t);
89
+ }, i);
69
90
  })
70
91
  })]
71
92
  });
72
93
  }
73
94
  export {
74
- E as SharedLinkPermission
95
+ Y as SharedLinkPermission
75
96
  };
@@ -14,11 +14,12 @@ 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"], n = ["can_edit", "can_download", "can_preview"], 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, s = "boxnote";
18
18
  export {
19
19
  i as COLLABORATION_MESSAGE_CHARACTER_LIMIT,
20
20
  r as DEFAULT_CONFIGURATION,
21
21
  e as DEFAULT_NOTIFICATIONS,
22
+ s as FILE_EXTENSION_BOX_NOTE,
22
23
  t as SUPPORTED_ACCESS_LEVELS,
23
24
  a as SUPPORTED_COLLABORATOR_ROLES,
24
25
  o as SUPPORTED_INVITATION_ROLES,
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "শেয়ারকৃত লিঙ্ক তৈরি করা হয়েছে। শেয়ার করতে কপি ক্লিক করুন।",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "শেয়ারকৃত লিঙ্ক তৈরি করা হয়েছে এবং ক্লিপবোর্ডে কপি করা হয়েছে।",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "দেখতে ও ডাউনলোড করতে পারবে",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "সম্পাদনা করা যাবে",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "কেবলমাত্র দেখতে পারবে",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "শুধুমাত্র আমন্ত্রিত লোকজন এই {item} অ্যাক্সেস করতে পারবে",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt link oprettet. Klik på Kopiér for at dele.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt link oprettet og kopieret til udklipsholder.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan se og downloade",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigere",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan kun se",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterede personer har adgang til dette {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Freigabe-Link generiert. Klicken Sie auf Kopieren, um den Freigabe-Link zu kopieren.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Der Freigabe-Link wurde generiert und in die Zwischenablage kopiert.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Anzeige und Download erlaubt",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Bearbeiten erlaubt",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Nur Anzeige erlaubt",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Nur eingeladene Personen können auf diese(n) {item} zugreifen",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Shared link created. Click Copy to share.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Shared link created and copied to clipboard.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Can view and download",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Can edit",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Can view only",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Only invited people can access this {item}",
@@ -176,6 +176,8 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyEr
176
176
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Shared link created and copied to clipboard.
177
177
  # Label for the permission level where shared link users can download the item
178
178
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = Can view and download
179
+ # Tooltip on the can edit permission level when it is disabled for Box Notes
180
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip = This permission can only be changed in Box Notes
179
181
  # Label for the permission level where shared link users can edit the item
180
182
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = Can edit
181
183
  # Label for the permission level where shared link users can preview the item
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Şĥąґëď ľíńκ ċřêáŧęď. Ĉľĩçк ĈòΡŷ τо ѕĥãŕε. 國國國國國國國國國國國國⟧",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝĥąřеď ľîńк čѓёäťêď åпď ćσΡįεď ŧσ ĉļіΡвôåгď. 國國國國國國國國國國國國國⟧",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "⟦萬萬萬萬萬萬 Ćăл νїέẃ âńď ďōшпļōάď 國國國國國國⟧",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "⟦萬萬 Ĉàŋ έďίť 國國⟧",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "⟦萬萬萬 Ćáй νїєẃ σйļỳ 國國國⟧",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ôήľý ϊиνіťėď ΡęōΡľе čãʼn åс¢ėśś ŧнìś {item} 國國國國國國國國國國國國⟧",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Se ha creado el enlace compartido. Haga clic en Copiar para compartir.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Se puede ver y descargar",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Se puede editar",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Solo se puede ver",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Se ha creado el enlace compartido. Haga clic en Copiar para compartir.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "El enlace compartido se ha creado y copiado al portapapeles.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Se puede ver y descargar",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Se puede editar",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Solo se puede ver",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo las personas invitadas pueden acceder a este {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Jaettu linkki luotu. Jaa napsauttamalla Kopioi.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Jaettu linkki on luotu ja kopioitu leikepöydälle.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Voi tarkastella ja ladata",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Voi muokata",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Voi vain tarkastella",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Vain kutsutut henkilöt voivat käyttää kohdetta {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Peut afficher et télécharger",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Peut modifier",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Peut afficher uniquement",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Lien partagé créé. Cliquez sur Copier pour partager .",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Lien partagé créé et copié dans le presse-papiers.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Peut afficher et télécharger",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Peut modifier",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Peut afficher uniquement",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Seuls les utilisateurs invités peuvent accéder à ce {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "देख और डाउनलोड कर सकते हैं",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "संपादित कर सकते हैं",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "केवल देख सकते हैं",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Collegamento condiviso creato. Clicca su Copia per condividere.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Collegamento condiviso creato e copiato negli appunti.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Autorizzazione di visualizzazione e download",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Autorizzazione di modifica",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Autorizzazione di sola visualizzazione",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Solo le persone invitate possono accedere a questo {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "共有リンクを作成しました。[コピー] をクリックして共有してください。",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共有リンクを作成してクリップボードにコピーしました。",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "表示およびダウンロード可能",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "編集可能",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "表示のみ可能",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "招待されたユーザーのみがこの{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.createLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to create the link","defaultMessage":"You do not have permission to create the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to remove the link","defaultMessage":"You do not have permission to remove the 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.webLinkAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a bookmark","defaultMessage":"bookmark"},{"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."}]
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.createLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to create the link","defaultMessage":"You do not have permission to create the link"},{"id":"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip","description":"Tooltip on the shared link toggle when the user does not have permission to remove the link","defaultMessage":"You do not have permission to remove the 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.webLinkAccessLevelItem","description":"Text inserted in the access level descriptions when the type of the item is a bookmark","defaultMessage":"bookmark"},{"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.canEditBoxNoteDisabledTooltip","description":"Tooltip on the can edit permission level when it is disabled for Box Notes","defaultMessage":"This permission can only be changed in Box Notes"},{"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."}]
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "공유 링크가 생성되었습니다. 공유하려면 복사를 클릭하세요.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "공유 링크가 생성되어 클립보드에 복사되었습니다.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "보기 및 다운로드 가능",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "편집 가능",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "보기만 가능",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "초대받은 사용자만 이 {item}에 액세스할 수 있습니다",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delt kobling opprettet. Klikk Kopier for å dele.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delt kobling er opprettet og kopiert til utklippstavlen.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan vise og laste ned",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigere",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan kun vise",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Kun inviterte personer har tilgang til denne {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Gedeelde link gemaakt. Klik op Kopiëren om te delen.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Gedeelde link gemaakt en gekopieerd naar het klembord.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan bekijken en downloaden",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan bewerken",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan alleen bekijken",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Alleen uitgenodigden hebben toegang tot deze {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Utworzono łącze udostępnione. Kliknij Kopiuj, aby udostępnić.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Łącze udostępnione utworzone i skopiowane do schowka.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Wyświetlanie i pobieranie",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Może edytować",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Tylko wyświetlanie",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Tylko zaproszone osoby mogą uzyskać dostęp do tego {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Link compartilhado criado. Clique em Copiar para compartilhar.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Link compartilhado criado e copiado para a área de transferência.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Pode visualizar e baixar",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Pode editar",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Pode apenas visualizar",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Apenas as pessoas convidadas podem acessar esse {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Общая ссылка создана. Нажмите «Копировать», чтобы поделиться.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Общая ссылка создана и скопирована в буфер обмена.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Доступ для просмотра и скачивания",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Доступ для изменения",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Доступ только для просмотра",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Доступ к этому {item} разрешен только приглашенным пользователям",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Delad länk skapad. Klicka kopiera för att dela.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Delad länk skapad och kopierad till urklipp.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Kan visa och hämta",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Kan redigera",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Kan bara visa",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Endast inbjudna personer har åtkomst till det här {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "Paylaşılan bağlantı oluşturuldu. Paylaşmak için Kopyala'ya tıklayın.",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "Paylaşılan bağlantı oluşturuldu ve panoya kopyalandı.",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "Görüntüleyebilir ve indirebilir",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "Düzenleyebilir",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "Yalnızca görüntüleyebilir",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "Yalnızca davet edilen kişiler bu {item} öğesine erişebilir",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已创建共享链接。单击复制以共享。",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "已创建共享链接并将其复制到剪贴板。",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以查看和下载",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以编辑",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "仅可查看",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "仅受邀人员可访问此 {item}",
@@ -88,6 +88,7 @@ export default {
88
88
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "已建立共用的連結。 按一下複製以分享。",
89
89
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "共用的連結已建立並複製到剪貼簿。",
90
90
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "可以檢視和下載",
91
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditBoxNoteDisabledTooltip": "This permission can only be changed in Box Notes",
91
92
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "可以編輯",
92
93
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "僅可檢視",
93
94
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "只有受邀的人員才能存取此 {item}",
@@ -129,6 +129,11 @@ declare const messages: {
129
129
  description: string;
130
130
  id: string;
131
131
  };
132
+ canEditBoxNoteDisabledTooltip: {
133
+ defaultMessage: string;
134
+ description: string;
135
+ id: string;
136
+ };
132
137
  autoCreateCopyErrorNoticeText: {
133
138
  defaultMessage: string;
134
139
  description: string;
@@ -6,3 +6,4 @@ export declare const SUPPORTED_COLLABORATOR_ROLES: string[];
6
6
  export declare const SUPPORTED_ACCESS_LEVELS: AccessLevelType[];
7
7
  export declare const SUPPORTED_PERMISSION_LEVELS: PermissionLevelType[];
8
8
  export declare const COLLABORATION_MESSAGE_CHARACTER_LIMIT = 256;
9
+ export declare const FILE_EXTENSION_BOX_NOTE = "boxnote";
@@ -53,6 +53,10 @@ export interface Item {
53
53
  * The classification of the item.
54
54
  */
55
55
  classification?: Classification;
56
+ /**
57
+ * The extension of the file.
58
+ */
59
+ extension?: string;
56
60
  /**
57
61
  * The ID of the item.
58
62
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/unified-share-modal",
3
- "version": "1.16.2",
3
+ "version": "1.17.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@box/blueprint-web": "^9.18.13",
@@ -13,9 +13,9 @@
13
13
  "react-intl": "^6.4.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@box/blueprint-web": "^12.102.0",
16
+ "@box/blueprint-web": "^12.103.0",
17
17
  "@box/blueprint-web-assets": "^4.85.0",
18
- "@box/copy-input": "^1.15.1",
18
+ "@box/copy-input": "^1.15.2",
19
19
  "@box/storybook-utils": "0.14.22",
20
20
  "@box/eslint-plugin-blueprint": "1.0.5",
21
21
  "react-intl": "^6.4.2"