@box/threaded-annotations 1.84.14 → 1.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/delete-confirmation-popover.js +16 -13
- package/dist/chunks/messages-view.js +41 -37
- package/dist/chunks/threaded-annotations2.js +32 -31
- package/dist/esm/lib/components/v2/message-header/message-header.js +63 -53
- package/dist/esm/lib/components/v2/message-header/message-options-menu.js +29 -26
- package/dist/esm/lib/components/v2/message-header/messages.js +7 -3
- package/dist/esm/lib/components/v2/text-message/text-message.js +19 -17
- package/dist/i18n/bn-IN.js +4 -2
- package/dist/i18n/da-DK.js +4 -2
- package/dist/i18n/de-DE.js +4 -2
- package/dist/i18n/en-AU.js +4 -2
- package/dist/i18n/en-CA.js +4 -2
- package/dist/i18n/en-GB.js +4 -2
- package/dist/i18n/en-US.js +2 -1
- package/dist/i18n/en-US.properties +6 -4
- package/dist/i18n/en-x-pseudo.js +44 -42
- package/dist/i18n/en-x-pseudo.properties +42 -42
- package/dist/i18n/es-419.js +4 -2
- package/dist/i18n/es-ES.js +4 -2
- package/dist/i18n/fi-FI.js +4 -2
- package/dist/i18n/fr-CA.js +4 -2
- package/dist/i18n/fr-FR.js +4 -2
- package/dist/i18n/hi-IN.js +4 -2
- package/dist/i18n/it-IT.js +4 -2
- package/dist/i18n/ja-JP.js +4 -2
- package/dist/i18n/json/src/lib/components/v2/message-header/messages.json +1 -1
- package/dist/i18n/ko-KR.js +4 -2
- package/dist/i18n/nb-NO.js +4 -2
- package/dist/i18n/nl-NL.js +4 -2
- package/dist/i18n/pl-PL.js +4 -2
- package/dist/i18n/pt-BR.js +4 -2
- package/dist/i18n/ru-RU.js +4 -2
- package/dist/i18n/sv-SE.js +4 -2
- package/dist/i18n/tr-TR.js +4 -2
- package/dist/i18n/zh-CN.js +4 -2
- package/dist/i18n/zh-TW.js +4 -2
- package/dist/types/lib/components/v2/message-header/delete-confirmation-popover.d.ts +5 -1
- package/dist/types/lib/components/v2/message-header/message-header.d.ts +9 -5
- package/dist/types/lib/components/v2/message-header/message-options-menu.d.ts +5 -3
- package/dist/types/lib/components/v2/message-header/messages.d.ts +6 -1
- package/dist/types/lib/components/v2/messages-view/messages-view.d.ts +2 -1
- package/dist/types/lib/components/v2/text-message/text-message.d.ts +4 -1
- package/dist/types/lib/v2/stories/shared.d.ts +1 -0
- package/dist/types/lib/v2/test-utils/test-selectors.d.ts +1 -0
- package/dist/types/lib/v2/threaded-annotations.d.ts +5 -0
- package/package.json +6 -6
package/dist/i18n/en-AU.js
CHANGED
|
@@ -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",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone."
|
|
45
47
|
}
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -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",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can't be undone."
|
|
45
47
|
}
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -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",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone."
|
|
45
47
|
}
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -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
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,45 +1,47 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
7
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
8
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
9
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
11
|
-
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
13
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
14
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
15
|
-
"groupSharedFeatures.threadedAnnotations.
|
|
16
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.
|
|
2
|
+
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Ŧĥŕėâďèď ăņлōτąťìóи 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Ǻипöťαŧίοл mėѕѕäğέ 國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Pǻĝè {number} 國國⟧",
|
|
5
|
+
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Ċαπсêļ ďëĺєţĕ ьűťŧőŋ 國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
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": "Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.",
|
|
13
|
+
"groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Ёďįţ 國⟧",
|
|
14
|
+
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ĥїďē ŗèΡĺīęş 國國國⟧",
|
|
15
|
+
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 måřкеď áś řęѕöļνèď 國國國國國⟧",
|
|
16
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Ćåʼnĉеļ 國⟧",
|
|
17
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Çαήćєļ ьûŧţοη 國國國⟧",
|
|
17
18
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
|
|
18
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
19
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬
|
|
20
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬
|
|
24
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬
|
|
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": "⟦萬萬萬萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬
|
|
34
|
-
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬
|
|
35
|
-
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬
|
|
36
|
-
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
37
|
-
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
38
|
-
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬
|
|
40
|
-
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬
|
|
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êйŧїóπ 國國⟧",
|
|
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": "⟦萬萬 Ŝãνîŋĝ... 國國⟧",
|
|
31
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μέşśàğε έďįťог ѕċґöļľ ćőйŧãïņєѓ 國國國國國國國國國⟧",
|
|
32
|
+
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Μőґĕ óΡťìσŋŝ вűŧťöŋ 國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Ôříğїʼnāľ ćôπŧęʼnŧ шαś ďέļèťεď 國國國國國國國國⟧",
|
|
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íéщ ũśèř Ρŗόƒîľê вŭττőπ 國國國國國國國⟧",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďеļεŧĕ τħіś çømmεлŧ åйď ґёΡľìεѕ? Ţнĭѕ άčťīòʼn çäи'ŧ вё üиďōňе. 國國國國國國國國國國國國國國國國國國⟧"
|
|
45
47
|
}
|
|
@@ -1,86 +1,86 @@
|
|
|
1
1
|
# Aria label for the threaded annotations container button
|
|
2
|
-
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬
|
|
2
|
+
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ŧĥŕėâďèď ăņлōτąťìóи 國國國國國⟧
|
|
3
3
|
# Aria label for annotation message container
|
|
4
|
-
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Ǻипöťαŧίοл mėѕѕäğέ 國國國國國⟧
|
|
5
5
|
# Label showing the page number of an annotation target
|
|
6
|
-
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 Pǻĝè {number} 國國⟧
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
|
-
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬 Ċαπсêļ ďëĺєţĕ ьűťŧőŋ 國國國國國⟧
|
|
9
9
|
# Delete button text
|
|
10
|
-
groupSharedFeatures.threadedAnnotations.delete = ⟦萬
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ďēĺēŧĕ 國⟧
|
|
11
11
|
# Aria label for delete button
|
|
12
|
-
groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬
|
|
12
|
+
groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ďēļêŧê ьůττòй 國國國⟧
|
|
13
13
|
# Cancel button text for delete confirmation dialog
|
|
14
|
-
groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬
|
|
14
|
+
groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Ĉάňčëľ 國⟧
|
|
15
15
|
# Confirmation text asking user if they want to delete a comment
|
|
16
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
16
|
+
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ðò ўŏµ шăńŧ τő ďęļêτê ţħίş čómmёпŧ? 國國國國國國國國國國⟧
|
|
17
17
|
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďеļεŧĕ τħіś çømmεлŧ åйď ґёΡľìεѕ? Ţнĭѕ άčťīòʼn çäи'ŧ вё üиďōňе. 國國國國國國國國國國國國國國國國國國⟧
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
|
-
groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ďēĺêŧė čσπƒïгmάťīσл 國國國國國⟧
|
|
21
21
|
# Edit option in message context menu
|
|
22
|
-
groupSharedFeatures.threadedAnnotations.edit = ⟦萬
|
|
22
|
+
groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Ёďįţ 國⟧
|
|
23
23
|
# Button text to hide replies in threaded annotations
|
|
24
|
-
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬
|
|
24
|
+
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ĥїďē ŗèΡĺīęş 國國國⟧
|
|
25
25
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
26
|
-
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 m
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 måřкеď áś řęѕöļνèď 國國國國國⟧
|
|
27
27
|
# Cancel button text for message editor
|
|
28
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬
|
|
28
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Ćåʼnĉеļ 國⟧
|
|
29
29
|
# Aria label for the cancel button in message editor
|
|
30
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬
|
|
30
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Çαήćєļ ьûŧţοη 國國國⟧
|
|
31
31
|
# Character count display showing current count and maximum allowed
|
|
32
32
|
groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = ⟦萬萬萬 {count}/{maxCount} 國國國⟧
|
|
33
33
|
# Screen reader alert and tooltip text shown when character limit is exceeded
|
|
34
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υöūя ¢õmmęлŧ ĭѕ {excess, plural, one {# čħαгāсτеŕ} other {# ćĥãŗåĉţĕŗś}} ťôō ĺőňġ 國國國國國國國國國國國國國國國國國國⟧
|
|
35
35
|
# Aria label for the rich text editor content area
|
|
36
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬
|
|
36
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Мěѕŝàĝê ęďìŧõя 國國國國⟧
|
|
37
37
|
# Aria label for message editor placeholder
|
|
38
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
38
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мēѕѕāġе ïŋΡùτ Ρĺà¢éħоļďέŗ 國國國國國國國⟧
|
|
39
39
|
# First part of placeholder text before @ symbol
|
|
40
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬
|
|
40
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ẁґιţę å ćοmmêлŧ ôя 國國國國國⟧
|
|
41
41
|
# First part of placeholder text before @ symbol for reply
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Шѓїţė ǻ ŕëΡļý óř 國國國國⟧
|
|
43
43
|
# Last part of placeholder text after @ symbol
|
|
44
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬
|
|
44
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ţő mêйŧїóπ 國國⟧
|
|
45
45
|
# Placeholder text for uplifted message editor
|
|
46
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ļěâνέ à ĉømmêņτ őг @ τό mėиŧìоň 國國國國國國國國國⟧
|
|
47
47
|
# Post button text for message editor
|
|
48
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬
|
|
48
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pōѕŧ 國⟧
|
|
49
49
|
# Aria label for the post button in message editor
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 P
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pόŝť вüťťòń 國國國⟧
|
|
51
51
|
# Aria label for post button loading state
|
|
52
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬
|
|
52
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ŀôãďίήġ... 國國⟧
|
|
53
53
|
# Save button text for message editor
|
|
54
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬
|
|
54
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Ŝąνĕ 國⟧
|
|
55
55
|
# Aria label for save button loading state
|
|
56
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬
|
|
56
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝãνîŋĝ... 國國⟧
|
|
57
57
|
# Aria label for the scrollable message editor content container
|
|
58
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
58
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Μέşśàğε έďįťог ѕċґöļľ ćőйŧãïņєѓ 國國國國國國國國國⟧
|
|
59
59
|
# Aria label for more options button in annotation message
|
|
60
|
-
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬
|
|
60
|
+
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μőґĕ óΡťìσŋŝ вűŧťöŋ 國國國國國⟧
|
|
61
61
|
# Tooltip shown when the annotation badge refers to deleted content
|
|
62
|
-
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Ôříğїʼnāľ ćôπŧęʼnŧ шαś ďέļèťεď 國國國國國國國國⟧
|
|
63
63
|
# Reply button text to start composing a reply
|
|
64
|
-
groupSharedFeatures.threadedAnnotations.reply = ⟦萬
|
|
64
|
+
groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ΓёΡļУ 國⟧
|
|
65
65
|
# Aria label for the reply button that opens the message editor
|
|
66
|
-
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬
|
|
66
|
+
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ŘēΡļỳ ьųττŏл 國國國⟧
|
|
67
67
|
# Aria label for resolve button
|
|
68
|
-
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬
|
|
68
|
+
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Яêśőĺνë 國國⟧
|
|
69
69
|
# Aria label for the resolution status message container
|
|
70
|
-
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
70
|
+
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Řëŝσļųţϊσň şτäτũѕ měśѕαĝé 國國國國國國國⟧
|
|
71
71
|
# Button text to show more replies with count
|
|
72
|
-
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
72
|
+
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mòřє яēΡľў} other {# møяē ŗēΡļίěş}} 國國國國國國國國國國國⟧
|
|
73
73
|
# Button text to show replies with count
|
|
74
|
-
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
74
|
+
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Śĥόω # řεΡľý} other {Ѕĥŏŵ # möяĕ гěΡĺįеś}} 國國國國國國國國國國國國國⟧
|
|
75
75
|
# Aria label for the reply button
|
|
76
|
-
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬
|
|
76
|
+
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ŔêΡľÿ ьµťτôπ 國國國⟧
|
|
77
77
|
# Aria label for user mention links
|
|
78
|
-
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬
|
|
78
|
+
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ųŝęя mёŋŧïоή 國國國⟧
|
|
79
79
|
# Aria label for message text content
|
|
80
|
-
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬
|
|
80
|
+
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Μęśѕáĝĕ ŧĕם 國國國⟧
|
|
81
81
|
# Aria label for unresolve button
|
|
82
|
-
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬
|
|
82
|
+
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Úпřēśòĺνε 國國⟧
|
|
83
83
|
# Alt text for user avatar image
|
|
84
|
-
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬
|
|
84
|
+
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Ųśėѓ âνáťâŗ 國國國⟧
|
|
85
85
|
# Aria label for clickable user avatar button
|
|
86
|
-
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 V
|
|
86
|
+
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Víéщ ũśèř Ρŗόƒîľê вŭττőπ 國國國國國國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -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",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto del mensaje",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anular",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar del usuario",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "¿Desea eliminar este comentario y las respuestas? Esta acción no se puede deshacer."
|
|
45
47
|
}
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -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",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto del mensaje",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anular",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar del usuario",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "¿Desea eliminar este comentario y las respuestas? Esta acción no se puede deshacer."
|
|
45
47
|
}
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Huomautusviesti",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Sivu {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Peruuta poisto -painike",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Poista",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Poista-painike",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Peruuta",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Haluatko poistaa tämän kommentin?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Poistetaanko tämä kommentti ja vastaukset? Tätä toimintoa ei voi kumota.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Poista vahvistus",
|
|
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": "Muokkaa",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Piilota vastaukset",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "merkitty ratkaistuksi",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Viestin teksti",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Poista ratkaisu",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Käyttäjän avatar",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Tarkastele käyttäjäprofiilia -painike",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Poistetaanko tämä kommentti ja vastaukset? Tätä toimintoa ei voi kumota."
|
|
45
47
|
}
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Message d'annotation",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Bouton Annuler la suppression",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Supprimer",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Bouton supprimer",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Annuler",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Voulez-vous supprimer ce commentaire ?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Supprimer ce commentaire et ces réponses ? Cette action est irréversible.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Confirmation de la suppression",
|
|
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": "Modifier",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Masquer les réponses",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "marqué en tant que résolu",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Non résolu",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Supprimer ce commentaire et ces réponses ? Cette action est irréversible."
|
|
45
47
|
}
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Message d'annotation",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Page {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Bouton Annuler la suppression",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Supprimer",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Bouton supprimer",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Annuler",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Voulez-vous supprimer ce commentaire ?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Supprimer ce commentaire et ces réponses ? Cette action est irréversible.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Confirmation de la suppression",
|
|
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": "Modifier",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Masquer les réponses",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "marqué en tant que résolu",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texte du message",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Non résolu",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar d'utilisateur",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Afficher le profil de l'utilisateur",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Supprimer ce commentaire et ces réponses ? Cette action est irréversible."
|
|
45
47
|
}
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -3,12 +3,13 @@ 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
7
|
"groupSharedFeatures.threadedAnnotations.delete": "हटाएं",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "हटाएं बटन",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "रद्द करें",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "क्या आप इस टिप्पणी को हटाना चाहते हैं?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "इस टिप्पणी और उत्तरों को हटाएं? इस कार्रवाई को पूर्ववत नहीं किया जा सकता।",
|
|
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
13
|
"groupSharedFeatures.threadedAnnotations.edit": "संपादित करें",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "जवाबों को छिपाएं",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "हल किए गए के रूप में चिह्नित किया गया",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "संदेश पाठ",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "हल न करें",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "उपयोगकर्ता अवतार",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "उपयोगकर्ता प्रोफ़ाइल देखें बटन"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "उपयोगकर्ता प्रोफ़ाइल देखें बटन",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "इस टिप्पणी और उत्तरों को हटाएं? इस कार्रवाई को पूर्ववत नहीं किया जा सकता।"
|
|
45
47
|
}
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Messaggio di annotazione",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Pagina {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Pulsante Annulla eliminazione",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Elimina",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Pulsante Elimina",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Annulla",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Vuoi eliminare questo commento?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Vuoi eliminare il commento e le risposte? L’azione non può essere annullata.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Conferma eliminazione",
|
|
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": "Modifica",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Nascondi risposte",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "ha contrassegnato l’elemento come risolto",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Testo del messaggio",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Annulla risoluzione",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar utente",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Pulsante Visualizza il profilo utente",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Vuoi eliminare il commento e le risposte? L’azione non può essere annullata."
|
|
45
47
|
}
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -3,12 +3,13 @@ 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
7
|
"groupSharedFeatures.threadedAnnotations.delete": "削除",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "[削除] ボタン",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "キャンセル",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "このコメントを削除しますか?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "このコメントと返信を削除しますか? この操作は元に戻せません。",
|
|
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
13
|
"groupSharedFeatures.threadedAnnotations.edit": "編集",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "返信を非表示",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "が対応済みとしてマーク済み",
|
|
@@ -41,5 +42,6 @@ export default {
|
|
|
41
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "メッセージテキスト",
|
|
42
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "未対応",
|
|
43
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "ユーザーのアバター",
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ユーザープロフィールを表示するボタン"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ユーザープロフィールを表示するボタン",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "このコメントと返信を削除しますか? この操作は元に戻せません。"
|
|
45
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"groupSharedFeatures.threadedAnnotations.deleteConfirmation","description":"Aria label for delete confirmation popover","defaultMessage":"Delete confirmation"},{"id":"groupSharedFeatures.threadedAnnotations.
|
|
1
|
+
[{"id":"groupSharedFeatures.threadedAnnotations.deleteConfirmation","description":"Aria label for delete confirmation popover","defaultMessage":"Delete confirmation"},{"id":"groupSharedFeatures.threadedAnnotations.deleteQuestion","description":"Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.","defaultMessage":"Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}?\nThis action can't be undone."},{"id":"groupSharedFeatures.threadedAnnotations.deleteCancel","description":"Cancel button text for delete confirmation dialog","defaultMessage":"Cancel"},{"id":"groupSharedFeatures.threadedAnnotations.delete","description":"Delete button text","defaultMessage":"Delete"},{"id":"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel","description":"Aria label for more options button in annotation message","defaultMessage":"More options button"},{"id":"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel","description":"Aria label for cancel delete button","defaultMessage":"Cancel delete button"},{"id":"groupSharedFeatures.threadedAnnotations.copyLink","description":"Copy link option in message context menu","defaultMessage":"Copy link"},{"id":"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel","description":"Aria label for delete button","defaultMessage":"Delete button"},{"id":"groupSharedFeatures.threadedAnnotations.edit","description":"Edit option in message context menu","defaultMessage":"Edit"},{"id":"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel","description":"Aria label and tooltip content for the resolve button","defaultMessage":"Resolve"},{"id":"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel","description":"Aria label and tooltip content for the unresolve button","defaultMessage":"Unresolve"}]
|