@box/threaded-annotations 1.84.14 → 1.85.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2 -1
- package/dist/i18n/bn-IN.properties +6 -4
- package/dist/i18n/da-DK.js +2 -1
- package/dist/i18n/da-DK.properties +6 -4
- package/dist/i18n/de-DE.js +2 -1
- package/dist/i18n/de-DE.properties +6 -4
- package/dist/i18n/en-AU.js +2 -1
- package/dist/i18n/en-AU.properties +6 -4
- package/dist/i18n/en-CA.js +2 -1
- package/dist/i18n/en-CA.properties +6 -4
- package/dist/i18n/en-GB.js +2 -1
- package/dist/i18n/en-GB.properties +6 -4
- package/dist/i18n/en-US.js +2 -1
- package/dist/i18n/en-US.properties +6 -4
- package/dist/i18n/en-x-pseudo.js +43 -42
- package/dist/i18n/en-x-pseudo.properties +47 -45
- package/dist/i18n/es-419.js +2 -1
- package/dist/i18n/es-419.properties +6 -4
- package/dist/i18n/es-ES.js +2 -1
- package/dist/i18n/es-ES.properties +6 -4
- package/dist/i18n/fi-FI.js +2 -1
- package/dist/i18n/fi-FI.properties +6 -4
- package/dist/i18n/fr-CA.js +2 -1
- package/dist/i18n/fr-CA.properties +6 -4
- package/dist/i18n/fr-FR.js +2 -1
- package/dist/i18n/fr-FR.properties +6 -4
- package/dist/i18n/hi-IN.js +2 -1
- package/dist/i18n/hi-IN.properties +6 -4
- package/dist/i18n/it-IT.js +2 -1
- package/dist/i18n/it-IT.properties +6 -4
- package/dist/i18n/ja-JP.js +2 -1
- package/dist/i18n/ja-JP.properties +6 -4
- package/dist/i18n/json/src/lib/components/v2/message-header/messages.json +1 -1
- package/dist/i18n/ko-KR.js +2 -1
- package/dist/i18n/ko-KR.properties +6 -4
- package/dist/i18n/nb-NO.js +2 -1
- package/dist/i18n/nb-NO.properties +6 -4
- package/dist/i18n/nl-NL.js +2 -1
- package/dist/i18n/nl-NL.properties +6 -4
- package/dist/i18n/pl-PL.js +2 -1
- package/dist/i18n/pl-PL.properties +6 -4
- package/dist/i18n/pt-BR.js +2 -1
- package/dist/i18n/pt-BR.properties +6 -4
- package/dist/i18n/ru-RU.js +2 -1
- package/dist/i18n/ru-RU.properties +6 -4
- package/dist/i18n/sv-SE.js +2 -1
- package/dist/i18n/sv-SE.properties +6 -4
- package/dist/i18n/tr-TR.js +2 -1
- package/dist/i18n/tr-TR.properties +6 -4
- package/dist/i18n/zh-CN.js +2 -1
- package/dist/i18n/zh-CN.properties +6 -4
- package/dist/i18n/zh-TW.js +2 -1
- package/dist/i18n/zh-TW.properties +6 -4
- 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
|
@@ -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
|
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",
|
|
@@ -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
|
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",
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Huomautusvi
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Sivu {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Peruuta poisto -painike
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Poista
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Poista-painike
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Peruuta
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Haluatko poistaa tämän kommentin?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Poistetaanko tämä kommentti ja vastaukset? Tätä toimintoa ei voi kumota.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Poista vahvistus
|
|
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 = Muokkaa
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Alkuperäinen s
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = Vastaus
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Vastaa-painike
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Ratkaise
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Ratkaisun tilaviesti
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Vastaa-pain
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Käyttäjän maininta
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Viestin teksti
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Poista ratkaisu
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Käyttäjän avatar
|
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",
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Message d'a
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Bouton Annuler la suppression
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Supprimer
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Bouton supprimer
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Annuler
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Voulez-vous supprimer ce commentaire ?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Supprimer ce commentaire et ces réponses ? Cette action est irréversible.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmation de la suppression
|
|
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 = Modifier
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Le contenu d’
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = Répondre
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Bouton Répondre
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Résolu
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Message de statut de résolution
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Bouton Rép
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Mention de l'utilisateur
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Texte du message
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Non résolu
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Avatar d'utilisateur
|
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",
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Message d'a
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Page {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Bouton Annuler la suppression
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Supprimer
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Bouton supprimer
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Annuler
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Voulez-vous supprimer ce commentaire ?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Supprimer ce commentaire et ces réponses ? Cette action est irréversible.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmation de la suppression
|
|
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 = Modifier
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Le contenu d’
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = Répondre
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Bouton Répondre
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Résolu
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Message de statut de résolution
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Bouton Rép
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Mention de l'utilisateur
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Texte du message
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Non résolu
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Avatar d'utilisateur
|
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": "हल किए गए के रूप में चिह्नित किया गया",
|
|
@@ -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/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",
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Messaggio d
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Pagina {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Pulsante Annulla eliminazione
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Elimina
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Pulsante Elimina
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Annulla
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Vuoi eliminare questo commento?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Vuoi eliminare il commento e le risposte? L’azione non può essere annullata.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Conferma eliminazione
|
|
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 = Modifica
|
|
23
25
|
# Button text to hide replies in threaded annotations
|
|
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Il contenuto or
|
|
|
64
66
|
groupSharedFeatures.threadedAnnotations.reply = Rispondi
|
|
65
67
|
# Aria label for the reply button that opens the message editor
|
|
66
68
|
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Pulsante Rispondi
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Risolvi
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Messaggio sullo stato della risoluzione
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Pulsante Ri
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Menzione utente
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Testo del messaggio
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Annulla risoluzione
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Avatar utente
|
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": "が対応済みとしてマーク済み",
|
|
@@ -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 = Original conten
|
|
|
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 = ユーザーのアバター
|
|
@@ -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"}]
|
package/dist/i18n/ko-KR.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": "해결된 상태로 표시됨",
|
|
@@ -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/nb-NO.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Merknadsmelding",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Side {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Avbryt slett-knapp",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Slett",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Slett-knapp",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Avbryt",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Vil du slette denne kommentaren?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Vil du slette denne kommentaren og svar? Denne handlingen kan ikke angres.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Bekreftelse på sletting",
|
|
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": "Rediger",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Skjul svar",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "merket som løst",
|
|
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Merknadsmel
|
|
|
6
6
|
groupSharedFeatures.threadedAnnotations.annotationPage = Side {number}
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
8
|
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Avbryt slett-knapp
|
|
9
|
+
# Copy link option in message context menu
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = Copy link
|
|
9
11
|
# Delete button text
|
|
10
12
|
groupSharedFeatures.threadedAnnotations.delete = Slett
|
|
11
13
|
# Aria label for delete button
|
|
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Slett-knapp
|
|
|
14
16
|
groupSharedFeatures.threadedAnnotations.deleteCancel = Avbryt
|
|
15
17
|
# Confirmation text asking user if they want to delete a comment
|
|
16
18
|
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Vil du slette denne kommentaren?
|
|
17
|
-
# Confirmation text asking user if they want to delete a comment and its replies
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Vil du slette denne kommentaren og svar? Denne handlingen kan ikke angres.
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
20
|
groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekreftelse på sletting
|
|
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 = Opprinnelig inn
|
|
|
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-knapp
|
|
67
|
-
# Aria label for resolve button
|
|
69
|
+
# Aria label and tooltip content for the resolve button
|
|
68
70
|
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Avklar
|
|
69
71
|
# Aria label for the resolution status message container
|
|
70
72
|
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Melding om løsningsstatus
|
|
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Svar-knapp
|
|
|
78
80
|
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Brukerhenvisning
|
|
79
81
|
# Aria label for message text content
|
|
80
82
|
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Meldingstekst
|
|
81
|
-
# Aria label for unresolve button
|
|
83
|
+
# Aria label and tooltip content for the unresolve button
|
|
82
84
|
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Uavklar
|
|
83
85
|
# Alt text for user avatar image
|
|
84
86
|
groupSharedFeatures.threadedAnnotations.userAvatar = Brukeravatar
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -3,12 +3,13 @@ export default {
|
|
|
3
3
|
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "Aantekeningbericht",
|
|
4
4
|
"groupSharedFeatures.threadedAnnotations.annotationPage": "Pagina {number}",
|
|
5
5
|
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "Knop Verwijdering annuleren",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "Copy link",
|
|
6
7
|
"groupSharedFeatures.threadedAnnotations.delete": "Verwijderen",
|
|
7
8
|
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "Knop Verwijderen",
|
|
8
9
|
"groupSharedFeatures.threadedAnnotations.deleteCancel": "Annuleren",
|
|
9
10
|
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "Wil je deze opmerking verwijderen?",
|
|
10
|
-
"groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Deze opmerking en antwoorden verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "Bevestiging verwijderen",
|
|
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": "Bewerken",
|
|
13
14
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "Reacties verbergen",
|
|
14
15
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "gemarkeerd als opgelost",
|