@box/threaded-annotations 1.91.6 → 1.91.8
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/chunks/message-footer.js +10 -9
- package/dist/chunks/threaded-annotations2.js +1 -0
- package/dist/esm/lib/components/v2/message-editor/message-editor.js +21 -21
- package/dist/esm/lib/components/v2/message-editor/messages.js +7 -3
- package/dist/esm/lib/components/v2/message-header/message-header.js +2 -1
- package/dist/esm/lib/components/v2/text-message/text-message.js +12 -9
- package/dist/i18n/bn-IN.js +4 -2
- package/dist/i18n/da-DK.js +4 -2
- package/dist/i18n/de-DE.js +4 -2
- package/dist/i18n/en-AU.js +4 -2
- package/dist/i18n/en-CA.js +4 -2
- package/dist/i18n/en-GB.js +4 -2
- package/dist/i18n/en-US.js +2 -1
- package/dist/i18n/en-US.properties +4 -2
- package/dist/i18n/en-x-pseudo.js +46 -44
- package/dist/i18n/en-x-pseudo.properties +44 -44
- package/dist/i18n/es-419.js +4 -2
- package/dist/i18n/es-ES.js +4 -2
- package/dist/i18n/fi-FI.js +4 -2
- package/dist/i18n/fr-CA.js +4 -2
- package/dist/i18n/fr-FR.js +4 -2
- package/dist/i18n/hi-IN.js +4 -2
- package/dist/i18n/it-IT.js +4 -2
- package/dist/i18n/ja-JP.js +4 -2
- package/dist/i18n/json/src/lib/components/v2/message-editor/messages.json +1 -1
- package/dist/i18n/ko-KR.js +4 -2
- package/dist/i18n/nb-NO.js +4 -2
- package/dist/i18n/nl-NL.js +4 -2
- package/dist/i18n/pl-PL.js +4 -2
- package/dist/i18n/pt-BR.js +4 -2
- package/dist/i18n/ru-RU.js +4 -2
- package/dist/i18n/sv-SE.js +4 -2
- package/dist/i18n/tr-TR.js +4 -2
- package/dist/i18n/zh-CN.js +4 -2
- package/dist/i18n/zh-TW.js +4 -2
- package/dist/styles/message-footer.css +1 -1
- package/dist/types/lib/components/v2/message-editor/message-editor.types.d.ts +5 -0
- package/dist/types/lib/components/v2/message-editor/messages.d.ts +6 -1
- package/dist/types/lib/components/v2/message-editor/stories/utils/test-utils.d.ts +2 -0
- package/package.json +6 -6
|
@@ -4,15 +4,16 @@ import { useIntl as a } from "react-intl";
|
|
|
4
4
|
import { getReadableTime as o } from "@box/readable-time";
|
|
5
5
|
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
6
6
|
import '../styles/message-footer.css';var l = {
|
|
7
|
-
textMessage: "
|
|
8
|
-
contentWrapper: "
|
|
9
|
-
threadedIndicator: "
|
|
10
|
-
threadedIndicatorHidden: "
|
|
11
|
-
messageContent: "
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
textMessage: "_textMessage_xa9xe_4",
|
|
8
|
+
contentWrapper: "_contentWrapper_xa9xe_13",
|
|
9
|
+
threadedIndicator: "_threadedIndicator_xa9xe_18",
|
|
10
|
+
threadedIndicatorHidden: "_threadedIndicatorHidden_xa9xe_34",
|
|
11
|
+
messageContent: "_messageContent_xa9xe_37",
|
|
12
|
+
inlineEditSlot: "_inlineEditSlot_xa9xe_44",
|
|
13
|
+
annotationBadgeWrapper: "_annotationBadgeWrapper_xa9xe_47",
|
|
14
|
+
messageFooter: "_messageFooter_xa9xe_56",
|
|
15
|
+
readableTimeWrapper: "_readableTimeWrapper_xa9xe_63",
|
|
16
|
+
replyButton: "_replyButton_xa9xe_67"
|
|
16
17
|
}, u = ({ createdAt: u, onReply: d, updatedAt: f }) => {
|
|
17
18
|
let p = a();
|
|
18
19
|
return /* @__PURE__ */ c("div", {
|
|
@@ -23,23 +23,23 @@ import { useIntl as ie } from "react-intl";
|
|
|
23
23
|
import { Fragment as ae, jsx as S, jsxs as C } from "react/jsx-runtime";
|
|
24
24
|
import { UserSelectorHeadless as oe } from "@box/user-selector";
|
|
25
25
|
import { EditorContent as se, useEditor as ce } from "@tiptap/react";
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
var
|
|
30
|
-
let { disableComponent:
|
|
26
|
+
import le from "@tiptap/extension-document";
|
|
27
|
+
import w from "@tiptap/extension-text";
|
|
28
|
+
import T from "@tiptap/extension-placeholder";
|
|
29
|
+
var E = (c) => {
|
|
30
|
+
let { disableComponent: E = !1, initialContent: D, isFirstAnnotation: O = !1, isReply: k = !1, maxCharacterCount: A, userSelectorProps: j } = c, M = x(null), N = x(null), P = x(null), F = ie(), { errorMessage: I, isLoading: L } = l(), { isActive: R, query: z, command: B, suggestionCallbacks: V } = ee(M), { closeAllPopovers: H } = t(), U = F.formatMessage(k ? u.placeholderReply : u.placeholderAddComment), W = c.variant === g.EDIT_MESSAGE, G = ce({
|
|
31
31
|
extensions: [
|
|
32
|
-
|
|
32
|
+
le,
|
|
33
33
|
s,
|
|
34
|
-
|
|
34
|
+
T.configure({
|
|
35
35
|
placeholder: U,
|
|
36
36
|
showOnlyWhenEditable: !1
|
|
37
37
|
}),
|
|
38
|
-
|
|
38
|
+
w,
|
|
39
39
|
n.configure({ suggestion: r(i, "@", V) })
|
|
40
40
|
],
|
|
41
41
|
autofocus: !0,
|
|
42
|
-
content:
|
|
42
|
+
content: D,
|
|
43
43
|
editorProps: {
|
|
44
44
|
attributes: { class: d.editor },
|
|
45
45
|
handleTextInput: o,
|
|
@@ -51,14 +51,14 @@ var D = (c) => {
|
|
|
51
51
|
onUpdate: () => {
|
|
52
52
|
H?.();
|
|
53
53
|
}
|
|
54
|
-
}), { onUserSelected:
|
|
54
|
+
}, [U]), { onUserSelected: ue } = re(b(() => B && G && !G.isDestroyed ? {
|
|
55
55
|
command: B,
|
|
56
56
|
editor: G
|
|
57
|
-
} : null, [B, G])), { exceedsSingleLine:
|
|
57
|
+
} : null, [B, G])), { exceedsSingleLine: de, hasScroll: K, isAtBottom: q } = ne(N, G), J = te(G, D, A), Y = W || !O || O && de, fe = !G || G?.isEmpty, X = E || L, Z = (J?.excess ?? 0) > 0, Q = fe || X || Z, $ = J && J.excess > 0 && Y;
|
|
58
58
|
y(() => {
|
|
59
59
|
G && G.setEditable(!X);
|
|
60
60
|
}, [G, X]), y(() => {
|
|
61
|
-
if (!Z || !N.current || !
|
|
61
|
+
if (!Z || !N.current || !D) return;
|
|
62
62
|
let e = 0, t = requestAnimationFrame(() => {
|
|
63
63
|
e = requestAnimationFrame(() => {
|
|
64
64
|
N.current?.scrollTo({ top: N.current.scrollHeight });
|
|
@@ -68,11 +68,11 @@ var D = (c) => {
|
|
|
68
68
|
cancelAnimationFrame(t), cancelAnimationFrame(e);
|
|
69
69
|
};
|
|
70
70
|
}, [Z]), y(() => {
|
|
71
|
-
!G ||
|
|
72
|
-
G.commands.setContent(
|
|
71
|
+
!G || D === void 0 || queueMicrotask(() => {
|
|
72
|
+
G.commands.setContent(D ?? "", !1), G.commands.focus("end");
|
|
73
73
|
});
|
|
74
|
-
}, [
|
|
75
|
-
let
|
|
74
|
+
}, [D]);
|
|
75
|
+
let pe = /* @__PURE__ */ S("div", { className: d.anchorElement });
|
|
76
76
|
return /* @__PURE__ */ S("div", {
|
|
77
77
|
"data-no-expand": !0,
|
|
78
78
|
className: d.messageEditorWrapper,
|
|
@@ -81,7 +81,7 @@ var D = (c) => {
|
|
|
81
81
|
[d.editorHasScroll]: K,
|
|
82
82
|
[d.editorEditMode]: W,
|
|
83
83
|
[d.editorError]: I || Z,
|
|
84
|
-
[d.editorFirstAnnotation]: !W &&
|
|
84
|
+
[d.editorFirstAnnotation]: !W && O,
|
|
85
85
|
[d.editorCharacterLimitExceeded]: Z
|
|
86
86
|
}),
|
|
87
87
|
children: [/* @__PURE__ */ C("div", {
|
|
@@ -96,9 +96,9 @@ var D = (c) => {
|
|
|
96
96
|
}), /* @__PURE__ */ S(oe, {
|
|
97
97
|
ref: M,
|
|
98
98
|
inputElementRef: P,
|
|
99
|
-
onSelectedUserChange:
|
|
99
|
+
onSelectedUserChange: ue,
|
|
100
100
|
open: R,
|
|
101
|
-
rootElement:
|
|
101
|
+
rootElement: pe,
|
|
102
102
|
value: z,
|
|
103
103
|
...j,
|
|
104
104
|
popoverContentContainerProps: {
|
|
@@ -158,5 +158,5 @@ var D = (c) => {
|
|
|
158
158
|
})]
|
|
159
159
|
})
|
|
160
160
|
});
|
|
161
|
-
},
|
|
162
|
-
export {
|
|
161
|
+
}, D = (e) => /* @__PURE__ */ S(c, { children: /* @__PURE__ */ S(E, { ...e }) });
|
|
162
|
+
export { D as MessageEditor, g as MessageEditorVariant };
|
|
@@ -16,9 +16,13 @@ var t = e({
|
|
|
16
16
|
id: "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel",
|
|
17
17
|
defaultMessage: "Message editor"
|
|
18
18
|
},
|
|
19
|
-
|
|
20
|
-
id: "groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
21
|
-
defaultMessage: "
|
|
19
|
+
placeholderAddComment: {
|
|
20
|
+
id: "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment",
|
|
21
|
+
defaultMessage: "Add a comment, @ to mention"
|
|
22
|
+
},
|
|
23
|
+
placeholderReply: {
|
|
24
|
+
id: "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply",
|
|
25
|
+
defaultMessage: "Reply, @ to mention"
|
|
22
26
|
},
|
|
23
27
|
post: {
|
|
24
28
|
id: "groupSharedFeatures.threadedAnnotations.messageEditor.post",
|
|
@@ -44,15 +44,18 @@ var m = ({ id: m, author: h, message: g, createdAt: _, updatedAt: v, permissions
|
|
|
44
44
|
onClick: () => F?.(m),
|
|
45
45
|
originalContentDeleted: I
|
|
46
46
|
})
|
|
47
|
-
}), K && k ? /* @__PURE__ */ f(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
}), K && k ? /* @__PURE__ */ f("div", {
|
|
48
|
+
className: o.inlineEditSlot,
|
|
49
|
+
children: /* @__PURE__ */ f(t, {
|
|
50
|
+
initialContent: g,
|
|
51
|
+
maxCharacterCount: w,
|
|
52
|
+
onEditCancel: () => V({ type: "CLEAR_EDIT" }),
|
|
53
|
+
onEditSuccess: () => V({ type: "CLEAR_EDIT" }),
|
|
54
|
+
onSave: (e) => k(m, e),
|
|
55
|
+
onSaveError: A,
|
|
56
|
+
userSelectorProps: N,
|
|
57
|
+
variant: e.EDIT_MESSAGE
|
|
58
|
+
})
|
|
56
59
|
}) : /* @__PURE__ */ p(d, { children: [/* @__PURE__ */ f("div", {
|
|
57
60
|
className: o.rendererWrapper,
|
|
58
61
|
children: /* @__PURE__ */ f(c, { messageObject: g })
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "আপনার মন্তব্য {excess,plural,one{#টি অক্ষরের} other{#টি অক্ষরের}} খুবই দীর্ঘ",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "বার্তা সম্পাদক",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "বার্তা ইনপুট প্লেসহোল্ডার",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "একটি মন্তব্য লিখুন বা",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "একটি উত্তর লিখুন বা",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "উল্লেখ করতে",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "মন্তব্য করতে বা কাউকে উল্লেখ করতে @ ব্যবহার করুন",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "পোস্ট করুন",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "পোস্ট বোতাম",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "লোড হচ্ছে…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "বার্তার টেক্সট",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "অমীমাংসিত",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "ব্যবহারকারীর অবতার",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ব্যবহারকারীর প্রোফাইল বোতাম দেখুন"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ব্যবহারকারীর প্রোফাইল বোতাম দেখুন",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "মন্তব্য করতে বা কাউকে উল্লেখ করতে @ ব্যবহার করুন"
|
|
47
49
|
}
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Din kommentar er {excess,plural,one{# tegn} other{# tegn}} for lang",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Rediger meddelelse",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Pladsholder til meddelelsesinput",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Skriv en kommentar eller",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Skriv et svar eller",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "for at nævne",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Skriv en kommentar eller brug @ til at omtale",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Slå op",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "'Slå op'-knap",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Indlæser …",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meddelelsestekst",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Fortryd løsning",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Brugeravatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "'Vis brugerprofil'-knap"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "'Vis brugerprofil'-knap",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Skriv en kommentar eller brug @ til at omtale"
|
|
47
49
|
}
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Ihr Kommentar ist {excess,plural,one{#Zeichen} other{#Zeichen}} zu lang",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Nachrichteneditor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Platzhalter für die Nachrichteneingabe",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Schreiben Sie einen Kommentar oder",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Verfassen Sie eine Antwort oder",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "benachrichtigen",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Kommentar hinterlassen oder @ zum Erwähnen",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Posten",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Schaltfläche „Veröffentlichen“",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Laden …",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Nachrichtentext",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Lösung aufheben",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Benutzer-Avatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Schaltfläche „Benutzerprofil anzeigen“"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Schaltfläche „Benutzerprofil anzeigen“",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Kommentar hinterlassen oder @ zum Erwähnen"
|
|
47
49
|
}
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Your comment is {excess,plural,one{# character} other{# characters}} too long",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Message editor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Message input placeholder",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Write a comment or",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Write a reply or",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "to mention",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Post button",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Loading…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention"
|
|
47
49
|
}
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Your comment is {excess, plural, one {# character} other {# characters}} too long",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Message editor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Message input placeholder",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Write a comment or",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Write a reply or",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "to mention",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Post button",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Loading...",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention"
|
|
47
49
|
}
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Your comment is {excess,plural,one{# character} other{# characters}} too long",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Message editor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Message input placeholder",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Write a comment or",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Write a reply or",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "to mention",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Post button",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Loading…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention"
|
|
47
49
|
}
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Your comment is {excess, plural, one {# character} other {# characters}} too long",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Message editor",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Message input placeholder",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Write a comment or",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Write a reply or",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "to mention",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Leave a comment or @ to mention",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Post button",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Loading...",
|
|
@@ -38,16 +38,18 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = {count}/{
|
|
|
38
38
|
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = Your comment is {excess, plural, one {# character} other {# characters}} too long
|
|
39
39
|
# Aria label for the rich text editor content area
|
|
40
40
|
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Message editor
|
|
41
|
+
# Placeholder when composing the first comment in a thread
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Add a comment, @ to mention
|
|
41
43
|
# Aria label for message editor placeholder
|
|
42
44
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Message input placeholder
|
|
43
45
|
# First part of placeholder text before @ symbol
|
|
44
46
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Write a comment or
|
|
45
47
|
# First part of placeholder text before @ symbol for reply
|
|
46
48
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Write a reply or
|
|
49
|
+
# Placeholder when composing a reply in an existing thread
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Reply, @ to mention
|
|
47
51
|
# Last part of placeholder text after @ symbol
|
|
48
52
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = to mention
|
|
49
|
-
# Placeholder text for uplifted message editor
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = Leave a comment or @ to mention
|
|
51
53
|
# Post button text for message editor
|
|
52
54
|
groupSharedFeatures.threadedAnnotations.messageEditor.post = Post
|
|
53
55
|
# Aria label for the post button in message editor
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,47 +1,49 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬
|
|
7
|
-
"groupSharedFeatures.threadedAnnotations.delete": "⟦萬
|
|
8
|
-
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬
|
|
9
|
-
"groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
11
|
-
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
13
|
-
"groupSharedFeatures.threadedAnnotations.edit": "⟦萬
|
|
14
|
-
"groupSharedFeatures.threadedAnnotations.edited": "⟦萬萬 (
|
|
15
|
-
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬
|
|
16
|
-
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬
|
|
17
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬
|
|
18
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬
|
|
2
|
+
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Τнŗêäďėď áйпóŧäţįòη 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Áŋňőŧατĭõň mèѕşǻġе 國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Pàġĕ {number} 國國⟧",
|
|
5
|
+
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Çãήçέļ ďеļĕŧē вüţτøń 國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬 ĆôΡУ ĺĩήĸ 國國⟧",
|
|
7
|
+
"groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ďеľėţé 國⟧",
|
|
8
|
+
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ðèĺёŧě ьùţţôή 國國國⟧",
|
|
9
|
+
"groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Ċăиçëļ 國⟧",
|
|
10
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ðø ўοµ ẃǻʼnτ ţō ďéľèťё τнìŝ ¢оmmëŋτ? 國國國國國國國國國國⟧",
|
|
11
|
+
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ďęĺĕťē ćôиƒìяmàτĩóп 國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďèľěτĕ ţħïś {type, select, annotation {àилοŧăťĩòŋ} other {¢оmmęиτ}}{hasReplies, select, true { áиď ѓęΡļìëŝ} other {}}? Ťħϊѕ áċŧισń сáń'ŧ вę ûŋďοήέ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
13
|
+
"groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Éďįŧ 國⟧",
|
|
14
|
+
"groupSharedFeatures.threadedAnnotations.edited": "⟦萬萬 (Ěďіţëď) 國國⟧",
|
|
15
|
+
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ήîďē ґёΡľìĕѕ 國國國⟧",
|
|
16
|
+
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 mǻŗκєď åś яēśŏĺνēď 國國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Čâήçєļ 國⟧",
|
|
18
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ċαʼnčèĺ вŭťťõŋ 國國國⟧",
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
|
|
20
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
23
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
24
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
25
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
27
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
28
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
29
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
30
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
31
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
32
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
33
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
34
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
35
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
36
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
37
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
38
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
40
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
41
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
42
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
43
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
20
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύòùя ¢ömmèήţ ĩş {excess, plural, one {# ćĥâŕαсťêŕ} other {# ĉĥāгăćţêŕѕ}} ŧõσ ľőņġ 國國國國國國國國國國國國國國國國國國⟧",
|
|
21
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Μέѕśāğε еďίţοя 國國國國⟧",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
23
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мєŝşâğе ϊпΡūţ Ρļåçėĥöĺďεŗ 國國國國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ẁŕίŧĕ ä čómmĕйτ öŕ 國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ẁяįτę å řĕΡĺÿ ôř 國國國國⟧",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
27
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 τò mеиŧīοл 國國⟧",
|
|
28
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Põѕť 國⟧",
|
|
29
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pòşť вùτţόŋ 國國國⟧",
|
|
30
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ļøāďĩπĝ... 國國⟧",
|
|
31
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Ѕáνė 國⟧",
|
|
32
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ѕάνїиğ... 國國⟧",
|
|
33
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μєŝşąġë ĕďίŧσř ŝ¢ŕōļļ ĉøлŧαìпέѓ 國國國國國國國國國⟧",
|
|
34
|
+
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μōґē øΡţίöиş ьůŧţøл 國國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Őřїĝіńάľ čоńτĕπť ẁåş ďĕļеťěď 國國國國國國國國⟧",
|
|
36
|
+
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ЃεΡļў 國⟧",
|
|
37
|
+
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ҐèΡĺý ьµτŧōή 國國國⟧",
|
|
38
|
+
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Řєŝòļνè 國國⟧",
|
|
39
|
+
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Γέŝóľūţϊσň ѕťâťŭŝ méŝŝάĝέ 國國國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mоґё ѓēΡļŷ} other {# möяё ѓėΡļìéş}} 國國國國國國國國國國國⟧",
|
|
41
|
+
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Śĥøώ # гёΡĺỳ} other {Śĥöώ # mŏѓе ґεΡľïеѕ}} 國國國國國國國國國國國國國⟧",
|
|
42
|
+
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ŖěΡĺý ьûŧťŏл 國國國⟧",
|
|
43
|
+
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Űşėг mєŋτιοņ 國國國⟧",
|
|
44
|
+
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Μеśѕàġê τέ×τ 國國國⟧",
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Űŋяėśσľνę 國國⟧",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Űŝèя ǻνăťáѓ 國國國⟧",
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vίęẃ űşēŗ Ρřσƒįļє ьμŧτøʼn 國國國國國國國⟧",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ľëâνє ą ċømmёŋť óґ @ τô mеηťįои 國國國國國國國國國⟧"
|
|
47
49
|
}
|