@box/threaded-annotations 1.85.0 → 1.85.2
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/i18n/bn-IN.js +1 -2
- package/dist/i18n/bn-IN.properties +6 -4
- package/dist/i18n/da-DK.js +1 -2
- package/dist/i18n/da-DK.properties +6 -4
- package/dist/i18n/de-DE.js +1 -2
- package/dist/i18n/de-DE.properties +6 -4
- package/dist/i18n/en-AU.js +1 -2
- package/dist/i18n/en-AU.properties +6 -4
- package/dist/i18n/en-CA.js +1 -2
- package/dist/i18n/en-CA.properties +6 -4
- package/dist/i18n/en-GB.js +1 -2
- package/dist/i18n/en-GB.properties +6 -4
- package/dist/i18n/en-x-pseudo.js +43 -44
- package/dist/i18n/en-x-pseudo.properties +47 -45
- package/dist/i18n/es-419.js +1 -2
- package/dist/i18n/es-419.properties +6 -4
- package/dist/i18n/es-ES.js +1 -2
- package/dist/i18n/es-ES.properties +6 -4
- package/dist/i18n/fi-FI.js +1 -2
- package/dist/i18n/fi-FI.properties +6 -4
- package/dist/i18n/fr-CA.js +1 -2
- package/dist/i18n/fr-CA.properties +6 -4
- package/dist/i18n/fr-FR.js +1 -2
- package/dist/i18n/fr-FR.properties +6 -4
- package/dist/i18n/hi-IN.js +1 -2
- package/dist/i18n/hi-IN.properties +6 -4
- package/dist/i18n/it-IT.js +1 -2
- package/dist/i18n/it-IT.properties +6 -4
- package/dist/i18n/ja-JP.js +1 -2
- package/dist/i18n/ja-JP.properties +6 -4
- package/dist/i18n/ko-KR.js +1 -2
- package/dist/i18n/ko-KR.properties +6 -4
- package/dist/i18n/nb-NO.js +1 -2
- package/dist/i18n/nb-NO.properties +6 -4
- package/dist/i18n/nl-NL.js +1 -2
- package/dist/i18n/nl-NL.properties +6 -4
- package/dist/i18n/pl-PL.js +1 -2
- package/dist/i18n/pl-PL.properties +6 -4
- package/dist/i18n/pt-BR.js +1 -2
- package/dist/i18n/pt-BR.properties +6 -4
- package/dist/i18n/ru-RU.js +1 -2
- package/dist/i18n/ru-RU.properties +6 -4
- package/dist/i18n/sv-SE.js +1 -2
- package/dist/i18n/sv-SE.properties +6 -4
- package/dist/i18n/tr-TR.js +1 -2
- package/dist/i18n/tr-TR.properties +6 -4
- package/dist/i18n/zh-CN.js +1 -2
- package/dist/i18n/zh-CN.properties +6 -4
- package/dist/i18n/zh-TW.js +1 -2
- package/dist/i18n/zh-TW.properties +6 -4
- package/package.json +11 -11
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "বার্তার টেক্সট",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "অমীমাংসিত",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "ব্যবহারকারীর অবতার",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ব্যবহারকারীর প্রোফাইল বোতাম দেখুন"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "এই মন্তব্য ও জবাবগুলো মুছবেন? এই পদক্ষেপটি আগের অবস্থায় ফেরানো যাবে না।"
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "ব্যবহারকারীর প্রোফাইল বোতাম দেখুন"
|
|
47
46
|
}
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = অ্য
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = পৃষ্ঠা {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = বাতিল করুন বোতাম
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = মুছুন
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = মুছুন
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = বাতিল করুন
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = আপনি কি এই মন্তব্যটি মুছতে চান?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = এই মন্তব্য ও জবাবগুলো মুছবেন? এই পদক্ষেপটি আগের অবস্থায় ফেরানো যাবে না।
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = নিশ্চিতকরণ মুছুন
|
|
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 = সম্পাদনা করুন
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = মূল ক
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = উত্তর দিন
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = উত্তর বোতাম
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = সমাধান করুন
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = রেজোলিউশন স্ট্যাটাস মেসেজ
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = উত্
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ব্যবহারকারীর উল্লেখ করুন
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = বার্তার টেক্সট
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = অমীমাংসিত
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = ব্যবহারকারীর অবতার
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meddelelsestekst",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Fortryd løsning",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Brugeravatar",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "'Vis brugerprofil'-knap"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Slet denne kommentar og svarene? Denne handling kan ikke fortrydes."
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "'Vis brugerprofil'-knap"
|
|
47
46
|
}
|
|
@@ -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
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Nachrichtentext",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Ungelöst",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Benutzer-Avatar",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Schaltfläche „Benutzerprofil anzeigen“"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Diesen Kommentar und Antworten löschen? Diese Aktion kann nicht rückgängig gemacht werden."
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Schaltfläche „Benutzerprofil anzeigen“"
|
|
47
46
|
}
|
|
@@ -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
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone."
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
46
|
}
|
|
@@ -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-CA.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can't be undone."
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
46
|
}
|
|
@@ -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-GB.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Message text",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Unresolve",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "User avatar",
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Delete this comment and replies? This action can’t be undone."
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "View user profile button"
|
|
47
46
|
}
|
|
@@ -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,47 +1,46 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.threadedAnnotations.copyLink": "
|
|
7
|
-
"groupSharedFeatures.threadedAnnotations.delete": "⟦萬
|
|
8
|
-
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬
|
|
9
|
-
"groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
11
|
-
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "
|
|
13
|
-
"groupSharedFeatures.threadedAnnotations.edit": "⟦萬
|
|
14
|
-
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬
|
|
15
|
-
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 m
|
|
16
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬
|
|
17
|
-
"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": "⟦萬萬萬 Ĉăňĉεľ ьµŧτōи 國國國⟧",
|
|
18
18
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
|
|
19
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬
|
|
25
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 P
|
|
27
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬
|
|
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": "⟦萬萬萬萬萬萬萬萬
|
|
34
|
-
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬
|
|
35
|
-
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬
|
|
36
|
-
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬
|
|
37
|
-
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
38
|
-
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
40
|
-
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬
|
|
41
|
-
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬
|
|
42
|
-
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬
|
|
43
|
-
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 V
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďеļεŧĕ τħіś çømmεлŧ åйď ґёΡľìεѕ? Ţнĭѕ άčťīòʼn çäи'ŧ вё üиďōňе. 國國國國國國國國國國國國國國國國國國⟧"
|
|
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 國國國國國國國⟧"
|
|
47
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 = ⟦萬萬萬萬萬
|
|
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
|
+
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďеļεŧĕ τħіś çømmεлŧ åйď ґёΡľìεѕ? Ţнĭѕ άčťīòʼn çäи'ŧ вё üиďōňе. 國國國國國國國國國國國國國國國國國國⟧
|
|
18
|
+
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ðö ỳóû ώąлŧ ťо ďěļèτě ţħįѕ çømmέŋţ? 國國國國國國國國國國⟧
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
|
-
groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
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 = ⟦萬萬萬萬萬
|
|
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 = ⟦萬萬
|
|
46
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ťό méʼnţĩόй 國國⟧
|
|
45
47
|
# Placeholder text for uplifted message editor
|
|
46
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬
|
|
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 = ⟦萬萬萬
|
|
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 = ⟦萬萬萬萬萬萬萬萬
|
|
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 = ⟦萬萬萬萬萬萬萬
|
|
72
|
+
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Яęśŏļũţíòņ ѕţâŧūş mεѕśάĝë 國國國國國國國⟧
|
|
71
73
|
# Button text to show more replies with count
|
|
72
|
-
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# 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 {
|
|
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 = ⟦萬萬萬
|
|
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 國國國國國國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -42,6 +42,5 @@ export default {
|
|
|
42
42
|
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Texto del mensaje",
|
|
43
43
|
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Anular",
|
|
44
44
|
"groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar del 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
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Botón Ver perfil de usuario"
|
|
47
46
|
}
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Mensaje de
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Página {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Botón Cancelar eliminación
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Eliminar
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Botón Eliminar
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Anular
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ¿Desea eliminar este comentario?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = ¿Desea eliminar este comentario y las respuestas? Esta acción no se puede deshacer.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmación de eliminación
|
|
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 = Edición
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Se ha eliminado
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = Responder
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Botón Responder
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Resolver
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Mensaje de estado de resolución
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Botón Resp
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Mención del usuario
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Texto del mensaje
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Anular
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Avatar del usuario
|