@box/threaded-annotations 1.86.0 → 1.89.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/message-footer.js +9 -9
- package/dist/esm/lib/components/v2/message-header/message-header.js +4 -3
- package/dist/i18n/bn-IN.properties +2 -0
- package/dist/i18n/da-DK.properties +2 -0
- package/dist/i18n/de-DE.properties +2 -0
- package/dist/i18n/en-AU.properties +2 -0
- package/dist/i18n/en-CA.properties +2 -0
- package/dist/i18n/en-GB.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +44 -44
- package/dist/i18n/en-x-pseudo.properties +45 -43
- package/dist/i18n/es-419.properties +2 -0
- package/dist/i18n/es-ES.properties +2 -0
- package/dist/i18n/fi-FI.properties +2 -0
- package/dist/i18n/fr-CA.properties +2 -0
- package/dist/i18n/fr-FR.properties +2 -0
- package/dist/i18n/hi-IN.properties +2 -0
- package/dist/i18n/it-IT.properties +2 -0
- package/dist/i18n/ja-JP.properties +2 -0
- package/dist/i18n/ko-KR.properties +2 -0
- package/dist/i18n/nb-NO.properties +2 -0
- package/dist/i18n/nl-NL.properties +2 -0
- package/dist/i18n/pl-PL.properties +2 -0
- package/dist/i18n/pt-BR.properties +2 -0
- package/dist/i18n/ru-RU.properties +2 -0
- package/dist/i18n/sv-SE.properties +2 -0
- package/dist/i18n/tr-TR.properties +2 -0
- package/dist/i18n/zh-CN.properties +2 -0
- package/dist/i18n/zh-TW.properties +2 -0
- package/dist/styles/message-footer.css +1 -1
- package/package.json +12 -12
|
@@ -4,15 +4,15 @@ import { useIntl as a } from "react-intl";
|
|
|
4
4
|
import { ReadableTime as o, getReadableTime as s } from "@box/readable-time";
|
|
5
5
|
import { jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
6
6
|
import '../styles/message-footer.css';var u = {
|
|
7
|
-
textMessage: "
|
|
8
|
-
contentWrapper: "
|
|
9
|
-
threadedIndicator: "
|
|
10
|
-
threadedIndicatorHidden: "
|
|
11
|
-
messageContent: "
|
|
12
|
-
annotationBadgeWrapper: "
|
|
13
|
-
messageFooter: "
|
|
14
|
-
readableTimeWrapper: "
|
|
15
|
-
replyButton: "
|
|
7
|
+
textMessage: "_textMessage_4bt0e_4",
|
|
8
|
+
contentWrapper: "_contentWrapper_4bt0e_13",
|
|
9
|
+
threadedIndicator: "_threadedIndicator_4bt0e_18",
|
|
10
|
+
threadedIndicatorHidden: "_threadedIndicatorHidden_4bt0e_34",
|
|
11
|
+
messageContent: "_messageContent_4bt0e_37",
|
|
12
|
+
annotationBadgeWrapper: "_annotationBadgeWrapper_4bt0e_44",
|
|
13
|
+
messageFooter: "_messageFooter_4bt0e_53",
|
|
14
|
+
readableTimeWrapper: "_readableTimeWrapper_4bt0e_60",
|
|
15
|
+
replyButton: "_replyButton_4bt0e_64"
|
|
16
16
|
}, d = ({ createdAt: d, onReply: f, updatedAt: p }) => {
|
|
17
17
|
let m = a();
|
|
18
18
|
return /* @__PURE__ */ l("div", {
|
|
@@ -7,7 +7,8 @@ import { IconButton as o, Text as s, Tooltip as c } from "@box/blueprint-web";
|
|
|
7
7
|
import { useState as l } from "react";
|
|
8
8
|
import { useIntl as u } from "react-intl";
|
|
9
9
|
import { jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
10
|
-
import {
|
|
10
|
+
import { CheckmarkCircle as p } from "@box/blueprint-web-assets/icons/Medium";
|
|
11
|
+
import { CheckmarkCircle as m } from "@box/blueprint-web-assets/icons/MediumFilled";
|
|
11
12
|
var h = ({ author: h, canResolve: g = !1, isResolved: _ = !1, canEdit: v = !0, canDelete: y = !0, hasReplies: b = !1, isFirstMessage: x = !1, onAvatarClick: S, onCopyLink: C, onDelete: w, onEdit: T, onResolve: E, onThreadDelete: D, onUnresolve: O }) => {
|
|
12
13
|
let k = u(), { isAnnotations: A } = e(), [j, M] = l(!1), [N, P] = l(!1);
|
|
13
14
|
return /* @__PURE__ */ f("div", {
|
|
@@ -38,7 +39,7 @@ var h = ({ author: h, canResolve: g = !1, isResolved: _ = !1, canEdit: v = !0, c
|
|
|
38
39
|
"aria-label": k.formatMessage(i.resolveButtonAriaLabel),
|
|
39
40
|
"data-no-expand": !0,
|
|
40
41
|
disabled: N,
|
|
41
|
-
icon:
|
|
42
|
+
icon: p,
|
|
42
43
|
onClick: () => E?.(),
|
|
43
44
|
size: "small"
|
|
44
45
|
})
|
|
@@ -49,7 +50,7 @@ var h = ({ author: h, canResolve: g = !1, isResolved: _ = !1, canEdit: v = !0, c
|
|
|
49
50
|
"aria-label": k.formatMessage(i.unresolveButtonAriaLabel),
|
|
50
51
|
"data-no-expand": !0,
|
|
51
52
|
disabled: N,
|
|
52
|
-
icon:
|
|
53
|
+
icon: m,
|
|
53
54
|
onClick: () => O?.(),
|
|
54
55
|
size: "small"
|
|
55
56
|
})
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = নিশ্চি
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = সম্পাদনা করুন
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = উত্তর লুকান
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekræft sletning
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Rediger
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Skjul svar
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Löschbestätigung
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Bearbeiten
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Antworten ausblenden
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edit
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Hide replies
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edit
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Hide replies
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Delete confirmation
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edit
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Hide replies
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬
|
|
5
|
-
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬
|
|
6
|
-
"groupSharedFeatures.threadedAnnotations.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.edited": "(
|
|
15
|
-
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬
|
|
16
|
-
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 m
|
|
17
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬
|
|
18
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬
|
|
2
|
+
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Ťĥŕėąďêď ăňлŏţāτîōй 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Άŋπõτãŧïόπ mêѕśåğë 國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Pãğĕ {number} 國國⟧",
|
|
5
|
+
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Čąʼnčеĺ ďёľëτé ьûŧťòη 國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬 ĈόΡў ľĭήĸ 國國⟧",
|
|
7
|
+
"groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ďęļęťё 國⟧",
|
|
8
|
+
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ðεļęŧė вũτţóή 國國國⟧",
|
|
9
|
+
"groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Ćǻпсėĺ 國⟧",
|
|
10
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ðŏ Уσũ ẁäлτ ŧö ďέļèτé ţĥįś çōmméňŧ? 國國國國國國國國國國⟧",
|
|
11
|
+
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ďėļêţе çóлƒīѓmαťíöл 國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðέļέŧê ţнîś {type, select, annotation {άлńòτąţϊóή} other {ĉòmmèńť}}{hasReplies, select, true { αʼnď гêΡĺīēş} other {}}? Ťнĩѕ āćŧĭôŋ çãń'ţ ье ũňďοπε. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
13
|
+
"groupSharedFeatures.threadedAnnotations.edit": "⟦萬 Ěďįŧ 國⟧",
|
|
14
|
+
"groupSharedFeatures.threadedAnnotations.edited": "⟦萬萬 (Ēďïţéď) 國國⟧",
|
|
15
|
+
"groupSharedFeatures.threadedAnnotations.hideReplies": "⟦萬萬萬 Ήϊďê ŕĕΡļīεş 國國國⟧",
|
|
16
|
+
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "⟦萬萬萬萬萬 mǻґкėď αş ґèŝôľνèď 國國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬 Ĉǻй¢ėļ 國⟧",
|
|
18
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Çăпсεĺ ьμŧŧøʼn 國國國⟧",
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "⟦萬萬萬 {count}/{maxCount} 國國國⟧",
|
|
20
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬
|
|
27
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬
|
|
28
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 P
|
|
29
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬
|
|
30
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬
|
|
31
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬
|
|
32
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬
|
|
34
|
-
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬
|
|
35
|
-
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬
|
|
36
|
-
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬
|
|
37
|
-
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬
|
|
38
|
-
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
40
|
-
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
41
|
-
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬
|
|
42
|
-
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬
|
|
43
|
-
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 V
|
|
20
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ỳòŭř çοmmėʼnŧ îŝ {excess, plural, one {# сĥâгǻ¢τěг} other {# ćĥäгąçţеяŝ}} ťŏō ĺσпġ 國國國國國國國國國國國國國國國國國國⟧",
|
|
21
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Мèѕśǻğě ëďïţòř 國國國國⟧",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мĕşѕáĝе ιňΡμţ Ρľάĉēĥóľďεг 國國國國國國國⟧",
|
|
23
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ẃŗìŧе ă соmmėпŧ ŏѓ 國國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Щґϊťε ă ґεΡĺγ òґ 國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 ťό měńţîόπ 國國⟧",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted": "⟦萬萬萬萬萬萬萬萬萬 Ĺėάνė ǻ сømmēπτ оґ @ ŧŏ mêńţīŏп 國國國國國國國國國⟧",
|
|
27
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Pøŝţ 國⟧",
|
|
28
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pоśŧ ьůŧţŏņ 國國國⟧",
|
|
29
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ļσǻďίηğ... 國國⟧",
|
|
30
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Şàνē 國⟧",
|
|
31
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Ŝãνīńĝ... 國國⟧",
|
|
32
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Меѕşãġĕ ėďϊťŏř ş¢ґôļľ ĉöŋτáїňéґ 國國國國國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Мōгë ôΡŧíôпş ьцŧţõл 國國國國國⟧",
|
|
34
|
+
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Οґīĝιиάľ ċøňτέπτ щåѕ ďëľéτεď 國國國國國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ŔĕΡĺγ 國⟧",
|
|
36
|
+
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ŖėΡļý ьųťτŏη 國國國⟧",
|
|
37
|
+
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Ѓěşοľνĕ 國國⟧",
|
|
38
|
+
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Яεŝõľũŧιøʼn ŝŧαţùś mëśşâĝę 國國國國國國國⟧",
|
|
39
|
+
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# møŗє ŕęΡļŷ} other {# mõгė ґеΡļīεѕ}} 國國國國國國國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Şħόώ # ѓєΡľý} other {Ѕнσẃ # mοŕē гéΡĺīėś}} 國國國國國國國國國國國國國⟧",
|
|
41
|
+
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ЃεΡĺý вůťţòʼn 國國國⟧",
|
|
42
|
+
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Ûŝěґ méňτïоη 國國國⟧",
|
|
43
|
+
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Мéśşāğе ťëם 國國國⟧",
|
|
44
|
+
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Ùηŗёѕöĺνè 國國⟧",
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Ùşєř ăναţαŕ 國國國⟧",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vієώ ûşėŕ Ρгóƒιļε ьůťţôй 國國國國國國國⟧"
|
|
47
47
|
}
|
|
@@ -1,88 +1,90 @@
|
|
|
1
1
|
# Aria label for the threaded annotations container button
|
|
2
|
-
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬
|
|
2
|
+
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ťĥŕėąďêď ăňлŏţāτîōй 國國國國國⟧
|
|
3
3
|
# Aria label for annotation message container
|
|
4
|
-
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Άŋπõτãŧïόπ mêѕśåğë 國國國國國⟧
|
|
5
5
|
# Label showing the page number of an annotation target
|
|
6
|
-
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 Pãğĕ {number} 國國⟧
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
|
-
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬 Čąʼnčеĺ ďёľëτé ьûŧťòη 國國國國國⟧
|
|
9
9
|
# Copy link option in message context menu
|
|
10
|
-
groupSharedFeatures.threadedAnnotations.copyLink = ⟦萬萬
|
|
10
|
+
groupSharedFeatures.threadedAnnotations.copyLink = ⟦萬萬 ĈόΡў ľĭήĸ 國國⟧
|
|
11
11
|
# Delete button text
|
|
12
|
-
groupSharedFeatures.threadedAnnotations.delete = ⟦萬
|
|
12
|
+
groupSharedFeatures.threadedAnnotations.delete = ⟦萬 Ďęļęťё 國⟧
|
|
13
13
|
# Aria label for delete button
|
|
14
|
-
groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬
|
|
14
|
+
groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = ⟦萬萬萬 Ðεļęŧė вũτţóή 國國國⟧
|
|
15
15
|
# Cancel button text for delete confirmation dialog
|
|
16
|
-
groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬
|
|
16
|
+
groupSharedFeatures.threadedAnnotations.deleteCancel = ⟦萬 Ćǻпсėĺ 國⟧
|
|
17
17
|
# Confirmation text asking user if they want to delete a comment
|
|
18
|
-
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = ⟦萬萬萬萬萬萬萬萬萬萬 Ðŏ Уσũ ẁäлτ ŧö ďέļèτé ţĥįś çōmméňŧ? 國國國國國國國國國國⟧
|
|
19
19
|
# Aria label for delete confirmation popover
|
|
20
|
-
groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.threadedAnnotations.deleteConfirmation = ⟦萬萬萬萬萬 Ďėļêţе çóлƒīѓmαťíöл 國國國國國⟧
|
|
21
21
|
# Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
|
|
22
|
-
groupSharedFeatures.threadedAnnotations.deleteQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.threadedAnnotations.deleteQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðέļέŧê ţнîś {type, select, annotation {άлńòτąţϊóή} other {ĉòmmèńť}}{hasReplies, select, true { αʼnď гêΡĺīēş} other {}}? Ťнĩѕ āćŧĭôŋ çãń'ţ ье ũňďοπε. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
23
23
|
# Edit option in message context menu
|
|
24
|
-
groupSharedFeatures.threadedAnnotations.edit = ⟦萬
|
|
24
|
+
groupSharedFeatures.threadedAnnotations.edit = ⟦萬 Ěďįŧ 國⟧
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = ⟦萬萬 (Ēďïţéď) 國國⟧
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
|
-
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬
|
|
28
|
+
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ήϊďê ŕĕΡļīεş 國國國⟧
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
28
|
-
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 m
|
|
30
|
+
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 mǻґкėď αş ґèŝôľνèď 國國國國國⟧
|
|
29
31
|
# Cancel button text for message editor
|
|
30
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬
|
|
32
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Ĉǻй¢ėļ 國⟧
|
|
31
33
|
# Aria label for the cancel button in message editor
|
|
32
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬
|
|
34
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Çăпсεĺ ьμŧŧøʼn 國國國⟧
|
|
33
35
|
# Character count display showing current count and maximum allowed
|
|
34
36
|
groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = ⟦萬萬萬 {count}/{maxCount} 國國國⟧
|
|
35
37
|
# Screen reader alert and tooltip text shown when character limit is exceeded
|
|
36
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ỳòŭř çοmmėʼnŧ îŝ {excess, plural, one {# сĥâгǻ¢τěг} other {# ćĥäгąçţеяŝ}} ťŏō ĺσпġ 國國國國國國國國國國國國國國國國國國⟧
|
|
37
39
|
# Aria label for the rich text editor content area
|
|
38
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Мèѕśǻğě ëďïţòř 國國國國⟧
|
|
39
41
|
# Aria label for message editor placeholder
|
|
40
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мĕşѕáĝе ιňΡμţ Ρľάĉēĥóľďεг 國國國國國國國⟧
|
|
41
43
|
# First part of placeholder text before @ symbol
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬
|
|
44
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ẃŗìŧе ă соmmėпŧ ŏѓ 國國國國國⟧
|
|
43
45
|
# First part of placeholder text before @ symbol for reply
|
|
44
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬
|
|
46
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Щґϊťε ă ґεΡĺγ òґ 國國國國⟧
|
|
45
47
|
# Last part of placeholder text after @ symbol
|
|
46
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬
|
|
48
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ťό měńţîόπ 國國⟧
|
|
47
49
|
# Placeholder text for uplifted message editor
|
|
48
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ĺėάνė ǻ сømmēπτ оґ @ ŧŏ mêńţīŏп 國國國國國國國國國⟧
|
|
49
51
|
# Post button text for message editor
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬
|
|
52
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pøŝţ 國⟧
|
|
51
53
|
# Aria label for the post button in message editor
|
|
52
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 P
|
|
54
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pоśŧ ьůŧţŏņ 國國國⟧
|
|
53
55
|
# Aria label for post button loading state
|
|
54
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬
|
|
56
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ļσǻďίηğ... 國國⟧
|
|
55
57
|
# Save button text for message editor
|
|
56
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬
|
|
58
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Şàνē 國⟧
|
|
57
59
|
# Aria label for save button loading state
|
|
58
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬
|
|
60
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝãνīńĝ... 國國⟧
|
|
59
61
|
# Aria label for the scrollable message editor content container
|
|
60
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Меѕşãġĕ ėďϊťŏř ş¢ґôļľ ĉöŋτáїňéґ 國國國國國國國國國⟧
|
|
61
63
|
# Aria label for more options button in annotation message
|
|
62
|
-
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬
|
|
64
|
+
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Мōгë ôΡŧíôпş ьцŧţõл 國國國國國⟧
|
|
63
65
|
# Tooltip shown when the annotation badge refers to deleted content
|
|
64
|
-
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Οґīĝιиάľ ċøňτέπτ щåѕ ďëľéτεď 國國國國國國國國⟧
|
|
65
67
|
# Reply button text to start composing a reply
|
|
66
|
-
groupSharedFeatures.threadedAnnotations.reply = ⟦萬
|
|
68
|
+
groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ŔĕΡĺγ 國⟧
|
|
67
69
|
# Aria label for the reply button that opens the message editor
|
|
68
|
-
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬
|
|
70
|
+
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ŖėΡļý ьųťτŏη 國國國⟧
|
|
69
71
|
# Aria label and tooltip content for the resolve button
|
|
70
|
-
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬
|
|
72
|
+
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Ѓěşοľνĕ 國國⟧
|
|
71
73
|
# Aria label for the resolution status message container
|
|
72
|
-
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
74
|
+
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Яεŝõľũŧιøʼn ŝŧαţùś mëśşâĝę 國國國國國國國⟧
|
|
73
75
|
# Button text to show more replies with count
|
|
74
|
-
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
76
|
+
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# møŗє ŕęΡļŷ} other {# mõгė ґеΡļīεѕ}} 國國國國國國國國國國國⟧
|
|
75
77
|
# Button text to show replies with count
|
|
76
|
-
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
78
|
+
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Şħόώ # ѓєΡľý} other {Ѕнσẃ # mοŕē гéΡĺīėś}} 國國國國國國國國國國國國國⟧
|
|
77
79
|
# Aria label for the reply button
|
|
78
|
-
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬
|
|
80
|
+
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ЃεΡĺý вůťţòʼn 國國國⟧
|
|
79
81
|
# Aria label for user mention links
|
|
80
|
-
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬
|
|
82
|
+
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ûŝěґ méňτïоη 國國國⟧
|
|
81
83
|
# Aria label for message text content
|
|
82
|
-
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬
|
|
84
|
+
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Мéśşāğе ťëם 國國國⟧
|
|
83
85
|
# Aria label and tooltip content for the unresolve button
|
|
84
|
-
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬
|
|
86
|
+
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ùηŗёѕöĺνè 國國⟧
|
|
85
87
|
# Alt text for user avatar image
|
|
86
|
-
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬
|
|
88
|
+
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Ùşєř ăναţαŕ 國國國⟧
|
|
87
89
|
# Aria label for clickable user avatar button
|
|
88
|
-
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 V
|
|
90
|
+
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vієώ ûşėŕ Ρгóƒιļε ьůťţôй 國國國國國國國⟧
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmación de el
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edición
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Ocultar respuestas
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmación de el
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edición
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Ocultar respuestas
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Poista vahvistus
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Muokkaa
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Piilota vastaukset
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmation de la
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Modifier
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Masquer les réponses
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmation de la
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Modifier
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Masquer les réponses
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = हटाने क
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = संपादित करें
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = जवाबों को छिपाएं
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Conferma eliminazio
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Modifica
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Nascondi risposte
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = 削除の確認
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = 編集
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = 返信を非表示
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = 삭제 확인
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = 편집
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = 답글 숨기기
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekreftelse på sle
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Rediger
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Skjul svar
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bevestiging verwijd
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Bewerken
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Reacties verbergen
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Potwierdzenie usuni
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Edytuj
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Ukryj odpowiedzi
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Confirmação de ex
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Editar
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Ocultar respostas
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Подтвержд
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Изменить
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Скрыть ответы
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekräftelse av rad
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Redigera
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Dölj svar
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = Onayı sil
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = Düzenle
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = Yanıtları gizle
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = 删除确认
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = 编辑
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = 隐藏回复
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -22,6 +22,8 @@ groupSharedFeatures.threadedAnnotations.deleteConfirmation = 刪除確認
|
|
|
22
22
|
groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = 編輯
|
|
25
|
+
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (Edited)
|
|
25
27
|
# Button text to hide replies in threaded annotations
|
|
26
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = 隱藏回覆
|
|
27
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._textMessage_4bt0e_4{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:visible}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13{gap:var(--space-2);margin-top:.125rem;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicator_4bt0e_18{width:var(--space-7);flex-shrink:0;position:relative}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicator_4bt0e_18:after{content:"";left:50%;top:var(--space-05);bottom:var(--space-05);width:var(--border-2);background-color:var(--border-divider-border);border-radius:var(--radius-1);position:absolute;transform:translate(-50%)}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._threadedIndicatorHidden_4bt0e_34:after{visibility:hidden}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageContent_4bt0e_37{overflow-wrap:break-word;flex-direction:column;flex:1;min-width:0;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageContent_4bt0e_37 ._annotationBadgeWrapper_4bt0e_44{min-width:0;max-width:100%;padding-bottom:var(--space-1);flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageFooter_4bt0e_53{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);flex-direction:row;display:flex}._textMessage_4bt0e_4 ._contentWrapper_4bt0e_13 ._messageFooter_4bt0e_53 ._readableTimeWrapper_4bt0e_60{cursor:auto}._replyButton_4bt0e_64{padding-top:var(--space-05);padding-bottom:var(--space-05);opacity:0;transition:opacity .1s}[data-message-wrapper]:hover ._replyButton_4bt0e_64,[data-message-wrapper]:focus-within ._replyButton_4bt0e_64{opacity:1}@media (pointer:coarse),(hover:none){._replyButton_4bt0e_64{opacity:1}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/threaded-annotations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.89.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@tanstack/react-virtual": "^3.10.8",
|
|
@@ -16,23 +16,23 @@
|
|
|
16
16
|
"uuid": "^9.0.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@box/blueprint-web": "^14.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.
|
|
21
|
-
"@box/collaboration-popover": "^1.
|
|
22
|
-
"@box/readable-time": "^1.
|
|
23
|
-
"@box/user-selector": "^1.
|
|
19
|
+
"@box/blueprint-web": "^14.30.0",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.117.2",
|
|
21
|
+
"@box/collaboration-popover": "^1.62.3",
|
|
22
|
+
"@box/readable-time": "^1.41.3",
|
|
23
|
+
"@box/user-selector": "^1.76.3",
|
|
24
24
|
"clsx": "^1.2.1",
|
|
25
25
|
"react": "^18.0.0",
|
|
26
26
|
"react-dom": "^18.0.0",
|
|
27
27
|
"react-intl": "^6.4.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@box/blueprint-web": "^14.
|
|
31
|
-
"@box/blueprint-web-assets": "^4.
|
|
32
|
-
"@box/eslint-plugin-blueprint": "1.
|
|
33
|
-
"@box/readable-time": "^1.
|
|
34
|
-
"@box/storybook-utils": "^0.
|
|
35
|
-
"@box/user-selector": "^1.
|
|
30
|
+
"@box/blueprint-web": "^14.30.0",
|
|
31
|
+
"@box/blueprint-web-assets": "^4.117.2",
|
|
32
|
+
"@box/eslint-plugin-blueprint": "1.2.0",
|
|
33
|
+
"@box/readable-time": "^1.41.3",
|
|
34
|
+
"@box/storybook-utils": "^0.19.2",
|
|
35
|
+
"@box/user-selector": "^1.76.3",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|