@box/threaded-annotations 1.91.7 → 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.
Files changed (39) hide show
  1. package/dist/chunks/message-footer.js +10 -9
  2. package/dist/chunks/threaded-annotations2.js +1 -0
  3. package/dist/esm/lib/components/v2/message-editor/message-editor.js +21 -21
  4. package/dist/esm/lib/components/v2/message-editor/messages.js +7 -3
  5. package/dist/esm/lib/components/v2/message-header/message-header.js +2 -1
  6. package/dist/esm/lib/components/v2/text-message/text-message.js +12 -9
  7. package/dist/i18n/bn-IN.js +4 -2
  8. package/dist/i18n/da-DK.js +4 -2
  9. package/dist/i18n/de-DE.js +4 -2
  10. package/dist/i18n/en-AU.js +4 -2
  11. package/dist/i18n/en-CA.js +4 -2
  12. package/dist/i18n/en-GB.js +4 -2
  13. package/dist/i18n/en-US.js +2 -1
  14. package/dist/i18n/en-US.properties +4 -2
  15. package/dist/i18n/en-x-pseudo.js +4 -2
  16. package/dist/i18n/es-419.js +4 -2
  17. package/dist/i18n/es-ES.js +4 -2
  18. package/dist/i18n/fi-FI.js +4 -2
  19. package/dist/i18n/fr-CA.js +4 -2
  20. package/dist/i18n/fr-FR.js +4 -2
  21. package/dist/i18n/hi-IN.js +4 -2
  22. package/dist/i18n/it-IT.js +4 -2
  23. package/dist/i18n/ja-JP.js +4 -2
  24. package/dist/i18n/json/src/lib/components/v2/message-editor/messages.json +1 -1
  25. package/dist/i18n/ko-KR.js +4 -2
  26. package/dist/i18n/nb-NO.js +4 -2
  27. package/dist/i18n/nl-NL.js +4 -2
  28. package/dist/i18n/pl-PL.js +4 -2
  29. package/dist/i18n/pt-BR.js +4 -2
  30. package/dist/i18n/ru-RU.js +4 -2
  31. package/dist/i18n/sv-SE.js +4 -2
  32. package/dist/i18n/tr-TR.js +4 -2
  33. package/dist/i18n/zh-CN.js +4 -2
  34. package/dist/i18n/zh-TW.js +4 -2
  35. package/dist/styles/message-footer.css +1 -1
  36. package/dist/types/lib/components/v2/message-editor/message-editor.types.d.ts +5 -0
  37. package/dist/types/lib/components/v2/message-editor/messages.d.ts +6 -1
  38. package/dist/types/lib/components/v2/message-editor/stories/utils/test-utils.d.ts +2 -0
  39. package/package.json +1 -1
@@ -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: "_textMessage_4bt0e_4",
8
- contentWrapper: "_contentWrapper_4bt0e_13",
9
- threadedIndicator: "_threadedIndicator_4bt0e_18",
10
- threadedIndicatorHidden: "_threadedIndicatorHidden_4bt0e_34",
11
- messageContent: "_messageContent_4bt0e_37",
12
- annotationBadgeWrapper: "_annotationBadgeWrapper_4bt0e_44",
13
- messageFooter: "_messageFooter_4bt0e_53",
14
- readableTimeWrapper: "_readableTimeWrapper_4bt0e_60",
15
- replyButton: "_replyButton_4bt0e_64"
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", {
@@ -68,6 +68,7 @@ import '../styles/threaded-annotations2.css';var m = {
68
68
  onPost: D,
69
69
  onPostError: O,
70
70
  onPostSuccess: G,
71
+ isReply: !0,
71
72
  userSelectorProps: k
72
73
  })]
73
74
  });
@@ -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 w from "@tiptap/extension-document";
27
- import T from "@tiptap/extension-text";
28
- import E from "@tiptap/extension-placeholder";
29
- var D = (c) => {
30
- let { disableComponent: D = !1, initialContent: O, isFirstAnnotation: 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(u.placeholder), W = c.variant === g.EDIT_MESSAGE, G = ce({
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
- w,
32
+ le,
33
33
  s,
34
- E.configure({
34
+ T.configure({
35
35
  placeholder: U,
36
36
  showOnlyWhenEditable: !1
37
37
  }),
38
- T,
38
+ w,
39
39
  n.configure({ suggestion: r(i, "@", V) })
40
40
  ],
41
41
  autofocus: !0,
42
- content: O,
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: le } = re(b(() => B && G && !G.isDestroyed ? {
54
+ }, [U]), { onUserSelected: ue } = re(b(() => B && G && !G.isDestroyed ? {
55
55
  command: B,
56
56
  editor: G
57
- } : null, [B, G])), { exceedsSingleLine: ue, hasScroll: K, isAtBottom: q } = ne(N, G), J = te(G, O, A), Y = W || !k || k && ue, de = !G || G?.isEmpty, X = D || L, Z = (J?.excess ?? 0) > 0, Q = de || X || Z, $ = J && J.excess > 0 && Y;
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 || !O) return;
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 || O === void 0 || queueMicrotask(() => {
72
- G.commands.setContent(O ?? "", !1), G.commands.focus("end");
71
+ !G || D === void 0 || queueMicrotask(() => {
72
+ G.commands.setContent(D ?? "", !1), G.commands.focus("end");
73
73
  });
74
- }, [O]);
75
- let fe = /* @__PURE__ */ S("div", { className: d.anchorElement });
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 && k,
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: le,
99
+ onSelectedUserChange: ue,
100
100
  open: R,
101
- rootElement: fe,
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
- }, O = (e) => /* @__PURE__ */ S(c, { children: /* @__PURE__ */ S(D, { ...e }) });
162
- export { O as MessageEditor, g as MessageEditorVariant };
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
- placeholder: {
20
- id: "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted",
21
- defaultMessage: "Leave a comment or @ to mention"
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",
@@ -52,7 +52,8 @@ var h = ({ author: h, canResolve: g = !1, isResolved: _ = !1, canEdit: v = !0, c
52
52
  disabled: N,
53
53
  icon: m,
54
54
  onClick: () => O?.(),
55
- size: "small"
55
+ size: "small",
56
+ variant: "icon-logo"
56
57
  })
57
58
  }),
58
59
  /* @__PURE__ */ d(a, {
@@ -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(t, {
48
- initialContent: g,
49
- maxCharacterCount: w,
50
- onEditCancel: () => V({ type: "CLEAR_EDIT" }),
51
- onEditSuccess: () => V({ type: "CLEAR_EDIT" }),
52
- onSave: (e) => k(m, e),
53
- onSaveError: A,
54
- userSelectorProps: N,
55
- variant: e.EDIT_MESSAGE
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 })
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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.placeholderUplifted","description":"Placeholder text for uplifted message editor","defaultMessage":"Leave a comment or @ 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"}]
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"}]
@@ -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
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Kommentaren din er {excess,plural,one{# tegn} other{# tegn}} for lang",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Meldingsredigerer",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Plassholder for meldingstekst",
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 å nevne",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Legg igjen en kommentar eller @ for å nevne",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiser",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Publiser-knapp",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Laster …",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meldingstekst",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Angre løsning",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Brukeravatar",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Vis brukerprofil-knapp",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Legg igjen en kommentar eller @ for å nevne"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Uw opmerking heeft {excess,plural,one{# teken} other{# tekens}} te veel",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Berichenteditor",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tijdelijke aanduiding voor berichtinvoer",
23
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Schrijf een opmerking of",
24
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Schrijf een antwoord of",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
25
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "om te noemen",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laat een opmerking of @ achter om iemand te noemen",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiceren",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Knop Plaatsen",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Laden…",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Berichttekst",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Oplossing ongedaan maken",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar van de gebruiker",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knop Gebruikersprofiel bekijken",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Laat een opmerking of @ achter om iemand te noemen"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Twój komentarz jest za długi o {excess,plural,one{# znak} few{# znaki\t} many{# znaków} other{# znaku}}",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Edytor wiadomości",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tekst zastępczy wprowadzania wiadomości",
23
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Napisz komentarz lub",
24
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Napisz odpowiedź lub",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
25
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "wspomnij",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Pozostaw komentarz lub @, aby wspomnieć",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publikuj",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Przycisk publikowania",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Wczytywanie…",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Tekst wiadomości",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anuluj rozwiązanie",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Awatar użytkownika",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Przycisk wyświetlania profilu użytkownika",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Pozostaw komentarz lub @, aby wspomnieć"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Seu comentário é {excess,plural,one{# caractere} many{# caracteres} other{# caracteres}} longo demais",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Editor de mensagens",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Espaço reservado para entrada de mensagens",
23
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Escrever um comentário ou",
24
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Escrever uma resposta ou",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
25
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "para mencionar",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deixe um comentário ou @ para mencionar",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Postar",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Botão Publicar",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Carregando…",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto da mensagem",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Não resolver",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar do usuário",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botão Visualizar perfil do usuário",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Deixe um comentário ou @ para mencionar"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Ваш комментарий превышает допустимую длину на {excess,plural,one{# символ} few{# символа} many{# символов} 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
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Din kommentar är {excess,plural,one{# tecken} other{# tecken}} för lång",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Redaktör för meddelande",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Platshållare för inmatning av meddelande",
23
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Skriv en kommentar eller",
24
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Skriv ett svar eller",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
25
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "att nämna",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lämna en kommentar eller @ för att nämna",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Post",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Knappen Publicera",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Läser in …",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meddelandetext",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Olöst",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar för användare",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Lämna en kommentar eller @ för att nämna"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Yorumunuz fazladan {excess,plural,one{# karakter} other{# karakter}} içeriyor",
21
21
  "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Mesaj düzenleyici",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
22
23
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Mesaj girişi yer tutucu",
23
24
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Bir yorum yazın veya",
24
25
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Bir yanıt yazın veya",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
25
27
  "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "bahset",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Bahsetmek için bir yorum bırakın veya @ ekleyin",
27
28
  "groupSharedFeatures.threadedAnnotations.messageEditor.post": "Yayınla",
28
29
  "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Gönder düğmesi",
29
30
  "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "Yükleniyor…",
@@ -43,5 +44,6 @@ export default {
43
44
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Mesaj metni",
44
45
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Çözümü kaldırın",
45
46
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Kullanıcı avatarı",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi"
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "Bahsetmek için bir yorum bırakın veya @ ekleyin"
47
49
  }
@@ -19,11 +19,12 @@ export default {
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
20
20
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "您的评论过长,超出 {excess,plural,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
  }
@@ -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
- ._textMessage_4bt0e_4{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:visible}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13{gap:var(--space-2);margin-top:.125rem;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicator_4bt0e_18{width:var(--space-7);flex-shrink:0;position:relative}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicator_4bt0e_18:after{content:"";left:50%;top:var(--space-05);bottom:var(--space-05);width:var(--border-2);background-color:var(--border-divider-border);border-radius:var(--radius-1);position:absolute;transform:translate(-50%)}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicatorHidden_4bt0e_34:after{visibility:hidden}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageContent_4bt0e_37{overflow-wrap:break-word;flex-direction:column;flex:1;min-width:0;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageContent_4bt0e_37 ._annotationBadgeWrapper_4bt0e_44{min-width:0;max-width:100%;padding-bottom:var(--space-1);flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageFooter_4bt0e_53{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);flex-direction:row;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageFooter_4bt0e_53 ._readableTimeWrapper_4bt0e_60{cursor:auto}._replyButton_4bt0e_64{padding-top:var(--space-05);padding-bottom:var(--space-05);opacity:0;transition:opacity .1s}[data-message-wrapper]:hover ._replyButton_4bt0e_64,[data-message-wrapper]:focus-within ._replyButton_4bt0e_64{opacity:1}@media (pointer:coarse),(hover:none){._replyButton_4bt0e_64{opacity:1}}
1
+ ._textMessage_xa9xe_4{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:visible}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13{gap:var(--space-2);margin-top:.125rem;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicator_xa9xe_18{width:var(--space-7);flex-shrink:0;position:relative}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicator_xa9xe_18:after{content:"";left:50%;top:var(--space-05);bottom:var(--space-05);width:var(--border-2);background-color:var(--border-divider-border);border-radius:var(--radius-1);position:absolute;transform:translate(-50%)}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._threadedIndicatorHidden_xa9xe_34:after{visibility:hidden}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37{overflow-wrap:break-word;flex-direction:column;flex:1;min-width:0;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37 ._inlineEditSlot_xa9xe_44{margin-top:var(--space-2)}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageContent_xa9xe_37 ._annotationBadgeWrapper_xa9xe_47{min-width:0;max-width:100%;padding-bottom:var(--space-1);flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageFooter_xa9xe_56{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);flex-direction:row;display:flex}._textMessage_xa9xe_4 ._contentWrapper_xa9xe_13 ._messageFooter_xa9xe_56 ._readableTimeWrapper_xa9xe_63{cursor:auto}._replyButton_xa9xe_67{padding-top:var(--space-05);padding-bottom:var(--space-05);opacity:0;transition:opacity .1s}[data-message-wrapper]:hover ._replyButton_xa9xe_67,[data-message-wrapper]:focus-within ._replyButton_xa9xe_67{opacity:1}@media (pointer:coarse),(hover:none){._replyButton_xa9xe_67{opacity:1}}
@@ -10,6 +10,11 @@ interface BaseMessageEditorProps {
10
10
  disableComponent?: boolean;
11
11
  /** When true (create mode only), editor does not expand to full width. Defaults to false. */
12
12
  isFirstAnnotation?: boolean;
13
+ /**
14
+ * When true, shows reply placeholder copy; otherwise shows add-comment placeholder.
15
+ * Defaults to false.
16
+ */
17
+ isReply?: boolean;
13
18
  /** Optional initial editor content used to prefill the editor (both edit and post modes). */
14
19
  initialContent?: JSONContent | string | null;
15
20
  /** Maximum character count. Defaults to 5000. */
@@ -19,7 +19,12 @@ declare const messages: {
19
19
  description: string;
20
20
  id: string;
21
21
  };
22
- placeholder: {
22
+ placeholderAddComment: {
23
+ defaultMessage: string;
24
+ description: string;
25
+ id: string;
26
+ };
27
+ placeholderReply: {
23
28
  defaultMessage: string;
24
29
  description: string;
25
30
  id: string;
@@ -1,3 +1,5 @@
1
+ export declare const V2_PLACEHOLDER_ADD_COMMENT = "Add a comment, @ to mention";
2
+ export declare const V2_PLACEHOLDER_REPLY = "Reply, @ to mention";
1
3
  export declare const waitForPlaceholderToAppear: (canvasElement: HTMLElement) => Promise<void>;
2
4
  /**
3
5
  * Waits for the v2 message editor placeholder to disappear (e.g. after typing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/threaded-annotations",
3
- "version": "1.91.7",
3
+ "version": "1.91.8",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "dependencies": {
6
6
  "@tanstack/react-virtual": "^3.10.8",