@box/threaded-annotations 1.91.6 → 1.91.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) 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 +46 -44
  16. package/dist/i18n/en-x-pseudo.properties +44 -44
  17. package/dist/i18n/es-419.js +4 -2
  18. package/dist/i18n/es-ES.js +4 -2
  19. package/dist/i18n/fi-FI.js +4 -2
  20. package/dist/i18n/fr-CA.js +4 -2
  21. package/dist/i18n/fr-FR.js +4 -2
  22. package/dist/i18n/hi-IN.js +4 -2
  23. package/dist/i18n/it-IT.js +4 -2
  24. package/dist/i18n/ja-JP.js +4 -2
  25. package/dist/i18n/json/src/lib/components/v2/message-editor/messages.json +1 -1
  26. package/dist/i18n/ko-KR.js +4 -2
  27. package/dist/i18n/nb-NO.js +4 -2
  28. package/dist/i18n/nl-NL.js +4 -2
  29. package/dist/i18n/pl-PL.js +4 -2
  30. package/dist/i18n/pt-BR.js +4 -2
  31. package/dist/i18n/ru-RU.js +4 -2
  32. package/dist/i18n/sv-SE.js +4 -2
  33. package/dist/i18n/tr-TR.js +4 -2
  34. package/dist/i18n/zh-CN.js +4 -2
  35. package/dist/i18n/zh-TW.js +4 -2
  36. package/dist/styles/message-footer.css +1 -1
  37. package/dist/types/lib/components/v2/message-editor/message-editor.types.d.ts +5 -0
  38. package/dist/types/lib/components/v2/message-editor/messages.d.ts +6 -1
  39. package/dist/types/lib/components/v2/message-editor/stories/utils/test-utils.d.ts +2 -0
  40. package/package.json +6 -6
@@ -4,15 +4,16 @@ import { useIntl as a } from "react-intl";
4
4
  import { getReadableTime as o } from "@box/readable-time";
5
5
  import { jsx as s, jsxs as c } from "react/jsx-runtime";
6
6
  import '../styles/message-footer.css';var l = {
7
- textMessage: "_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
@@ -1,47 +1,49 @@
1
1
  export default {
2
- "boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Ŧняеáďёď áńлõτáτίőʼn 國國國國國⟧",
3
- "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Âŋпôťāťĭőη mĕşѕάġе 國國國國國⟧",
4
- "groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Păğĕ {number} 國國⟧",
5
- "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Çάŋċĕĺ ďёĺęτё вűţτσй 國國國國國⟧",
6
- "groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬 ĆσΡý ľĩńκ 國國⟧",
7
- "groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ðєĺĕţĕ 國⟧",
8
- "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ðεĺёťё ьųŧţöй 國國國⟧",
9
- "groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Čǻл¢еļ 國⟧",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ďő ŷőú шãлţ τö ďёĺετę ťĥїŝ сōmmĕήť? 國國國國國國國國國國⟧",
11
- "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ðєļέţë čόηƒíяmαťìøπ 國國國國國⟧",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðёļěţę ŧħîş {type, select, annotation {ǻňήòťãţïŏň} other {ćõmmєйτ}}{hasReplies, select, true { ąʼnď řęΡĺїëѕ} other {}}? Ťħīѕ ãçτîõй çąň'τ вє ŭŋďōйέ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
13
- "groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Ėďíŧ 國⟧",
14
- "groupSharedFeatures.threadedAnnotations.edited": "⟦萬萬 (Ėďіţêď) 國國⟧",
15
- "groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ĥίďĕ гêΡĺíéş 國國國⟧",
16
- "groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 mäřĸêď āś яεѕőľνèď 國國國國國⟧",
17
- "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Çàʼnçėľ 國⟧",
18
- "groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ċäиçέľ вųţŧóň 國國國⟧",
2
+ "boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Τнŗêäďėď áйпóŧäţįòη 國國國國國⟧",
3
+ "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Áŋňőŧατĭõň mèѕşǻġе 國國國國國⟧",
4
+ "groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Pàġĕ {number} 國國⟧",
5
+ "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Çãήçέļ ďеļĕŧē вüţτøń 國國國國國⟧",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬 ĆôΡУ ĺĩήĸ 國國⟧",
7
+ "groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ďеľėţé 國⟧",
8
+ "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ðèĺёŧě ьùţţôή 國國國⟧",
9
+ "groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Ċăиçëļ 國⟧",
10
+ "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ðø ўοµ ẃǻʼnτ ţō ďéľèťё τнìŝ ¢оmmëŋτ? 國國國國國國國國國國⟧",
11
+ "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ďęĺĕťē ćôиƒìяmàτĩóп 國國國國國⟧",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďèľěτĕ ţħïś {type, select, annotation {àилοŧăťĩòŋ} other {¢оmmęиτ}}{hasReplies, select, true { áиď ѓęΡļìëŝ} other {}}? Ťħϊѕ áċŧισń сáń'ŧ вę ûŋďοήέ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
13
+ "groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Éďįŧ 國⟧",
14
+ "groupSharedFeatures.threadedAnnotations.edited": "⟦萬萬 (Ěďіţëď) 國國⟧",
15
+ "groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ήîďē ґёΡľìĕѕ 國國國⟧",
16
+ "groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 mǻŗκєď åś яēśŏĺνēď 國國國國國⟧",
17
+ "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Čâήçєļ 國⟧",
18
+ "groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ċαʼnčèĺ вŭťťõŋ 國國國⟧",
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
20
- "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýôûř сőmměήŧ îѕ {excess, plural, one {# снãгåçτèґ} other {# ċħářǻсτēґś}} τοő ļóʼnĝ 國國國國國國國國國國國國國國國國國國⟧",
21
- "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Μęŝѕάĝε êďįţŏѓ 國國國國⟧",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мёśşåġέ ϊŋΡцť Ρľǻçëĥόľďèŕ 國國國國國國國⟧",
23
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Щгιŧê ä сömmєйτ öѓ 國國國國國⟧",
24
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ŵґίţέ á гёΡľў οґ 國國國國⟧",
25
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 τŏ méиτįõň 國國⟧",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ĺěάνê ā çοmmēπť öя @ ťő mєŋτíōή 國國國國國國國國國⟧",
27
- "groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Pσŝŧ 國⟧",
28
- "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pőŝτ ьцţτόή 國國國⟧",
29
- "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ľόàďĩиĝ... 國國⟧",
30
- "groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Ŝåνę 國⟧",
31
- "groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ŝǻνїʼnğ... 國國⟧",
32
- "groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μèŝśäġέ éďιτŏг şćřőľľ ċøňţαїήεř 國國國國國國國國國⟧",
33
- "groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μόŕє óΡŧïόйŝ ьūτţöп 國國國國國⟧",
34
- "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Óŗîġιηąļ сôйťεητ ẁǻś ďεļеŧéď 國國國國國國國國⟧",
35
- "groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ЃèΡľỳ 國⟧",
36
- "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ΓеΡĺУ ьŭťţσή 國國國⟧",
37
- "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Ŕєѕöľνє 國國⟧",
38
- "groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Řèşöľúţïöп şťäτųś męѕŝάĝĕ 國國國國國國國⟧",
39
- "groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mòŗē ґëΡľý} other {# möгė ѓęΡľіėŝ}} 國國國國國國國國國國國⟧",
40
- "groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ѕнøẁ # ґеΡľў} other {Ŝнŏẃ # mòгέ ŕēΡļīĕś}} 國國國國國國國國國國國國國⟧",
41
- "groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ŘèΡļγ ьμŧţőʼn 國國國⟧",
42
- "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Ũśεř méήţϊоʼn 國國國⟧",
43
- "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Мëѕŝāġē ťĕ×ţ 國國國⟧",
44
- "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Ũńґеѕŏĺνė 國國⟧",
45
- "groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Üŝėѓ ǻνăŧāŗ 國國國⟧",
46
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vĩєŵ ůѕěŗ Ρřоƒίľě ьùττоņ 國國國國國國國⟧"
20
+ "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύòùя ¢ömmèήţ ĩş {excess, plural, one {# ćĥâŕαсťêŕ} other {# ĉĥāгăćţêŕѕ}} ŧõσ ľőņġ 國國國國國國國國國國國國國國國國國國⟧",
21
+ "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Μέѕśāğε еďίţοя 國國國國⟧",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Add a comment, @ to mention",
23
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мєŝşâğе ϊпΡūţ Ρļåçėĥöĺďεŗ 國國國國國國國⟧",
24
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ẁŕίŧĕ ä čómmĕйτ öŕ 國國國國國⟧",
25
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ẁяįτę å řĕΡĺÿ ôř 國國國國⟧",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Reply, @ to mention",
27
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 τò mеиŧīοл 國國⟧",
28
+ "groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Põѕť 國⟧",
29
+ "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pòşť вùτţόŋ 國國國⟧",
30
+ "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ļøāďĩπĝ... 國國⟧",
31
+ "groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Ѕáνė 國⟧",
32
+ "groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ѕάνїиğ... 國國⟧",
33
+ "groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μєŝşąġë ĕďίŧσř ŝ¢ŕōļļ ĉøлŧαìпέѓ 國國國國國國國國國⟧",
34
+ "groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μōґē øΡţίöиş ьůŧţøл 國國國國國⟧",
35
+ "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Őřїĝіńάľ čоńτĕπť ẁåş ďĕļеťěď 國國國國國國國國⟧",
36
+ "groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ЃεΡļў 國⟧",
37
+ "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ҐèΡĺý ьµτŧōή 國國國⟧",
38
+ "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Řєŝòļνè 國國⟧",
39
+ "groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Γέŝóľūţϊσň ѕťâťŭŝ méŝŝάĝέ 國國國國國國國⟧",
40
+ "groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mоґё ѓēΡļŷ} other {# möяё ѓėΡļìéş}} 國國國國國國國國國國國⟧",
41
+ "groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Śĥøώ # гёΡĺỳ} other {Śĥöώ # mŏѓе ґεΡľïеѕ}} 國國國國國國國國國國國國國⟧",
42
+ "groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ŖěΡĺý ьûŧťŏл 國國國⟧",
43
+ "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Űşėг mєŋτιοņ 國國國⟧",
44
+ "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Μеśѕàġê τέ×τ 國國國⟧",
45
+ "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Űŋяėśσľνę 國國⟧",
46
+ "groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Űŝèя ǻνăťáѓ 國國國⟧",
47
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vίęẃ űşēŗ Ρřσƒįļє ьμŧτøʼn 國國國國國國國⟧",
48
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ľëâνє ą ċømmёŋť óґ @ τô mеηťįои 國國國國國國國國國⟧"
47
49
  }