@box/threaded-annotations 1.90.0 → 1.91.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/chunks/message-footer.js +37 -28
  2. package/dist/i18n/bn-IN.js +3 -3
  3. package/dist/i18n/bn-IN.properties +3 -3
  4. package/dist/i18n/da-DK.js +3 -3
  5. package/dist/i18n/da-DK.properties +3 -3
  6. package/dist/i18n/de-DE.js +5 -5
  7. package/dist/i18n/de-DE.properties +5 -5
  8. package/dist/i18n/en-AU.js +1 -1
  9. package/dist/i18n/en-AU.properties +1 -1
  10. package/dist/i18n/en-GB.js +1 -1
  11. package/dist/i18n/en-GB.properties +1 -1
  12. package/dist/i18n/en-x-pseudo.js +44 -44
  13. package/dist/i18n/en-x-pseudo.properties +44 -44
  14. package/dist/i18n/es-419.js +4 -4
  15. package/dist/i18n/es-419.properties +4 -4
  16. package/dist/i18n/es-ES.js +4 -4
  17. package/dist/i18n/es-ES.properties +4 -4
  18. package/dist/i18n/fi-FI.js +3 -3
  19. package/dist/i18n/fi-FI.properties +3 -3
  20. package/dist/i18n/fr-CA.js +5 -5
  21. package/dist/i18n/fr-CA.properties +5 -5
  22. package/dist/i18n/fr-FR.js +5 -5
  23. package/dist/i18n/fr-FR.properties +5 -5
  24. package/dist/i18n/hi-IN.js +4 -4
  25. package/dist/i18n/hi-IN.properties +4 -4
  26. package/dist/i18n/it-IT.js +3 -3
  27. package/dist/i18n/it-IT.properties +3 -3
  28. package/dist/i18n/ja-JP.js +1 -1
  29. package/dist/i18n/ja-JP.properties +1 -1
  30. package/dist/i18n/ko-KR.js +4 -4
  31. package/dist/i18n/ko-KR.properties +4 -4
  32. package/dist/i18n/nb-NO.js +5 -5
  33. package/dist/i18n/nb-NO.properties +5 -5
  34. package/dist/i18n/nl-NL.js +3 -3
  35. package/dist/i18n/nl-NL.properties +3 -3
  36. package/dist/i18n/pl-PL.js +5 -5
  37. package/dist/i18n/pl-PL.properties +5 -5
  38. package/dist/i18n/pt-BR.js +3 -3
  39. package/dist/i18n/pt-BR.properties +3 -3
  40. package/dist/i18n/ru-RU.js +5 -5
  41. package/dist/i18n/ru-RU.properties +5 -5
  42. package/dist/i18n/sv-SE.js +3 -3
  43. package/dist/i18n/sv-SE.properties +3 -3
  44. package/dist/i18n/tr-TR.js +5 -5
  45. package/dist/i18n/tr-TR.properties +5 -5
  46. package/dist/i18n/zh-CN.js +3 -3
  47. package/dist/i18n/zh-CN.properties +3 -3
  48. package/dist/i18n/zh-TW.js +4 -4
  49. package/dist/i18n/zh-TW.properties +4 -4
  50. package/dist/types/lib/components/v2/text-message/subcomponents/message-footer.d.ts +2 -2
  51. package/package.json +11 -11
@@ -1,9 +1,9 @@
1
1
  import e from "../esm/lib/components/v2/text-message/messages.js";
2
2
  import { Button as t, Focusable as n, Text as r, Tooltip as i } from "@box/blueprint-web";
3
3
  import { useIntl as a } from "react-intl";
4
- import { ReadableTime as o, getReadableTime as s } from "@box/readable-time";
5
- import { jsx as c, jsxs as l } from "react/jsx-runtime";
6
- import '../styles/message-footer.css';var u = {
4
+ import { getReadableTime as o } from "@box/readable-time";
5
+ import { jsx as s, jsxs as c } from "react/jsx-runtime";
6
+ import '../styles/message-footer.css';var l = {
7
7
  textMessage: "_textMessage_4bt0e_4",
8
8
  contentWrapper: "_contentWrapper_4bt0e_13",
9
9
  threadedIndicator: "_threadedIndicator_4bt0e_18",
@@ -13,50 +13,59 @@ import '../styles/message-footer.css';var u = {
13
13
  messageFooter: "_messageFooter_4bt0e_53",
14
14
  readableTimeWrapper: "_readableTimeWrapper_4bt0e_60",
15
15
  replyButton: "_replyButton_4bt0e_64"
16
- }, d = ({ createdAt: d, onReply: f, updatedAt: p }) => {
17
- let m = a();
18
- return /* @__PURE__ */ l("div", {
19
- className: u.messageFooter,
16
+ }, u = ({ createdAt: u, onReply: d, updatedAt: f }) => {
17
+ let p = a();
18
+ return /* @__PURE__ */ c("div", {
19
+ className: l.messageFooter,
20
20
  children: [
21
- /* @__PURE__ */ c("div", {
22
- className: u.readableTimeWrapper,
23
- "data-no-expand": !0,
24
- children: /* @__PURE__ */ c(o, {
25
- textProps: {
21
+ /* @__PURE__ */ s(i, {
22
+ content: o({
23
+ alwaysShowTime: !0,
24
+ intl: p,
25
+ relativeThreshold: 0,
26
+ timestamp: u
27
+ }),
28
+ children: /* @__PURE__ */ s(n, {
29
+ className: l.readableTimeWrapper,
30
+ "data-no-expand": !0,
31
+ children: /* @__PURE__ */ s(r, {
26
32
  as: "span",
33
+ color: "textOnLightSecondary",
27
34
  variant: "bodySmall",
28
- color: "textOnLightSecondary"
29
- },
30
- timestamp: d
35
+ children: o({
36
+ intl: p,
37
+ timestamp: u
38
+ })
39
+ })
31
40
  })
32
41
  }),
33
- p !== void 0 && /* @__PURE__ */ c(i, {
34
- content: s({
42
+ f !== void 0 && /* @__PURE__ */ s(i, {
43
+ content: o({
35
44
  alwaysShowTime: !0,
36
- intl: m,
45
+ intl: p,
37
46
  relativeThreshold: 0,
38
- timestamp: p
47
+ timestamp: f
39
48
  }),
40
- children: /* @__PURE__ */ c(n, {
49
+ children: /* @__PURE__ */ s(n, {
41
50
  "data-no-expand": !0,
42
- children: /* @__PURE__ */ c(r, {
51
+ children: /* @__PURE__ */ s(r, {
43
52
  as: "span",
44
53
  color: "textOnLightSecondary",
45
54
  variant: "bodySmall",
46
- children: m.formatMessage(e.edited)
55
+ children: p.formatMessage(e.edited)
47
56
  })
48
57
  })
49
58
  }),
50
- f && /* @__PURE__ */ c(t, {
51
- "aria-label": m.formatMessage(e.replyButtonAriaLabel),
52
- className: u.replyButton,
59
+ d && /* @__PURE__ */ s(t, {
60
+ "aria-label": p.formatMessage(e.replyButtonAriaLabel),
61
+ className: l.replyButton,
53
62
  "data-no-expand": !0,
54
63
  size: "small",
55
64
  variant: "quaternary",
56
- onClick: f,
57
- children: m.formatMessage(e.reply)
65
+ onClick: d,
66
+ children: p.formatMessage(e.reply)
58
67
  })
59
68
  ]
60
69
  });
61
70
  };
62
- export { u as n, d as t };
71
+ export { l as n, u as t };
@@ -3,15 +3,15 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "অ্যানোটেশন বার্তা",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "পৃষ্ঠা {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "বাতিল করুন বোতাম",
6
- "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "লিঙ্ক কপি করুন",
7
7
  "groupSharedFeatures.threadedAnnotations.delete": "মুছুন",
8
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "মুছুন বোতাম",
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "বাতিল করুন",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "আপনি কি এই মন্তব্যটি মুছতে চান?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "নিশ্চিতকরণ মুছুন",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "এই {type,select,annotation{অ্যানোটেশন} other{মন্তব্য}}{hasReplies,select,true{ এবং জবাব} other{}} মুছবেন? এই পদক্ষেপটি পূর্বাবস্থায় ফেরানো যাবে না।",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "সম্পাদনা করুন",
14
- "groupSharedFeatures.threadedAnnotations.edited": "(Edited)",
14
+ "groupSharedFeatures.threadedAnnotations.edited": "(সম্পাদনা করা হয়েছে)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "উত্তর লুকান",
16
16
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "সমাধান করা হয়েছে হিসাবে চিহ্নিত করা হয়েছে",
17
17
  "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "বাতিল করুন",
@@ -7,7 +7,7 @@ groupSharedFeatures.threadedAnnotations.annotationPage = পৃষ্ঠা {num
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = বাতিল করুন বোতাম
9
9
  # Copy link option in message context menu
10
- groupSharedFeatures.threadedAnnotations.copyLink = Copy link
10
+ groupSharedFeatures.threadedAnnotations.copyLink = লিঙ্ক কপি করুন
11
11
  # Delete button text
12
12
  groupSharedFeatures.threadedAnnotations.delete = মুছুন
13
13
  # Aria label for delete button
@@ -19,11 +19,11 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = আপনি ক
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = নিশ্চিতকরণ মুছুন
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = এই {type,select,annotation{অ্যানোটেশন} other{মন্তব্য}}{hasReplies,select,true{ এবং জবাব} other{}} মুছবেন? এই পদক্ষেপটি পূর্বাবস্থায় ফেরানো যাবে না।
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = সম্পাদনা করুন
25
25
  # Indicator shown next to the timestamp when a message has been edited
26
- groupSharedFeatures.threadedAnnotations.edited = (Edited)
26
+ groupSharedFeatures.threadedAnnotations.edited = (সম্পাদনা করা হয়েছে)
27
27
  # Button text to hide replies in threaded annotations
28
28
  groupSharedFeatures.threadedAnnotations.hideReplies = উত্তর লুকান
29
29
  # Text shown after the author name when a comment thread is marked as resolved
@@ -3,15 +3,15 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Anmærkningsmeddelelse",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Side {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "'Annuller sletning'-knap",
6
- "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Kopiér link",
7
7
  "groupSharedFeatures.threadedAnnotations.delete": "Slet",
8
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Slet-knap",
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Annuller",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Vil du slette denne kommentar?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Bekræft sletning",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Slet denne {type,select,annotation{anmærkning} other{kommentar}}{hasReplies,select,true{ og svar} other{}}? Denne handling kan ikke fortrydes.",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "Rediger",
14
- "groupSharedFeatures.threadedAnnotations.edited": "(Edited)",
14
+ "groupSharedFeatures.threadedAnnotations.edited": "(Redigeret)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Skjul svar",
16
16
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "markeret som løst",
17
17
  "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "Annuller",
@@ -7,7 +7,7 @@ groupSharedFeatures.threadedAnnotations.annotationPage = Side {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = 'Annuller sletning'-knap
9
9
  # Copy link option in message context menu
10
- groupSharedFeatures.threadedAnnotations.copyLink = Copy link
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Kopiér link
11
11
  # Delete button text
12
12
  groupSharedFeatures.threadedAnnotations.delete = Slet
13
13
  # Aria label for delete button
@@ -19,11 +19,11 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Vil du slette de
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekræft sletning
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Slet denne {type,select,annotation{anmærkning} other{kommentar}}{hasReplies,select,true{ og svar} other{}}? Denne handling kan ikke fortrydes.
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = Rediger
25
25
  # Indicator shown next to the timestamp when a message has been edited
26
- groupSharedFeatures.threadedAnnotations.edited = (Edited)
26
+ groupSharedFeatures.threadedAnnotations.edited = (Redigeret)
27
27
  # Button text to hide replies in threaded annotations
28
28
  groupSharedFeatures.threadedAnnotations.hideReplies = Skjul svar
29
29
  # Text shown after the author name when a comment thread is marked as resolved
@@ -3,15 +3,15 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Text der Anmerkung",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Seite {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Schaltfläche für den Abbruch des Löschvorgangs",
6
- "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Link kopieren",
7
7
  "groupSharedFeatures.threadedAnnotations.delete": "Löschen",
8
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Schaltfläche „Löschen“",
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Abbrechen",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Möchten Sie diesen Kommentar löschen?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Löschbestätigung",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Diese(n) {type,select,annotation{Anmerkung} other{Kommentar}}{hasReplies,select,true{und Antworten} other{}}löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "Bearbeiten",
14
- "groupSharedFeatures.threadedAnnotations.edited": "(Edited)",
14
+ "groupSharedFeatures.threadedAnnotations.edited": "(Bearbeitet)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Antworten ausblenden",
16
16
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "Als gelöst markiert",
17
17
  "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "Abbrechen",
@@ -34,14 +34,14 @@ export default {
34
34
  "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "Der ursprüngliche Inhalt wurde gelöscht",
35
35
  "groupSharedFeatures.threadedAnnotations.reply": "Antworten",
36
36
  "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "Schaltfläche „Antworten“",
37
- "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "Gelöst",
37
+ "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "Auflösen",
38
38
  "groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "Statusmeldung zur Problemlösung",
39
39
  "groupSharedFeatures.threadedAnnotations.showMoreReplies": "{count,plural,one{# weitere Antwort} other{# weitere Antworten}}",
40
40
  "groupSharedFeatures.threadedAnnotations.showReplies": "{number,plural,one{# Antwort anzeigen} other{# weitere Antworten anzeigen}}",
41
41
  "groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "Schaltfläche „Antworten“",
42
42
  "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "Benutzerlink",
43
43
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Nachrichtentext",
44
- "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Ungelöst",
44
+ "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Lösung aufheben",
45
45
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Benutzer-Avatar",
46
46
  "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Schaltfläche „Benutzerprofil anzeigen“"
47
47
  }
@@ -7,7 +7,7 @@ groupSharedFeatures.threadedAnnotations.annotationPage = Seite {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Schaltfläche für den Abbruch des Löschvorgangs
9
9
  # Copy link option in message context menu
10
- groupSharedFeatures.threadedAnnotations.copyLink = Copy link
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Link kopieren
11
11
  # Delete button text
12
12
  groupSharedFeatures.threadedAnnotations.delete = Löschen
13
13
  # Aria label for delete button
@@ -19,11 +19,11 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Möchten Sie die
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Löschbestätigung
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Diese(n) {type,select,annotation{Anmerkung} other{Kommentar}}{hasReplies,select,true{und Antworten} other{}}löschen? Diese Aktion kann nicht rückgängig gemacht werden.
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = Bearbeiten
25
25
  # Indicator shown next to the timestamp when a message has been edited
26
- groupSharedFeatures.threadedAnnotations.edited = (Edited)
26
+ groupSharedFeatures.threadedAnnotations.edited = (Bearbeitet)
27
27
  # Button text to hide replies in threaded annotations
28
28
  groupSharedFeatures.threadedAnnotations.hideReplies = Antworten ausblenden
29
29
  # Text shown after the author name when a comment thread is marked as resolved
@@ -69,7 +69,7 @@ groupSharedFeatures.threadedAnnotations.reply = Antworten
69
69
  # Aria label for the reply button that opens the message editor
70
70
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Schaltfläche „Antworten“
71
71
  # Aria label and tooltip content for the resolve button
72
- groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Gelöst
72
+ groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Auflösen
73
73
  # Aria label for the resolution status message container
74
74
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Statusmeldung zur Problemlösung
75
75
  # Button text to show more replies with count
@@ -83,7 +83,7 @@ groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Benutzerlink
83
83
  # Aria label for message text content
84
84
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Nachrichtentext
85
85
  # Aria label and tooltip content for the unresolve button
86
- groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Ungelöst
86
+ groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Lösung aufheben
87
87
  # Alt text for user avatar image
88
88
  groupSharedFeatures.threadedAnnotations.userAvatar = Benutzer-Avatar
89
89
  # Aria label for clickable user avatar button
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Delete confirmation",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type,select,annotation{annotation} other{comment}}{hasReplies,select,true{ and replies} other{}}? This action cant be undone.",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
14
14
  "groupSharedFeatures.threadedAnnotations.edited": "(Edited)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
@@ -19,7 +19,7 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to d
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type,select,annotation{annotation} other{comment}}{hasReplies,select,true{ and replies} other{}}? This action cant be undone.
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
25
25
  # Indicator shown next to the timestamp when a message has been edited
@@ -9,7 +9,7 @@ export default {
9
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
10
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Delete confirmation",
12
- "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
12
+ "groupSharedFeatures.threadedAnnotations.deleteQuestion": "Delete this {type,select,annotation{annotation} other{comment}}{hasReplies,select,true{ and replies} other{}}? This action cant be undone.",
13
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
14
14
  "groupSharedFeatures.threadedAnnotations.edited": "(Edited)",
15
15
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
@@ -19,7 +19,7 @@ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to d
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type,select,annotation{annotation} other{comment}}{hasReplies,select,true{ and replies} other{}}? This action cant be undone.
23
23
  # Edit option in message context menu
24
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
25
25
  # Indicator shown next to the timestamp when a message has been edited
@@ -1,47 +1,47 @@
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 { äπď яέΡļïеş} 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ĉėļ ьμŧŧŏл 國國國⟧",
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": "⟦萬萬萬 Ċäиçέľ вųţŧóň 國國國⟧",
19
19
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
20
- "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύöūґ ćοmmęпŧ ĭś {excess, plural, one {# ¢нàŕăćŧēг} other {# ĉħąґαċťèŗŝ}} τőó ĺόņĝ 國國國國國國國國國國國國國國國國國國⟧",
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": "⟦萬萬 Ŝáνïπĝ... 國國⟧",
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": "⟦萬萬萬 ЃéΡļý вûţţøή 國國國⟧",
42
- "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Ùѕєя mĕήŧíőņ 國國國⟧",
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 {# ċħářǻсτēґś}} τοő ļóʼ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ĩєŵ ůѕěŗ Ρřоƒίľě ьùττоņ 國國國國國國國⟧"
47
47
  }
@@ -1,90 +1,90 @@
1
1
  # Aria label for the threaded annotations container button
2
- boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ťнгěąďёď ãʼnиσŧāτïŏņ 國國國國國⟧
2
+ boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ŧняеáďёď áńлõτáτίőʼn 國國國國國⟧
3
3
  # Aria label for annotation message container
4
- groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Åņņõŧăŧïσņ mêŝşãĝε 國國國國國⟧
4
+ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Âŋпôťāťĭőη mĕşѕάġе 國國國國國⟧
5
5
  # Label showing the page number of an annotation target
6
- groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 Păġε {number} 國國⟧
6
+ groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 Păğĕ {number} 國國⟧
7
7
  # Aria label for cancel delete button
8
- groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬 Çǻήčěĺ ďĕļêτé ьũŧţóи 國國國國國⟧
8
+ groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬 Çάŋċĕĺ ďёĺęτё вűţτσй 國國國國國⟧
9
9
  # Copy link option in message context menu
10
- groupSharedFeatures.threadedAnnotations.copyLink = ⟦萬萬 ĊòΡŷ ĺïйκ 國國⟧
10
+ groupSharedFeatures.threadedAnnotations.copyLink = ⟦萬萬 ĆσΡý ľĩńκ 國國⟧
11
11
  # Delete button text
12
- groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ďεļėťέ 國⟧
12
+ groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ðєĺĕţĕ 國⟧
13
13
  # Aria label for delete button
14
- groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ðëļèτë ьūţţóи 國國國⟧
14
+ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ðεĺёťё ьųŧţöй 國國國⟧
15
15
  # Cancel button text for delete confirmation dialog
16
- groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Ćáпċéļ 國⟧
16
+ groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Čǻл¢еļ 國⟧
17
17
  # Confirmation text asking user if they want to delete a comment
18
- groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ďό ýöµ шâйť ŧσ ďęľêţє ţĥíş ćômmēлτ? 國國國國國國國國國國⟧
18
+ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ďő ŷőú шãлţ τö ďёĺετę ťĥїŝ сōmmĕήť? 國國國國國國國國國國⟧
19
19
  # Aria label for delete confirmation popover
20
- groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ďēļêťē ćŏлƒìřmăţίőл 國國國國國⟧
20
+ groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ðєļέţë čόηƒíяmαťìøπ 國國國國國⟧
21
21
  # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
- groupSharedFeatures.threadedAnnotations.deleteQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðêĺеτē τнїś {type, select, annotation {ǻπńõťàτįòň} other {ċõmmēпť}}{hasReplies, select, true { äπď яέΡļïеş} other {}}? Ťнîş áćťїóη ¢ǻņ'ŧ ьé űήďŏņё. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðёļěţę ŧħîş {type, select, annotation {ǻňήòťãţïŏň} other {ćõmmєйτ}}{hasReplies, select, true { ąʼnď řęΡĺїëѕ} other {}}? Ťħīѕ ãçτîõй çąň'τ вє ŭŋďōйέ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
23
23
  # Edit option in message context menu
24
- groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Єďïŧ 國⟧
24
+ groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Ėďíŧ 國⟧
25
25
  # Indicator shown next to the timestamp when a message has been edited
26
- groupSharedFeatures.threadedAnnotations.edited = ⟦萬萬 (Εďіŧёď) 國國⟧
26
+ groupSharedFeatures.threadedAnnotations.edited = ⟦萬萬 (Ėďіţêď) 國國⟧
27
27
  # Button text to hide replies in threaded annotations
28
- groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ηīďĕ ŗέΡĺίěѕ 國國國⟧
28
+ groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ĥίďĕ гêΡĺíéş 國國國⟧
29
29
  # Text shown after the author name when a comment thread is marked as resolved
30
- groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 mãяķěď ãş řėŝòļνëď 國國國國國⟧
30
+ groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 mäřĸêď āś яεѕőľνèď 國國國國國⟧
31
31
  # Cancel button text for message editor
32
- groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Ĉāл¢εľ 國⟧
32
+ groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Çàʼnçėľ 國⟧
33
33
  # Aria label for the cancel button in message editor
34
- groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Čāʼnĉėļ ьμŧŧŏл 國國國⟧
34
+ groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Ċäиçέľ вųţŧóň 國國國⟧
35
35
  # Character count display showing current count and maximum allowed
36
36
  groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = ⟦萬萬萬 {count}/{maxCount} 國國國⟧
37
37
  # Screen reader alert and tooltip text shown when character limit is exceeded
38
- groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύöūґ ćοmmęпŧ ĭś {excess, plural, one {# ¢нàŕăćŧēг} other {# ĉħąґαċťèŗŝ}} τőó ĺόņĝ 國國國國國國國國國國國國國國國國國國⟧
38
+ groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýôûř сőmměήŧ îѕ {excess, plural, one {# снãгåçτèґ} other {# ċħářǻсτēґś}} τοő ļóʼnĝ 國國國國國國國國國國國國國國國國國國⟧
39
39
  # Aria label for the rich text editor content area
40
- groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Мєѕśαĝè éďίτóґ 國國國國⟧
40
+ groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Μęŝѕάĝε êďįţŏѓ 國國國國⟧
41
41
  # Aria label for message editor placeholder
42
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мęѕѕάğę ίńΡŭŧ Ρľǻсĕĥоĺďĕŕ 國國國國國國國⟧
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мёśşåġέ ϊŋΡцť Ρľǻçëĥόľďèŕ 國國國國國國國⟧
43
43
  # First part of placeholder text before @ symbol
44
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ẃŕĭτε å ćοmmейτ ŏѓ 國國國國國⟧
44
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Щгιŧê ä сömmєйτ öѓ 國國國國國⟧
45
45
  # First part of placeholder text before @ symbol for reply
46
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ẃгĩτé â ѓęΡľÿ óŕ 國國國國⟧
46
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ŵґίţέ á гёΡľў οґ 國國國國⟧
47
47
  # Last part of placeholder text after @ symbol
48
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ŧо mëňťϊóη 國國⟧
48
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 τŏ méиτįõň 國國⟧
49
49
  # Placeholder text for uplifted message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ĺèåνę α сômmèņŧ øґ @ ŧσ mєпτіοπ 國國國國國國國國國⟧
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ĺěάνê ā çοmmēπť öя @ ťő mєŋτíōή 國國國國國國國國國⟧
51
51
  # Post button text for message editor
52
- groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pōşŧ 國⟧
52
+ groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pσŝŧ 國⟧
53
53
  # Aria label for the post button in message editor
54
- groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pοѕť ьùťţσл 國國國⟧
54
+ groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pőŝτ ьцţτόή 國國國⟧
55
55
  # Aria label for post button loading state
56
- groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ļŏâďіиĝ... 國國⟧
56
+ groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ľόàďĩиĝ... 國國⟧
57
57
  # Save button text for message editor
58
- groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Şåνе 國⟧
58
+ groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Ŝåνę 國⟧
59
59
  # Aria label for save button loading state
60
- groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝáνïπĝ... 國國⟧
60
+ groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝǻνїʼnğ... 國國⟧
61
61
  # Aria label for the scrollable message editor content container
62
- groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Мēѕśãġє ёďíτŏŕ śсгσļĺ ċōńŧάîńег 國國國國國國國國國⟧
62
+ groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Μèŝśäġέ éďιτŏг şćřőľľ ċøňţαїήεř 國國國國國國國國國⟧
63
63
  # Aria label for more options button in annotation message
64
- groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μóŗę òΡŧĩσπѕ ьŭťťση 國國國國國⟧
64
+ groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μόŕє óΡŧïόйŝ ьūτţöп 國國國國國⟧
65
65
  # Tooltip shown when the annotation badge refers to deleted content
66
- groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Õŗіğíŋãĺ çōлτêņŧ шάѕ ďēļéŧèď 國國國國國國國國⟧
66
+ groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Óŗîġιηąļ сôйťεητ ẁǻś ďεļеŧéď 國國國國國國國國⟧
67
67
  # Reply button text to start composing a reply
68
- groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ЃėΡĺỳ 國⟧
68
+ groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ЃèΡľỳ 國⟧
69
69
  # Aria label for the reply button that opens the message editor
70
- groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ЃεΡĺÿ вůτŧöŋ 國國國⟧
70
+ groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ΓеΡĺУ ьŭťţσή 國國國⟧
71
71
  # Aria label and tooltip content for the resolve button
72
- groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Ŕêѕοľνε 國國⟧
72
+ groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Ŕєѕöľνє 國國⟧
73
73
  # Aria label for the resolution status message container
74
- groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Γěśôļũŧίöń ŝτåţūş mĕŝşåĝє 國國國國國國國⟧
74
+ groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Řèşöľúţïöп şťäτųś męѕŝάĝĕ 國國國國國國國⟧
75
75
  # Button text to show more replies with count
76
- groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# möřē гĕΡľỳ} other {# mòѓė ґěΡĺīеѕ}} 國國國國國國國國國國國⟧
76
+ groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mòŗē ґëΡľý} other {# möгė ѓęΡľіėŝ}} 國國國國國國國國國國國⟧
77
77
  # Button text to show replies with count
78
- groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ŝħòω # ґέΡľÿ} other {Ѕħöŵ # mοřë яёΡĺïēŝ}} 國國國國國國國國國國國國國⟧
78
+ groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ѕнøẁ # ґеΡľў} other {Ŝнŏẃ # mòгέ ŕēΡļīĕś}} 國國國國國國國國國國國國國⟧
79
79
  # Aria label for the reply button
80
- groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ЃéΡļý вûţţøή 國國國⟧
80
+ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ŘèΡļγ ьμŧţőʼn 國國國⟧
81
81
  # Aria label for user mention links
82
- groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ùѕєя mĕήŧíőņ 國國國⟧
82
+ groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ũśεř méήţϊоʼn 國國國⟧
83
83
  # Aria label for message text content
84
- groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Мěŝşąĝè τё×ť 國國國⟧
84
+ groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Мëѕŝāġē ťĕ×ţ 國國國⟧
85
85
  # Aria label and tooltip content for the unresolve button
86
- groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ůлŗéѕŏľνĕ 國國⟧
86
+ groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ũńґеѕŏĺνė 國國⟧
87
87
  # Alt text for user avatar image
88
- groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Ùşεґ ãνǻτάѓ 國國國⟧
88
+ groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Üŝėѓ ǻνăŧāŗ 國國國⟧
89
89
  # Aria label for clickable user avatar button
90
- groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vĩέẃ μşêѓ Ρŕŏƒìļě ьûţŧοп 國國國國國國國⟧
90
+ groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vĩєŵ ůѕěŗ Ρřоƒίľě ьùττоņ 國國國國國國國⟧