@box/threaded-annotations 1.84.14 → 1.85.1

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 (70) hide show
  1. package/dist/chunks/delete-confirmation-popover.js +16 -13
  2. package/dist/chunks/messages-view.js +41 -37
  3. package/dist/chunks/threaded-annotations2.js +32 -31
  4. package/dist/esm/lib/components/v2/message-header/message-header.js +63 -53
  5. package/dist/esm/lib/components/v2/message-header/message-options-menu.js +29 -26
  6. package/dist/esm/lib/components/v2/message-header/messages.js +7 -3
  7. package/dist/esm/lib/components/v2/text-message/text-message.js +19 -17
  8. package/dist/i18n/bn-IN.js +2 -1
  9. package/dist/i18n/bn-IN.properties +6 -4
  10. package/dist/i18n/da-DK.js +2 -1
  11. package/dist/i18n/da-DK.properties +6 -4
  12. package/dist/i18n/de-DE.js +2 -1
  13. package/dist/i18n/de-DE.properties +6 -4
  14. package/dist/i18n/en-AU.js +2 -1
  15. package/dist/i18n/en-AU.properties +6 -4
  16. package/dist/i18n/en-CA.js +2 -1
  17. package/dist/i18n/en-CA.properties +6 -4
  18. package/dist/i18n/en-GB.js +2 -1
  19. package/dist/i18n/en-GB.properties +6 -4
  20. package/dist/i18n/en-US.js +2 -1
  21. package/dist/i18n/en-US.properties +6 -4
  22. package/dist/i18n/en-x-pseudo.js +43 -42
  23. package/dist/i18n/en-x-pseudo.properties +47 -45
  24. package/dist/i18n/es-419.js +2 -1
  25. package/dist/i18n/es-419.properties +6 -4
  26. package/dist/i18n/es-ES.js +2 -1
  27. package/dist/i18n/es-ES.properties +6 -4
  28. package/dist/i18n/fi-FI.js +2 -1
  29. package/dist/i18n/fi-FI.properties +6 -4
  30. package/dist/i18n/fr-CA.js +2 -1
  31. package/dist/i18n/fr-CA.properties +6 -4
  32. package/dist/i18n/fr-FR.js +2 -1
  33. package/dist/i18n/fr-FR.properties +6 -4
  34. package/dist/i18n/hi-IN.js +2 -1
  35. package/dist/i18n/hi-IN.properties +6 -4
  36. package/dist/i18n/it-IT.js +2 -1
  37. package/dist/i18n/it-IT.properties +6 -4
  38. package/dist/i18n/ja-JP.js +2 -1
  39. package/dist/i18n/ja-JP.properties +6 -4
  40. package/dist/i18n/json/src/lib/components/v2/message-header/messages.json +1 -1
  41. package/dist/i18n/ko-KR.js +2 -1
  42. package/dist/i18n/ko-KR.properties +6 -4
  43. package/dist/i18n/nb-NO.js +2 -1
  44. package/dist/i18n/nb-NO.properties +6 -4
  45. package/dist/i18n/nl-NL.js +2 -1
  46. package/dist/i18n/nl-NL.properties +6 -4
  47. package/dist/i18n/pl-PL.js +2 -1
  48. package/dist/i18n/pl-PL.properties +6 -4
  49. package/dist/i18n/pt-BR.js +2 -1
  50. package/dist/i18n/pt-BR.properties +6 -4
  51. package/dist/i18n/ru-RU.js +2 -1
  52. package/dist/i18n/ru-RU.properties +6 -4
  53. package/dist/i18n/sv-SE.js +2 -1
  54. package/dist/i18n/sv-SE.properties +6 -4
  55. package/dist/i18n/tr-TR.js +2 -1
  56. package/dist/i18n/tr-TR.properties +6 -4
  57. package/dist/i18n/zh-CN.js +2 -1
  58. package/dist/i18n/zh-CN.properties +6 -4
  59. package/dist/i18n/zh-TW.js +2 -1
  60. package/dist/i18n/zh-TW.properties +6 -4
  61. package/dist/types/lib/components/v2/message-header/delete-confirmation-popover.d.ts +5 -1
  62. package/dist/types/lib/components/v2/message-header/message-header.d.ts +9 -5
  63. package/dist/types/lib/components/v2/message-header/message-options-menu.d.ts +5 -3
  64. package/dist/types/lib/components/v2/message-header/messages.d.ts +6 -1
  65. package/dist/types/lib/components/v2/messages-view/messages-view.d.ts +2 -1
  66. package/dist/types/lib/components/v2/text-message/text-message.d.ts +4 -1
  67. package/dist/types/lib/v2/stories/shared.d.ts +1 -0
  68. package/dist/types/lib/v2/test-utils/test-selectors.d.ts +1 -0
  69. package/dist/types/lib/v2/threaded-annotations.d.ts +5 -0
  70. package/package.json +6 -6
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Anmærkning
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Side {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = 'Annuller sletning'-knap
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Slet
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Slet-knap
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Annuller
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Vil du slette denne kommentar?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Slet denne kommentar og svarene? Denne handling kan ikke fortrydes.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekræft sletning
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Rediger
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Oprindeligt ind
64
66
  groupSharedFeatures.threadedAnnotations.reply = Svar
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Svar-knap
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Løs
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Meddelelse om løsningsstatus
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Svar-knap
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Brugeromtale
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Meddelelsestekst
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Fortryd løsning
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = Brugeravatar
@@ -3,12 +3,13 @@ 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
7
  "groupSharedFeatures.threadedAnnotations.delete": "Löschen",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Schaltfläche „Löschen“",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Abbrechen",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Möchten Sie diesen Kommentar löschen?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Diesen Kommentar und Antworten löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Bearbeiten",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Antworten ausblenden",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "Als gelöst markiert",
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Text der An
6
6
  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
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Löschen
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Schaltfläche
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Abbrechen
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Möchten Sie diesen Kommentar löschen?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Diesen Kommentar und Antworten löschen? Diese Aktion kann nicht rückgängig gemacht werden.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Löschbestätigung
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Bearbeiten
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Der ursprüngli
64
66
  groupSharedFeatures.threadedAnnotations.reply = Antworten
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Schaltfläche „Antworten“
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Gelöst
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Statusmeldung zur Problemlösung
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Schaltfläc
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Benutzerlink
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Nachrichtentext
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Ungelöst
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = Benutzer-Avatar
@@ -3,12 +3,13 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Annotation message",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Cancel delete button",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
7
  "groupSharedFeatures.threadedAnnotations.delete": "Delete",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Delete button",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone.",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "marked as resolved",
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Annotation
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Cancel delete button
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Delete
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Delete button
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Cancel
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to delete this comment?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Delete this comment and replies? This action can’t be undone.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Original conten
64
66
  groupSharedFeatures.threadedAnnotations.reply = Reply
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Reply button
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Resolve
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Resolution status message
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Reply butto
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = User mention
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Message text
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Unresolve
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = User avatar
@@ -3,12 +3,13 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Annotation message",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Cancel delete button",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
7
  "groupSharedFeatures.threadedAnnotations.delete": "Delete",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Delete button",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can't be undone.",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "marked as resolved",
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Annotation
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Cancel delete button
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Delete
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Delete button
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Cancel
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to delete this comment?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Delete this comment and replies? This action can't be undone.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Original conten
64
66
  groupSharedFeatures.threadedAnnotations.reply = Reply
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Reply button
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Resolve
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Resolution status message
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Reply butto
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = User mention
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Message text
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Unresolve
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = User avatar
@@ -3,12 +3,13 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Annotation message",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Cancel delete button",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
7
  "groupSharedFeatures.threadedAnnotations.delete": "Delete",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Delete button",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone.",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "marked as resolved",
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Annotation
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Cancel delete button
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Delete
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Delete button
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Cancel
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to delete this comment?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Delete this comment and replies? This action can’t be undone.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Original conten
64
66
  groupSharedFeatures.threadedAnnotations.reply = Reply
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Reply button
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Resolve
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Resolution status message
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Reply butto
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = User mention
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Message text
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Unresolve
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = User avatar
@@ -3,12 +3,13 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Annotation message",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Cancel delete button",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
7
  "groupSharedFeatures.threadedAnnotations.delete": "Delete",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Delete button",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Cancel",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Do you want to delete this comment?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can't be undone.",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edit",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Hide replies",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "marked as resolved",
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Annotation
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Cancel delete button
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Delete
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Delete button
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Cancel
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Do you want to delete this comment?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Delete this comment and replies? This action can't be undone.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
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.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Edit
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Original conten
64
66
  groupSharedFeatures.threadedAnnotations.reply = Reply
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Reply button
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Resolve
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Resolution status message
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Reply butto
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = User mention
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Message text
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Unresolve
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = User avatar
@@ -1,45 +1,46 @@
1
1
  export default {
2
- "boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Ţĥяеàďеď ãиňôťǻťîôń 國國國國國⟧",
3
- "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Àиŋŏťàŧïôʼn mёśŝáĝè 國國國國國⟧",
4
- "groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Páĝė {number} 國國⟧",
5
- "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Čâлċêļ ďĕļēţê вùťťοň 國國國國國⟧",
6
- "groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ďēļĕτę 國⟧",
7
- "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ďεļεŧė ьüτţσŋ 國國國⟧",
8
- "groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Ċαήсêļ 國⟧",
9
- "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ðŏ ỳóü ẁāлť ŧô ďéľёτė ŧнîś čōmmĕήτ? 國國國國國國國國國國⟧",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðеĺёťе ťĥïѕ çοmmέņŧ āňď ґęΡļìεś? Τħιś άçťϊòń сăп'ţ вê üňďōлę. 國國國國國國國國國國國國國國國國國國⟧",
11
- "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ðêļέţę сŏлƒįŗmãťίοʼn 國國國國國⟧",
12
- "groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Èďîţ 國⟧",
13
- "groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ĥìďė řėΡļìĕѕ 國國國⟧",
14
- "groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 mǻгķëď ăş гέşõĺνёď 國國國國國⟧",
15
- "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Ĉáηсèļ 國⟧",
16
- "groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ĉäήčęļ ьμţŧой 國國國⟧",
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 {âлηŏτãŧîøʼn} other {ćômmέńτ}}{hasReplies, select, true { άлď яēΡļîēѕ} other {}}? Ŧĥϊş âĉťіôń ćåй'ţ ьĕ ũлďòņє. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
13
+ "groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Έďìť 國⟧",
14
+ "groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ήιďě ѓēΡľіёѕ 國國國⟧",
15
+ "groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 māѓķěď âş гёŝōľνёď 國國國國國⟧",
16
+ "groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Çáлċёľ 國⟧",
17
+ "groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ĉăňĉεľ ьµŧτōи 國國國⟧",
17
18
  "groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
18
- "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋóūг ćômméпŧ ĭѕ {excess, plural, one {# ¢ħäѓąçťéŕ} other {# čħářăĉťéяѕ}} ŧôô ĺŏйĝ 國國國國國國國國國國國國國國國國國國⟧",
19
- "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Мéşŝǻġē ęďιŧоѓ 國國國國⟧",
20
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мęŝśâğë ïиΡμţ Ρľâсèноĺďêŕ 國國國國國國國⟧",
21
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ŵřįţé ä ¢ómmέπţ ŏŗ 國國國國國⟧",
22
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ẁѓīţé α яéΡĺÿ ōŕ 國國國國⟧",
23
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 ťŏ mēņŧïøη 國國⟧",
24
- "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ļěανε ǻ ¢õmměήτ ŏѓ @ ťό mëʼnτіőń 國國國國國國國國國⟧",
25
- "groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Pöŝť 國⟧",
26
- "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pøśτ ьμŧťôп 國國國⟧",
27
- "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ĺőãďįŋġ... 國國⟧",
28
- "groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Ѕäνė 國⟧",
29
- "groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ŝàνîпġ... 國國⟧",
30
- "groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Мęѕśåġě єďіţог ѕćяόļĺ ćοпţαīйέя 國國國國國國國國國⟧",
31
- "groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μõřε òΡŧĩöйś ьųţťőň 國國國國國⟧",
32
- "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Óŗϊġїήąĺ çόʼnţёйţ ωâś ďéľëťёď 國國國國國國國國⟧",
33
- "groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ЃёΡĺŷ 國⟧",
34
- "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ҐèΡĺŷ вûττøп 國國國⟧",
35
- "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Ѓéśôĺνè 國國⟧",
36
- "groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Řєѕŏĺüţїσņ śťåţüś mέşŝαĝε 國國國國國國國⟧",
37
- "groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mőґĕ řęΡľý} other {# mŏѓé ŗëΡľϊėŝ}} 國國國國國國國國國國國⟧",
38
- "groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ŝħôω # ґéΡľў} other {Ѕĥōŵ # mõŗë яęΡľιèś}} 國國國國國國國國國國國國國⟧",
39
- "groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ŔêΡĺỳ ьűţŧőή 國國國⟧",
40
- "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Ûşéг mëήŧįőи 國國國⟧",
41
- "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Мёşŝąĝè ŧëхť 國國國⟧",
42
- "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Ůņяěşσļνє 國國⟧",
43
- "groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Ûѕεґ âνăτãѓ 國國國⟧",
44
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vîēш ųѕéг Ρŕöƒíĺё ьцŧţоη 國國國國國國國⟧"
19
+ "groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύóцг ćσmmеήţ ίŝ {excess, plural, one {# ćнαгãċťεŗ} other {# čĥαŕαĉťėŗş}} ŧŏø ĺôňġ 國國國國國國國國國國國國國國國國國國⟧",
20
+ "groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Мéѕşåġé ěďíτōŕ 國國國國⟧",
21
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Μèŝśǻĝė ïņΡúť Ρľǻĉéнóľďεг 國國國國國國國⟧",
22
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ŵгїŧě à ćοmměńτ őґ 國國國國國⟧",
23
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ẁгíŧє â яεΡľγ οґ 國國國國⟧",
24
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 ťό méʼnţĩόй 國國⟧",
25
+ "groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ļěάνё â ćōmmêņť οґ @ ŧο mєňŧĭοň 國國國國國國國國國⟧",
26
+ "groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Pοśŧ 國⟧",
27
+ "groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pôşť ьŭτţöл 國國國⟧",
28
+ "groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ŀóάďīпġ... 國國⟧",
29
+ "groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Ѕåνė 國⟧",
30
+ "groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ŝáνїʼnĝ... 國國⟧",
31
+ "groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μèşŝǻĝе ёďìŧóѓ şċѓøļļ čòʼnţàĩπēř 國國國國國國國國國⟧",
32
+ "groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μòŗé ōΡŧįòлş вμŧŧοʼn 國國國國國⟧",
33
+ "groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Ôŗϊĝíŋăľ ĉőŋţėητ щàś ďèĺеτěď 國國國國國國國國⟧",
34
+ "groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ЯėΡļУ 國⟧",
35
+ "groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ŘęΡľý ьůţťоň 國國國⟧",
36
+ "groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Яèşŏļνē 國國⟧",
37
+ "groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Яęśŏļũţíòņ ѕţâŧūş mεѕśάĝë 國國國國國國國⟧",
38
+ "groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mояē гεΡľỳ} other {# mоґè гєΡĺĩέś}} 國國國國國國國國國國國⟧",
39
+ "groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ŝħŏẁ # ŗеΡľỳ} other {Şĥόŵ # mόŕέ ŗέΡĺîëŝ}} 國國國國國國國國國國國國國⟧",
40
+ "groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ЃéΡĺУ вцτţøπ 國國國⟧",
41
+ "groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Ùŝег męŋťϊőņ 國國國⟧",
42
+ "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Μєŝśãğē ťėхŧ 國國國⟧",
43
+ "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Ũпřёŝőľνè 國國⟧",
44
+ "groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Ŭŝéŗ άνǻταг 國國國⟧",
45
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vïέŵ üśèг Ρгòƒįľé ьųţťоʼn 國國國國國國國⟧"
45
46
  }
@@ -1,86 +1,88 @@
1
1
  # Aria label for the threaded annotations container button
2
- boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ţĥяеàďеď ãиňôťǻťîôń 國國國國國⟧
2
+ boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ŧĥŗėάďèď åйňøτατîóʼn 國國國國國⟧
3
3
  # Aria label for annotation message container
4
- groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Àиŋŏťàŧïôʼn 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
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = ⟦萬萬 ĆόΡў ļĩňк 國國⟧
9
11
  # Delete button text
10
- groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ďēļĕτę 國⟧
12
+ groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ďëľєτĕ 國⟧
11
13
  # Aria label for delete button
12
- groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ďεļεŧė ьüτţσŋ 國國國⟧
14
+ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ďěľёťε вüτŧōň 國國國⟧
13
15
  # Cancel button text for delete confirmation dialog
14
- groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Ċαήсêļ 國⟧
16
+ groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Ćåпćёļ 國⟧
15
17
  # Confirmation text asking user if they want to delete a comment
16
- groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ðŏ ỳóü ẁāлť ŧô ďéľёτė ŧнîś čōmmĕήτ? 國國國國國國國國國國⟧
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðеĺёťе ťĥïѕ çοmmέņŧ āňď ґęΡļìεś? Τħιś άçťϊòń сăп'ţ вê üňďōлę. 國國國國國國國國國國國國國國國國國國⟧
18
+ groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ðö ỳóû ώąлŧ ťо ďěļèτě ţħįѕ çømmέŋţ? 國國國國國國國國國國⟧
19
19
  # Aria label for delete confirmation popover
20
- groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ðêļέţę сŏлƒįŗmãťίοʼn 國國國國國⟧
20
+ groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ďеľěţе ċοŋƒįŗmäτίóи 國國國國國⟧
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 {âлηŏτãŧîøʼn} other {ćômmέńτ}}{hasReplies, select, true { άлď яēΡļîēѕ} other {}}? Ŧĥϊş âĉťіôń ćåй'ţ ьĕ ũлďòņє. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
21
23
  # Edit option in message context menu
22
- groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Èďîţ 國⟧
24
+ groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Έďìť 國⟧
23
25
  # Button text to hide replies in threaded annotations
24
- groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ĥìďė řėΡļìĕѕ 國國國⟧
26
+ groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ήιďě ѓēΡľіёѕ 國國國⟧
25
27
  # Text shown after the author name when a comment thread is marked as resolved
26
- groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 mǻгķëď ăş гέşõĺνёď 國國國國國⟧
28
+ groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 māѓķěď âş гёŝōľνёď 國國國國國⟧
27
29
  # Cancel button text for message editor
28
- groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Ĉáηсèļ 國⟧
30
+ groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Çáлċёľ 國⟧
29
31
  # Aria label for the cancel button in message editor
30
- groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Ĉäήčęļ ьμţŧой 國國國⟧
32
+ groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Ĉăňĉεľ ьµŧτōи 國國國⟧
31
33
  # Character count display showing current count and maximum allowed
32
34
  groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = ⟦萬萬萬 {count}/{maxCount} 國國國⟧
33
35
  # Screen reader alert and tooltip text shown when character limit is exceeded
34
- groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋóūг ćômméпŧ ĭѕ {excess, plural, one {# ¢ħäѓąçťéŕ} other {# čħářăĉťéяѕ}} ŧôô ĺŏйĝ 國國國國國國國國國國國國國國國國國國⟧
36
+ groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύóцг ćσmmеήţ ίŝ {excess, plural, one {# ćнαгãċťεŗ} other {# čĥαŕαĉťėŗş}} ŧŏø ĺôňġ 國國國國國國國國國國國國國國國國國國⟧
35
37
  # Aria label for the rich text editor content area
36
- groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Мéşŝǻġē ęďιŧоѓ 國國國國⟧
38
+ groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Мéѕşåġé ěďíτōŕ 國國國國⟧
37
39
  # Aria label for message editor placeholder
38
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мęŝśâğë ïиΡμţ Ρľâсèноĺďêŕ 國國國國國國國⟧
40
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Μèŝśǻĝė ïņΡúť Ρľǻĉéнóľďεг 國國國國國國國⟧
39
41
  # First part of placeholder text before @ symbol
40
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ŵřįţé ä ¢ómmέπţ ŏŗ 國國國國國⟧
42
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ŵгїŧě à ćοmměńτ őґ 國國國國國⟧
41
43
  # First part of placeholder text before @ symbol for reply
42
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ẁѓīţé α яéΡĺÿ ōŕ 國國國國⟧
44
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ẁгíŧє â яεΡľγ οґ 國國國國⟧
43
45
  # Last part of placeholder text after @ symbol
44
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ťŏ mēņŧïøη 國國⟧
46
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ťό méʼnţĩόй 國國⟧
45
47
  # Placeholder text for uplifted message editor
46
- groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ļěανε ǻ ¢õmměήτ ŏѓ @ ťό mëʼnτіőń 國國國國國國國國國⟧
48
+ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ļěάνё â ćōmmêņť οґ @ ŧο mєňŧĭοň 國國國國國國國國國⟧
47
49
  # Post button text for message editor
48
- groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pöŝť 國⟧
50
+ groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pοśŧ 國⟧
49
51
  # Aria label for the post button in message editor
50
- groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pøśτ ьμŧťôп 國國國⟧
52
+ groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pôşť ьŭτţöл 國國國⟧
51
53
  # Aria label for post button loading state
52
- groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ĺőãďįŋġ... 國國⟧
54
+ groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ŀóάďīпġ... 國國⟧
53
55
  # Save button text for message editor
54
- groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Ѕäνė 國⟧
56
+ groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Ѕåνė 國⟧
55
57
  # Aria label for save button loading state
56
- groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝàνîпġ... 國國⟧
58
+ groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝáνїʼnĝ... 國國⟧
57
59
  # Aria label for the scrollable message editor content container
58
- groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Мęѕśåġě єďіţог ѕćяόļĺ ćοпţαīйέя 國國國國國國國國國⟧
60
+ groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Μèşŝǻĝе ёďìŧóѓ şċѓøļļ čòʼnţàĩπēř 國國國國國國國國國⟧
59
61
  # Aria label for more options button in annotation message
60
- groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μõřε òΡŧĩöйś ьųţťőň 國國國國國⟧
62
+ groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μòŗé ōΡŧįòлş вμŧŧοʼn 國國國國國⟧
61
63
  # Tooltip shown when the annotation badge refers to deleted content
62
- groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Óŗϊġїήąĺ çόʼnţёйţ ωâś ďéľëťёď 國國國國國國國國⟧
64
+ groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Ôŗϊĝíŋăľ ĉőŋţėητ щàś ďèĺеτěď 國國國國國國國國⟧
63
65
  # Reply button text to start composing a reply
64
- groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ЃёΡĺŷ 國⟧
66
+ groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ЯėΡļУ 國⟧
65
67
  # Aria label for the reply button that opens the message editor
66
- groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ҐèΡĺŷ вûττøп 國國國⟧
67
- # Aria label for resolve button
68
- groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Ѓéśôĺνè 國國⟧
68
+ groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ŘęΡľý ьůţťоň 國國國⟧
69
+ # Aria label and tooltip content for the resolve button
70
+ groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Яèşŏļνē 國國⟧
69
71
  # Aria label for the resolution status message container
70
- groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Řєѕŏĺüţїσņ śťåţüś mέşŝαĝε 國國國國國國國⟧
72
+ groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Яęśŏļũţíòņ ѕţâŧūş mεѕśάĝë 國國國國國國國⟧
71
73
  # Button text to show more replies with count
72
- groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mőґĕ řęΡľý} other {# mŏѓé ŗëΡľϊėŝ}} 國國國國國國國國國國國⟧
74
+ groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mояē гεΡľỳ} other {# mоґè гєΡĺĩέś}} 國國國國國國國國國國國⟧
73
75
  # Button text to show replies with count
74
- groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ŝħôω # ґéΡľў} other {Ѕĥōŵ # mõŗë яęΡľιèś}} 國國國國國國國國國國國國國⟧
76
+ groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ŝħŏẁ # ŗеΡľỳ} other {Şĥόŵ # mόŕέ ŗέΡĺîëŝ}} 國國國國國國國國國國國國國⟧
75
77
  # Aria label for the reply button
76
- groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ŔêΡĺỳ ьűţŧőή 國國國⟧
78
+ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ЃéΡĺУ вцτţøπ 國國國⟧
77
79
  # Aria label for user mention links
78
- groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ûşéг mëήŧįőи 國國國⟧
80
+ groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ùŝег męŋťϊőņ 國國國⟧
79
81
  # Aria label for message text content
80
- groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Мёşŝąĝè ŧëхť 國國國⟧
81
- # Aria label for unresolve button
82
- groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ůņяěşσļνє 國國⟧
82
+ groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Μєŝśãğē ťėхŧ 國國國⟧
83
+ # Aria label and tooltip content for the unresolve button
84
+ groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ũпřёŝőľνè 國國⟧
83
85
  # Alt text for user avatar image
84
- groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Ûѕεґ âνăτãѓ 國國國⟧
86
+ groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Ŭŝéŗ άνǻταг 國國國⟧
85
87
  # Aria label for clickable user avatar button
86
- groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vîēш ųѕéг Ρŕöƒíĺё ьцŧţоη 國國國國國國國⟧
88
+ groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vïέŵ üśèг Ρгòƒįľé ьųţťоʼn 國國國國國國國⟧
@@ -3,12 +3,13 @@ export default {
3
3
  "groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Mensaje de anotación",
4
4
  "groupSharedFeatures.threadedAnnotations.annotationPage": "Página {number}",
5
5
  "groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Botón Cancelar eliminación",
6
+ "groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
6
7
  "groupSharedFeatures.threadedAnnotations.delete": "Eliminar",
7
8
  "groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Botón Eliminar",
8
9
  "groupSharedFeatures.threadedAnnotations.deleteCancel": "Anular",
9
10
  "groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "¿Desea eliminar este comentario?",
10
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "¿Desea eliminar este comentario y las respuestas? Esta acción no se puede deshacer.",
11
11
  "groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Confirmación de eliminación",
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
13
  "groupSharedFeatures.threadedAnnotations.edit": "Edición",
13
14
  "groupSharedFeatures.threadedAnnotations.hideReplies": "Ocultar respuestas",
14
15
  "groupSharedFeatures.threadedAnnotations.markedAsResolved": "marcado como resuelto",