@box/unified-share-modal 1.26.0 → 1.28.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.
- package/dist/esm/lib/components/unified-share-form-modal/unified-share-form-modal.js +33 -31
- package/dist/esm/lib/contexts/unified-share-form-context.js +15 -14
- package/dist/esm/lib/unified-share-modal.js +40 -38
- package/dist/i18n/bn-IN.js +6 -6
- package/dist/i18n/bn-IN.properties +6 -6
- package/dist/i18n/da-DK.js +5 -5
- package/dist/i18n/da-DK.properties +5 -5
- package/dist/i18n/de-DE.js +6 -6
- package/dist/i18n/de-DE.properties +6 -6
- package/dist/i18n/es-419.js +5 -5
- package/dist/i18n/es-419.properties +5 -5
- package/dist/i18n/es-ES.js +5 -5
- package/dist/i18n/es-ES.properties +5 -5
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +5 -5
- package/dist/i18n/fr-CA.js +5 -5
- package/dist/i18n/fr-CA.properties +5 -5
- package/dist/i18n/fr-FR.js +5 -5
- package/dist/i18n/fr-FR.properties +5 -5
- package/dist/i18n/hi-IN.js +5 -5
- package/dist/i18n/hi-IN.properties +5 -5
- package/dist/i18n/it-IT.js +6 -6
- package/dist/i18n/it-IT.properties +6 -6
- package/dist/i18n/ja-JP.js +6 -6
- package/dist/i18n/ja-JP.properties +6 -6
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +5 -5
- package/dist/i18n/nb-NO.js +6 -6
- package/dist/i18n/nb-NO.properties +6 -6
- package/dist/i18n/nl-NL.js +6 -6
- package/dist/i18n/nl-NL.properties +6 -6
- package/dist/i18n/pl-PL.js +6 -6
- package/dist/i18n/pl-PL.properties +6 -6
- package/dist/i18n/pt-BR.js +5 -5
- package/dist/i18n/pt-BR.properties +5 -5
- package/dist/i18n/ru-RU.js +5 -5
- package/dist/i18n/ru-RU.properties +5 -5
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +5 -5
- package/dist/i18n/tr-TR.js +6 -6
- package/dist/i18n/tr-TR.properties +6 -6
- package/dist/i18n/zh-CN.js +5 -5
- package/dist/i18n/zh-CN.properties +5 -5
- package/dist/i18n/zh-TW.js +5 -5
- package/dist/i18n/zh-TW.properties +5 -5
- package/dist/types/lib/contexts/unified-share-form-context.d.ts +2 -1
- package/dist/types/lib/contexts/unified-share-modal-context.d.ts +2 -0
- package/dist/types/lib/unified-share-modal.d.ts +3 -1
- package/package.json +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState as g, useCallback as
|
|
3
|
-
import { useIntl as
|
|
4
|
-
import { Modal as o, Status as
|
|
5
|
-
import { Shield as
|
|
6
|
-
import { UnifiedShareForm as
|
|
1
|
+
import w from "clsx";
|
|
2
|
+
import { useState as g, useCallback as N } from "react";
|
|
3
|
+
import { useIntl as U } from "react-intl";
|
|
4
|
+
import { Modal as o, Status as I, LoadingIndicator as P } from "@box/blueprint-web";
|
|
5
|
+
import { Shield as v } from "@box/blueprint-web-assets/icons/Line";
|
|
6
|
+
import { UnifiedShareForm as D } from "./unified-share-form.js";
|
|
7
7
|
import l from "./messages.js";
|
|
8
8
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
9
|
-
import { UnifiedShareFormProvider as
|
|
10
|
-
import { useUnifiedShareModalContext as
|
|
11
|
-
import '../../../../styles/unified-share-form-modal.css';const
|
|
12
|
-
content:
|
|
13
|
-
header:
|
|
14
|
-
body:
|
|
15
|
-
hasFooter:
|
|
16
|
-
loading:
|
|
9
|
+
import { UnifiedShareFormProvider as O } from "../../contexts/unified-share-form-context.js";
|
|
10
|
+
import { useUnifiedShareModalContext as V } from "../../contexts/unified-share-modal-context.js";
|
|
11
|
+
import '../../../../styles/unified-share-form-modal.css';const j = "_content_1tnt5_1", z = "_header_1tnt5_5", B = "_body_1tnt5_12", L = "_hasFooter_1tnt5_23", R = "_loading_1tnt5_27", t = {
|
|
12
|
+
content: j,
|
|
13
|
+
header: z,
|
|
14
|
+
body: B,
|
|
15
|
+
hasFooter: L,
|
|
16
|
+
loading: R
|
|
17
17
|
};
|
|
18
|
-
function
|
|
18
|
+
function W({
|
|
19
19
|
children: d,
|
|
20
20
|
isOpen: p,
|
|
21
21
|
onOpenChange: a,
|
|
@@ -23,52 +23,54 @@ function Q({
|
|
|
23
23
|
}) {
|
|
24
24
|
const {
|
|
25
25
|
formatMessage: r
|
|
26
|
-
} =
|
|
27
|
-
|
|
26
|
+
} = U(), {
|
|
27
|
+
initialContacts: _,
|
|
28
|
+
isFetching: C,
|
|
28
29
|
item: F
|
|
29
|
-
} =
|
|
30
|
+
} = V(), {
|
|
30
31
|
classification: i,
|
|
31
32
|
name: S
|
|
32
|
-
} = F, [b,
|
|
33
|
+
} = F, [b, x] = g(null), [c, m] = g("default"), M = !!d, h = c !== "default", f = N((s) => {
|
|
33
34
|
m("default"), a && a(s);
|
|
34
|
-
}, [a]),
|
|
35
|
+
}, [a]), y = (s) => {
|
|
35
36
|
s.preventDefault();
|
|
36
37
|
};
|
|
37
38
|
return /* @__PURE__ */ n(o, {
|
|
38
39
|
onOpenChange: f,
|
|
39
40
|
open: p,
|
|
40
|
-
children: [
|
|
41
|
+
children: [M && /* @__PURE__ */ e(o.Trigger, {
|
|
41
42
|
children: d
|
|
42
43
|
}), /* @__PURE__ */ n(o.Content, {
|
|
43
|
-
ref:
|
|
44
|
+
ref: x,
|
|
44
45
|
className: t.content,
|
|
45
|
-
onPointerDownOutside:
|
|
46
|
+
onPointerDownOutside: y,
|
|
46
47
|
size: "medium",
|
|
47
48
|
children: [/* @__PURE__ */ n(o.Header, {
|
|
48
49
|
className: t.header,
|
|
49
50
|
children: [r(l.title, {
|
|
50
51
|
itemName: S
|
|
51
|
-
}), i && /* @__PURE__ */ e(
|
|
52
|
+
}), i && /* @__PURE__ */ e(I, {
|
|
52
53
|
colorIndex: i.colorId + 1,
|
|
53
|
-
icon:
|
|
54
|
+
icon: v,
|
|
54
55
|
iconPosition: "left",
|
|
55
56
|
text: i.name.toUpperCase()
|
|
56
57
|
})]
|
|
57
58
|
}), /* @__PURE__ */ e(o.Body, {
|
|
58
|
-
className:
|
|
59
|
-
children: /* @__PURE__ */ n(
|
|
59
|
+
className: w(t.body, h && t.hasFooter),
|
|
60
|
+
children: /* @__PURE__ */ n(O, {
|
|
60
61
|
container: b,
|
|
62
|
+
initialContacts: _,
|
|
61
63
|
onModalOpenChange: f,
|
|
62
64
|
onModalViewChange: u,
|
|
63
65
|
onShareViewChange: m,
|
|
64
66
|
shareView: c,
|
|
65
|
-
children: [
|
|
67
|
+
children: [C && /* @__PURE__ */ e("div", {
|
|
66
68
|
className: t.loading,
|
|
67
|
-
children: /* @__PURE__ */ e(
|
|
69
|
+
children: /* @__PURE__ */ e(P, {
|
|
68
70
|
"aria-label": r(l.loadingLabel),
|
|
69
71
|
size: "large"
|
|
70
72
|
})
|
|
71
|
-
}), /* @__PURE__ */ e(
|
|
73
|
+
}), /* @__PURE__ */ e(D, {})]
|
|
72
74
|
})
|
|
73
75
|
}), !h && /* @__PURE__ */ e(o.Close, {
|
|
74
76
|
"aria-label": r(l.closeButton)
|
|
@@ -77,5 +79,5 @@ function Q({
|
|
|
77
79
|
});
|
|
78
80
|
}
|
|
79
81
|
export {
|
|
80
|
-
|
|
82
|
+
W as UnifiedShareFormModal
|
|
81
83
|
};
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import { createContext as
|
|
2
|
-
import { jsx as
|
|
3
|
-
const l = /* @__PURE__ */
|
|
4
|
-
const t =
|
|
1
|
+
import { createContext as S, useContext as v, useState as e, useMemo as b } from "react";
|
|
2
|
+
import { jsx as P } from "react/jsx-runtime";
|
|
3
|
+
const l = /* @__PURE__ */ S({}), R = () => {
|
|
4
|
+
const t = v(l);
|
|
5
5
|
if (!t)
|
|
6
6
|
throw new Error("useUnifiedShareFormContext must be used with UnifiedShareFormProvider");
|
|
7
7
|
return t;
|
|
8
|
-
},
|
|
8
|
+
}, V = ({
|
|
9
9
|
children: t,
|
|
10
10
|
container: o,
|
|
11
|
+
initialContacts: x,
|
|
11
12
|
onModalOpenChange: r,
|
|
12
13
|
onModalViewChange: s,
|
|
13
14
|
onShareViewChange: n,
|
|
14
15
|
shareView: c
|
|
15
16
|
}) => {
|
|
16
|
-
const [u,
|
|
17
|
+
const [u, f] = e(x), [a, d] = e(""), [i, C] = e(""), [m, U] = e(), F = b(() => ({
|
|
17
18
|
collaborationRole: m,
|
|
18
19
|
contactValue: a,
|
|
19
20
|
container: o,
|
|
@@ -21,20 +22,20 @@ const l = /* @__PURE__ */ F({}), p = () => {
|
|
|
21
22
|
onModalOpenChange: r,
|
|
22
23
|
onModalViewChange: s,
|
|
23
24
|
onShareViewChange: n,
|
|
24
|
-
setCollaborationRole:
|
|
25
|
-
setContactValue:
|
|
26
|
-
setMessageValue:
|
|
27
|
-
setUserContacts:
|
|
25
|
+
setCollaborationRole: U,
|
|
26
|
+
setContactValue: d,
|
|
27
|
+
setMessageValue: C,
|
|
28
|
+
setUserContacts: f,
|
|
28
29
|
shareView: c,
|
|
29
30
|
userContacts: u
|
|
30
31
|
}), [m, a, o, i, r, s, n, c, u]);
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
value:
|
|
32
|
+
return /* @__PURE__ */ P(l.Provider, {
|
|
33
|
+
value: F,
|
|
33
34
|
children: t
|
|
34
35
|
});
|
|
35
36
|
};
|
|
36
37
|
export {
|
|
37
38
|
l as UnifiedShareFormContext,
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
V as UnifiedShareFormProvider,
|
|
40
|
+
R as useUnifiedShareFormContext
|
|
40
41
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { useState as i, useEffect as
|
|
2
|
-
import { DEFAULT_CONFIGURATION as
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import { UnifiedShareModalContext as
|
|
5
|
-
import { UnifiedShareFormModal as
|
|
6
|
-
import { SharedLinkSettingsModal as
|
|
7
|
-
import { RemoveSharedLinkModal as
|
|
8
|
-
import { RemoveCollaboratorModal as
|
|
9
|
-
function
|
|
1
|
+
import { useState as i, useEffect as k, useMemo as R } from "react";
|
|
2
|
+
import { DEFAULT_CONFIGURATION as T } from "./constants.js";
|
|
3
|
+
import { jsxs as j, jsx as s } from "react/jsx-runtime";
|
|
4
|
+
import { UnifiedShareModalContext as A } from "./contexts/unified-share-modal-context.js";
|
|
5
|
+
import { UnifiedShareFormModal as E } from "./components/unified-share-form-modal/unified-share-form-modal.js";
|
|
6
|
+
import { SharedLinkSettingsModal as N } from "./components/shared-link-settings-modal/shared-link-settings-modal.js";
|
|
7
|
+
import { RemoveSharedLinkModal as y } from "./components/remove-shared-link-modal/remove-shared-link-modal.js";
|
|
8
|
+
import { RemoveCollaboratorModal as D } from "./components/remove-collaborator-modal/remove-collaborator-modal.js";
|
|
9
|
+
function K({
|
|
10
10
|
children: m,
|
|
11
11
|
collaborationRoles: f,
|
|
12
12
|
collaborators: l,
|
|
@@ -14,58 +14,60 @@ function J({
|
|
|
14
14
|
contactService: h,
|
|
15
15
|
currentUser: p,
|
|
16
16
|
eventService: c,
|
|
17
|
-
|
|
17
|
+
initialContacts: u,
|
|
18
|
+
isFetching: g,
|
|
18
19
|
isOpen: o,
|
|
19
|
-
isSubmitting:
|
|
20
|
-
item:
|
|
20
|
+
isSubmitting: C,
|
|
21
|
+
item: M,
|
|
21
22
|
onLoad: t,
|
|
22
|
-
onOpenChange:
|
|
23
|
-
sharedLink:
|
|
24
|
-
sharingService:
|
|
23
|
+
onOpenChange: O,
|
|
24
|
+
sharedLink: U,
|
|
25
|
+
sharingService: v
|
|
25
26
|
}) {
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
(async () => (t && await t(),
|
|
27
|
+
const w = !!m, [e, S] = i(o ?? !w), [x, I] = i(!!t), [r, a] = i("unified-share-form"), [b, V] = i();
|
|
28
|
+
k(() => S((n) => o ?? n), [o]), k(() => {
|
|
29
|
+
(async () => (t && await t(), I(!1)))();
|
|
29
30
|
}, []);
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
},
|
|
31
|
+
const F = (n) => {
|
|
32
|
+
S(o ?? n), O && O(n);
|
|
33
|
+
}, L = R(() => ({
|
|
33
34
|
collaborationRoles: f ?? [],
|
|
34
|
-
collaborator:
|
|
35
|
+
collaborator: b ?? {},
|
|
35
36
|
collaborators: l ?? [],
|
|
36
37
|
config: {
|
|
37
|
-
...
|
|
38
|
+
...T,
|
|
38
39
|
...d
|
|
39
40
|
},
|
|
40
41
|
contactService: h ?? {},
|
|
41
42
|
currentUser: p ?? {},
|
|
42
43
|
eventService: c ?? {},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
44
|
+
initialContacts: u ?? [],
|
|
45
|
+
isFetching: g ?? x,
|
|
46
|
+
isSubmitting: C,
|
|
47
|
+
item: M,
|
|
48
|
+
setCollaborator: V,
|
|
49
|
+
sharedLink: U ?? {},
|
|
50
|
+
sharingService: v ?? {}
|
|
51
|
+
}), [f, b, l, d, h, p, c, u, g, x, C, M, U, v]);
|
|
52
|
+
return /* @__PURE__ */ j(A.Provider, {
|
|
53
|
+
value: L,
|
|
54
|
+
children: [/* @__PURE__ */ s(E, {
|
|
53
55
|
isOpen: e && r === "unified-share-form",
|
|
54
56
|
onModalViewChange: a,
|
|
55
|
-
onOpenChange:
|
|
57
|
+
onOpenChange: F,
|
|
56
58
|
children: m
|
|
57
|
-
}), /* @__PURE__ */ s(
|
|
59
|
+
}), /* @__PURE__ */ s(N, {
|
|
58
60
|
isOpen: e && r === "shared-link-settings",
|
|
59
61
|
onOpenChange: () => a("unified-share-form")
|
|
60
|
-
}), /* @__PURE__ */ s(
|
|
62
|
+
}), /* @__PURE__ */ s(y, {
|
|
61
63
|
isOpen: e && r === "remove-shared-link",
|
|
62
64
|
onOpenChange: () => a("unified-share-form")
|
|
63
|
-
}), /* @__PURE__ */ s(
|
|
65
|
+
}), /* @__PURE__ */ s(D, {
|
|
64
66
|
isOpen: e && r === "remove-collaborator",
|
|
65
67
|
onOpenChange: () => a("unified-share-form")
|
|
66
68
|
})]
|
|
67
69
|
});
|
|
68
70
|
}
|
|
69
71
|
export {
|
|
70
|
-
|
|
72
|
+
K as UnifiedShareModal
|
|
71
73
|
};
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "পাসওয়ার্ডে কমপক্ষে একটি বড় হাতের অক্ষর, সংখ্যা বা বিশেষ অক্ষর থাকতে হবে",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "পাসওয়ার্ডে কমপক্ষে 8টি অক্ষর থাকতে হবে",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "অনুগ্রহ করে একটি পাসওয়ার্ড লিখুন",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "আপনি কি নিশ্চিত যে সহযোগী হিসাবে {name} অপসারণ করতে চান?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "বাতিল করুন",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "বন্ধ করুন",
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "লোড হচ্ছে",
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "লোড করা হচ্ছে",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "ঠিক আছে",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "সহযোগী সরান",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "কোলাবোরেটর অপসারণ করা যায়নি। অনুগ্রহ করে পরে আবার চেষ্টা করুন।",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "কোলাবোরেটর সফলভাবে অপসারণ করা হয়েছে।",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "এটি শেয়ার করা লিঙ্কটি স্থায়ীভাবে সরিয়ে ফেলবে। এই আইটেমটি অন্যান্য সাইটে এম্বেড করা হলে এটি অ্যাক্সেসযোগ্য হবে না। যেকোনো কাস্টম প্রোপার্টি, সেটিংস এবং মেয়াদউত্তীর্ণও সরানো হবে। আপনি কি চালিয়ে যেতে চান?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "বাতিল করুন",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "বন্ধ করুন",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "সমস্ত পরিচালনা করুন",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "নাম",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "পেন্ডিং আছে",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "অপসারণ করুন",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "ভূমিকা",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "সম্পাদক",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "লোড হচ্ছে",
|
|
@@ -35,21 +35,21 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = পাসও
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = অনুগ্রহ করে একটি পাসওয়ার্ড লিখুন
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = আপনি কি নিশ্চিত যে সহযোগী হিসাবে {name} অপসারণ করতে চান?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = বাতিল করুন
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
42
42
|
groupSharedFeatures.usm.removeCollaborator.closeButton = বন্ধ করুন
|
|
43
43
|
# Button aria label when the collaborator is being removed
|
|
44
|
-
groupSharedFeatures.usm.removeCollaborator.loadingLabel = লোড হচ্ছে
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = লোড করা হচ্ছে
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = ঠিক আছে
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = সহযোগী সরান
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = কোলাবোরেটর অপসারণ করা যায়নি। অনুগ্রহ করে পরে আবার চেষ্টা করুন।
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = কোলাবোরেটর সফলভাবে অপসারণ করা হয়েছে।
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = এটি শেয়ার করা লিঙ্কটি স্থায়ীভাবে সরিয়ে ফেলবে। এই আইটেমটি অন্যান্য সাইটে এম্বেড করা হলে এটি অ্যাক্সেসযোগ্য হবে না। যেকোনো কাস্টম প্রোপার্টি, সেটিংস এবং মেয়াদউত্তীর্ণও সরানো হবে। আপনি কি চালিয়ে যেতে চান?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = ন
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = পেন্ডিং আছে
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = অপসারণ করুন
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = ভূমিকা
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Adgangskoden skal indeholde mindst ét stort bogstav, tal eller specialtegn",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "adgangskode skal indeholde mindst 8 tegn",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Indtast venligst en adgangskode",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Er du sikker på, at du vil fjerne {name} som samarbejdspartner?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Annuller",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Luk",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Indlæser",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Okay",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Fjern samarbejdspartner",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Kan ikke fjerne samarbejdspartneren. Prøv igen senere.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Samarbejdspartneren er blevet fjernet.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Dette fjerner det delte link permanent. Hvis elementet er indlejret på andre sider, vil det også blive utilgængeligt. Eventuelle brugerdefinerede egenskaber, indstillinger og udløbstider vil også blive fjernet. Vil du fortsætte?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Annuller",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Luk",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Administrer alle",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Navn",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Afventer",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Fjern",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rolle",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Redaktør",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Indlæser",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = adgangskode s
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Indtast venligst en adgangskode
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Er du sikker på, at du vil fjerne {name} som samarbejdspartner?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Annuller
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Indlæser
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = Okay
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Fjern samarbejdspartner
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Kan ikke fjerne samarbejdspartneren. Prøv igen senere.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Samarbejdspartneren er blevet fjernet.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Dette fjerner det delte link permanent. Hvis elementet er indlejret på andre sider, vil det også blive utilgængeligt. Eventuelle brugerdefinerede egenskaber, indstillinger og udløbstider vil også blive fjernet. Vil du fortsætte?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nav
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Afventer
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Fjern
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rolle
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Das Kennwort muss mindestens einen Großbuchstaben, eine Zahl oder ein Sonderzeichen enthalten",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Das Kennwort muss mindestens 8 Zeichen enthalten",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Bitte geben Sie ein Kennwort ein",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "Möchten Sie {name} wirklich als Mitwirkenden entfernen?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Abbrechen",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Schließen",
|
|
23
|
-
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "
|
|
23
|
+
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Wird geladen …",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "OK",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Mitwirkenden entfernen",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "Der Mitwirkende kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "Der Mitwirkende wurde erfolgreich entfernt.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Dadurch wird der freigegebene Link endgültig entfernt. Wenn dieses Element auf anderen Websites eingebettet ist, wird es ebenfalls unzugänglich. Alle benutzerdefinierten Eigenschaften, Einstellungen und Ablaufzeiten werden ebenfalls entfernt. Möchten Sie fortfahren?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Abbrechen",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Schließen",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Alle verwalten",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Name",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Ausstehend",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Entfernen",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rolle",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Bearbeiter",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Laden",
|
|
@@ -35,21 +35,21 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Das Kennwort
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Bitte geben Sie ein Kennwort ein
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = Möchten Sie {name} wirklich als Mitwirkenden entfernen?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Abbrechen
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
42
42
|
groupSharedFeatures.usm.removeCollaborator.closeButton = Schließen
|
|
43
43
|
# Button aria label when the collaborator is being removed
|
|
44
|
-
groupSharedFeatures.usm.removeCollaborator.loadingLabel =
|
|
44
|
+
groupSharedFeatures.usm.removeCollaborator.loadingLabel = Wird geladen …
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = OK
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Mitwirkenden entfernen
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = Der Mitwirkende kann nicht entfernt werden. Versuchen Sie es bitte später noch einmal.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = Der Mitwirkende wurde erfolgreich entfernt.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Dadurch wird der freigegebene Link endgültig entfernt. Wenn dieses Element auf anderen Websites eingebettet ist, wird es ebenfalls unzugänglich. Alle benutzerdefinierten Eigenschaften, Einstellungen und Ablaufzeiten werden ebenfalls entfernt. Möchten Sie fortfahren?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nam
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Ausstehend
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Entfernen
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rolle
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "La contraseña debe contener al menos una letra mayúscula, un número o un carácter especial",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "La contraseña debe contener al menos 8 caracteres",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Introduzca una contraseña",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "¿Seguro que desea eliminar a {name} como colaborador?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Anular",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Cerrar",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Cargando",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Aceptar",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Eliminar colaborador",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "No se puede eliminar el colaborador. Inténtelo más tarde.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "El colaborador se ha eliminado correctamente.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anular",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Cerrar",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Gestionar todo",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Nombre",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Pendiente",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Eliminar",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Edición",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Cargando",
|
|
@@ -35,7 +35,7 @@ groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = La contraseñ
|
|
|
35
35
|
# Error message for the password field when password is not provided
|
|
36
36
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Introduzca una contraseña
|
|
37
37
|
# Body text of the Remove Collaborator modal
|
|
38
|
-
groupSharedFeatures.usm.removeCollaborator.bodyText =
|
|
38
|
+
groupSharedFeatures.usm.removeCollaborator.bodyText = ¿Seguro que desea eliminar a {name} como colaborador?
|
|
39
39
|
# Button text to cancel removing a collaborator
|
|
40
40
|
groupSharedFeatures.usm.removeCollaborator.cancelButton = Anular
|
|
41
41
|
# Aria label for the button to close the Remove Collaborator modal
|
|
@@ -45,11 +45,11 @@ groupSharedFeatures.usm.removeCollaborator.loadingLabel = Cargando
|
|
|
45
45
|
# Button text to confirm removing a collaborator
|
|
46
46
|
groupSharedFeatures.usm.removeCollaborator.okayButton = Aceptar
|
|
47
47
|
# Title of the Remove Collaborator modal
|
|
48
|
-
groupSharedFeatures.usm.removeCollaborator.title =
|
|
48
|
+
groupSharedFeatures.usm.removeCollaborator.title = Eliminar colaborador
|
|
49
49
|
# Notification text when a collaborator failed to be removed
|
|
50
|
-
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText =
|
|
50
|
+
groupSharedFeatures.usm.removeCollaboratorErrorNoticeText = No se puede eliminar el colaborador. Inténtelo más tarde.
|
|
51
51
|
# Notification text when a collaborator is successfully removed
|
|
52
|
-
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText =
|
|
52
|
+
groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText = El colaborador se ha eliminado correctamente.
|
|
53
53
|
# Body text of the Remove Shared Link modal
|
|
54
54
|
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?
|
|
55
55
|
# Button text to cancel removing a shared link
|
|
@@ -183,7 +183,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = Nom
|
|
|
183
183
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
184
184
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = Pendiente
|
|
185
185
|
# Aria label for the button to remove a collaborator on the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton =
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton = Eliminar
|
|
187
187
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
188
188
|
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = Rol
|
|
189
189
|
# Label for the role of a collaborator who can edit and delete the item
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -17,14 +17,14 @@ export default {
|
|
|
17
17
|
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "La contraseña debe contener al menos una letra mayúscula, un número o un carácter especial",
|
|
18
18
|
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "La contraseña debe contener al menos 8 caracteres",
|
|
19
19
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Introduzca una contraseña",
|
|
20
|
-
"groupSharedFeatures.usm.removeCollaborator.bodyText": "
|
|
20
|
+
"groupSharedFeatures.usm.removeCollaborator.bodyText": "¿Seguro que desea eliminar a {name} como colaborador?",
|
|
21
21
|
"groupSharedFeatures.usm.removeCollaborator.cancelButton": "Anular",
|
|
22
22
|
"groupSharedFeatures.usm.removeCollaborator.closeButton": "Cerrar",
|
|
23
23
|
"groupSharedFeatures.usm.removeCollaborator.loadingLabel": "Cargando",
|
|
24
24
|
"groupSharedFeatures.usm.removeCollaborator.okayButton": "Aceptar",
|
|
25
|
-
"groupSharedFeatures.usm.removeCollaborator.title": "
|
|
26
|
-
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "
|
|
27
|
-
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "
|
|
25
|
+
"groupSharedFeatures.usm.removeCollaborator.title": "Eliminar colaborador",
|
|
26
|
+
"groupSharedFeatures.usm.removeCollaboratorErrorNoticeText": "No se puede eliminar el colaborador. Inténtelo más tarde.",
|
|
27
|
+
"groupSharedFeatures.usm.removeCollaboratorSuccessNoticeText": "El colaborador se ha eliminado correctamente.",
|
|
28
28
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Esto eliminará permanentemente el enlace compartido. Si este elemento está incrustado en otros sitios, también se volverá inaccesible. Cualquier propiedad personalizada, configuración y caducidad también se eliminará. ¿Desea continuar?",
|
|
29
29
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Anular",
|
|
30
30
|
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "Cerrar",
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "Gestionar todo",
|
|
92
92
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "Nombre",
|
|
93
93
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "Pendiente",
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.removeButton": "Eliminar",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "Rol",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "Edición",
|
|
97
97
|
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "Cargando",
|