@box/threaded-annotations 1.91.7 → 1.91.9
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 +4 -2
- 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 +11 -11
- package/dist/chunks/mock-collaboration-props.js +0 -19379
- package/dist/esm/lib/v2/test-utils/mocks/index.js +0 -7
- package/dist/esm/lib/v2/test-utils/mocks/mock-callbacks.js +0 -15
- package/dist/esm/lib/v2/test-utils/mocks/mock-collaboration-props.js +0 -2
- package/dist/esm/lib/v2/test-utils/mocks/mock-messages-long-strings.js +0 -27
- package/dist/esm/lib/v2/test-utils/mocks/mock-messages.js +0 -198
- package/dist/esm/lib/v2/test-utils/mocks/mock-users.js +0 -86
- package/dist/esm/lib/v2/test-utils/mocks/mock-utilities.js +0 -9
|
@@ -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
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύòùя ¢ömmèήţ ĩş {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": "⟦萬萬萬萬萬 Ẁŕίŧĕ ä čómmĕйτ öŕ 國國國國國⟧",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ẁяįτę å řĕΡĺÿ ôř 國國國國⟧",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 τò mеиŧīοл 國國⟧",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ľëâνє ą ċømmёŋť óґ @ τô mеηťįои 國國國國國國國國國⟧",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Põѕť 國⟧",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pòşť вùτţόŋ 國國國⟧",
|
|
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": "⟦萬萬萬萬萬萬萬 Vίęẃ űşēŗ Ρřσƒįļє ьμŧτøʼn 國國國國國國國⟧"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vίęẃ űşēŗ Ρřσƒįļє ьμŧτøʼn 國國國國國國國⟧",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ľëâνє ą ċømmёŋť óґ @ τô mеηťįои 國國國國國國國國國⟧"
|
|
47
49
|
}
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Su comentario es {excess,plural,one{# carácter} many{# caracteres} other{# caracteres}} más largo",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor de mensajes",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Marcador de entrada de mensaje",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Escriba un comentario o",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Escriba una respuesta o",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "para mencionar",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deje un comentario o @ para mencionar",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publicar",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Botón Publicar",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Cargando…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto del mensaje",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anular la solución",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar del usuario",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deje un comentario o @ para mencionar"
|
|
47
49
|
}
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Su comentario es {excess,plural,one{# carácter} many{# caracteres} other{# caracteres}} más largo",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor de mensajes",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Marcador de entrada de mensaje",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Escriba un comentario o",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Escriba una respuesta o",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "para mencionar",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deje un comentario o @ para mencionar",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publicar",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Botón Publicar",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Cargando…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto del mensaje",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anular la solución",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar del usuario",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deje un comentario o @ para mencionar"
|
|
47
49
|
}
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Kommenttisi on {excess,plural,one{# merkki} other{# merkki}} liian pitkä",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Viestin muokkaaja",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Viestikentän paikkamerkki",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Kirjoita kommentti tai",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Kirjoita vastaus tai",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "mainitaksesi",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Jätä kommentti tai @ mainitaksesi",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Julkaise",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Julkaise-painike",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Ladataan…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Viestin teksti",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Poista ratkaisu",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Käyttäjän avatar",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Jätä kommentti tai @ mainitaksesi"
|
|
47
49
|
}
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Éditeur de message",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Zone de saisie de l'espace réservé",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Écrivez un commentaire ou",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Écrivez une réponse ou",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "pour mentionner",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publication",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Bouton Publier",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Chargement en cours…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annuler la résolution",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner"
|
|
47
49
|
}
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Votre commentaire dépasse la limite de {excess,plural,one{# caractère} many{# caractères} other{# caractères}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Éditeur de message",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Zone de saisie de l'espace réservé",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Écrivez un commentaire ou",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Écrivez une réponse ou",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "pour mentionner",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publication",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Bouton Publier",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Chargement en cours…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annuler la résolution",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laissez un commentaire ou @ pour mentionner"
|
|
47
49
|
}
|
package/dist/i18n/hi-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/it-IT.js
CHANGED
|
@@ -19,11 +19,12 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Il tuo commento eccede il limite di lunghezza di {excess,plural,one{# carattere} many{# caratteri} other{# caratteri}}",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor del messaggio",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
|
|
22
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Segnaposto per il messaggio",
|
|
23
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Scrivi un commento o",
|
|
24
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Scrivi una risposta o",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
|
|
25
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "per menzionare",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lascia un commento o usa @ per taggare qualcuno",
|
|
27
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Pubblica",
|
|
28
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Pulsante Pubblica",
|
|
29
30
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Caricamento in corso…",
|
|
@@ -43,5 +44,6 @@ export default {
|
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Testo del messaggio",
|
|
44
45
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annulla risoluzione",
|
|
45
46
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar utente",
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente"
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente",
|
|
48
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lascia un commento o usa @ per taggare qualcuno"
|
|
47
49
|
}
|
package/dist/i18n/ja-JP.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
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.cancel","description":"Cancel button text for message editor","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount","description":"Character count display showing current count and maximum allowed","defaultMessage":"{count}/{maxCount}"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded","description":"Screen reader alert and tooltip text shown when character limit is exceeded","defaultMessage":"Your comment is {excess, plural, one {# character} other {# characters}} too long"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel","description":"Aria label for the rich text editor content area","defaultMessage":"Message editor"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
1
|
+
[{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.cancel","description":"Cancel button text for message editor","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount","description":"Character count display showing current count and maximum allowed","defaultMessage":"{count}/{maxCount}"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded","description":"Screen reader alert and tooltip text shown when character limit is exceeded","defaultMessage":"Your comment is {excess, plural, one {# character} other {# characters}} too long"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel","description":"Aria label for the rich text editor content area","defaultMessage":"Message editor"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment","description":"Placeholder when composing the first comment in a thread","defaultMessage":"Add a comment, @ to mention"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply","description":"Placeholder when composing a reply in an existing thread","defaultMessage":"Reply, @ to mention"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.post","description":"Post button text for message editor","defaultMessage":"Post"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading","description":"Aria label for post button loading state","defaultMessage":"Loading..."},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.save","description":"Save button text for message editor","defaultMessage":"Save"},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading","description":"Aria label for save button loading state","defaultMessage":"Saving..."},{"id":"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel","description":"Aria label for the scrollable message editor content container","defaultMessage":"Message editor scroll container"}]
|