@box/unified-share-modal 1.35.2 → 1.36.1

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 (55) hide show
  1. package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +68 -69
  2. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +32 -32
  3. package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +24 -24
  4. package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +39 -38
  5. package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +61 -61
  6. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +32 -32
  7. package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +25 -25
  8. package/dist/i18n/bn-IN.js +4 -4
  9. package/dist/i18n/bn-IN.properties +4 -4
  10. package/dist/i18n/da-DK.js +4 -4
  11. package/dist/i18n/da-DK.properties +4 -4
  12. package/dist/i18n/de-DE.js +4 -4
  13. package/dist/i18n/de-DE.properties +4 -4
  14. package/dist/i18n/en-AU.js +1 -1
  15. package/dist/i18n/en-AU.properties +1 -1
  16. package/dist/i18n/en-GB.js +1 -1
  17. package/dist/i18n/en-GB.properties +1 -1
  18. package/dist/i18n/es-419.js +4 -4
  19. package/dist/i18n/es-419.properties +4 -4
  20. package/dist/i18n/es-ES.js +4 -4
  21. package/dist/i18n/es-ES.properties +4 -4
  22. package/dist/i18n/fi-FI.js +4 -4
  23. package/dist/i18n/fi-FI.properties +4 -4
  24. package/dist/i18n/fr-CA.js +4 -4
  25. package/dist/i18n/fr-CA.properties +4 -4
  26. package/dist/i18n/fr-FR.js +4 -4
  27. package/dist/i18n/fr-FR.properties +4 -4
  28. package/dist/i18n/hi-IN.js +4 -4
  29. package/dist/i18n/hi-IN.properties +4 -4
  30. package/dist/i18n/ja-JP.js +4 -4
  31. package/dist/i18n/ja-JP.properties +4 -4
  32. package/dist/i18n/ko-KR.js +4 -4
  33. package/dist/i18n/ko-KR.properties +4 -4
  34. package/dist/i18n/nl-NL.js +4 -4
  35. package/dist/i18n/nl-NL.properties +4 -4
  36. package/dist/i18n/pl-PL.js +4 -4
  37. package/dist/i18n/pl-PL.properties +4 -4
  38. package/dist/i18n/pt-BR.js +4 -4
  39. package/dist/i18n/pt-BR.properties +4 -4
  40. package/dist/i18n/ru-RU.js +4 -4
  41. package/dist/i18n/ru-RU.properties +4 -4
  42. package/dist/i18n/sv-SE.js +4 -4
  43. package/dist/i18n/sv-SE.properties +4 -4
  44. package/dist/i18n/tr-TR.js +4 -4
  45. package/dist/i18n/tr-TR.properties +4 -4
  46. package/dist/i18n/zh-CN.js +4 -4
  47. package/dist/i18n/zh-CN.properties +4 -4
  48. package/dist/i18n/zh-TW.js +4 -4
  49. package/dist/i18n/zh-TW.properties +4 -4
  50. package/dist/styles/collaboration-role.css +1 -1
  51. package/dist/styles/collaboration-section.css +1 -1
  52. package/dist/styles/collaborator-list-item.css +1 -1
  53. package/dist/styles/shared-link-access.css +1 -1
  54. package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +2 -1
  55. package/package.json +9 -9
@@ -1,88 +1,88 @@
1
1
  import { createPortal as C } from "react-dom";
2
- import { useIntl as p } from "react-intl";
3
- import { TextButton as B, Link as k, Table as v, TableHeader as x, Column as c, TableBody as A, Modal as l } from "@box/blueprint-web";
4
- import { CollaboratorListItem as F } from "./collaborator-list-item.js";
5
- import r from "./messages.js";
6
- import { jsxs as t, jsx as e, Fragment as L } from "react/jsx-runtime";
7
- import { useUnifiedShareModalContext as y } from "../../../contexts/unified-share-modal-context.js";
8
- import { useUnifiedShareFormContext as M } from "../../../contexts/unified-share-form-context.js";
9
- import '../../../../../styles/collaborators-view.css';const N = "_manage_8rmie_1", S = "_manageAllButton_8rmie_6", T = "_list_8rmie_13", H = "_scroll_8rmie_30", w = "_header_8rmie_36", a = {
10
- manage: N,
11
- manageAllButton: S,
12
- list: T,
13
- scroll: H,
14
- header: w
2
+ import { useIntl as k } from "react-intl";
3
+ import { useBreakpoint as B, Breakpoint as v, TextButton as S, Link as x, Table as A, TableHeader as F, Column as h, TableBody as L, Modal as n } from "@box/blueprint-web";
4
+ import { CollaboratorListItem as y } from "./collaborator-list-item.js";
5
+ import a from "./messages.js";
6
+ import { jsxs as t, jsx as e, Fragment as M } from "react/jsx-runtime";
7
+ import { useUnifiedShareModalContext as N } from "../../../contexts/unified-share-modal-context.js";
8
+ import { useUnifiedShareFormContext as T } from "../../../contexts/unified-share-form-context.js";
9
+ import '../../../../../styles/collaborators-view.css';const H = "_manage_8rmie_1", w = "_manageAllButton_8rmie_6", I = "_list_8rmie_13", j = "_scroll_8rmie_30", U = "_header_8rmie_36", r = {
10
+ manage: H,
11
+ manageAllButton: w,
12
+ list: I,
13
+ scroll: j,
14
+ header: U
15
15
  };
16
- function z() {
16
+ function J() {
17
17
  const {
18
18
  formatMessage: o
19
- } = p(), {
20
- collaborators: d,
21
- config: n,
22
- eventService: h,
23
- isFetching: i,
24
- item: u
25
- } = y(), {
26
- id: g,
27
- type: _
28
- } = u, {
29
- onCollaboratorsManagementClick: s
30
- } = h, {
31
- container: m,
19
+ } = k(), l = B() === v.Small, {
20
+ collaborators: u,
21
+ config: i,
22
+ eventService: g,
23
+ isFetching: s,
24
+ item: p
25
+ } = N(), {
26
+ id: _,
27
+ type: b
28
+ } = p, {
29
+ onCollaboratorsManagementClick: m
30
+ } = g, {
31
+ container: c,
32
32
  onShareViewChange: f
33
- } = M();
33
+ } = T();
34
34
  return /* @__PURE__ */ t("div", {
35
- inert: i ? "" : null,
36
- children: [n.collaboratorsManagement && /* @__PURE__ */ e("div", {
37
- className: a.manage,
38
- children: s ? /* @__PURE__ */ e(B, {
39
- className: a.manageAllButton,
35
+ inert: s ? "" : null,
36
+ children: [i.collaboratorsManagement && /* @__PURE__ */ e("div", {
37
+ className: r.manage,
38
+ children: m ? /* @__PURE__ */ e(S, {
39
+ className: r.manageAllButton,
40
40
  inheritFont: !0,
41
- onClick: s,
42
- children: o(r.manageAllLink)
43
- }) : /* @__PURE__ */ e(k, {
44
- href: `/${_}/${g}/collaborators`,
41
+ onClick: m,
42
+ children: o(a.manageAllLink)
43
+ }) : /* @__PURE__ */ e(x, {
44
+ href: `/${b}/${_}/collaborators`,
45
45
  rel: "noopener",
46
46
  target: "_blank",
47
47
  variant: "standalone",
48
- children: o(r.manageAllLink)
48
+ children: o(a.manageAllLink)
49
49
  })
50
50
  }), /* @__PURE__ */ e("div", {
51
- className: a.list,
51
+ className: r.list,
52
52
  children: /* @__PURE__ */ e("div", {
53
- className: a.scroll,
54
- children: /* @__PURE__ */ t(v, {
55
- "aria-label": o(r.listLabel),
56
- children: [/* @__PURE__ */ t(x, {
57
- className: a.header,
58
- children: [/* @__PURE__ */ e(c, {
53
+ className: r.scroll,
54
+ children: /* @__PURE__ */ t(A, {
55
+ "aria-label": o(a.listLabel),
56
+ children: [/* @__PURE__ */ t(F, {
57
+ className: r.header,
58
+ children: [/* @__PURE__ */ e(h, {
59
59
  hideHeader: !0,
60
60
  isRowHeader: !0,
61
- children: o(r.nameColumn)
62
- }), /* @__PURE__ */ e(c, {
61
+ children: o(a.nameColumn)
62
+ }), !l && /* @__PURE__ */ e(h, {
63
63
  hideHeader: !0,
64
- children: o(r.roleColumn)
64
+ children: o(a.roleColumn)
65
65
  })]
66
- }), /* @__PURE__ */ e(A, {
67
- items: d.slice(0, n.collaboratorsLimit),
68
- children: (b) => /* @__PURE__ */ e(F, {
69
- collaborator: b
70
- })
66
+ }), /* @__PURE__ */ e(L, {
67
+ children: u.slice(0, i.collaboratorsLimit).map((d) => /* @__PURE__ */ e(y, {
68
+ collaborator: d,
69
+ isSmall: l
70
+ }, d.id))
71
71
  })]
72
72
  })
73
73
  })
74
- }), m && /* @__PURE__ */ C(/* @__PURE__ */ t(L, {
75
- children: [!i && /* @__PURE__ */ e(l.Footer, {
76
- children: /* @__PURE__ */ e(l.Footer.SecondaryButton, {
74
+ }), c && /* @__PURE__ */ C(/* @__PURE__ */ t(M, {
75
+ children: [!s && /* @__PURE__ */ e(n.Footer, {
76
+ children: /* @__PURE__ */ e(n.Footer.SecondaryButton, {
77
77
  onClick: () => f("default"),
78
- children: o(r.doneButton)
78
+ children: o(a.doneButton)
79
79
  })
80
- }), /* @__PURE__ */ e(l.Close, {
81
- "aria-label": o(r.closeButton)
80
+ }), /* @__PURE__ */ e(n.Close, {
81
+ "aria-label": o(a.closeButton)
82
82
  })]
83
- }), m)]
83
+ }), c)]
84
84
  });
85
85
  }
86
86
  export {
87
- z as CollaboratorsView
87
+ J as CollaboratorsView
88
88
  };
@@ -1,70 +1,70 @@
1
1
  import k from "clsx";
2
2
  import { useState as M } from "react";
3
3
  import { useIntl as I } from "react-intl";
4
- import { DropdownMenu as n, TriggerButton as z, Tooltip as T, Focusable as q } from "@box/blueprint-web";
5
- import w from "./messages.js";
6
- import { jsxs as O, jsx as e } from "react/jsx-runtime";
7
- import { useUnifiedShareModalContext as j } from "../../../contexts/unified-share-modal-context.js";
8
- import { useSharingAction as y } from "../../../hooks/use-sharing-action.js";
9
- import { useAccessLevels as D } from "../../../hooks/use-access-levels.js";
10
- import '../../../../../styles/shared-link-access.css';const N = "_container_xhq4z_1", R = "_overrides_xhq4z_1", B = "_content_xhq4z_6", s = {
11
- container: N,
12
- overrides: R,
13
- content: B
4
+ import { DropdownMenu as n, TriggerButton as j, Tooltip as T, Focusable as w } from "@box/blueprint-web";
5
+ import O from "./messages.js";
6
+ import { jsxs as y, jsx as e } from "react/jsx-runtime";
7
+ import { useUnifiedShareModalContext as D } from "../../../contexts/unified-share-modal-context.js";
8
+ import { useSharingAction as N } from "../../../hooks/use-sharing-action.js";
9
+ import { useAccessLevels as R } from "../../../hooks/use-access-levels.js";
10
+ import '../../../../../styles/shared-link-access.css';const z = "_container_1jrg6_1", B = "_overrides_1jrg6_8", F = "_content_1jrg6_13", s = {
11
+ container: z,
12
+ overrides: B,
13
+ content: F
14
14
  };
15
15
  function V() {
16
16
  const {
17
17
  formatMessage: d
18
- } = I(), [c, m] = M(!1), {
18
+ } = I(), [r, m] = M(!1), {
19
19
  isSubmitting: h,
20
20
  item: p,
21
21
  sharedLink: u,
22
- sharingService: f
23
- } = j(), {
24
- permissions: g = {}
22
+ sharingService: g
23
+ } = D(), {
24
+ permissions: f = {}
25
25
  } = p, {
26
26
  access: S
27
27
  } = u, {
28
28
  changeSharedLinkAccess: b
29
- } = f, {
30
- isLoading: x,
31
- onAction: v
32
- } = y(b), {
33
- allowedLevels: r,
29
+ } = g, {
30
+ isLoading: v,
31
+ onAction: _
32
+ } = N(b), {
33
+ allowedLevels: c,
34
34
  selectedAccess: i
35
- } = D();
36
- if (!r.length || !i)
35
+ } = R();
36
+ if (!c.length || !i)
37
37
  return null;
38
38
  const {
39
- label: _
39
+ label: x
40
40
  } = i;
41
- return /* @__PURE__ */ O(n.Root, {
41
+ return /* @__PURE__ */ y(n.Root, {
42
42
  onOpenChange: m,
43
- open: c,
43
+ open: r,
44
44
  children: [/* @__PURE__ */ e(n.Trigger, {
45
- children: /* @__PURE__ */ e(z, {
46
- caretDirection: c ? "up" : "down",
45
+ children: /* @__PURE__ */ e(j, {
46
+ caretDirection: r ? "up" : "down",
47
47
  className: k(s.container, s.overrides),
48
- disabled: !g.canSetShareAccess || (h ?? x),
49
- label: _,
48
+ disabled: !f.canSetShareAccess || (h ?? v),
49
+ label: x,
50
50
  size: "extraSmall",
51
51
  variant: "tertiary"
52
52
  })
53
53
  }), /* @__PURE__ */ e(n.Content, {
54
54
  align: "start",
55
55
  className: s.content,
56
- children: r.map((A) => {
56
+ children: c.map((A) => {
57
57
  const {
58
58
  description: a,
59
59
  disabledReason: C,
60
60
  id: t,
61
61
  label: l
62
62
  } = A, o = S === t, L = () => {
63
- o || v(t);
63
+ o || _(t);
64
64
  };
65
65
  return C ? /* @__PURE__ */ e(T, {
66
- content: d(w.disabledAccessLevelTooltip),
67
- children: /* @__PURE__ */ e(q, {
66
+ content: d(O.disabledAccessLevelTooltip),
67
+ children: /* @__PURE__ */ e(w, {
68
68
  children: /* @__PURE__ */ e(n.CheckboxItem, {
69
69
  checked: o,
70
70
  disabled: !0,
@@ -1,47 +1,47 @@
1
1
  import p from "clsx";
2
2
  import { useState as I } from "react";
3
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";
4
+ import { Tooltip as j, Focusable as E, TriggerButton as h, DropdownMenu as t } from "@box/blueprint-web";
5
5
  import { FILE_EXTENSION_BOX_NOTE as w } from "../../../constants.js";
6
6
  import D from "./messages.js";
7
7
  import { jsx as e, jsxs as P } from "react/jsx-runtime";
8
- import { usePermissionLevels as q } from "../../../hooks/use-permission-levels.js";
9
- import { useUnifiedShareModalContext as y } from "../../../contexts/unified-share-modal-context.js";
10
- import { useSharingAction as A } from "../../../hooks/use-sharing-action.js";
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
8
+ import { usePermissionLevels as y } from "../../../hooks/use-permission-levels.js";
9
+ import { useUnifiedShareModalContext as A } from "../../../contexts/unified-share-modal-context.js";
10
+ import { useSharingAction as B } from "../../../hooks/use-sharing-action.js";
11
+ import '../../../../../styles/shared-link-access.css';const z = "_container_1jrg6_1", F = "_overrides_1jrg6_8", X = "_content_1jrg6_13", n = {
12
+ container: z,
13
+ overrides: F,
14
+ content: X
15
15
  };
16
16
  function Y() {
17
17
  const {
18
- formatMessage: u
19
- } = O(), [s, f] = I(!1), {
20
- isSubmitting: g,
21
- item: r,
18
+ formatMessage: g
19
+ } = O(), [r, u] = I(!1), {
20
+ isSubmitting: f,
21
+ item: s,
22
22
  sharedLink: S,
23
23
  sharingService: b
24
- } = y(), {
25
- permissions: x = {}
26
- } = r, {
27
- access: _,
24
+ } = A(), {
25
+ permissions: _ = {}
26
+ } = s, {
27
+ access: v,
28
28
  permission: a
29
29
  } = S, {
30
- changeSharedLinkPermission: v
30
+ changeSharedLinkPermission: x
31
31
  } = b, {
32
32
  isLoading: L,
33
33
  onAction: M
34
- } = A(v), {
34
+ } = B(x), {
35
35
  allowedLevels: c,
36
36
  selectedPermission: l
37
- } = q();
38
- if (_ === "collaborators" || !c.length || !l)
37
+ } = y();
38
+ if (v === "collaborators" || !c.length || !l)
39
39
  return null;
40
40
  const {
41
41
  label: d
42
42
  } = l;
43
43
  let o = "";
44
- return r.extension === w && a === "can_edit" && (o = u(D.canEditBoxNoteDisabledTooltip)), o ? /* @__PURE__ */ e(z, {
44
+ return s.extension === w && a === "can_edit" && (o = g(D.canEditBoxNoteDisabledTooltip)), o ? /* @__PURE__ */ e(j, {
45
45
  align: "start",
46
46
  content: o,
47
47
  "data-testid": "shared-link-permission-tooltip",
@@ -57,13 +57,13 @@ function Y() {
57
57
  })
58
58
  })
59
59
  }) : /* @__PURE__ */ P(t.Root, {
60
- onOpenChange: f,
61
- open: s,
60
+ onOpenChange: u,
61
+ open: r,
62
62
  children: [/* @__PURE__ */ e(t.Trigger, {
63
63
  children: /* @__PURE__ */ e(h, {
64
- caretDirection: s ? "up" : "down",
64
+ caretDirection: r ? "up" : "down",
65
65
  className: p(n.container, n.overrides),
66
- disabled: !x.canSetShareAccess || (g ?? L),
66
+ disabled: !_.canSetShareAccess || (f ?? L),
67
67
  label: d,
68
68
  size: "extraSmall",
69
69
  variant: "tertiary"
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "একটি নিরাপত্তা নীতির কারণে {count,plural,one{{count} invitation} other{{count} invitations}} পাঠানো যাবে না। {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "প্রয়োগ নিরাপত্তা নীতির কারণে বাহ্যিক সহযোগিতা সীমাবদ্ধ থাকার কারণে {count,plural,one{{count}টি আমন্ত্রণ} other{{count}টি আমন্ত্রণ}} পাঠানো যাবে না। {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "চালিয়ে যেতে অপসারণ করুন",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "এই বিষয়বস্তুটি বাহ্যিক সহযোগীদের সাথে শেয়ার করা হবে।",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "আপলোড, ডাউনলোড করুন, প্রিভিউ দেখুন, শেয়ার ও সম্পাদনা করুন",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "আপলোড, ডাউনলোড করুন, প্রিভিউ দেখুন, শেয়ার, সম্পাদনা করুন এবং মুছুন",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "শেয়ারকৃত লিঙ্ক ইমেইল করুন",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "লিঙ্ক সহ লোকজনেরা",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "লিঙ্কটি অপসারণ করতে আপনার অনুমতি নেই",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "লিঙ্ক শেয়ার করুন",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "যে কেউ দেখতে এবং ডাউনলোড করার জন্য সর্বজনীনভাবে উপলব্ধ। লিঙ্ক সহ যে কোনো লগইন করা ব্যবহারকারী সম্পাদনা করতে পারবে।",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "এই লিঙ্কটি রয়েছে এমন যে কেউ সম্পাদনা করতে পারে।",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "শেয়ার করা লিঙ্ক পাঠান",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "এই বিষয়বস্তুটি লিঙ্ক থাকা যে কোনো ব্যক্তির কাছে সর্বজনীনভাবে উপলব্ধ হয়।",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "লিঙ্ক সেটিংস",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "শেয়ার করা লিঙ্ক",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "লিঙ্ক তৈরি করুন এবং কপি করুন",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = চালিয়ে যেতে অপসারণ করুন
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = এই বিষয়বস্তুটি বাহ্যিক সহযোগীদের সাথে শেয়ার করা হবে।
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = আপলোড, ডাউনলোড করুন, প্রিভিউ দেখুন, শেয়ার ও সম্পাদনা করুন
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = লিঙ্ক শেয়ার করুন
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = যে কেউ দেখতে এবং ডাউনলোড করার জন্য সর্বজনীনভাবে উপলব্ধ। লিঙ্ক সহ যে কোনো লগইন করা ব্যবহারকারী সম্পাদনা করতে পারবে।
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = এই লিঙ্কটি রয়েছে এমন যে কেউ সম্পাদনা করতে পারে।
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = শেয়ার করা লিঙ্ক পাঠান
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = এই বিষয়বস্তুটি লিঙ্ক থাকা যে কোনো ব্যক্তির কাছে সর্বজনীনভাবে উপলব্ধ হয়।
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = লিঙ্ক সেটিংস
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} invitation} other{{count} invitationer}} kan ikke sendes på grund af en sikkerhedspolitik. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} invitation} other{{count} invitationer}} kan ikke sendes, fordi eksternt samarbejde er begrænset på grund af den anvendte sikkerhedspolitik. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Fjern for at fortsætte",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Dette indhold bliver delt med eksterne samarbejdspartnere.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Upload, download, vis eksempel, del og rediger",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Upload, download, vis eksempel, del, rediger og slet",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Send delt link via e-mail",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personer med linket",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Du har ikke det rette adgangsniveau til at fjerne linket",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Del link",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Offentligt tilgængelig, alle kan se og downloade. Enhver bruger, der er logget ind med linket, kan redigere.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personer, der har adgang til dette link, kan redigere.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send delt link",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Dette indhold er offentligt tilgængeligt for alle med linket.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Linkindstillinger",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Delt link",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Opret og kopiér link",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Fjern for at fortsætte
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Dette indhold bliver delt med eksterne samarbejdspartnere.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Upload, download, vis eksempel, del og rediger
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Del link
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Offentligt tilgængelig, alle kan se og downloade. Enhver bruger, der er logget ind med linket, kan redigere.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Personer, der har adgang til dette link, kan redigere.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Send delt link
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Dette indhold er offentligt tilgængeligt for alle med linket.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Linkindstillinger
285
285
  # Label for the toggle to create and delete the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "{count,plural,one{{count} Einladung} other{{count} Einladungen}} kann aufgrund einer Sicherheitsrichtlinie nicht gesendet werden. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "{count,plural,one{{count} Einladung} other{{count} Einladungen}} kann nicht gesendet werden, da die externe Zusammenarbeit aufgrund der angewendeten Sicherheitsrichtlinie eingeschränkt ist. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Zum Fortfahren entfernen",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Dieser Content wird für externe Mitwirkende freigegeben.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personen mit diesem Link",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "Sie sind nicht berechtigt, den Link zu entfernen",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Link freigeben",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Für alle Personen öffentlich zum Anzeigen und Herunterladen verfügbar. Alle angemeldeten Benutzer mit dem Link können den Inhalt bearbeiten.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Personen, die Zugriff auf diesen Link haben, können den Inhalt bearbeiten.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Freigabe-Link senden",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Dieser Inhalt ist für jeden Benutzer über den Link öffentlich verfügbar.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Link-Einstellungen",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Freigabe-Link",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Link erstellen und kopieren",
@@ -147,7 +147,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestri
147
147
  # Label for the button that removes restricted contacts
148
148
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel = Zum Fortfahren entfernen
149
149
  # Text shown in share modal when there is at least one external collaborator
150
- groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = This content will be shared with external collaborators.
150
+ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators = Dieser Content wird für externe Mitwirkende freigegeben.
151
151
  # Description for the collaboration role with "Editor" permissions to the item
152
152
  groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = Hochladen, herunterladen, in Vorschau anzeigen, freigeben und bearbeiten
153
153
  # Description for the collaboration role with "Editor" permissions to the folder
@@ -273,13 +273,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Link freigeben
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Für alle Personen öffentlich zum Anzeigen und Herunterladen verfügbar. Alle angemeldeten Benutzer mit dem Link können den Inhalt bearbeiten.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
278
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = Personen, die Zugriff auf diesen Link haben, können den Inhalt bearbeiten.
279
279
  # Aria label and tooltip for the icon button to email the shared link
280
280
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Freigabe-Link senden
281
281
  # Text shown in share modal when shared link is open to public access
282
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = This content is publicly available to anyone with the link.
282
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable = Dieser Inhalt ist für jeden Benutzer über den Link öffentlich verfügbar.
283
283
  # Label for the button link to open the Shared Link Settings modal
284
284
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = Link-Einstellungen
285
285
  # Label for the toggle to create and delete the shared link
@@ -136,7 +136,7 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged-in users with the link can edit.",
140
140
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
142
142
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
@@ -273,7 +273,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Share Link
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged-in users with the link can edit.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
278
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
279
279
  # Aria label and tooltip for the icon button to email the shared link
@@ -136,7 +136,7 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "People with the link",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "You do not have permission to remove the link",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Share Link",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged-in users with the link can edit.",
140
140
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Send shared link",
142
142
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
@@ -273,7 +273,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabl
273
273
  # Label for the section to manage the shared link of the file / folder
274
274
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Share Link
275
275
  # Text shown in share modal when shared link is editable and is open to public access
276
- groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged in users with the link can edit.
276
+ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Publicly available for anyone to view and download. Any logged-in users with the link can edit.
277
277
  # Text shown in share modal when shared link is editable and is open to company access
278
278
  groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable = People who have access to this link can edit.
279
279
  # Aria label and tooltip for the icon button to email the shared link
@@ -73,7 +73,7 @@ export default {
73
73
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionInformationBarrierNotice": "No es posible enviar {count,plural,one{{count} invitación} other{{count} invitaciones} many{{count} invitaciones}} debido a una política de seguridad. {removeLink}",
74
74
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionNotice": "No es posible enviar {count,plural,one{{count} invitación} other{{count} invitaciones} many{{count} invitaciones}} porque la colaboración externa está restringida debido a la política de seguridad aplicada. {removeLink}",
75
75
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contactRestrictionRemoveButtonLabel": "Eliminar para continuar",
76
- "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "This content will be shared with external collaborators.",
76
+ "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.contentSharedWithExternalCollaborators": "Este contenido se compartirá con colaboradores externos.",
77
77
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "Cargar, descargar, previsualizar, compartir y editar",
78
78
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Cargar, descargar, previsualizar, compartir, editar y eliminar",
79
79
  "groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Enviar enlace compartido por correo electrónico",
@@ -136,10 +136,10 @@ export default {
136
136
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "Personas con el enlace",
137
137
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "No tiene permiso para eliminar el enlace",
138
138
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "Compartir enlace",
139
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Publicly available for anyone to view and download. Any logged in users with the link can edit.",
140
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "People who have access to this link can edit.",
139
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Disponible públicamente para que cualquier persona pueda verlo y descargarlo. Cualquier usuario que haya iniciado sesión con el enlace puede editarlo.",
140
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "Las personas que tienen acceso a este enlace pueden editarlo.",
141
141
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "Enviar enlace compartido",
142
- "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "This content is publicly available to anyone with the link.",
142
+ "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkPubliclyAvailable": "Este contenido está disponible públicamente para cualquier persona que disponga del enlace.",
143
143
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "Configuración del enlace",
144
144
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "Enlace compartido",
145
145
  "groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "Crear y copiar el enlace",