@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.
- package/dist/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +68 -69
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-role.js +32 -32
- package/dist/esm/lib/components/unified-share-form-modal/collaboration-section/collaboration-section.js +24 -24
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.js +39 -38
- package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js +61 -61
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js +32 -32
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-permission.js +25 -25
- package/dist/i18n/bn-IN.js +4 -4
- package/dist/i18n/bn-IN.properties +4 -4
- package/dist/i18n/da-DK.js +4 -4
- package/dist/i18n/da-DK.properties +4 -4
- package/dist/i18n/de-DE.js +4 -4
- package/dist/i18n/de-DE.properties +4 -4
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +1 -1
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +1 -1
- package/dist/i18n/es-419.js +4 -4
- package/dist/i18n/es-419.properties +4 -4
- package/dist/i18n/es-ES.js +4 -4
- package/dist/i18n/es-ES.properties +4 -4
- package/dist/i18n/fi-FI.js +4 -4
- package/dist/i18n/fi-FI.properties +4 -4
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +4 -4
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +4 -4
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +4 -4
- package/dist/i18n/ja-JP.js +4 -4
- package/dist/i18n/ja-JP.properties +4 -4
- package/dist/i18n/ko-KR.js +4 -4
- package/dist/i18n/ko-KR.properties +4 -4
- package/dist/i18n/nl-NL.js +4 -4
- package/dist/i18n/nl-NL.properties +4 -4
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +4 -4
- package/dist/i18n/pt-BR.js +4 -4
- package/dist/i18n/pt-BR.properties +4 -4
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +4 -4
- package/dist/i18n/sv-SE.js +4 -4
- package/dist/i18n/sv-SE.properties +4 -4
- package/dist/i18n/tr-TR.js +4 -4
- package/dist/i18n/tr-TR.properties +4 -4
- package/dist/i18n/zh-CN.js +4 -4
- package/dist/i18n/zh-CN.properties +4 -4
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +4 -4
- package/dist/styles/collaboration-role.css +1 -1
- package/dist/styles/collaboration-section.css +1 -1
- package/dist/styles/collaborator-list-item.css +1 -1
- package/dist/styles/shared-link-access.css +1 -1
- package/dist/types/lib/components/unified-share-form-modal/collaborators-view/collaborator-list-item.d.ts +2 -1
- package/package.json +9 -9
package/dist/esm/lib/components/unified-share-form-modal/collaborators-view/collaborators-view.js
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
import { createPortal as C } from "react-dom";
|
|
2
|
-
import { useIntl as
|
|
3
|
-
import {
|
|
4
|
-
import { CollaboratorListItem as
|
|
5
|
-
import
|
|
6
|
-
import { jsxs as t, jsx as e, Fragment as
|
|
7
|
-
import { useUnifiedShareModalContext as
|
|
8
|
-
import { useUnifiedShareFormContext as
|
|
9
|
-
import '../../../../../styles/collaborators-view.css';const
|
|
10
|
-
manage:
|
|
11
|
-
manageAllButton:
|
|
12
|
-
list:
|
|
13
|
-
scroll:
|
|
14
|
-
header:
|
|
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
|
|
16
|
+
function J() {
|
|
17
17
|
const {
|
|
18
18
|
formatMessage: o
|
|
19
|
-
} =
|
|
20
|
-
collaborators:
|
|
21
|
-
config:
|
|
22
|
-
eventService:
|
|
23
|
-
isFetching:
|
|
24
|
-
item:
|
|
25
|
-
} =
|
|
26
|
-
id:
|
|
27
|
-
type:
|
|
28
|
-
} =
|
|
29
|
-
onCollaboratorsManagementClick:
|
|
30
|
-
} =
|
|
31
|
-
container:
|
|
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
|
-
} =
|
|
33
|
+
} = T();
|
|
34
34
|
return /* @__PURE__ */ t("div", {
|
|
35
|
-
inert:
|
|
36
|
-
children: [
|
|
37
|
-
className:
|
|
38
|
-
children:
|
|
39
|
-
className:
|
|
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:
|
|
42
|
-
children: o(
|
|
43
|
-
}) : /* @__PURE__ */ e(
|
|
44
|
-
href: `/${
|
|
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(
|
|
48
|
+
children: o(a.manageAllLink)
|
|
49
49
|
})
|
|
50
50
|
}), /* @__PURE__ */ e("div", {
|
|
51
|
-
className:
|
|
51
|
+
className: r.list,
|
|
52
52
|
children: /* @__PURE__ */ e("div", {
|
|
53
|
-
className:
|
|
54
|
-
children: /* @__PURE__ */ t(
|
|
55
|
-
"aria-label": o(
|
|
56
|
-
children: [/* @__PURE__ */ t(
|
|
57
|
-
className:
|
|
58
|
-
children: [/* @__PURE__ */ e(
|
|
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(
|
|
62
|
-
}), /* @__PURE__ */ e(
|
|
61
|
+
children: o(a.nameColumn)
|
|
62
|
+
}), !l && /* @__PURE__ */ e(h, {
|
|
63
63
|
hideHeader: !0,
|
|
64
|
-
children: o(
|
|
64
|
+
children: o(a.roleColumn)
|
|
65
65
|
})]
|
|
66
|
-
}), /* @__PURE__ */ e(
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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
|
-
}),
|
|
75
|
-
children: [!
|
|
76
|
-
children: /* @__PURE__ */ e(
|
|
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(
|
|
78
|
+
children: o(a.doneButton)
|
|
79
79
|
})
|
|
80
|
-
}), /* @__PURE__ */ e(
|
|
81
|
-
"aria-label": o(
|
|
80
|
+
}), /* @__PURE__ */ e(n.Close, {
|
|
81
|
+
"aria-label": o(a.closeButton)
|
|
82
82
|
})]
|
|
83
|
-
}),
|
|
83
|
+
}), c)]
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
86
|
export {
|
|
87
|
-
|
|
87
|
+
J as CollaboratorsView
|
|
88
88
|
};
|
package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-access.js
CHANGED
|
@@ -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
|
|
5
|
-
import
|
|
6
|
-
import { jsxs as
|
|
7
|
-
import { useUnifiedShareModalContext as
|
|
8
|
-
import { useSharingAction as
|
|
9
|
-
import { useAccessLevels as
|
|
10
|
-
import '../../../../../styles/shared-link-access.css';const
|
|
11
|
-
container:
|
|
12
|
-
overrides:
|
|
13
|
-
content:
|
|
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(), [
|
|
18
|
+
} = I(), [r, m] = M(!1), {
|
|
19
19
|
isSubmitting: h,
|
|
20
20
|
item: p,
|
|
21
21
|
sharedLink: u,
|
|
22
|
-
sharingService:
|
|
23
|
-
} =
|
|
24
|
-
permissions:
|
|
22
|
+
sharingService: g
|
|
23
|
+
} = D(), {
|
|
24
|
+
permissions: f = {}
|
|
25
25
|
} = p, {
|
|
26
26
|
access: S
|
|
27
27
|
} = u, {
|
|
28
28
|
changeSharedLinkAccess: b
|
|
29
|
-
} =
|
|
30
|
-
isLoading:
|
|
31
|
-
onAction:
|
|
32
|
-
} =
|
|
33
|
-
allowedLevels:
|
|
29
|
+
} = g, {
|
|
30
|
+
isLoading: v,
|
|
31
|
+
onAction: _
|
|
32
|
+
} = N(b), {
|
|
33
|
+
allowedLevels: c,
|
|
34
34
|
selectedAccess: i
|
|
35
|
-
} =
|
|
36
|
-
if (!
|
|
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__ */
|
|
41
|
+
return /* @__PURE__ */ y(n.Root, {
|
|
42
42
|
onOpenChange: m,
|
|
43
|
-
open:
|
|
43
|
+
open: r,
|
|
44
44
|
children: [/* @__PURE__ */ e(n.Trigger, {
|
|
45
|
-
children: /* @__PURE__ */ e(
|
|
46
|
-
caretDirection:
|
|
45
|
+
children: /* @__PURE__ */ e(j, {
|
|
46
|
+
caretDirection: r ? "up" : "down",
|
|
47
47
|
className: k(s.container, s.overrides),
|
|
48
|
-
disabled: !
|
|
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:
|
|
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 ||
|
|
63
|
+
o || _(t);
|
|
64
64
|
};
|
|
65
65
|
return C ? /* @__PURE__ */ e(T, {
|
|
66
|
-
content: d(
|
|
67
|
-
children: /* @__PURE__ */ e(
|
|
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
|
|
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
|
|
9
|
-
import { useUnifiedShareModalContext as
|
|
10
|
-
import { useSharingAction as
|
|
11
|
-
import '../../../../../styles/shared-link-access.css';const
|
|
12
|
-
container:
|
|
13
|
-
overrides:
|
|
14
|
-
content:
|
|
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:
|
|
19
|
-
} = O(), [
|
|
20
|
-
isSubmitting:
|
|
21
|
-
item:
|
|
18
|
+
formatMessage: g
|
|
19
|
+
} = O(), [r, u] = I(!1), {
|
|
20
|
+
isSubmitting: f,
|
|
21
|
+
item: s,
|
|
22
22
|
sharedLink: S,
|
|
23
23
|
sharingService: b
|
|
24
|
-
} =
|
|
25
|
-
permissions:
|
|
26
|
-
} =
|
|
27
|
-
access:
|
|
24
|
+
} = A(), {
|
|
25
|
+
permissions: _ = {}
|
|
26
|
+
} = s, {
|
|
27
|
+
access: v,
|
|
28
28
|
permission: a
|
|
29
29
|
} = S, {
|
|
30
|
-
changeSharedLinkPermission:
|
|
30
|
+
changeSharedLinkPermission: x
|
|
31
31
|
} = b, {
|
|
32
32
|
isLoading: L,
|
|
33
33
|
onAction: M
|
|
34
|
-
} =
|
|
34
|
+
} = B(x), {
|
|
35
35
|
allowedLevels: c,
|
|
36
36
|
selectedPermission: l
|
|
37
|
-
} =
|
|
38
|
-
if (
|
|
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
|
|
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:
|
|
61
|
-
open:
|
|
60
|
+
onOpenChange: u,
|
|
61
|
+
open: r,
|
|
62
62
|
children: [/* @__PURE__ */ e(t.Trigger, {
|
|
63
63
|
children: /* @__PURE__ */ e(h, {
|
|
64
|
-
caretDirection:
|
|
64
|
+
caretDirection: r ? "up" : "down",
|
|
65
65
|
className: p(n.container, n.overrides),
|
|
66
|
-
disabled: !
|
|
66
|
+
disabled: !_.canSetShareAccess || (f ?? L),
|
|
67
67
|
label: d,
|
|
68
68
|
size: "extraSmall",
|
|
69
69
|
variant: "tertiary"
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
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": "
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
139
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable": "Offentligt tilgængelig, så 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": "
|
|
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 =
|
|
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 =
|
|
276
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEditablePubliclyAvailable = Offentligt tilgængelig, så 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 =
|
|
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 =
|
|
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
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
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": "
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
140
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkElevatedEditableCompanyAvailable": "
|
|
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": "
|
|
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",
|