@box/unified-share-modal 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js +62 -61
- package/dist/esm/lib/hooks/use-form-validation.js +3 -3
- package/dist/esm/lib/messages.js +2 -2
- package/dist/esm/lib/utils/collaborator.js +1 -1
- package/dist/i18n/bn-IN.js +3 -2
- package/dist/i18n/da-DK.js +3 -2
- package/dist/i18n/de-DE.js +3 -2
- package/dist/i18n/en-AU.js +3 -2
- package/dist/i18n/en-CA.js +3 -2
- package/dist/i18n/en-GB.js +3 -2
- package/dist/i18n/en-US.js +1 -1
- package/dist/i18n/en-US.properties +1 -1
- package/dist/i18n/en-x-pseudo.js +3 -2
- package/dist/i18n/es-419.js +3 -2
- package/dist/i18n/es-ES.js +3 -2
- package/dist/i18n/fi-FI.js +3 -2
- package/dist/i18n/fr-CA.js +3 -2
- package/dist/i18n/fr-FR.js +3 -2
- package/dist/i18n/hi-IN.js +3 -2
- package/dist/i18n/it-IT.js +3 -2
- package/dist/i18n/ja-JP.js +3 -2
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +3 -2
- package/dist/i18n/nb-NO.js +3 -2
- package/dist/i18n/nl-NL.js +3 -2
- package/dist/i18n/pl-PL.js +3 -2
- package/dist/i18n/pt-BR.js +3 -2
- package/dist/i18n/ru-RU.js +3 -2
- package/dist/i18n/sv-SE.js +3 -2
- package/dist/i18n/tr-TR.js +3 -2
- package/dist/i18n/zh-CN.js +3 -2
- package/dist/i18n/zh-TW.js +3 -2
- package/dist/types/lib/messages.d.ts +1 -1
- package/package.json +5 -5
package/dist/esm/lib/components/unified-share-form-modal/shared-link-section/shared-link-section.js
CHANGED
|
@@ -1,65 +1,66 @@
|
|
|
1
|
-
import { useRef as b, useState as
|
|
2
|
-
import { useIntl as
|
|
3
|
-
import { Text as
|
|
4
|
-
import { ClockBadge as
|
|
5
|
-
import { SurfaceStatusSurfaceRed as
|
|
6
|
-
import { CopyInput as
|
|
7
|
-
import { SharedLinkAccess as
|
|
8
|
-
import { SharedLinkPermission as
|
|
1
|
+
import { useRef as b, useState as j, useCallback as x, useEffect as E } from "react";
|
|
2
|
+
import { useIntl as K } from "react-intl";
|
|
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, Envelope as X } from "@box/blueprint-web-assets/icons/Line";
|
|
5
|
+
import { SurfaceStatusSurfaceRed as Y } from "@box/blueprint-web-assets/tokens/tokens";
|
|
6
|
+
import { CopyInput as Z } from "@box/copy-input";
|
|
7
|
+
import { SharedLinkAccess as $ } from "./shared-link-access.js";
|
|
8
|
+
import { SharedLinkPermission as ee } from "./shared-link-permission.js";
|
|
9
9
|
import t from "./messages.js";
|
|
10
10
|
import { jsxs as g, jsx as n } from "react/jsx-runtime";
|
|
11
|
-
import { useUnifiedShareFormContext as
|
|
12
|
-
import { useUnifiedShareModalContext as
|
|
13
|
-
import { useSharingAction as
|
|
14
|
-
import { formatDateFromTimestampToDateString as
|
|
15
|
-
import { callOnKeyboardEvent as
|
|
16
|
-
import '../../../../../styles/shared-link-section.css';const
|
|
17
|
-
container:
|
|
18
|
-
toggle:
|
|
19
|
-
settings:
|
|
20
|
-
copy:
|
|
21
|
-
access:
|
|
11
|
+
import { useUnifiedShareFormContext as te } from "../../../contexts/unified-share-form-context.js";
|
|
12
|
+
import { useUnifiedShareModalContext as ie } from "../../../contexts/unified-share-modal-context.js";
|
|
13
|
+
import { useSharingAction as I } from "../../../hooks/use-sharing-action.js";
|
|
14
|
+
import { formatDateFromTimestampToDateString as ne } from "../../../utils/date.js";
|
|
15
|
+
import { callOnKeyboardEvent as oe } from "../../../utils/event.js";
|
|
16
|
+
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
|
+
container: ae,
|
|
18
|
+
toggle: se,
|
|
19
|
+
settings: re,
|
|
20
|
+
copy: ce,
|
|
21
|
+
access: le
|
|
22
22
|
};
|
|
23
|
-
function
|
|
23
|
+
function ve() {
|
|
24
24
|
const {
|
|
25
25
|
formatMessage: e
|
|
26
|
-
} =
|
|
26
|
+
} = K(), k = b(!0), L = b(null), u = b(null), {
|
|
27
27
|
onModalViewChange: h,
|
|
28
|
-
onShareViewChange:
|
|
29
|
-
} =
|
|
28
|
+
onShareViewChange: N
|
|
29
|
+
} = te(), {
|
|
30
30
|
config: o,
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
isFetching: v,
|
|
32
|
+
isSubmitting: P,
|
|
33
|
+
item: w,
|
|
33
34
|
sharedLink: m,
|
|
34
|
-
sharingService:
|
|
35
|
-
} =
|
|
36
|
-
permissions:
|
|
37
|
-
} = P, {
|
|
38
|
-
createSharedLink: z
|
|
35
|
+
sharingService: F
|
|
36
|
+
} = ie(), {
|
|
37
|
+
permissions: A = {}
|
|
39
38
|
} = w, {
|
|
39
|
+
createSharedLink: z
|
|
40
|
+
} = F, {
|
|
40
41
|
sharedLinkAutoCopy: r,
|
|
41
42
|
sharedLinkAutoCreate: C
|
|
42
43
|
} = o;
|
|
43
|
-
let
|
|
44
|
-
r && (
|
|
44
|
+
let _ = "create-shared-link";
|
|
45
|
+
r && (_ = "auto-copy-shared-link");
|
|
45
46
|
const {
|
|
46
|
-
isLoading:
|
|
47
|
+
isLoading: q,
|
|
47
48
|
onAction: y
|
|
48
|
-
} =
|
|
49
|
-
i || (await y(),
|
|
50
|
-
}, [i, y]),
|
|
49
|
+
} = I(z, _), i = !!m.url, a = P ?? q, [S, R] = j(!1), p = x(async () => {
|
|
50
|
+
i || (await y(), R(!0));
|
|
51
|
+
}, [i, y]), B = x(async () => (p(), new Promise((s) => {
|
|
51
52
|
u.current = {
|
|
52
53
|
resolve: s
|
|
53
54
|
};
|
|
54
55
|
})), [p]), {
|
|
55
|
-
onAction:
|
|
56
|
-
} =
|
|
57
|
-
|
|
58
|
-
k.current
|
|
59
|
-
}, [k, r, C, p,
|
|
56
|
+
onAction: D
|
|
57
|
+
} = I(B, "auto-copy-shared-link");
|
|
58
|
+
E(() => {
|
|
59
|
+
!k.current || v || (r ? D() : C && p(), k.current = !1);
|
|
60
|
+
}, [v, k, r, C, p, D]), E(() => {
|
|
60
61
|
i && r && L.current && L.current.click();
|
|
61
62
|
}, [i, r]);
|
|
62
|
-
const
|
|
63
|
+
const M = x((l) => {
|
|
63
64
|
if (!u.current)
|
|
64
65
|
return;
|
|
65
66
|
let s;
|
|
@@ -69,13 +70,13 @@ function Te() {
|
|
|
69
70
|
type: "success"
|
|
70
71
|
}]
|
|
71
72
|
}), u.current = null;
|
|
72
|
-
}, [e, S]),
|
|
73
|
+
}, [e, S]), U = async (l) => {
|
|
73
74
|
!l && h && h("remove-shared-link"), l && await y();
|
|
74
75
|
};
|
|
75
76
|
let c, f = !1;
|
|
76
|
-
return !i && !a && (c = e(t.sharedLinkToggleTooltip)), !i && !
|
|
77
|
+
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", {
|
|
77
78
|
className: d.container,
|
|
78
|
-
children: [/* @__PURE__ */ n(
|
|
79
|
+
children: [/* @__PURE__ */ n(V, {
|
|
79
80
|
as: "label",
|
|
80
81
|
variant: "bodyDefaultBold",
|
|
81
82
|
children: e(t.shareLinkLabel)
|
|
@@ -86,33 +87,33 @@ function Te() {
|
|
|
86
87
|
content: c,
|
|
87
88
|
"data-testid": "shared-link-tooltip",
|
|
88
89
|
open: c ? void 0 : !1,
|
|
89
|
-
children: /* @__PURE__ */ n(
|
|
90
|
+
children: /* @__PURE__ */ n(O, {
|
|
90
91
|
focusable: f,
|
|
91
|
-
children: /* @__PURE__ */ n(
|
|
92
|
+
children: /* @__PURE__ */ n(G.Item, {
|
|
92
93
|
checked: i,
|
|
93
94
|
disabled: f || a,
|
|
94
95
|
label: e(t.sharedLinkToggleLabel),
|
|
95
|
-
onCheckedChange:
|
|
96
|
+
onCheckedChange: U,
|
|
96
97
|
value: "shared-link"
|
|
97
98
|
})
|
|
98
99
|
})
|
|
99
100
|
}), i && !!m.expiresAt && /* @__PURE__ */ n(T, {
|
|
100
101
|
content: e(t.expirationIconTooltip, {
|
|
101
|
-
expirationDate:
|
|
102
|
+
expirationDate: ne(m.expiresAt)
|
|
102
103
|
}),
|
|
103
104
|
"data-testid": "expiration-date-tooltip",
|
|
104
|
-
children: /* @__PURE__ */ n(
|
|
105
|
-
color:
|
|
105
|
+
children: /* @__PURE__ */ n(H, {
|
|
106
|
+
color: Y,
|
|
106
107
|
hideText: !0,
|
|
107
|
-
icon:
|
|
108
|
+
icon: W,
|
|
108
109
|
text: e(t.expirationIconLabel)
|
|
109
110
|
})
|
|
110
|
-
}), i && o.sharedLinkSettings && /* @__PURE__ */ n(
|
|
111
|
+
}), i && o.sharedLinkSettings && /* @__PURE__ */ n(J, {
|
|
111
112
|
"aria-disabled": a,
|
|
112
113
|
"aria-haspopup": "dialog",
|
|
113
114
|
className: d.settings,
|
|
114
115
|
onClick: () => h("shared-link-settings"),
|
|
115
|
-
onKeyDown:
|
|
116
|
+
onKeyDown: oe(() => h("shared-link-settings"), {
|
|
116
117
|
canPreventDefault: !0
|
|
117
118
|
}),
|
|
118
119
|
role: "button",
|
|
@@ -122,32 +123,32 @@ function Te() {
|
|
|
122
123
|
})]
|
|
123
124
|
}), i && /* @__PURE__ */ g("div", {
|
|
124
125
|
className: d.copy,
|
|
125
|
-
children: [/* @__PURE__ */ n(
|
|
126
|
+
children: [/* @__PURE__ */ n(Z, {
|
|
126
127
|
ref: L,
|
|
127
128
|
autoFocus: C && i,
|
|
128
129
|
disabled: a,
|
|
129
130
|
hideLabel: !0,
|
|
130
131
|
label: e(t.sharedLinkUrlLabel),
|
|
131
|
-
onCopy:
|
|
132
|
+
onCopy: M,
|
|
132
133
|
value: m.url
|
|
133
134
|
}), o.sharedLinkEmail && /* @__PURE__ */ n(T, {
|
|
134
135
|
align: "end",
|
|
135
136
|
content: e(t.sharedLinkEmailLabel),
|
|
136
|
-
children: /* @__PURE__ */ n(
|
|
137
|
+
children: /* @__PURE__ */ n(Q, {
|
|
137
138
|
"aria-label": e(t.sharedLinkEmailLabel),
|
|
138
139
|
disabled: a,
|
|
139
|
-
icon:
|
|
140
|
-
onClick: () =>
|
|
140
|
+
icon: X,
|
|
141
|
+
onClick: () => N("email"),
|
|
141
142
|
size: "large",
|
|
142
143
|
variant: "secondary"
|
|
143
144
|
})
|
|
144
145
|
})]
|
|
145
146
|
}), i && (o.sharedLinkAccess || o.sharedLinkPermission) && /* @__PURE__ */ g("div", {
|
|
146
147
|
className: d.access,
|
|
147
|
-
children: [o.sharedLinkAccess && /* @__PURE__ */ n(
|
|
148
|
+
children: [o.sharedLinkAccess && /* @__PURE__ */ n($, {}), o.sharedLinkPermission && /* @__PURE__ */ n(ee, {})]
|
|
148
149
|
})]
|
|
149
150
|
});
|
|
150
151
|
}
|
|
151
152
|
export {
|
|
152
|
-
|
|
153
|
+
ve as SharedLinkSection
|
|
153
154
|
};
|
|
@@ -3,7 +3,7 @@ import { useIntl as v } from "react-intl";
|
|
|
3
3
|
import a from "../messages.js";
|
|
4
4
|
import { formatTomorrowDateToCalendarDate as p } from "../utils/date.js";
|
|
5
5
|
import { isVanityNameValid as w, isEmailValid as y, doesPasswordContainMinCharacters as N, doesPasswordContainInvalidCharacter as P, doesPasswordContainMixedCase as x, doesPasswordContainLetter as i, doesPasswordContainNumber as u, doesPasswordContainSymbol as d } from "../utils/validation.js";
|
|
6
|
-
const
|
|
6
|
+
const q = () => {
|
|
7
7
|
const {
|
|
8
8
|
formatMessage: t
|
|
9
9
|
} = v(), [l, n] = g({}), e = o((r, s) => {
|
|
@@ -15,7 +15,7 @@ const R = () => {
|
|
|
15
15
|
if (!r)
|
|
16
16
|
return e("expiration", t(a.expirationRequiredErrorMessage)), !0;
|
|
17
17
|
const s = p();
|
|
18
|
-
return r.compare(s) < 0 ? (e("expiration", t(a.
|
|
18
|
+
return r.compare(s) < 0 ? (e("expiration", t(a.expirationFutureDateErrorMessage)), !0) : !1;
|
|
19
19
|
}, [t, e]), c = o((r) => r ? w(r) ? !1 : (e("vanityName", t(a.vanityNameInvalidErrorMessage)), !0) : (e("vanityName", t(a.vanityNameRequiredErrorMessage)), !0), [t, e]), f = o((r) => r.length ? !1 : (e("user-contact", t(a.emailRequiredErrorMessage)), !0), [t, e]), C = o((r) => r === "" ? !0 : y(r) ? !1 : (e("user-contact", t(a.invalidEmailErrorMessage)), !0), [t, e]), E = o((r) => N(r) ? P(r) ? (e("password", t(a.passwordContainInvalidCharacterErrorMessage)), !0) : !x(r) && !(i(r) && u(r)) && !(i(r) && d(r)) && !(u(r) && d(r)) ? (e("password", t(a.passwordContainLetterNumberOrSymbolErrorMessage)), !0) : !1 : (e("password", t(a.passwordContainMinCharactersErrorMessage)), !0), [t, e]);
|
|
20
20
|
return {
|
|
21
21
|
errors: l,
|
|
@@ -29,5 +29,5 @@ const R = () => {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
q as useFormValidation
|
|
33
33
|
};
|
package/dist/esm/lib/messages.js
CHANGED
|
@@ -56,8 +56,8 @@ const a = e({
|
|
|
56
56
|
id: "groupSharedFeatures.usm.expirationRequiredErrorMessage",
|
|
57
57
|
defaultMessage: "Please select an expiration date"
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
id: "groupSharedFeatures.usm.
|
|
59
|
+
expirationFutureDateErrorMessage: {
|
|
60
|
+
id: "groupSharedFeatures.usm.expirationFutureDateErrorMessage",
|
|
61
61
|
defaultMessage: "Expiration date must be in the future"
|
|
62
62
|
},
|
|
63
63
|
invalidEmailErrorMessage: {
|
|
@@ -16,7 +16,7 @@ const l = (e) => {
|
|
|
16
16
|
}
|
|
17
17
|
}, s = (e = []) => e.find(({
|
|
18
18
|
isDefault: r
|
|
19
|
-
}) => r) || e[0], u = (e) => e.trim().slice(0, 1).toUpperCase(), i = (e) => t.includes(e), o = (e) => a.includes(e);
|
|
19
|
+
}) => r) || e[0], u = (e) => e.replace(/[[({<]+.*[\])}>]+/g, "").trim().slice(0, 1).toUpperCase(), i = (e) => t.includes(e), o = (e) => a.includes(e);
|
|
20
20
|
export {
|
|
21
21
|
l as getAvatarBadgeSize,
|
|
22
22
|
s as getDefaultCollaborationRole,
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "কমপক্ষে একটি বৈধ ইমেইল লিখুন",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "“{itemName}” এর জন্য শেয়ারকৃত লিঙ্ক সফলভাবে পাঠানো হয়েছে।",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "ত্রুটি",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "অনুগ্রহ করে একটি মেয়াদউত্তীর্ণের তারিখ নির্বাচন করুন",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "ভুল ইমেইল অ্যাড্রেস",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "বন্ধ করুন",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "ভিউয়ার আপলোডার",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "শেয়ারকৃত লিঙ্ক সেটিংস সফলভাবে সেভ করা হয়েছে।",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "কাস্টম URL অবশ্যই 12-30 অক্ষরের মধ্যে হতে হবে এবং অক্ষর, সংখ্যা এবং হাইফেন অন্তর্ভুক্ত করতে পারে",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "অনুগ্রহ করে একটি কাস্টম URL লিখুন"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "অনুগ্রহ করে একটি কাস্টম URL লিখুন",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "মেয়াদউত্তীর্ণের তারিখ অবশ্যই ভবিষ্যতে হতে হবে"
|
|
123
124
|
}
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Indtast mindst én gyldig e-mailadresse.",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Det delte link til “{itemName}“ er blevet sendt.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fejl",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Vælg venligst en udløbsdato",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-mailadresse",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Luk",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Læser og uploader",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Indstillingerne for det delte link blev gemt med succes.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Brugerdefinerede URL'er skal være mellem 12-30 tegn og kan indeholde bogstaver, tal og bindestreger",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Indtast venligst en tilpasset URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Indtast venligst en tilpasset URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Udløbsdatoen skal være i fremtiden"
|
|
123
124
|
}
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Geben Sie mindestens eine gültige E-Mail-Adresse ein.",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Der Freigabe-Link für „{itemName}“ wurde gesendet.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fehler",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Wählen Sie bitte ein Ablaufdatum aus",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ungültige E-Mail-Adresse",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Schließen",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Betrachter/Upload-Berechtigter",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Die Einstellungen des Freigabe-Links wurden erfolgreich gespeichert.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Benutzerdefinierte URLs müssen zwischen 12 und 30 Zeichen lang sein und können Buchstaben, Ziffern und Bindestriche enthalten",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Bitte geben Sie eine benutzerdefinierte URL ein",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Das Ablaufdatum muss in der Zukunft liegen"
|
|
123
124
|
}
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}“ was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "The shared link settings were saved successfully.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future"
|
|
123
124
|
}
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "The shared link settings were saved successfully.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future"
|
|
123
124
|
}
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}“ was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "The shared link settings were saved successfully.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Please enter a custom URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Expiration date must be in the future"
|
|
123
124
|
}
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Enter at least one valid email",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "The shared link for “{itemName}” was sent successfully.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Please select an expiration date",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Invalid email address",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Close",
|
|
@@ -17,7 +17,7 @@ groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText = The shared link for
|
|
|
17
17
|
# Icon label for the error notifications
|
|
18
18
|
groupSharedFeatures.usm.errorNoticeIcon = Error
|
|
19
19
|
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
-
groupSharedFeatures.usm.
|
|
20
|
+
groupSharedFeatures.usm.expirationFutureDateErrorMessage = Expiration date must be in the future
|
|
21
21
|
# Error message for the expiration date field when expiration date is not provided
|
|
22
22
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = Please select an expiration date
|
|
23
23
|
# Error message for the email field when email is invalid
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬 Éпŧëѓ äť ĺéăŝŧ õňё νãľіď ёmåιľ 國國國國國國國國⟧",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħê śнăгëď ĺĩηκ ƒοѓ “{itemName}” шαŝ şêņτ şų¢ćĕŝśƒũĺĺỳ. 國國國國國國國國國國國國國國⟧",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "⟦萬 Ęггõř 國⟧",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬萬 Pľéäѕė ѕěļесŧ åʼn ę×Ρìгαťíòή ďáŧę 國國國國國國國國國⟧",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "⟦萬萬萬萬萬萬 Іήνǻĺīď ёmáįľ άďďґêѕѕ 國國國國國國⟧",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "⟦萬 Ćľоѕê 國⟧",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "⟦萬萬萬萬 Vіèŵęґ ÚΡľōăďεѓ 國國國國⟧",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥę śĥǻґĕď ĺìηķ ŝěτŧįņĝş щëŗє ѕáνεď śŭ¢¢έśśƒűĺļγ. 國國國國國國國國國國國國國國⟧",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉũşτŏm ÛΓĻŝ mμѕτ ьĕ ьêţẃєёп 12-30 ¢ĥąѓå¢ŧěŕś, άиď ¢άл įлçļùďė ľëτťėѓŝ, ήųmвëřѕ, ǻŋď нγΡħёņş 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬 Pĺĕäşе ĕйţёя à ¢ûşŧøm ŲЯĿ 國國國國國國國⟧"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "⟦萬萬萬萬萬萬萬 Pĺĕäşе ĕйţёя à ¢ûşŧøm ŲЯĿ 國國國國國國國⟧",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "⟦萬萬萬萬萬萬萬萬萬萬萬 ÊхΡīŕáťīóń ďǻťе mμѕť ве ιή ţнĕ ƒũťůŗε 國國國國國國國國國國國⟧"
|
|
123
124
|
}
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Introduzca al menos un correo electrónico válido.",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "El enlace compartido para ”{itemName}” se ha enviado correctamente.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleccione una fecha de vencimiento",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Dirección de correo electrónico no válida",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Cerrar",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visualización y carga",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "La configuración del enlace compartido se ha guardado correctamente.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La fecha de vencimiento debe ser futura"
|
|
123
124
|
}
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Introduzca al menos un correo electrónico válido.",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "El enlace compartido para ”{itemName}” se ha enviado correctamente.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Error",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleccione una fecha de vencimiento",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Dirección de correo electrónico no válida",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Cerrar",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visualización y carga",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "La configuración del enlace compartido se ha guardado correctamente.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Las URL personalizadas deben tener entre 12 y 30 caracteres, y pueden incluir letras, números y guiones",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Introduzca una URL personalizada",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La fecha de vencimiento debe ser futura"
|
|
123
124
|
}
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Anna vähintään yksi kelvollinen sähköposti",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Kohteen ”{itemName}” jaettu linkki lähetettiin onnistuneesti.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "virhe",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Valitse vanhentumispäiväys",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Virheellinen sähköpostiosoite",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Sulje",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Katselija ja lataaja",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Jaetun linkin asetukset tallennettiin onnistuneesti.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Mukautettujen URL-osoitteiden tulisi olla välillä 12–30 merkkiä, ja ne voivat sisältää kirjaimia, numeroita ja yhdysmerkkejä",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Anna mukautettu URL-osoite"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Anna mukautettu URL-osoite",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Vanhentumispäiväyksen on oltava tulevaisuudessa"
|
|
123
124
|
}
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Saisissez au moins une adresse e-mail valide",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Le lien partagé pour « {itemName} » a été envoyé avec succès.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "erreur",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Veuillez sélectionner une date d'expiration",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Adresse e-mail incorrecte",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Fermer",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Chargeur visualiseur",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Les paramètres du lien partagé ont été enregistrés avec succès.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Les URL personnalisées doivent contenir entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La date d'expiration doit être située dans le futur"
|
|
123
124
|
}
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Saisissez au moins une adresse e-mail valide",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Le lien partagé pour « {itemName} » a été envoyé avec succès.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "erreur",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Veuillez sélectionner une date d'expiration",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Adresse e-mail incorrecte",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Fermer",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Chargeur visualiseur",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Les paramètres du lien partagé ont été enregistrés avec succès.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Les URL personnalisées doivent contenir entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Veuillez saisir une URL personnalisée",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La date d'expiration doit être située dans le futur"
|
|
123
124
|
}
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "कम से कम एक मान्य ईमेल दर्ज करें",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "“{itemName}” के लिए शेयर्ड लिंक को सफलतापूर्वक भेज दिया गया।",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "त्रुटि",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "कृपया एक समापन तारीख़ चुनें",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "अमान्य ईमेल पता",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "बंद करें",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "व्यूअर अपलोडर",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "शेयर्ड लिंक सेटिंग को सफलतापूर्वक सहेजा गया।",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, जिसमें अक्षर, संख्या और हाइफ़न हो सकते हैं",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "समापन तारीख़, भविष्य की होनी चाहिए"
|
|
123
124
|
}
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Immetti almeno un indirizzo e-mail valido",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Il collegamento condiviso per «{itemName}» è stato inviato correttamente.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Errore",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Seleziona una data di scadenza",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Indirizzo e-mail non valido",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Chiudi",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Upload visualizzazione",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Le impostazioni del collegamento condiviso sono state salvate correttamente.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Gli URL personalizzati devono essere compresi tra 12 e 30 caratteri e possono includere lettere, numeri e trattini",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Inserisci un URL personalizzato"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Inserisci un URL personalizzato",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "La data di scadenza deve essere nel futuro"
|
|
123
124
|
}
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "有効なメールアドレスを少なくとも1つ入力してください",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "「{itemName}」の共有リンクを送信しました。",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "エラー",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "有効期限を選択してください",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "メールアドレスが無効です",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "閉じる",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "ビューアー/アップローダー",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "共有リンクの設定を保存しました。",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "カスタムURLは12~30文字で、文字、数字、ハイフンを含めることができます",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "カスタムURLを入力してください"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "カスタムURLを入力してください",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "有効期限は現在より先の日時に設定する必要があります"
|
|
123
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"The shared link settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText","description":"Notification text when the shared link was sent successfully","defaultMessage":"The shared link for “{itemName}” was sent successfully."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens"},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select an expiration date"},{"id":"groupSharedFeatures.usm.
|
|
1
|
+
[{"id":"groupSharedFeatures.usm.noticeCloseLabel","description":"Close button aria label for the notifications","defaultMessage":"Close"},{"id":"groupSharedFeatures.usm.successNoticeIcon","description":"Icon label for the success notifications","defaultMessage":"Success"},{"id":"groupSharedFeatures.usm.errorNoticeIcon","description":"Icon label for the error notifications","defaultMessage":"Error"},{"id":"groupSharedFeatures.usm.defaultErrorNoticeText","description":"Default error notification text rendered when API fails","defaultMessage":"Something went wrong. Please try again later."},{"id":"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully removed","defaultMessage":"The shared link for “{itemName}” has been removed successfully."},{"id":"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be removed","defaultMessage":"Unable to remove the shared link. Please try again later."},{"id":"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText","description":"Notification text when the shared link settings are successfully saved","defaultMessage":"The shared link settings were saved successfully."},{"id":"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText","description":"Notification text when the shared link is successfully created","defaultMessage":"Shared link created."},{"id":"groupSharedFeatures.usm.createSharedLinkErrorNoticeText","description":"Notification text when the shared link failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText","description":"Notification text when the shared link was sent successfully","defaultMessage":"The shared link for “{itemName}” was sent successfully."},{"id":"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText","description":"Notification text when the shared link is failed to be created","defaultMessage":"Unable to create a shared link. Please try again later."},{"id":"groupSharedFeatures.usm.vanityNameInvalidErrorMessage","description":"Text for the vanity name invalid error","defaultMessage":"Custom URLs must be between 12-30 characters, and can include letters, numbers, and hyphens"},{"id":"groupSharedFeatures.usm.vanityNameRequiredErrorMessage","description":"Error message for the vanity name field when custom URL is not provided","defaultMessage":"Please enter a custom URL"},{"id":"groupSharedFeatures.usm.expirationRequiredErrorMessage","description":"Error message for the expiration date field when expiration date is not provided","defaultMessage":"Please select an expiration date"},{"id":"groupSharedFeatures.usm.expirationFutureDateErrorMessage","description":"Error message for the expiration date field when expiration date is in the past","defaultMessage":"Expiration date must be in the future"},{"id":"groupSharedFeatures.usm.invalidEmailErrorMessage","description":"Error message for the email field when email is invalid","defaultMessage":"Invalid email address"},{"id":"groupSharedFeatures.usm.emailRequiredErrorMessage","description":"Error message for the email field when email is not provided","defaultMessage":"Enter at least one valid email"},{"id":"groupSharedFeatures.usm.passwordRequiredErrorMessage","description":"Error message for the password field when password is not provided","defaultMessage":"Please enter a password"},{"id":"groupSharedFeatures.usm.passwordContainMinCharactersErrorMessage","description":"Error message for the password field when password does not contain at least 8 characters.","defaultMessage":"Password must contain at least 8 characters"},{"id":"groupSharedFeatures.usm.passwordContainInvalidCharacterErrorMessage","description":"Error message for the password field when password contains forbidden characters.","defaultMessage":"Password cannot contain a space, \"<\" or \">\""},{"id":"groupSharedFeatures.usm.passwordContainLetterNumberOrSymbolErrorMessage","description":"Error message for the password field when password does not contain at least one letter, number, or symbol","defaultMessage":"Password must contain at least one upper case letter, number, or special character"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "최소 하나 이상의 올바른 이메일 주소를 입력하십시오.",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "“{itemName}”에 대한 공유 링크가 성공적으로 전송되었습니다.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "오류",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "만료 날짜를 선택하세요",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "올바르지 않은 이메일 주소",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "닫기",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "뷰어 업로더",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "공유 링크 설정이 성공적으로 저장되었습니다.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "사용자 정의 URL은 12~30자여야 하며, 문자, 숫자, 하이픈을 포함할 수 있습니다",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "사용자 지정 URL을 입력하세요"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "사용자 지정 URL을 입력하세요",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "만료 날짜는 미래여야 합니다"
|
|
123
124
|
}
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Angi minst én gyldig e-postadresse",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delte koblingen for «{itemName}» ble sendt.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "feil",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Velg en utløpsdato",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ugyldig e-postadresse",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Lukk",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Visningsprogram/opplastingsprogram",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Innstillingene for delte koblinger ble lagret.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Egendefinerte nettadresser bør være mellom 12 og 30 tegn og kan inneholde bokstaver, tall og bindestreker",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Skriv inn en egendefinert nettadresse"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Skriv inn en egendefinert nettadresse",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utløpsdato må være i fremtiden"
|
|
123
124
|
}
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Voer ten minste één geldig e-mailadres in",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "De gedeelde link voor ‘{itemName}‘ is met succes verzonden.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fout",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecteer een vervaldatum",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Ongeldig e-mailadres",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Sluiten",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Viewer Uploader",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "De instellingen voor de gedeelde link zijn met succes opgeslagen.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Aangepaste URL's moeten tussen de 12 en 30 tekens lang zijn en kunnen letters, cijfers en koppeltekens bevatten",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Voer een aangepaste URL in",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Vervaldatum moet in de toekomst liggen"
|
|
123
124
|
}
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Wprowadź co najmniej jeden poprawny adres e-mail",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Łącze udostępnione dla „{itemName}” zostało pomyślnie wysłane.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Błąd",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Proszę wybrać datę wygaśnięcia",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Nieprawidłowy adres e-mail",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Zamknij",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Przeglądający/przekazujący",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Ustawienia łącza udostępnionego zostały pomyślnie zapisane.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Niestandardowe adresy URL muszą mieć długość od 12 do 30 znaków i mogą zawierać litery, cyfry oraz myślniki",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Wprowadź niestandardowy adres URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Wprowadź niestandardowy adres URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Data wygaśnięcia musi być datą w przyszłości"
|
|
123
124
|
}
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Insira pelo menos um e-mail válido",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "O link compartilhado para “{itemName}” foi enviado com sucesso.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Erro",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Selecione uma data de vencimento",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Endereço de e-mail inválido",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Fechar",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Carregador visualizador",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "As configurações do link compartilhado foram salvas com sucesso.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "As URLs personalizadas devem ter entre 12 e 30 caracteres e podem incluir letras, números e hifens",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Insira uma URL personalizada",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "A data de vencimento deve estar no futuro"
|
|
123
124
|
}
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Введите по крайней мере один действительный адрес эл. почты",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Общая ссылка для «{itemName}» отправлена.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Ошибка",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Выберите дату истечения срока действия",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Неверный адрес эл. почты",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Закрыть",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "С правом просмотра и загрузки",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Настройки общей ссылки сохранены.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Настраиваемые URL-адреса должны содержать от 12 до 30 символов и могут включать буквы, цифры и дефисы",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Введите настраиваемый URL-адрес",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Дата истечения срока действия должна быть в будущем"
|
|
123
124
|
}
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "Ange minst en giltig e‑postadress",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "Den delade länken för ”{itemName}” skickades.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Fel",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
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",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Läsare/Uppladdare",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Inställningarna för delad länk sparades.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Anpassade URL:er måste vara 12–30 tecken och kan innehålla bokstäver, siffror och bindestreck",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Ange en anpassad URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Utgångsdatum måste vara i framtiden"
|
|
123
124
|
}
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "En az bir geçerli e-posta adresi girin",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "“{itemName}” için paylaşılan bağlantı başarıyla gönderildi.",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "Hata",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "Lütfen bir sona erme tarihi seçin",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "Geçersiz e-posta adresi",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "Kapat",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "Görüntüleyici - Yükleyici",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "Paylaşılan bağlantı ayarları başarıyla kaydedildi.",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "Özel URL'ler 12 ila 30 karakter uzunluğunda olmalıdır ve harf, sayı ve tire içerebilir",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "Lütfen özel bir URL girin",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "Sona erme tarihi gelecekte olmalıdır"
|
|
123
124
|
}
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "输入至少一个有效的电子邮件",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "已成功发送”{itemName}”的共享链接。",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "错误",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "请选择过期日期",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "无效电邮地址",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "关闭",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "上传者(查看者",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功保存共享链接设置。",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自定义 URL 必须介于 12-30 个字符之间,并可包括字母、数字和连字符",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "请输入自定义 URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "过期日期必须为未来日期"
|
|
123
124
|
}
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "請輸入至少一個有效的電子郵件",
|
|
9
9
|
"groupSharedFeatures.usm.emailSharedLinkSuccessNoticeText": "已成功傳送「{itemName}」的共用連結。",
|
|
10
10
|
"groupSharedFeatures.usm.errorNoticeIcon": "錯誤",
|
|
11
|
-
"groupSharedFeatures.usm.
|
|
11
|
+
"groupSharedFeatures.usm.expirationFutureDateErrorMessage": "Expiration date must be in the future",
|
|
12
12
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "請選取到期日期",
|
|
13
13
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "無效的電子郵件地址",
|
|
14
14
|
"groupSharedFeatures.usm.noticeCloseLabel": "關閉",
|
|
@@ -119,5 +119,6 @@ export default {
|
|
|
119
119
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "具檢視權限的上傳者",
|
|
120
120
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "已成功儲存共用的連結設定。",
|
|
121
121
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "自訂 URL 必須在 12-30 個字元之間,且可包含字母、數字和連字號",
|
|
122
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL"
|
|
122
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "請輸入自訂 URL",
|
|
123
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "到期日期必須為未來日期"
|
|
123
124
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/unified-share-modal",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@box/blueprint-web": "^9.18.13",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"react-intl": "^6.4.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@box/blueprint-web": "^12.
|
|
17
|
-
"@box/blueprint-web-assets": "^4.
|
|
18
|
-
"@box/copy-input": "^1.1.
|
|
19
|
-
"@box/storybook-utils": "0.14.
|
|
16
|
+
"@box/blueprint-web": "^12.84.0",
|
|
17
|
+
"@box/blueprint-web-assets": "^4.72.0",
|
|
18
|
+
"@box/copy-input": "^1.1.3",
|
|
19
|
+
"@box/storybook-utils": "0.14.8",
|
|
20
20
|
"@box/eslint-plugin-blueprint": "1.0.5",
|
|
21
21
|
"react-intl": "^6.4.2"
|
|
22
22
|
},
|