@box/unified-share-modal 1.13.3 → 1.14.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 +11 -11
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +37 -36
- package/dist/i18n/de-DE.js +1 -1
- package/dist/i18n/de-DE.properties +1 -1
- package/dist/i18n/en-x-pseudo.js +121 -121
- package/dist/i18n/en-x-pseudo.properties +121 -121
- package/dist/i18n/nl-NL.js +3 -3
- package/dist/i18n/nl-NL.properties +3 -3
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +5 -5
- package/dist/styles/shared-link-settings-modal.css +1 -1
- package/package.json +3 -3
|
@@ -7,7 +7,7 @@ import { useAccessLevels as X } from "../../hooks/use-access-levels.js";
|
|
|
7
7
|
import { formatDateFromTimestampToCalendarDate as Y, formatTomorrowDateToCalendarDate as Z } from "../../utils/date.js";
|
|
8
8
|
import { useLinkSettingsForm as aa } from "../../hooks/use-link-settings-form.js";
|
|
9
9
|
import { useUnifiedShareModalContext as ea } from "../../contexts/unified-share-modal-context.js";
|
|
10
|
-
import '../../../../styles/shared-link-settings-modal.css';const na = "
|
|
10
|
+
import '../../../../styles/shared-link-settings-modal.css';const na = "_content_149ez_1", ia = "_body_149ez_5", S = {
|
|
11
11
|
content: na,
|
|
12
12
|
body: ia
|
|
13
13
|
}, oa = "••••••••";
|
|
@@ -58,15 +58,15 @@ function ba({
|
|
|
58
58
|
l("expiration", void 0), s("expiration", o);
|
|
59
59
|
}, U = (o) => {
|
|
60
60
|
l("vanityName", void 0), s("isVanityNameEnabled", o);
|
|
61
|
-
},
|
|
61
|
+
}, z = (o) => {
|
|
62
62
|
l("vanityName", void 0), s("vanityName", o.target.value);
|
|
63
|
-
},
|
|
63
|
+
}, R = (o) => {
|
|
64
64
|
l("password", void 0), s("isPasswordEnabled", o);
|
|
65
|
-
},
|
|
65
|
+
}, W = (o) => {
|
|
66
66
|
l("password", void 0), s("password", o.target.value);
|
|
67
|
-
},
|
|
67
|
+
}, j = (o) => {
|
|
68
68
|
s("isDownloadEnabled", o);
|
|
69
|
-
},
|
|
69
|
+
}, $ = (o) => {
|
|
70
70
|
var C;
|
|
71
71
|
const H = (C = document.getElementById("usm-SharedLinkSettingsModal-primaryButton")) == null ? void 0 : C.contains(o.relatedTarget);
|
|
72
72
|
b.isPasswordEnabled && !t.password || H || B(t.password);
|
|
@@ -119,7 +119,7 @@ function ba({
|
|
|
119
119
|
checked: t.isPasswordEnabled,
|
|
120
120
|
disabled: !i.canChangePassword,
|
|
121
121
|
label: a(e.passwordToggleText),
|
|
122
|
-
onCheckedChange:
|
|
122
|
+
onCheckedChange: R,
|
|
123
123
|
value: "password-settings"
|
|
124
124
|
}), t.isPasswordEnabled && /* @__PURE__ */ d(L, {
|
|
125
125
|
children: [i.canChangePassword && /* @__PURE__ */ n(E, {
|
|
@@ -131,8 +131,8 @@ function ba({
|
|
|
131
131
|
error: p.password,
|
|
132
132
|
hideLabel: !0,
|
|
133
133
|
label: a(e.passwordToggleText),
|
|
134
|
-
onBlur:
|
|
135
|
-
onChange:
|
|
134
|
+
onBlur: $,
|
|
135
|
+
onChange: W,
|
|
136
136
|
onFocus: () => l("password", void 0),
|
|
137
137
|
placeholder: b.isPasswordEnabled ? oa : a(e.passwordInputPlaceholder),
|
|
138
138
|
type: "password",
|
|
@@ -154,7 +154,7 @@ function ba({
|
|
|
154
154
|
error: p.vanityName,
|
|
155
155
|
hideLabel: !0,
|
|
156
156
|
label: a(e.vanityNameInputLabel),
|
|
157
|
-
onChange:
|
|
157
|
+
onChange: z,
|
|
158
158
|
placeholder: a(e.vanityNameInputPlaceholder),
|
|
159
159
|
value: t.vanityName
|
|
160
160
|
}), i.canChangeVanityName && /* @__PURE__ */ n(y, {
|
|
@@ -165,7 +165,7 @@ function ba({
|
|
|
165
165
|
checked: t.isDownloadEnabled,
|
|
166
166
|
disabled: !i.canChangeDownload,
|
|
167
167
|
label: a(e.downloadSettingsToggleText),
|
|
168
|
-
onCheckedChange:
|
|
168
|
+
onCheckedChange: j,
|
|
169
169
|
value: "download-link-settings"
|
|
170
170
|
})]
|
|
171
171
|
}), /* @__PURE__ */ d(r.Footer, {
|
package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { useRef as b, useState as j, useCallback as x, useEffect as
|
|
1
|
+
import { useRef as b, useState as j, useCallback as x, useEffect as I } from "react";
|
|
2
2
|
import { useIntl as K } from "react-intl";
|
|
3
3
|
import { Text as V, Tooltip as T, Focusable as O, Switch as G, Status as H, Link as J, Button as Q } from "@box/blueprint-web";
|
|
4
|
-
import { ClockBadge as W
|
|
4
|
+
import { ClockBadge as W } from "@box/blueprint-web-assets/icons/Line";
|
|
5
|
+
import { Mail as X } from "@box/blueprint-web-assets/icons/Medium";
|
|
5
6
|
import { SurfaceStatusSurfaceRed as Y } from "@box/blueprint-web-assets/tokens/tokens";
|
|
6
7
|
import { CopyInput as Z } from "@box/copy-input";
|
|
7
8
|
import { SharedLinkAccess as $ } from "./shared-link-access.js";
|
|
8
9
|
import { SharedLinkPermission as ee } from "./shared-link-permission.js";
|
|
9
10
|
import t from "./messages.js";
|
|
10
|
-
import { jsxs as g, jsx as
|
|
11
|
+
import { jsxs as g, jsx as o } from "react/jsx-runtime";
|
|
11
12
|
import { useUnifiedShareFormContext as te } from "../../../contexts/unified-share-form-context.js";
|
|
12
13
|
import { useUnifiedShareModalContext as ie } from "../../../contexts/unified-share-modal-context.js";
|
|
13
|
-
import { useSharingAction as
|
|
14
|
-
import { formatDateFromTimestampToDateString as
|
|
15
|
-
import { callOnKeyboardEvent as
|
|
14
|
+
import { useSharingAction as N } from "../../../hooks/use-sharing-action.js";
|
|
15
|
+
import { formatDateFromTimestampToDateString as oe } from "../../../utils/date.js";
|
|
16
|
+
import { callOnKeyboardEvent as ne } from "../../../utils/event.js";
|
|
16
17
|
import '../../../../../styles/shared-link-section.css';const ae = "_container_q90iz_1", se = "_toggle_q90iz_7", re = "_settings_q90iz_13", ce = "_copy_q90iz_22", le = "_access_q90iz_30", d = {
|
|
17
18
|
container: ae,
|
|
18
19
|
toggle: se,
|
|
@@ -20,47 +21,47 @@ import '../../../../../styles/shared-link-section.css';const ae = "_container_q9
|
|
|
20
21
|
copy: ce,
|
|
21
22
|
access: le
|
|
22
23
|
};
|
|
23
|
-
function
|
|
24
|
+
function Ae() {
|
|
24
25
|
const {
|
|
25
26
|
formatMessage: e
|
|
26
27
|
} = K(), k = b(!0), L = b(null), u = b(null), {
|
|
27
28
|
onModalViewChange: h,
|
|
28
|
-
onShareViewChange:
|
|
29
|
+
onShareViewChange: P
|
|
29
30
|
} = te(), {
|
|
30
|
-
config:
|
|
31
|
+
config: n,
|
|
31
32
|
isFetching: v,
|
|
32
|
-
isSubmitting:
|
|
33
|
-
item:
|
|
33
|
+
isSubmitting: w,
|
|
34
|
+
item: E,
|
|
34
35
|
sharedLink: m,
|
|
35
36
|
sharingService: F
|
|
36
37
|
} = ie(), {
|
|
37
38
|
permissions: A = {}
|
|
38
|
-
} =
|
|
39
|
+
} = E, {
|
|
39
40
|
createSharedLink: z
|
|
40
41
|
} = F, {
|
|
41
42
|
sharedLinkAutoCopy: r,
|
|
42
43
|
sharedLinkAutoCreate: C
|
|
43
|
-
} =
|
|
44
|
+
} = n;
|
|
44
45
|
let _ = "create-shared-link";
|
|
45
46
|
r && (_ = "auto-copy-shared-link");
|
|
46
47
|
const {
|
|
47
48
|
isLoading: q,
|
|
48
49
|
onAction: y
|
|
49
|
-
} =
|
|
50
|
+
} = N(z, _), i = !!m.url, a = w ?? q, [S, R] = j(!1), p = x(async () => {
|
|
50
51
|
i || (await y(), R(!0));
|
|
51
|
-
}, [i, y]),
|
|
52
|
+
}, [i, y]), M = x(async () => (p(), new Promise((s) => {
|
|
52
53
|
u.current = {
|
|
53
54
|
resolve: s
|
|
54
55
|
};
|
|
55
56
|
})), [p]), {
|
|
56
57
|
onAction: D
|
|
57
|
-
} =
|
|
58
|
-
|
|
58
|
+
} = N(M, "auto-copy-shared-link");
|
|
59
|
+
I(() => {
|
|
59
60
|
!k.current || v || (r ? D() : C && p(), k.current = !1);
|
|
60
|
-
}, [v, k, r, C, p, D]),
|
|
61
|
+
}, [v, k, r, C, p, D]), I(() => {
|
|
61
62
|
i && r && L.current && L.current.click();
|
|
62
63
|
}, [i, r]);
|
|
63
|
-
const
|
|
64
|
+
const B = x((l) => {
|
|
64
65
|
if (!u.current)
|
|
65
66
|
return;
|
|
66
67
|
let s;
|
|
@@ -76,20 +77,20 @@ function ve() {
|
|
|
76
77
|
let c, f = !1;
|
|
77
78
|
return !i && !a && (c = e(t.sharedLinkToggleTooltip)), !i && !A.canShare && (c = e(t.createLinkDisabledTooltip), f = !0), i && !A.canSetShareAccess && (c = e(t.removeLinkDisabledTooltip), f = !0), /* @__PURE__ */ g("div", {
|
|
78
79
|
className: d.container,
|
|
79
|
-
children: [/* @__PURE__ */
|
|
80
|
+
children: [/* @__PURE__ */ o(V, {
|
|
80
81
|
as: "label",
|
|
81
82
|
variant: "bodyDefaultBold",
|
|
82
83
|
children: e(t.shareLinkLabel)
|
|
83
84
|
}), /* @__PURE__ */ g("div", {
|
|
84
85
|
className: d.toggle,
|
|
85
|
-
children: [/* @__PURE__ */
|
|
86
|
+
children: [/* @__PURE__ */ o(T, {
|
|
86
87
|
align: "start",
|
|
87
88
|
content: c,
|
|
88
89
|
"data-testid": "shared-link-tooltip",
|
|
89
90
|
open: c ? void 0 : !1,
|
|
90
|
-
children: /* @__PURE__ */
|
|
91
|
+
children: /* @__PURE__ */ o(O, {
|
|
91
92
|
focusable: f,
|
|
92
|
-
children: /* @__PURE__ */
|
|
93
|
+
children: /* @__PURE__ */ o(G.Item, {
|
|
93
94
|
checked: i,
|
|
94
95
|
disabled: f || a,
|
|
95
96
|
label: e(t.sharedLinkToggleLabel),
|
|
@@ -97,23 +98,23 @@ function ve() {
|
|
|
97
98
|
value: "shared-link"
|
|
98
99
|
})
|
|
99
100
|
})
|
|
100
|
-
}), i && !!m.expiresAt && /* @__PURE__ */
|
|
101
|
+
}), i && !!m.expiresAt && /* @__PURE__ */ o(T, {
|
|
101
102
|
content: e(t.expirationIconTooltip, {
|
|
102
|
-
expirationDate:
|
|
103
|
+
expirationDate: oe(m.expiresAt)
|
|
103
104
|
}),
|
|
104
105
|
"data-testid": "expiration-date-tooltip",
|
|
105
|
-
children: /* @__PURE__ */
|
|
106
|
+
children: /* @__PURE__ */ o(H, {
|
|
106
107
|
color: Y,
|
|
107
108
|
hideText: !0,
|
|
108
109
|
icon: W,
|
|
109
110
|
text: e(t.expirationIconLabel)
|
|
110
111
|
})
|
|
111
|
-
}), i &&
|
|
112
|
+
}), i && n.sharedLinkSettings && /* @__PURE__ */ o(J, {
|
|
112
113
|
"aria-disabled": a,
|
|
113
114
|
"aria-haspopup": "dialog",
|
|
114
115
|
className: d.settings,
|
|
115
116
|
onClick: () => h("shared-link-settings"),
|
|
116
|
-
onKeyDown:
|
|
117
|
+
onKeyDown: ne(() => h("shared-link-settings"), {
|
|
117
118
|
canPreventDefault: !0
|
|
118
119
|
}),
|
|
119
120
|
role: "button",
|
|
@@ -123,32 +124,32 @@ function ve() {
|
|
|
123
124
|
})]
|
|
124
125
|
}), i && /* @__PURE__ */ g("div", {
|
|
125
126
|
className: d.copy,
|
|
126
|
-
children: [/* @__PURE__ */
|
|
127
|
+
children: [/* @__PURE__ */ o(Z, {
|
|
127
128
|
ref: L,
|
|
128
129
|
autoFocus: C && i,
|
|
129
130
|
disabled: a,
|
|
130
131
|
hideLabel: !0,
|
|
131
132
|
label: e(t.sharedLinkUrlLabel),
|
|
132
|
-
onCopy:
|
|
133
|
+
onCopy: B,
|
|
133
134
|
value: m.url
|
|
134
|
-
}),
|
|
135
|
+
}), n.sharedLinkEmail && /* @__PURE__ */ o(T, {
|
|
135
136
|
align: "end",
|
|
136
137
|
content: e(t.sharedLinkEmailLabel),
|
|
137
|
-
children: /* @__PURE__ */
|
|
138
|
+
children: /* @__PURE__ */ o(Q, {
|
|
138
139
|
"aria-label": e(t.sharedLinkEmailLabel),
|
|
139
140
|
disabled: a,
|
|
140
141
|
icon: X,
|
|
141
|
-
onClick: () =>
|
|
142
|
+
onClick: () => P("email"),
|
|
142
143
|
size: "large",
|
|
143
144
|
variant: "secondary"
|
|
144
145
|
})
|
|
145
146
|
})]
|
|
146
|
-
}), i && (
|
|
147
|
+
}), i && (n.sharedLinkAccess || n.sharedLinkPermission) && /* @__PURE__ */ g("div", {
|
|
147
148
|
className: d.access,
|
|
148
|
-
children: [
|
|
149
|
+
children: [n.sharedLinkAccess && /* @__PURE__ */ o($, {}), n.sharedLinkPermission && /* @__PURE__ */ o(ee, {})]
|
|
149
150
|
})]
|
|
150
151
|
});
|
|
151
152
|
}
|
|
152
153
|
export {
|
|
153
|
-
|
|
154
|
+
Ae as SharedLinkSection
|
|
154
155
|
};
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -56,7 +56,7 @@ export default {
|
|
|
56
56
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Hochladen, herunterladen, in der Vorschau anzeigen, freigeben, bearbeiten und löschen",
|
|
57
57
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Freigabe-Link versenden",
|
|
58
58
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Als {role} einladen",
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Sie sind nicht berechtigt,
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "Sie sind nicht berechtigt, Mitarbeiter einzuladen",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Personen einladen",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen oder E-Mail-Adressen hinzufügen",
|
|
62
62
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Mitwirkende können nicht zu Lesezeichen hinzugefügt werden",
|
|
@@ -113,7 +113,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLi
|
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Als {role} einladen
|
|
115
115
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Sie sind nicht berechtigt,
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = Sie sind nicht berechtigt, Mitarbeiter einzuladen
|
|
117
117
|
# Label for the field to select users to collaborate with on an item
|
|
118
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Personen einladen
|
|
119
119
|
# Placeholder for the field to select users to collaborate with on an item
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬
|
|
5
|
-
"groupSharedFeatures.usm.defaultErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
7
|
-
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
8
|
-
"groupSharedFeatures.usm.emailRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
10
|
-
"groupSharedFeatures.usm.errorNoticeIcon": "⟦萬
|
|
11
|
-
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬萬
|
|
13
|
-
"groupSharedFeatures.usm.invalidEmailErrorMessage": "⟦萬萬萬萬萬萬
|
|
14
|
-
"groupSharedFeatures.usm.noticeCloseLabel": "⟦萬
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
18
|
-
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "⟦萬萬萬萬萬萬 P
|
|
19
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "⟦萬
|
|
21
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "⟦萬
|
|
22
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "⟦萬萬
|
|
23
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "⟦萬
|
|
24
|
-
"groupSharedFeatures.usm.removeSharedLinkModal.title": "⟦萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "⟦萬
|
|
26
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "⟦萬
|
|
27
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
28
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
30
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "⟦萬萬萬萬萬
|
|
31
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "⟦萬萬萬萬
|
|
32
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "⟦萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "⟦萬萬萬
|
|
34
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
35
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "⟦萬萬萬萬
|
|
36
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "⟦萬萬
|
|
37
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "⟦萬萬萬萬
|
|
38
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "⟦萬萬萬萬萬 P
|
|
39
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
40
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "⟦萬
|
|
41
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
42
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "⟦萬萬萬萬萬
|
|
43
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
44
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "⟦萬萬萬
|
|
45
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
46
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
47
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "⟦萬萬
|
|
48
|
-
"groupSharedFeatures.usm.successNoticeIcon": "⟦萬萬
|
|
49
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "⟦萬
|
|
50
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "⟦萬萬
|
|
51
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "⟦萬
|
|
52
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "⟦萬
|
|
53
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "⟦萬
|
|
54
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
55
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
56
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
57
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "⟦萬萬萬萬萬
|
|
58
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "⟦萬萬萬萬
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
60
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "⟦萬萬萬
|
|
61
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "⟦萬萬萬萬萬萬萬萬
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
63
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "⟦萬萬
|
|
64
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "⟦萬萬萬 P
|
|
65
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "⟦萬萬萬萬萬
|
|
66
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "⟦萬
|
|
67
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "⟦萬萬萬萬萬萬萬 {count}
|
|
68
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "⟦萬萬萬萬萬
|
|
69
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "⟦萬萬萬
|
|
70
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "⟦萬萬萬
|
|
71
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "⟦萬萬萬
|
|
72
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "⟦萬萬萬萬萬萬萬萬
|
|
73
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton": "⟦萬
|
|
75
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton": "⟦萬
|
|
76
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge": "⟦萬萬萬萬萬萬
|
|
77
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel": "⟦萬萬萬
|
|
78
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "⟦萬萬
|
|
79
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "⟦萬
|
|
80
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "⟦萬萬 P
|
|
81
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "⟦萬
|
|
82
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "⟦萬
|
|
83
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "⟦萬萬
|
|
84
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "⟦萬
|
|
85
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "⟦萬萬 P
|
|
86
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "⟦萬萬萬萬萬 P
|
|
87
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬
|
|
88
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
89
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
90
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "⟦萬萬萬萬萬萬
|
|
91
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "⟦萬萬
|
|
92
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "⟦萬萬萬
|
|
93
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
94
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "⟦萬萬萬萬萬
|
|
95
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
96
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "⟦萬萬萬萬萬萬 P
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
98
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
99
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
100
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "⟦萬萬萬萬 P
|
|
101
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "⟦萬萬
|
|
102
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
103
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "⟦萬
|
|
104
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "⟦萬
|
|
105
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "⟦
|
|
106
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
107
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "⟦萬萬萬萬萬 P
|
|
108
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
109
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "⟦萬萬
|
|
110
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "⟦萬萬萬萬
|
|
111
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "⟦萬萬萬
|
|
112
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "⟦萬萬萬
|
|
113
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "⟦萬萬萬萬萬
|
|
114
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "⟦萬萬萬萬
|
|
115
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "⟦萬萬
|
|
116
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.title": "⟦萬萬萬
|
|
117
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "⟦萬萬
|
|
118
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "⟦萬 V
|
|
119
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "⟦萬萬萬萬 V
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
121
|
-
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬
|
|
2
|
+
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŭńåьĺè ţó çŕéáŧė á şħáґėď ĺîйĸ. Pľεàśè ťŕỳ ãğάìŋ ľàţєя. 國國國國國國國國國國國國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ůňāьļę τō çřėâτę å ŝĥãřèď ĺіηκ. Pľéάѕê ťгў ǻğāĩń ļāŧёř. 國國國國國國國國國國國國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬 Śħåřĕď ĺіήκ ċгεāťεď. 國國國國國⟧",
|
|
5
|
+
"groupSharedFeatures.usm.defaultErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śσmèţħįпğ ẁēńŧ ẁŕōиġ. Pľèàşĕ τřγ αĝǻϊп ľąτěя. 國國國國國國國國國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űлǻвļе τō ѓëmøνě τħě śĥāґěď ļĭиķ. Pĺëåѕε ŧѓý άġąîń ľâţєř. 國國國國國國國國國國國國國國國國國⟧",
|
|
7
|
+
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥё śнăŗĕď ľĭňķ ƒσѓ “{itemName}” ħàş вěĕй ŗèmöνέď şü¢čέѕşƒůĺĺУ. 國國國國國國國國國國國國國國國國國⟧",
|
|
8
|
+
"groupSharedFeatures.usm.emailRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬 Επţеŗ ãŧ ĺėáşŧ ŏйе νąĺĩď ěmăіļ 國國國國國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнē śħàгěď ļїńķ ƒŏя “{itemName}” ώáś şěňτ şūčсеśŝƒūļļŷ. 國國國國國國國國國國國國國國⟧",
|
|
10
|
+
"groupSharedFeatures.usm.errorNoticeIcon": "⟦萬 Еггōŗ 國⟧",
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬 ĖхΡīяαťîσπ ďãţε můśţ вέ ϊń ŧнє ƒцţüгē 國國國國國國國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬萬 Pľéãśє śёľêсţ ǻл έхΡіѓąŧíôи ďâτė 國國國國國國國國國⟧",
|
|
13
|
+
"groupSharedFeatures.usm.invalidEmailErrorMessage": "⟦萬萬萬萬萬萬 Ϊňνάľїď έmǻĩĺ ăďďřéśѕ 國國國國國國⟧",
|
|
14
|
+
"groupSharedFeatures.usm.noticeCloseLabel": "⟦萬 Ċĺσşе 國⟧",
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pãśŝщöѓď сăиπōţ сôʼnτάіʼn ą şΡąćé, \"<\" őґ \">\" 國國國國國國國國國國國國⟧",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pâśѕώоŗď mµŝŧ сōŋţâіп ąţ ľëáśţ óņē ŭΡΡєŗ сαşė ľέŧţёя, ņµmьėя, õŗ ŝΡèĉíαļ ċĥāгãçţêг 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pãśşщőřď műşŧ čōńťāιʼn áτ ľέãśŧ 8 čĥãřąċťėгѕ 國國國國國國國國國國國國⟧",
|
|
18
|
+
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "⟦萬萬萬萬萬萬 Pļёãśè еηťеґ â Ρãśѕŵоѓď 國國國國國國⟧",
|
|
19
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥιѕ щĩļľ Ρĕгmāήеπţļý яëmŏνè τħè şĥàŕěď ĺĩήκ. ݃ τĥїѕ ιţёm ίş ёmьĕďďëď øй στĥεŗ şįτεŝ ìτ ώϊļĺ âĺŝø вεćömе ιйąćĉęśşìьļέ. Âлγ ćůŝťőm ΡŗóΡέŕťīêŝ, ŝêŧŧíňğş àπď ě×Ρįřåτîόńş ẁīľļ вĕ яëmòνеď āѕ щêľļ. Ďò ýòů ώãπţ το čöŋţĭпūè? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
20
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "⟦萬 Ćăπćėĺ 國⟧",
|
|
21
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.closeButton": "⟦萬 Čļσŝε 國⟧",
|
|
22
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel": "⟦萬萬 Ļôäďίŋĝ 國國⟧",
|
|
23
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.okayButton": "⟦萬 Θĸåÿ 國⟧",
|
|
24
|
+
"groupSharedFeatures.usm.removeSharedLinkModal.title": "⟦萬萬萬萬萬 Ѓèmσνê Şĥâґėď Ĺĩйк 國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton": "⟦萬 Çąņ¢ĕľ 國⟧",
|
|
26
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton": "⟦萬 Çľõѕέ 國⟧",
|
|
27
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äĺļøω ųѕеѓѕ ώιţн ťħέ ŝħáяêď ļïņκ ŧŏ ďσшйĺőàď ŧħìŝ îťèm 國國國國國國國國國國國國國國國國⟧",
|
|
28
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ľëąѓл mοѓě άьôűτ ѕĥãяëď ĺįπķ ѕеţŧίлġś. 國國國國國國國國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "⟦萬萬萬萬萬萬萬 Şеĺέċţ àп ē×Ρϊгáţϊōʼn ďãťę 國國國國國國國⟧",
|
|
30
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "⟦萬萬萬萬萬 Çļěαг ďàťĕ Ρîčкěг 國國國國國⟧",
|
|
31
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "⟦萬萬萬萬 ΣхΡĭŗαťìōň ďąťė 國國國國⟧",
|
|
32
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "⟦萬萬萬萬萬 Şшįť¢ĥ ťô лė×ŧ mοŋţħ 國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "⟦萬萬萬 ΟΡеп ĉåļêйďâř 國國國⟧",
|
|
34
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "⟦萬萬萬萬萬萬萬 Şŵїťĉĥ ťσ Ρгēνíøūş móπţн 國國國國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "⟦萬萬萬萬 Ŀĩηκ єхΡϊřåţįõή 國國國國⟧",
|
|
36
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "⟦萬萬 Ľοäďїŋğ 國國⟧",
|
|
37
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "⟦萬萬萬萬 Єπţёя â Ρàśŝщόŕď 國國國國⟧",
|
|
38
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "⟦萬萬萬萬萬 Pāŝśώóяď Ρѓоťєćŧίóņ 國國國國國⟧",
|
|
39
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Páѕѕшòѓďŝ müşţ ĩńċľůďé ãţ ľёåѕτ 8 ¢ħāŗãçťêгŝ, åпď mµŝţ çŏňťáĩл αť ļęāѕť οŋë µΡΡеѓ ċâśè ľĕţŧєŕ, лùmьëґ, όг ѕΡĕ¢їäľ снǻŗãćŧέŕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "⟦萬 Ŝάνě 國⟧",
|
|
41
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнίş čøņŧĕπţ įѕ áναіĺàвļе ŧõ àиўóηē ẃіťнĩи Уσũг ćŏmΡάπγ щïτн ţĥě ľιʼnκ, åņď çάή вè νїĕŵěď öѓ ďøωиľöāďèď. {learnSharedLinkSettingsLink} 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
42
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "⟦萬萬萬萬萬 Ѕĥåŗеď Ľïŋк Şêţτιиğѕ 國國國國國⟧",
|
|
43
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉцŝţöm ŪŖĻś şĥόüļď йоť вĕ ùѕєď ŵħēп ŝħąŗíηğ ѕěņѕϊŧïνé çõйτēńť. 國國國國國國國國國國國國國國國國國國⟧",
|
|
44
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel": "⟦萬萬萬 Çūŝţоm Ρąťĥ 國國國⟧",
|
|
45
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Éπŧĕŗ â 絺ŧøm Ρäŧħ (12 õŕ möяє сĥåŕåсţèяś) 國國國國國國國國國國國國⟧",
|
|
46
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pŭвľĭѕĥ сôʼnţĕňť вŕοâďļỳ ώíŧħ â сµѕţøm, иóл-Ρŗîνâτē ŬŘĿ 國國國國國國國國國國國國國國國國⟧",
|
|
47
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel": "⟦萬萬 Ẃãґŋìπĝ 國國⟧",
|
|
48
|
+
"groupSharedFeatures.usm.successNoticeIcon": "⟦萬萬 Şųć¢ёşś 國國⟧",
|
|
49
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.closeButton": "⟦萬 Çľоѕė 國⟧",
|
|
50
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole": "⟦萬萬 Čō-оẁηея 國國⟧",
|
|
51
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton": "⟦萬 Ĉàηсěĺ 國⟧",
|
|
52
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton": "⟦萬 Ċĺеǻя 國⟧",
|
|
53
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton": "⟦萬 Ćļоşє 國⟧",
|
|
54
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мάйãĝє ѕесûřίťУ, ůΡļοάď, ďоẃŋľõàď, Ρґéνϊēщ, ŝнåŗе, ęďĭť, áлď ďëľęťё 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
55
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÜΡľőǻď, ďόώņĺοāď, Ρѓěνіèẁ, ѕħαгē, áлď еďίţ 國國國國國國國國國國國國⟧",
|
|
56
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŪΡļοάď, ďоẁиĺŏàď, Ρŕενìèẁ, ŝħåŗè, éďīť, āηď ďéĺěŧё 國國國國國國國國國國國國國國⟧",
|
|
57
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "⟦萬萬萬萬萬 Σmáîĺ Şĥãŕеď Ľįŋκ 國國國國國⟧",
|
|
58
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "⟦萬萬萬萬 Ίлνïţе āş {role} 國國國國⟧",
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷσü ďø иōť ĥǻνе Ρėřmĭѕşίőń ŧо íиνïťέ çоĺľάьοґāţōѓѕ 國國國國國國國國國國國國國國⟧",
|
|
60
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "⟦萬萬萬 Ϊπνίťė PěøΡļé 國國國⟧",
|
|
61
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "⟦萬萬萬萬萬萬萬萬 Αďď πåmėş ог ëmáїļ ãďďѓēśśēş 國國國國國國國國⟧",
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ĉőĺļāвόгάťоѓş çáйлόť вē ǻďďèď ţŏ ьøõкmάŗкś 國國國國國國國國國國國國⟧",
|
|
63
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "⟦萬萬 Ĺŏǻďīņğ 國國⟧",
|
|
64
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "⟦萬萬萬 Pґéνîеώ-õŋĺý 國國國⟧",
|
|
65
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "⟦萬萬萬萬萬 ÜΡĺσăď àʼnď Ρřėνīέщ 國國國國國⟧",
|
|
66
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton": "⟦萬 Ѕęńď 國⟧",
|
|
67
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel": "⟦萬萬萬萬萬萬萬 {count} ĉħáгåçτёгŝ ŕêmãîйĭňĝ 國國國國國國國⟧",
|
|
68
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel": "⟦萬萬萬萬萬 Мёŝśåġè (ōΡťїőйàľ) 國國國國國⟧",
|
|
69
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder": "⟦萬萬萬 Ǻďď ā měśşąğе 國國國⟧",
|
|
70
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel": "⟦萬萬萬 Şнǻŕéď шíτħ 國國國⟧",
|
|
71
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription": "⟦萬萬萬 ŨΡĺоǻď-ŏпļŷ 國國國⟧",
|
|
72
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription": "⟦萬萬萬萬萬萬萬萬 Ďόẃńľőαď, Ρŕёνíеẃ, áηď şĥàяё 國國國國國國國國⟧",
|
|
73
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŬΡļôąď, ďоẃπļøǻď, Ρґéνìêш, ѕнãřĕ, åиď ēďįť 國國國國國國國國國國國國⟧",
|
|
74
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton": "⟦萬 Ċĺòśė 國⟧",
|
|
75
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton": "⟦萬 Ðøиé 國⟧",
|
|
76
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge": "⟦萬萬萬萬萬萬 Áçčēśѕ ê×Ρïяĕŝ õπ {date} 國國國國國國⟧",
|
|
77
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel": "⟦萬萬萬 Çοĺĺάвσŗάťòŗş 國國國⟧",
|
|
78
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink": "⟦萬萬 Μáиάġê Ăĺļ 國國⟧",
|
|
79
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn": "⟦萬 Ńǻmě 國⟧",
|
|
80
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole": "⟦萬萬 Pёήďіńġ 國國⟧",
|
|
81
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn": "⟦萬 Γòļĕ 國⟧",
|
|
82
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.editorRole": "⟦萬 Εďîŧóг 國⟧",
|
|
83
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel": "⟦萬萬 Ļôάďîлğ 國國⟧",
|
|
84
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "⟦萬 Õщηєŕ 國⟧",
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "⟦萬萬 Pяëνīεŵёя 國國⟧",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "⟦萬萬萬萬萬 Pѓёνίèŵěг ŰΡĺöǻďéŗ 國國國國國⟧",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬 Śнαґĕď ľįηĸ ĉôΡïέď ţο čľιΡьõαѓď. 國國國國國國國國國⟧",
|
|
88
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŝĥαŗеď ļїиķ ¢ŗёαŧěď. Ćĺϊ¢κ ĊŏΡÿ ŧó şħáґε. 國國國國國國國國國國國國⟧",
|
|
89
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝнǻгėď ļĩик сŕеατęď ăηď ĉòΡїêď τό ćľϊΡьоáŕď. 國國國國國國國國國國國國國⟧",
|
|
90
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel": "⟦萬萬萬萬萬萬 Ċäʼn νĭεŵ āпď ďôώлľόǻď 國國國國國國⟧",
|
|
91
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel": "⟦萬萬 Ĉǻń èďíţ 國國⟧",
|
|
92
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel": "⟦萬萬萬 Çäл νĭëщ οʼnļУ 國國國⟧",
|
|
93
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÕπľУ їŋνїτéď ΡéõΡĺё ćāņ åсćέşѕ τнìŝ {item} 國國國國國國國國國國國國⟧",
|
|
94
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "⟦萬萬萬萬萬 Іиνίţėď ΡėóΡľê őлĺỳ 國國國國國⟧",
|
|
95
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŋŷσňє їп γоµг çσmΡǻŋÿ шιţĥ ťнě ľīηκ ôя ΡέōΡĺě ĩйνіτєď τø τнîś {item} сäņ ǻ¢çèśś 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
96
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel": "⟦萬萬萬萬萬萬 PēõΡĺε ìη Уоűг ĉómΡãлγ 國國國國國國⟧",
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύоũ ďø ňøţ нǻνë Ρėřmїşśĩóń ŧò ĉřєäτě ŧĥε ļíňк 國國國國國國國國國國國國國⟧",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнίş ôΡţïőл ϊś πσŧ άνāįļàвļě ďũє ŧõ ā śєċųřĭτУ Ρõļϊćŷ 國國國國國國國國國國國國國國國⟧",
|
|
99
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÅйУöпє āτ {enterprise} ẁìťн ŧħе ļĭňк όř ΡέöΡļĕ іŋνїτεď ţò τħîş {item} ćäи ā¢çêѕŝ 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
100
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "⟦萬萬萬萬 PєōΡľє ïй {enterprise} 國國國國⟧",
|
|
101
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "⟦萬萬 ĔхΡìяĕѕ 國國⟧",
|
|
102
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţħĭŝ ĺîʼnĸ ẁïľľ έхΡîѓε ǻπď ье ιŋåćċеśŝίьĺέ öή {expirationDate} 國國國國國國國國國國國國國國⟧",
|
|
103
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "⟦萬 ƒìļê 國⟧",
|
|
104
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "⟦萬 ƒőĺďέґ 國⟧",
|
|
105
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "⟦ нŭь ⟧",
|
|
106
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Püьľî¢ĺŷ ăс¢ĕşŝївĺë ǻпď йσ ŝїğŋ-ìʼn яĕqμîřèď 國國國國國國國國國國國國⟧",
|
|
107
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "⟦萬萬萬萬萬 PěôΡľē ωϊţħ τħē ļīηķ 國國國國國⟧",
|
|
108
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋøū ďо пōţ нàνє Ρëŗmίşşìøи τô řęmôνĕ ţнé ĺїŋĸ 國國國國國國國國國國國國國⟧",
|
|
109
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "⟦萬萬 Śнąґέ Ŀīηк 國國⟧",
|
|
110
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel": "⟦萬萬萬萬 Śěлď Ŝĥąŕёď Ļīŋķ 國國國國⟧",
|
|
111
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel": "⟦萬萬萬 Ŀįпк Ŝēŧťĭпġş 國國國⟧",
|
|
112
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel": "⟦萬萬萬 Śнąŕëď ľιπκ 國國國⟧",
|
|
113
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip": "⟦萬萬萬萬萬 Çŗёάτë ąήď ċõΡγ ľīлĸ 國國國國國⟧",
|
|
114
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel": "⟦萬萬萬萬 Ѕĥåѓêď ļìиĸ ŰЯĻ 國國國國⟧",
|
|
115
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem": "⟦萬萬 вοőĸmåřκ 國國⟧",
|
|
116
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.title": "⟦萬萬萬 Ŝĥäге ‘{itemName}’ 國國國⟧",
|
|
117
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "⟦萬萬 ÙΡľôāďέя 國國⟧",
|
|
118
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "⟦萬 Vįěŵėг 國⟧",
|
|
119
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "⟦萬萬萬萬 Vīεшěŕ ÜΡľõäďëŕ 國國國國⟧",
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħē śħáгëď ľīηĸ ѕεττíηğŝ ŵёŕĕ ŝáνěď ŝůċčёŝśƒűĺľў. 國國國國國國國國國國國國國國⟧",
|
|
121
|
+
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉũŝŧőm ŨЯĽŝ mŭѕţ ьè вęτωêĕη 12-30 ćĥãŗâ¢ŧëґѕ, äńď ¢åŋ ìʼnċļúďê ĺєτŧėŗś, пцmвéґś, åлď нÿΡħёйş 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬 Pĺêâşę έņŧέѓ ä ¢ūşťøm ŲЃĻ 國國國國國國國⟧"
|
|
123
123
|
}
|
|
@@ -1,242 +1,242 @@
|
|
|
1
1
|
# Notification text when the shared link is failed to be created
|
|
2
|
-
groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
2
|
+
groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŭńåьĺè ţó çŕéáŧė á şħáґėď ĺîйĸ. Pľεàśè ťŕỳ ãğάìŋ ľàţєя. 國國國國國國國國國國國國國國國國⟧
|
|
3
3
|
# Notification text when the shared link failed to be created
|
|
4
|
-
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ůňāьļę τō çřėâτę å ŝĥãřèď ĺіηκ. Pľéάѕê ťгў ǻğāĩń ļāŧёř. 國國國國國國國國國國國國國國國國⟧
|
|
5
5
|
# Notification text when the shared link is successfully created
|
|
6
|
-
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬 Śħåřĕď ĺіήκ ċгεāťεď. 國國國國國⟧
|
|
7
7
|
# Default error notification text rendered when API fails
|
|
8
|
-
groupSharedFeatures.usm.defaultErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śσmèţħįпğ ẁēńŧ ẁŕōиġ. Pľèàşĕ τřγ αĝǻϊп ľąτěя. 國國國國國國國國國國國國國⟧
|
|
9
9
|
# Notification text when the shared link failed to be removed
|
|
10
|
-
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
10
|
+
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űлǻвļе τō ѓëmøνě τħě śĥāґěď ļĭиķ. Pĺëåѕε ŧѓý άġąîń ľâţєř. 國國國國國國國國國國國國國國國國國⟧
|
|
11
11
|
# Notification text when the shared link is successfully removed
|
|
12
|
-
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
12
|
+
groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥё śнăŗĕď ľĭňķ ƒσѓ “{itemName}” ħàş вěĕй ŗèmöνέď şü¢čέѕşƒůĺĺУ. 國國國國國國國國國國國國國國國國國⟧
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
|
-
groupSharedFeatures.usm.emailRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬
|
|
14
|
+
groupSharedFeatures.usm.emailRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬 Επţеŗ ãŧ ĺėáşŧ ŏйе νąĺĩď ěmăіļ 國國國國國國國國⟧
|
|
15
15
|
# Notification text when the shared link was sent successfully
|
|
16
|
-
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнē śħàгěď ļїńķ ƒŏя “{itemName}” ώáś şěňτ şūčсеśŝƒūļļŷ. 國國國國國國國國國國國國國國⟧
|
|
17
17
|
# Icon label for the error notifications
|
|
18
|
-
groupSharedFeatures.usm.errorNoticeIcon = ⟦萬
|
|
18
|
+
groupSharedFeatures.usm.errorNoticeIcon = ⟦萬 Еггōŗ 國⟧
|
|
19
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
-
groupSharedFeatures.usm.expirationFutureDateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬 ĖхΡīяαťîσπ ďãţε můśţ вέ ϊń ŧнє ƒцţüгē 國國國國國國國國國國國⟧
|
|
21
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
22
|
-
groupSharedFeatures.usm.expirationRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.usm.expirationRequiredErrorMessage = ⟦萬萬萬萬萬萬萬萬萬 Pľéãśє śёľêсţ ǻл έхΡіѓąŧíôи ďâτė 國國國國國國國國國⟧
|
|
23
23
|
# Error message for the email field when email is invalid
|
|
24
|
-
groupSharedFeatures.usm.invalidEmailErrorMessage = ⟦萬萬萬萬萬萬
|
|
24
|
+
groupSharedFeatures.usm.invalidEmailErrorMessage = ⟦萬萬萬萬萬萬 Ϊňνάľїď έmǻĩĺ ăďďřéśѕ 國國國國國國⟧
|
|
25
25
|
# Close button aria label for the notifications
|
|
26
|
-
groupSharedFeatures.usm.noticeCloseLabel = ⟦萬
|
|
26
|
+
groupSharedFeatures.usm.noticeCloseLabel = ⟦萬 Ċĺσşе 國⟧
|
|
27
27
|
# Error message for the password field when password contains forbidden characters.
|
|
28
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pãśŝщöѓď сăиπōţ сôʼnτάіʼn ą şΡąćé, "<" őґ ">" 國國國國國國國國國國國國⟧
|
|
29
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
30
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pâśѕώоŗď mµŝŧ сōŋţâіп ąţ ľëáśţ óņē ŭΡΡєŗ сαşė ľέŧţёя, ņµmьėя, õŗ ŝΡèĉíαļ ċĥāгãçţêг 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
31
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
32
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
32
|
+
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pãśşщőřď műşŧ čōńťāιʼn áτ ľέãśŧ 8 čĥãřąċťėгѕ 國國國國國國國國國國國國⟧
|
|
33
33
|
# Error message for the password field when password is not provided
|
|
34
|
-
groupSharedFeatures.usm.passwordRequiredErrorMessage = ⟦萬萬萬萬萬萬 P
|
|
34
|
+
groupSharedFeatures.usm.passwordRequiredErrorMessage = ⟦萬萬萬萬萬萬 Pļёãśè еηťеґ â Ρãśѕŵоѓď 國國國國國國⟧
|
|
35
35
|
# Body text of the Remove Shared Link modal
|
|
36
|
-
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
+
groupSharedFeatures.usm.removeSharedLinkModal.bodyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥιѕ щĩļľ Ρĕгmāήеπţļý яëmŏνè τħè şĥàŕěď ĺĩήκ. ݃ τĥїѕ ιţёm ίş ёmьĕďďëď øй στĥεŗ şįτεŝ ìτ ώϊļĺ âĺŝø вεćömе ιйąćĉęśşìьļέ. Âлγ ćůŝťőm ΡŗóΡέŕťīêŝ, ŝêŧŧíňğş àπď ě×Ρįřåτîόńş ẁīľļ вĕ яëmòνеď āѕ щêľļ. Ďò ýòů ώãπţ το čöŋţĭпūè? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
37
37
|
# Button text to cancel removing a shared link
|
|
38
|
-
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = ⟦萬
|
|
38
|
+
groupSharedFeatures.usm.removeSharedLinkModal.cancelButton = ⟦萬 Ćăπćėĺ 國⟧
|
|
39
39
|
# Aria label for the button to close the Remove Shared Link modal
|
|
40
|
-
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = ⟦萬
|
|
40
|
+
groupSharedFeatures.usm.removeSharedLinkModal.closeButton = ⟦萬 Čļσŝε 國⟧
|
|
41
41
|
# Button aria label when the shared link is being removed
|
|
42
|
-
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = ⟦萬萬
|
|
42
|
+
groupSharedFeatures.usm.removeSharedLinkModal.loadingLabel = ⟦萬萬 Ļôäďίŋĝ 國國⟧
|
|
43
43
|
# Button text to confirm removing a shared link
|
|
44
|
-
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = ⟦萬
|
|
44
|
+
groupSharedFeatures.usm.removeSharedLinkModal.okayButton = ⟦萬 Θĸåÿ 國⟧
|
|
45
45
|
# Title of the Remove Shared Link modal
|
|
46
|
-
groupSharedFeatures.usm.removeSharedLinkModal.title = ⟦萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.usm.removeSharedLinkModal.title = ⟦萬萬萬萬萬 Ѓèmσνê Şĥâґėď Ĺĩйк 國國國國國⟧
|
|
47
47
|
# Button text to cancel updating the shared link settings
|
|
48
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = ⟦萬
|
|
48
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.cancelButton = ⟦萬 Çąņ¢ĕľ 國⟧
|
|
49
49
|
# Aria label for the button to close the Shared Link Settings modal
|
|
50
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = ⟦萬
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.closeButton = ⟦萬 Çľõѕέ 國⟧
|
|
51
51
|
# Label for the download settings toggle
|
|
52
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
52
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.downloadSettingsToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äĺļøω ųѕеѓѕ ώιţн ťħέ ŝħáяêď ļïņκ ŧŏ ďσшйĺőàď ŧħìŝ îťèm 國國國國國國國國國國國國國國國國⟧
|
|
53
53
|
# Link to learn more about shared link settings
|
|
54
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
54
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ľëąѓл mοѓě άьôűτ ѕĥãяëď ĺįπķ ѕеţŧίлġś. 國國國國國國國國國國國⟧
|
|
55
55
|
# Aria label for the calendar in the link expiration settings
|
|
56
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
56
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel = ⟦萬萬萬萬萬萬萬 Şеĺέċţ àп ē×Ρϊгáţϊōʼn ďãťę 國國國國國國國⟧
|
|
57
57
|
# Aria label for the clear date picker button in the link expiration settings
|
|
58
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = ⟦萬萬萬萬萬
|
|
58
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = ⟦萬萬萬萬萬 Çļěαг ďàťĕ Ρîčкěг 國國國國國⟧
|
|
59
59
|
# Label for the date picker in the link expiration settings
|
|
60
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = ⟦萬萬萬萬
|
|
60
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = ⟦萬萬萬萬 ΣхΡĭŗαťìōň ďąťė 國國國國⟧
|
|
61
61
|
# Aria label for the next month button in the link expiration settings
|
|
62
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = ⟦萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = ⟦萬萬萬萬萬 Şшįť¢ĥ ťô лė×ŧ mοŋţħ 國國國國國⟧
|
|
63
63
|
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
64
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = ⟦萬萬萬
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel = ⟦萬萬萬 ΟΡеп ĉåļêйďâř 國國國⟧
|
|
65
65
|
# Aria label for the previous month button in the link expiration settings
|
|
66
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel = ⟦萬萬萬萬萬萬萬 Şŵїťĉĥ ťσ Ρгēνíøūş móπţн 國國國國國國國⟧
|
|
67
67
|
# Label for the link expiration toggle
|
|
68
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = ⟦萬萬萬萬
|
|
68
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = ⟦萬萬萬萬 Ŀĩηκ єхΡϊřåţįõή 國國國國⟧
|
|
69
69
|
# Button aria label when the shared link settings are being updated
|
|
70
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = ⟦萬萬
|
|
70
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = ⟦萬萬 Ľοäďїŋğ 國國⟧
|
|
71
71
|
# Placeholder text for the password input
|
|
72
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = ⟦萬萬萬萬
|
|
72
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = ⟦萬萬萬萬 Єπţёя â Ρàśŝщόŕď 國國國國⟧
|
|
73
73
|
# Label for the password protection toggle
|
|
74
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = ⟦萬萬萬萬萬 P
|
|
74
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = ⟦萬萬萬萬萬 Pāŝśώóяď Ρѓоťєćŧίóņ 國國國國國⟧
|
|
75
75
|
# Text for the password settings warning
|
|
76
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
76
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Páѕѕшòѓďŝ müşţ ĩńċľůďé ãţ ľёåѕτ 8 ¢ħāŗãçťêгŝ, åпď mµŝţ çŏňťáĩл αť ļęāѕť οŋë µΡΡеѓ ċâśè ľĕţŧєŕ, лùmьëґ, όг ѕΡĕ¢їäľ снǻŗãćŧέŕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
77
77
|
# Button text to confirm saving the shared link settings
|
|
78
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = ⟦萬
|
|
78
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = ⟦萬 Ŝάνě 國⟧
|
|
79
79
|
# subtitle of the Shared Link settings modal
|
|
80
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
80
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнίş čøņŧĕπţ įѕ áναіĺàвļе ŧõ àиўóηē ẃіťнĩи Уσũг ćŏmΡάπγ щïτн ţĥě ľιʼnκ, åņď çάή вè νїĕŵěď öѓ ďøωиľöāďèď. {learnSharedLinkSettingsLink} 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
81
81
|
# Title of the Shared Link Settings modal
|
|
82
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.title = ⟦萬萬萬萬萬
|
|
82
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.title = ⟦萬萬萬萬萬 Ѕĥåŗеď Ľïŋк Şêţτιиğѕ 國國國國國⟧
|
|
83
83
|
# Text for the vanity domain settings warning
|
|
84
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
84
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityDomainSettingsWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉцŝţöm ŪŖĻś şĥόüļď йоť вĕ ùѕєď ŵħēп ŝħąŗíηğ ѕěņѕϊŧïνé çõйτēńť. 國國國國國國國國國國國國國國國國國國⟧
|
|
85
85
|
# Label for the vanity name input
|
|
86
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = ⟦萬萬萬
|
|
86
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputLabel = ⟦萬萬萬 Çūŝţоm Ρąťĥ 國國國⟧
|
|
87
87
|
# Placeholder text for the vanity name input
|
|
88
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
88
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameInputPlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Éπŧĕŗ â 絺ŧøm Ρäŧħ (12 õŕ möяє сĥåŕåсţèяś) 國國國國國國國國國國國國⟧
|
|
89
89
|
# Label for the vanity name toggle
|
|
90
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
90
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.vanityNameToggleText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pŭвľĭѕĥ сôʼnţĕňť вŕοâďļỳ ώíŧħ â сµѕţøm, иóл-Ρŗîνâτē ŬŘĿ 國國國國國國國國國國國國國國國國⟧
|
|
91
91
|
# Label for the warning notification icon
|
|
92
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = ⟦萬萬
|
|
92
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.warningNoticeIconAriaLabel = ⟦萬萬 Ẃãґŋìπĝ 國國⟧
|
|
93
93
|
# Icon label for the success notifications
|
|
94
|
-
groupSharedFeatures.usm.successNoticeIcon = ⟦萬萬
|
|
94
|
+
groupSharedFeatures.usm.successNoticeIcon = ⟦萬萬 Şųć¢ёşś 國國⟧
|
|
95
95
|
# Aria label for the button to close the Unified Share Modal
|
|
96
|
-
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = ⟦萬
|
|
96
|
+
groupSharedFeatures.usm.unifiedShareFormModal.closeButton = ⟦萬 Çľоѕė 國⟧
|
|
97
97
|
# Label for the role of a collaborator who co-owns the item
|
|
98
|
-
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = ⟦萬萬
|
|
98
|
+
groupSharedFeatures.usm.unifiedShareFormModal.coOwnerRole = ⟦萬萬 Čō-оẁηея 國國⟧
|
|
99
99
|
# Button text to cancel inviting collaborators to the file / folder
|
|
100
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = ⟦萬
|
|
100
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.cancelButton = ⟦萬 Ĉàηсěĺ 國⟧
|
|
101
101
|
# Aria label for the button to clear the input field for selecting users
|
|
102
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = ⟦萬
|
|
102
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.clearButton = ⟦萬 Ċĺеǻя 國⟧
|
|
103
103
|
# Aria label for the button to close the Unified Share Modal
|
|
104
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = ⟦萬
|
|
104
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.closeButton = ⟦萬 Ćļоşє 國⟧
|
|
105
105
|
# Description for the collaboration role with "Co-owner" permissions to the item
|
|
106
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
106
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.coOwnerDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мάйãĝє ѕесûřίťУ, ůΡļοάď, ďоẃŋľõàď, Ρґéνϊēщ, ŝнåŗе, ęďĭť, áлď ďëľęťё 國國國國國國國國國國國國國國國國國國國國⟧
|
|
107
107
|
# Description for the collaboration role with "Editor" permissions to the item
|
|
108
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
108
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÜΡľőǻď, ďόώņĺοāď, Ρѓěνіèẁ, ѕħαгē, áлď еďίţ 國國國國國國國國國國國國⟧
|
|
109
109
|
# Description for the collaboration role with "Editor" permissions to the folder
|
|
110
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŪΡļοάď, ďоẁиĺŏàď, Ρŕενìèẁ, ŝħåŗè, éďīť, āηď ďéĺěŧё 國國國國國國國國國國國國國國⟧
|
|
111
111
|
# Label for the field to select users to email the shared link of the item
|
|
112
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = ⟦萬萬萬萬萬
|
|
112
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel = ⟦萬萬萬萬萬 Σmáîĺ Şĥãŕеď Ľįŋκ 國國國國國⟧
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = ⟦萬萬萬萬
|
|
114
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = ⟦萬萬萬萬 Ίлνïţе āş {role} 國國國國⟧
|
|
115
115
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷσü ďø иōť ĥǻνе Ρėřmĭѕşίőń ŧо íиνïťέ çоĺľάьοґāţōѓѕ 國國國國國國國國國國國國國國⟧
|
|
117
117
|
# Label for the field to select users to collaborate with on an item
|
|
118
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = ⟦萬萬萬
|
|
118
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = ⟦萬萬萬 Ϊπνίťė PěøΡļé 國國國⟧
|
|
119
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
120
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = ⟦萬萬萬萬萬萬萬萬
|
|
120
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = ⟦萬萬萬萬萬萬萬萬 Αďď πåmėş ог ëmáїļ ãďďѓēśśēş 國國國國國國國國⟧
|
|
121
121
|
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ĉőĺļāвόгάťоѓş çáйлόť вē ǻďďèď ţŏ ьøõкmάŗкś 國國國國國國國國國國國國⟧
|
|
123
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
124
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = ⟦萬萬
|
|
124
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = ⟦萬萬 Ĺŏǻďīņğ 國國⟧
|
|
125
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
|
126
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = ⟦萬萬萬 P
|
|
126
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription = ⟦萬萬萬 Pґéνîеώ-õŋĺý 國國國⟧
|
|
127
127
|
# Description for the collaboration role with "Previewer Uploader" permissions to the item
|
|
128
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = ⟦萬萬萬萬萬
|
|
128
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription = ⟦萬萬萬萬萬 ÜΡĺσăď àʼnď Ρřėνīέщ 國國國國國⟧
|
|
129
129
|
# Button text to invite collaborators to the file / folder
|
|
130
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = ⟦萬
|
|
130
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sendButton = ⟦萬 Ѕęńď 國⟧
|
|
131
131
|
# Aria label for the text field to include a message when sharing an item
|
|
132
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = ⟦萬萬萬萬萬萬萬 {count}
|
|
132
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageCharacterCountAriaLabel = ⟦萬萬萬萬萬萬萬 {count} ĉħáгåçτёгŝ ŕêmãîйĭňĝ 國國國國國國國⟧
|
|
133
133
|
# Label for the text field to include a message when sharing an item
|
|
134
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = ⟦萬萬萬萬萬
|
|
134
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessageLabel = ⟦萬萬萬萬萬 Мёŝśåġè (ōΡťїőйàľ) 國國國國國⟧
|
|
135
135
|
# Placeholder for the text field to include a message when sharing an item
|
|
136
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = ⟦萬萬萬
|
|
136
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.shareMessagePlaceholder = ⟦萬萬萬 Ǻďď ā měśşąğе 國國國⟧
|
|
137
137
|
# Label for the button to view the list of collaborators shared with on the item
|
|
138
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = ⟦萬萬萬
|
|
138
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.sharedWithLabel = ⟦萬萬萬 Şнǻŕéď шíτħ 國國國⟧
|
|
139
139
|
# Description for the collaboration role with "Uploader" permissions to the item
|
|
140
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = ⟦萬萬萬
|
|
140
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.uploaderDescription = ⟦萬萬萬 ŨΡĺоǻď-ŏпļŷ 國國國⟧
|
|
141
141
|
# Description for the collaboration role with "Viewer" permissions to the item
|
|
142
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = ⟦萬萬萬萬萬萬萬萬
|
|
142
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerDescription = ⟦萬萬萬萬萬萬萬萬 Ďόẃńľőαď, Ρŕёνíеẃ, áηď şĥàяё 國國國國國國國國⟧
|
|
143
143
|
# Description for the collaboration role with "Viewer Uploader" permissions to the item
|
|
144
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
144
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.viewerUploaderDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŬΡļôąď, ďоẃπļøǻď, Ρґéνìêш, ѕнãřĕ, åиď ēďįť 國國國國國國國國國國國國⟧
|
|
145
145
|
# Aria label for the button to close the Unified Share Modal
|
|
146
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = ⟦萬
|
|
146
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.closeButton = ⟦萬 Ċĺòśė 國⟧
|
|
147
147
|
# Button text to exit the view of collaborators shared with on the item
|
|
148
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = ⟦萬
|
|
148
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.doneButton = ⟦萬 Ðøиé 國⟧
|
|
149
149
|
# Label for the badge on the avatar of a collaborator who will lose access to the item
|
|
150
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = ⟦萬萬萬萬萬萬
|
|
150
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.expiresBadge = ⟦萬萬萬萬萬萬 Áçčēśѕ ê×Ρïяĕŝ õπ {date} 國國國國國國⟧
|
|
151
151
|
# Aria label for the list of collaborators shared with on the item
|
|
152
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = ⟦萬萬萬
|
|
152
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.listLabel = ⟦萬萬萬 Çοĺĺάвσŗάťòŗş 國國國⟧
|
|
153
153
|
# Link text to open the page to view and manage the full list of collaborators
|
|
154
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = ⟦萬萬
|
|
154
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.manageAllLink = ⟦萬萬 Μáиάġê Ăĺļ 國國⟧
|
|
155
155
|
# Label for the column in the collaborators list for the name of the collaborator
|
|
156
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = ⟦萬
|
|
156
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.nameColumn = ⟦萬 Ńǻmě 國⟧
|
|
157
157
|
# Label for the role of a collaborator who has a pending collaboration invitation
|
|
158
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = ⟦萬萬 P
|
|
158
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.pendingRole = ⟦萬萬 Pёήďіńġ 國國⟧
|
|
159
159
|
# Label for the column in the collaborators list for the role of the collaborator
|
|
160
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = ⟦萬
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaboratorsView.roleColumn = ⟦萬 Γòļĕ 國⟧
|
|
161
161
|
# Label for the role of a collaborator who can edit and delete the item
|
|
162
|
-
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = ⟦萬
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.editorRole = ⟦萬 Εďîŧóг 國⟧
|
|
163
163
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
164
|
-
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = ⟦萬萬
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.loadingLabel = ⟦萬萬 Ļôάďîлğ 國國⟧
|
|
165
165
|
# Label for the role of a collaborator who owns the item
|
|
166
|
-
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = ⟦萬
|
|
166
|
+
groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = ⟦萬 Õщηєŕ 國⟧
|
|
167
167
|
# Label for the role of a collaborator who can preview the item
|
|
168
|
-
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = ⟦萬萬 P
|
|
168
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = ⟦萬萬 Pяëνīεŵёя 國國⟧
|
|
169
169
|
# Label for the role of a collaborator who can preview and upload to the item
|
|
170
|
-
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = ⟦萬萬萬萬萬 P
|
|
170
|
+
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = ⟦萬萬萬萬萬 Pѓёνίèŵěг ŰΡĺöǻďéŗ 國國國國國⟧
|
|
171
171
|
# Notification text when the shared link is successfully copied to clipboard
|
|
172
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬
|
|
172
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬 Śнαґĕď ľįηĸ ĉôΡïέď ţο čľιΡьõαѓď. 國國國國國國國國國⟧
|
|
173
173
|
# Text for the create and copy shared link notification when copy failed but creation succeeded.
|
|
174
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
174
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŝĥαŗеď ļїиķ ¢ŗёαŧěď. Ćĺϊ¢κ ĊŏΡÿ ŧó şħáґε. 國國國國國國國國國國國國⟧
|
|
175
175
|
# Notification text when the shared link is successfully copied to clipboard after link is created
|
|
176
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
176
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝнǻгėď ļĩик сŕеατęď ăηď ĉòΡїêď τό ćľϊΡьоáŕď. 國國國國國國國國國國國國國⟧
|
|
177
177
|
# Label for the permission level where shared link users can download the item
|
|
178
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = ⟦萬萬萬萬萬萬
|
|
178
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canDownloadPermissionLevelLabel = ⟦萬萬萬萬萬萬 Ċäʼn νĭεŵ āпď ďôώлľόǻď 國國國國國國⟧
|
|
179
179
|
# Label for the permission level where shared link users can edit the item
|
|
180
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = ⟦萬萬
|
|
180
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canEditPermissionLevelLabel = ⟦萬萬 Ĉǻń èďíţ 國國⟧
|
|
181
181
|
# Label for the permission level where shared link users can preview the item
|
|
182
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = ⟦萬萬萬
|
|
182
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.canPreviewPermissionLevelLabel = ⟦萬萬萬 Çäл νĭëщ οʼnļУ 國國國⟧
|
|
183
183
|
# Description for the access level where only invited users can access the item
|
|
184
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÕπľУ їŋνїτéď ΡéõΡĺё ćāņ åсćέşѕ τнìŝ {item} 國國國國國國國國國國國國⟧
|
|
185
185
|
# Label for the access level where only invited users can access the item
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = ⟦萬萬萬萬萬
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel = ⟦萬萬萬萬萬 Іиνίţėď ΡėóΡľê őлĺỳ 國國國國國⟧
|
|
187
187
|
# Description for the access level where users in the company can access the item
|
|
188
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŋŷσňє їп γоµг çσmΡǻŋÿ шιţĥ ťнě ľīηκ ôя ΡέōΡĺě ĩйνіτєď τø τнîś {item} сäņ ǻ¢çèśś 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
189
189
|
# Label for the access level where users in the company can access the item
|
|
190
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = ⟦萬萬萬萬萬萬 P
|
|
190
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelLabel = ⟦萬萬萬萬萬萬 PēõΡĺε ìη Уоűг ĉómΡãлγ 國國國國國國⟧
|
|
191
191
|
# Tooltip on the shared link toggle when the user does not have permission to create the link
|
|
192
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
192
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.createLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύоũ ďø ňøţ нǻνë Ρėřmїşśĩóń ŧò ĉřєäτě ŧĥε ļíňк 國國國國國國國國國國國國國⟧
|
|
193
193
|
# Tooltip on an access level that has been disabled due to a security policy in the enterprise
|
|
194
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
194
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.disabledAccessLevelTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнίş ôΡţïőл ϊś πσŧ άνāįļàвļě ďũє ŧõ ā śєċųřĭτУ Ρõļϊćŷ 國國國國國國國國國國國國國國國⟧
|
|
195
195
|
# Description for the access level where users in the enterprise can access the item
|
|
196
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
196
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÅйУöпє āτ {enterprise} ẁìťн ŧħе ļĭňк όř ΡέöΡļĕ іŋνїτεď ţò τħîş {item} ćäи ā¢çêѕŝ 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
197
197
|
# Label for the access level where users in the enterprise can access the item
|
|
198
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = ⟦萬萬萬萬 P
|
|
198
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel = ⟦萬萬萬萬 PєōΡľє ïй {enterprise} 國國國國⟧
|
|
199
199
|
# Label for the icon button to indicate the shared link has an expiration date
|
|
200
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = ⟦萬萬
|
|
200
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = ⟦萬萬 ĔхΡìяĕѕ 國國⟧
|
|
201
201
|
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
202
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
202
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţħĭŝ ĺîʼnĸ ẁïľľ έхΡîѓε ǻπď ье ιŋåćċеśŝίьĺέ öή {expirationDate} 國國國國國國國國國國國國國國⟧
|
|
203
203
|
# Text inserted in the access level descriptions when the type of the item is a file
|
|
204
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = ⟦萬
|
|
204
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = ⟦萬 ƒìļê 國⟧
|
|
205
205
|
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
206
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = ⟦萬
|
|
206
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = ⟦萬 ƒőĺďέґ 國⟧
|
|
207
207
|
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
208
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = ⟦
|
|
208
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = ⟦ нŭь ⟧
|
|
209
209
|
# Description for the access level where anyone with the URL can access the item
|
|
210
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
210
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Püьľî¢ĺŷ ăс¢ĕşŝївĺë ǻпď йσ ŝїğŋ-ìʼn яĕqμîřèď 國國國國國國國國國國國國⟧
|
|
211
211
|
# Label for the access level where anyone with the URL can access the item
|
|
212
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = ⟦萬萬萬萬萬 P
|
|
212
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = ⟦萬萬萬萬萬 PěôΡľē ωϊţħ τħē ļīηķ 國國國國國⟧
|
|
213
213
|
# Tooltip on the shared link toggle when the user does not have permission to remove the link
|
|
214
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
214
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.removeLinkDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋøū ďо пōţ нàνє Ρëŗmίşşìøи τô řęmôνĕ ţнé ĺїŋĸ 國國國國國國國國國國國國國⟧
|
|
215
215
|
# Label for the section to manage the shared link of the file / folder
|
|
216
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = ⟦萬萬
|
|
216
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = ⟦萬萬 Śнąґέ Ŀīηк 國國⟧
|
|
217
217
|
# Aria label and tooltip for the icon button to email the shared link
|
|
218
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = ⟦萬萬萬萬
|
|
218
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = ⟦萬萬萬萬 Śěлď Ŝĥąŕёď Ļīŋķ 國國國國⟧
|
|
219
219
|
# Label for the button link to open the Shared Link Settings modal
|
|
220
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = ⟦萬萬萬
|
|
220
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkSettingsLabel = ⟦萬萬萬 Ŀįпк Ŝēŧťĭпġş 國國國⟧
|
|
221
221
|
# Label for the toggle to create and delete the shared link
|
|
222
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = ⟦萬萬萬
|
|
222
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleLabel = ⟦萬萬萬 Śнąŕëď ľιπκ 國國國⟧
|
|
223
223
|
# Tooltip on the disabled toggle to create a new shared link
|
|
224
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = ⟦萬萬萬萬萬
|
|
224
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkToggleTooltip = ⟦萬萬萬萬萬 Çŗёάτë ąήď ċõΡγ ľīлĸ 國國國國國⟧
|
|
225
225
|
# Label for the text field of the URL for sharing the file / folder
|
|
226
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = ⟦萬萬萬萬
|
|
226
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkUrlLabel = ⟦萬萬萬萬 Ѕĥåѓêď ļìиĸ ŰЯĻ 國國國國⟧
|
|
227
227
|
# Text inserted in the access level descriptions when the type of the item is a bookmark
|
|
228
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = ⟦萬萬
|
|
228
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.webLinkAccessLevelItem = ⟦萬萬 вοőĸmåřκ 國國⟧
|
|
229
229
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
230
|
-
groupSharedFeatures.usm.unifiedShareFormModal.title = ⟦萬萬萬
|
|
230
|
+
groupSharedFeatures.usm.unifiedShareFormModal.title = ⟦萬萬萬 Ŝĥäге ‘{itemName}’ 國國國⟧
|
|
231
231
|
# Label for the role of a collaborator who can upload to the item
|
|
232
|
-
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = ⟦萬萬
|
|
232
|
+
groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole = ⟦萬萬 ÙΡľôāďέя 國國⟧
|
|
233
233
|
# Label for the role of a collaborator who can view the item
|
|
234
|
-
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = ⟦萬 V
|
|
234
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = ⟦萬 Vįěŵėг 國⟧
|
|
235
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
236
|
-
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = ⟦萬萬萬萬 V
|
|
236
|
+
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = ⟦萬萬萬萬 Vīεшěŕ ÜΡľõäďëŕ 國國國國⟧
|
|
237
237
|
# Notification text when the shared link settings are successfully saved
|
|
238
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħē śħáгëď ľīηĸ ѕεττíηğŝ ŵёŕĕ ŝáνěď ŝůċčёŝśƒűĺľў. 國國國國國國國國國國國國國國⟧
|
|
239
239
|
# Text for the vanity name invalid error
|
|
240
|
-
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
240
|
+
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉũŝŧőm ŨЯĽŝ mŭѕţ ьè вęτωêĕη 12-30 ćĥãŗâ¢ŧëґѕ, äńď ¢åŋ ìʼnċļúďê ĺєτŧėŗś, пцmвéґś, åлď нÿΡħёйş 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
241
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
242
|
-
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = ⟦萬萬萬萬萬萬萬
|
|
242
|
+
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = ⟦萬萬萬萬萬萬萬 Pĺêâşę έņŧέѓ ä ¢ūşťøm ŲЃĻ 國國國國國國國⟧
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kan de gedeelde link niet verwijderen. Probeer het later opnieuw.",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "De gedeelde link voor ’{itemName}’ is succesvol verwijderd.",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Voer ten minste één geldig e-mailadres in",
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "De gedeelde link voor ‘{itemName}‘ is
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "De gedeelde link voor ‘{itemName}‘ is verzonden.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fout",
|
|
11
11
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Vervaldatum moet in de toekomst liggen",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een vervaldatum",
|
|
@@ -56,10 +56,10 @@ export default {
|
|
|
56
56
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.editorFolderDescription": "Uploaden, downloaden, voorbeelden bekijken, delen, bewerken en verwijderen",
|
|
57
57
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLinkLabel": "Gedeelde link e-mailen",
|
|
58
58
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel": "Uitnodigen als {role}",
|
|
59
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "U hebt geen
|
|
59
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip": "U hebt geen machtiging om medebewerkers uit te nodigen",
|
|
60
60
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel": "Mensen uitnodigen",
|
|
61
61
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder": "Namen of e-mailadressen toevoegen",
|
|
62
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "
|
|
62
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip": "Medebewerkers kunnen niet worden toegevoegd aan bladwijzers",
|
|
63
63
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel": "Laden",
|
|
64
64
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerDescription": "Alleen bekijken",
|
|
65
65
|
"groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.previewerUploaderDescription": "Uploaden en voorbeeld bekijken",
|
|
@@ -13,7 +13,7 @@ groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = De gedeelde link voo
|
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Voer ten minste één geldig e-mailadres in
|
|
15
15
|
# Notification text when the shared link was sent successfully
|
|
16
|
-
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = De gedeelde link voor ‘{itemName}‘ is
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = De gedeelde link voor ‘{itemName}‘ is verzonden.
|
|
17
17
|
# Icon label for the error notifications
|
|
18
18
|
groupSharedFeatures.usm.errorNoticeIcon = Fout
|
|
19
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
@@ -113,13 +113,13 @@ groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.emailSharedLi
|
|
|
113
113
|
# Label for the button to select the collaboration role of the new collaborator
|
|
114
114
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteAsRoleLabel = Uitnodigen als {role}
|
|
115
115
|
# Tooltip on the collaboration form when the user does not have permission to invite collaborators
|
|
116
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = U hebt geen
|
|
116
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteDisabledTooltip = U hebt geen machtiging om medebewerkers uit te nodigen
|
|
117
117
|
# Label for the field to select users to collaborate with on an item
|
|
118
118
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeopleLabel = Mensen uitnodigen
|
|
119
119
|
# Placeholder for the field to select users to collaborate with on an item
|
|
120
120
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.invitePeoplePlaceholder = Namen of e-mailadressen toevoegen
|
|
121
121
|
# Tooltip on the collaboration form when the item is a bookmark
|
|
122
|
-
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip =
|
|
122
|
+
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.inviteWebLinkDisabledTooltip = Medebewerkers kunnen niet worden toegevoegd aan bladwijzers
|
|
123
123
|
# Aria label for the loading indicator of the Unified Share Modal
|
|
124
124
|
groupSharedFeatures.usm.unifiedShareFormModal.collaborationSection.loadingLabel = Laden
|
|
125
125
|
# Description for the collaboration role with "Previewer" permissions to the item
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -6,15 +6,15 @@ export default {
|
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "Kunde inte ta bort den delade länken. Försök igen senare.",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "Den delade länken för \"{itemName}\" har tagits bort.",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Ange minst en giltig e‑postadress",
|
|
9
|
-
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delade länken för ”{itemName}”
|
|
9
|
+
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delade länken för ”{itemName}” har skickats.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fel",
|
|
11
11
|
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Utgångsdatum måste vara i framtiden",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Välj ett utgångsdatum",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ogiltig e-postadress",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Stäng",
|
|
15
|
-
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "
|
|
16
|
-
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "
|
|
17
|
-
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "
|
|
15
|
+
"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage": "Lösenordet kan inte innehålla ett mellanslag, \"<\" eller \">\"",
|
|
16
|
+
"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage": "Lösenordet måste innehålla minst en stor bokstav, en siffra eller ett specialtecken",
|
|
17
|
+
"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage": "Lösenordet måste innehålla minst 8 tecken",
|
|
18
18
|
"groupSharedFeatures.usm.passwordRequiredErrorMessage": "Ange ett lösenord",
|
|
19
19
|
"groupSharedFeatures.usm.removeSharedLinkModal.bodyText": "Detta kommer att ta bort den delade länken permanent. Om det här objektet är inbäddat på andra webbplatser kommer det också att bli otillgängligt. Eventuella anpassade egenskaper, inställningar och utgångsdatum kommer också att tas bort. Vill du fortsätta?",
|
|
20
20
|
"groupSharedFeatures.usm.removeSharedLinkModal.cancelButton": "Avbryt",
|
|
@@ -117,7 +117,7 @@ export default {
|
|
|
117
117
|
"groupSharedFeatures.usm.unifiedShareFormModal.uploaderRole": "Uppladdare",
|
|
118
118
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerRole": "Visning",
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Läsare/Uppladdare",
|
|
120
|
-
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Inställningarna för delad länk
|
|
120
|
+
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Inställningarna för delad länk har sparats.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck",
|
|
122
122
|
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL"
|
|
123
123
|
}
|
|
@@ -13,7 +13,7 @@ groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText = Den delade länken f
|
|
|
13
13
|
# Error message for the email field when email is not provided
|
|
14
14
|
groupSharedFeatures.usm.emailRequiredErrorMessage = Ange minst en giltig e‑postadress
|
|
15
15
|
# Notification text when the shared link was sent successfully
|
|
16
|
-
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Den delade länken för ”{itemName}”
|
|
16
|
+
groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = Den delade länken för ”{itemName}” har skickats.
|
|
17
17
|
# Icon label for the error notifications
|
|
18
18
|
groupSharedFeatures.usm.errorNoticeIcon = Fel
|
|
19
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
@@ -25,11 +25,11 @@ groupSharedFeatures.usm.invalidEmailErrorMessage = Ogiltig e-postadress
|
|
|
25
25
|
# Close button aria label for the notifications
|
|
26
26
|
groupSharedFeatures.usm.noticeCloseLabel = Stäng
|
|
27
27
|
# Error message for the password field when password contains forbidden characters.
|
|
28
|
-
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage =
|
|
28
|
+
groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage = Lösenordet kan inte innehålla ett mellanslag, "<" eller ">"
|
|
29
29
|
# Error message for the password field when password does not contain at least one letter, number, or symbol
|
|
30
|
-
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage =
|
|
30
|
+
groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage = Lösenordet måste innehålla minst en stor bokstav, en siffra eller ett specialtecken
|
|
31
31
|
# Error message for the password field when password does not contain at least 8 characters.
|
|
32
|
-
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage =
|
|
32
|
+
groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage = Lösenordet måste innehålla minst 8 tecken
|
|
33
33
|
# Error message for the password field when password is not provided
|
|
34
34
|
groupSharedFeatures.usm.passwordRequiredErrorMessage = Ange ett lösenord
|
|
35
35
|
# Body text of the Remove Shared Link modal
|
|
@@ -235,7 +235,7 @@ groupSharedFeatures.usm.unifiedShareFormModal.viewerRole = Visning
|
|
|
235
235
|
# Label for the role of a collaborator who can view and upload to the item
|
|
236
236
|
groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole = Läsare/Uppladdare
|
|
237
237
|
# Notification text when the shared link settings are successfully saved
|
|
238
|
-
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Inställningarna för delad länk
|
|
238
|
+
groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Inställningarna för delad länk har sparats.
|
|
239
239
|
# Text for the vanity name invalid error
|
|
240
240
|
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck
|
|
241
241
|
# Error message for the vanity name field when custom URL is not provided
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._content_149ez_1._content_149ez_1{max-width:480px}._body_149ez_5._body_149ez_5{display:flex;flex-direction:column;gap:var(--space-4);padding-top:0;padding-bottom:0;overflow:auto}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^9.18.13",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"react-intl": "^6.4.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@box/blueprint-web": "^12.99.
|
|
16
|
+
"@box/blueprint-web": "^12.99.1",
|
|
17
17
|
"@box/blueprint-web-assets": "^4.82.0",
|
|
18
|
-
"@box/copy-input": "^1.
|
|
18
|
+
"@box/copy-input": "^1.13.1",
|
|
19
19
|
"@box/storybook-utils": "0.14.19",
|
|
20
20
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
21
21
|
"react-intl": "^6.4.2"
|