@box/threaded-annotations 1.90.1 → 1.91.4
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 +37 -28
- package/dist/i18n/en-x-pseudo.js +44 -44
- package/dist/i18n/en-x-pseudo.properties +44 -44
- package/dist/i18n/ja-JP.js +1 -1
- package/dist/i18n/ja-JP.properties +1 -1
- package/dist/types/lib/components/v2/text-message/subcomponents/message-footer.d.ts +2 -2
- package/package.json +11 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import e from "../esm/lib/components/v2/text-message/messages.js";
|
|
2
2
|
import { Button as t, Focusable as n, Text as r, Tooltip as i } from "@box/blueprint-web";
|
|
3
3
|
import { useIntl as a } from "react-intl";
|
|
4
|
-
import {
|
|
5
|
-
import { jsx as
|
|
6
|
-
import '../styles/message-footer.css';var
|
|
4
|
+
import { getReadableTime as o } from "@box/readable-time";
|
|
5
|
+
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
6
|
+
import '../styles/message-footer.css';var l = {
|
|
7
7
|
textMessage: "_textMessage_4bt0e_4",
|
|
8
8
|
contentWrapper: "_contentWrapper_4bt0e_13",
|
|
9
9
|
threadedIndicator: "_threadedIndicator_4bt0e_18",
|
|
@@ -13,50 +13,59 @@ import '../styles/message-footer.css';var u = {
|
|
|
13
13
|
messageFooter: "_messageFooter_4bt0e_53",
|
|
14
14
|
readableTimeWrapper: "_readableTimeWrapper_4bt0e_60",
|
|
15
15
|
replyButton: "_replyButton_4bt0e_64"
|
|
16
|
-
},
|
|
17
|
-
let
|
|
18
|
-
return /* @__PURE__ */
|
|
19
|
-
className:
|
|
16
|
+
}, u = ({ createdAt: u, onReply: d, updatedAt: f }) => {
|
|
17
|
+
let p = a();
|
|
18
|
+
return /* @__PURE__ */ c("div", {
|
|
19
|
+
className: l.messageFooter,
|
|
20
20
|
children: [
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
/* @__PURE__ */ s(i, {
|
|
22
|
+
content: o({
|
|
23
|
+
alwaysShowTime: !0,
|
|
24
|
+
intl: p,
|
|
25
|
+
relativeThreshold: 0,
|
|
26
|
+
timestamp: u
|
|
27
|
+
}),
|
|
28
|
+
children: /* @__PURE__ */ s(n, {
|
|
29
|
+
className: l.readableTimeWrapper,
|
|
30
|
+
"data-no-expand": !0,
|
|
31
|
+
children: /* @__PURE__ */ s(r, {
|
|
26
32
|
as: "span",
|
|
33
|
+
color: "textOnLightSecondary",
|
|
27
34
|
variant: "bodySmall",
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
35
|
+
children: o({
|
|
36
|
+
intl: p,
|
|
37
|
+
timestamp: u
|
|
38
|
+
})
|
|
39
|
+
})
|
|
31
40
|
})
|
|
32
41
|
}),
|
|
33
|
-
|
|
34
|
-
content:
|
|
42
|
+
f !== void 0 && /* @__PURE__ */ s(i, {
|
|
43
|
+
content: o({
|
|
35
44
|
alwaysShowTime: !0,
|
|
36
|
-
intl:
|
|
45
|
+
intl: p,
|
|
37
46
|
relativeThreshold: 0,
|
|
38
|
-
timestamp:
|
|
47
|
+
timestamp: f
|
|
39
48
|
}),
|
|
40
|
-
children: /* @__PURE__ */
|
|
49
|
+
children: /* @__PURE__ */ s(n, {
|
|
41
50
|
"data-no-expand": !0,
|
|
42
|
-
children: /* @__PURE__ */
|
|
51
|
+
children: /* @__PURE__ */ s(r, {
|
|
43
52
|
as: "span",
|
|
44
53
|
color: "textOnLightSecondary",
|
|
45
54
|
variant: "bodySmall",
|
|
46
|
-
children:
|
|
55
|
+
children: p.formatMessage(e.edited)
|
|
47
56
|
})
|
|
48
57
|
})
|
|
49
58
|
}),
|
|
50
|
-
|
|
51
|
-
"aria-label":
|
|
52
|
-
className:
|
|
59
|
+
d && /* @__PURE__ */ s(t, {
|
|
60
|
+
"aria-label": p.formatMessage(e.replyButtonAriaLabel),
|
|
61
|
+
className: l.replyButton,
|
|
53
62
|
"data-no-expand": !0,
|
|
54
63
|
size: "small",
|
|
55
64
|
variant: "quaternary",
|
|
56
|
-
onClick:
|
|
57
|
-
children:
|
|
65
|
+
onClick: d,
|
|
66
|
+
children: p.formatMessage(e.reply)
|
|
58
67
|
})
|
|
59
68
|
]
|
|
60
69
|
});
|
|
61
70
|
};
|
|
62
|
-
export {
|
|
71
|
+
export { l as n, u as t };
|
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": "⟦萬萬萬萬萬
|
|
17
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "⟦萬
|
|
18
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬
|
|
2
|
+
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬 Ŧняеáďёď áńлõτáτίőʼn 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Âŋпôťāťĭőη mĕşѕάġе 國國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 Păğĕ {number} 國國⟧",
|
|
5
|
+
"groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel": "⟦萬萬萬萬萬 Çάŋċĕĺ ďёĺęτё вűţτσй 國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.threadedAnnotations.copyLink": "⟦萬萬 ĆσΡý ľĩńκ 國國⟧",
|
|
7
|
+
"groupSharedFeatures.threadedAnnotations.delete": "⟦萬 Ðєĺĕţĕ 國⟧",
|
|
8
|
+
"groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel": "⟦萬萬萬 Ðεĺёťё ьųŧţöй 國國國⟧",
|
|
9
|
+
"groupSharedFeatures.threadedAnnotations.deleteCancel": "⟦萬 Čǻл¢еļ 國⟧",
|
|
10
|
+
"groupSharedFeatures.threadedAnnotations.deleteCommentQuestion": "⟦萬萬萬萬萬萬萬萬萬萬 Ďő ŷőú шãлţ τö ďёĺετę ťĥїŝ сōmmĕήť? 國國國國國國國國國國⟧",
|
|
11
|
+
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "⟦萬萬萬萬萬 Ðєļέţë čόηƒíяmαťìøπ 國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðёļěţę ŧħîş {type, select, annotation {ǻňήòťãţïŏň} 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": "⟦萬 Çàʼnçėľ 國⟧",
|
|
18
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel": "⟦萬萬萬 Ċäиçέľ вųţŧóň 國國國⟧",
|
|
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": "⟦萬 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": "⟦萬萬萬萬萬萬萬
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
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ěήŧ îѕ {excess, plural, one {# снãгåçτèґ} other {# ċħářǻсτēґś}} τοő ļóʼnĝ 國國國國國國國國國國國國國國國國國國⟧",
|
|
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": "⟦萬萬 Ŝǻνїʼnğ... 國國⟧",
|
|
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": "⟦萬萬萬萬萬萬萬 Řèşöľúţïöп şťäτųś 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éήţϊоʼn 國國國⟧",
|
|
43
|
+
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Мëѕŝāġē ťĕ×ţ 國國國⟧",
|
|
44
|
+
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Ũńґеѕŏĺνė 國國⟧",
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Üŝėѓ ǻνăŧāŗ 國國國⟧",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vĩєŵ ůѕěŗ Ρřоƒίľě ьùττоņ 國國國國國國國⟧"
|
|
47
47
|
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
# Aria label for the threaded annotations container button
|
|
2
|
-
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬
|
|
2
|
+
boxui.threadedAnnotations.threadedAnnotationsAriaLabel = ⟦萬萬萬萬萬 Ŧняеáďёď áńлõτáτίőʼn 國國國國國⟧
|
|
3
3
|
# Aria label for annotation message container
|
|
4
|
-
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬
|
|
4
|
+
groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = ⟦萬萬萬萬萬 Âŋпôťāťĭőη mĕşѕάġе 國國國國國⟧
|
|
5
5
|
# Label showing the page number of an annotation target
|
|
6
|
-
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬
|
|
6
|
+
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 Păğĕ {number} 國國⟧
|
|
7
7
|
# Aria label for cancel delete button
|
|
8
|
-
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬
|
|
8
|
+
groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = ⟦萬萬萬萬萬 Çάŋċĕĺ ďёĺęτё вűţτσй 國國國國國⟧
|
|
9
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
25
|
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
-
groupSharedFeatures.threadedAnnotations.edited = ⟦萬萬 (
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = ⟦萬萬 (Ėďіţêď) 國國⟧
|
|
27
27
|
# Button text to hide replies in threaded annotations
|
|
28
|
-
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬
|
|
28
|
+
groupSharedFeatures.threadedAnnotations.hideReplies = ⟦萬萬萬 Ĥίďĕ гêΡĺíéş 國國國⟧
|
|
29
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
30
|
-
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬
|
|
30
|
+
groupSharedFeatures.threadedAnnotations.markedAsResolved = ⟦萬萬萬萬萬 mäřĸêď āś яεѕőľνèď 國國國國國⟧
|
|
31
31
|
# Cancel button text for message editor
|
|
32
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬
|
|
32
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancel = ⟦萬 Çàʼnçėľ 國⟧
|
|
33
33
|
# Aria label for the cancel button in message editor
|
|
34
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬
|
|
34
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.cancelButtonAriaLabel = ⟦萬萬萬 Ċäиçέľ вųţŧóň 國國國⟧
|
|
35
35
|
# Character count display showing current count and maximum allowed
|
|
36
36
|
groupSharedFeatures.threadedAnnotations.messageEditor.characterCount = ⟦萬萬萬 {count}/{maxCount} 國國國⟧
|
|
37
37
|
# Screen reader alert and tooltip text shown when character limit is exceeded
|
|
38
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýôûř сőmměήŧ îѕ {excess, plural, one {# снãгåçτèґ} other {# ċħářǻсτēґś}} τοő ļóʼnĝ 國國國國國國國國國國國國國國國國國國⟧
|
|
39
39
|
# Aria label for the rich text editor content area
|
|
40
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Μęŝѕάĝε êďįţŏѓ 國國國國⟧
|
|
41
41
|
# Aria label for message editor placeholder
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мёśşåġέ ϊŋΡцť Ρľǻçëĥόľďèŕ 國國國國國國國⟧
|
|
43
43
|
# First part of placeholder text before @ symbol
|
|
44
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬
|
|
44
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Щгιŧê ä сömmєйτ öѓ 國國國國國⟧
|
|
45
45
|
# First part of placeholder text before @ symbol for reply
|
|
46
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬
|
|
46
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ŵґίţέ á гёΡľў οґ 國國國國⟧
|
|
47
47
|
# Last part of placeholder text after @ symbol
|
|
48
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬
|
|
48
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 τŏ méиτįõň 國國⟧
|
|
49
49
|
# Placeholder text for uplifted message editor
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderUplifted = ⟦萬萬萬萬萬萬萬萬萬 Ĺěάνê ā çοmmēπť öя @ ťő mєŋτíōή 國國國國國國國國國⟧
|
|
51
51
|
# Post button text for message editor
|
|
52
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 P
|
|
52
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pσŝŧ 國⟧
|
|
53
53
|
# Aria label for the post button in message editor
|
|
54
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 P
|
|
54
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pőŝτ ьцţτόή 國國國⟧
|
|
55
55
|
# Aria label for post button loading state
|
|
56
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬
|
|
56
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ľόàďĩиĝ... 國國⟧
|
|
57
57
|
# Save button text for message editor
|
|
58
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬
|
|
58
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Ŝåνę 國⟧
|
|
59
59
|
# Aria label for save button loading state
|
|
60
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬
|
|
60
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Ŝǻνїʼnğ... 國國⟧
|
|
61
61
|
# Aria label for the scrollable message editor content container
|
|
62
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Μèŝśäġέ éďιτŏг şćřőľľ ċøňţαїήεř 國國國國國國國國國⟧
|
|
63
63
|
# Aria label for more options button in annotation message
|
|
64
|
-
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬
|
|
64
|
+
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Μόŕє óΡŧïόйŝ ьūτţöп 國國國國國⟧
|
|
65
65
|
# Tooltip shown when the annotation badge refers to deleted content
|
|
66
|
-
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Óŗîġιηąļ сôйťεητ ẁǻś ďεļеŧéď 國國國國國國國國⟧
|
|
67
67
|
# Reply button text to start composing a reply
|
|
68
|
-
groupSharedFeatures.threadedAnnotations.reply = ⟦萬
|
|
68
|
+
groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ЃèΡľỳ 國⟧
|
|
69
69
|
# Aria label for the reply button that opens the message editor
|
|
70
|
-
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬
|
|
70
|
+
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ΓеΡĺУ ьŭťţσή 國國國⟧
|
|
71
71
|
# Aria label and tooltip content for the resolve button
|
|
72
|
-
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬
|
|
72
|
+
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Ŕєѕöľνє 國國⟧
|
|
73
73
|
# Aria label for the resolution status message container
|
|
74
|
-
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
74
|
+
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Řèşöľúţïöп şťäτųś męѕŝάĝĕ 國國國國國國國⟧
|
|
75
75
|
# Button text to show more replies with count
|
|
76
|
-
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
76
|
+
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mòŗē ґëΡľý} other {# möгė ѓęΡľіėŝ}} 國國國國國國國國國國國⟧
|
|
77
77
|
# Button text to show replies with count
|
|
78
|
-
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
78
|
+
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Ѕнøẁ # ґеΡľў} other {Ŝнŏẃ # mòгέ ŕēΡļīĕś}} 國國國國國國國國國國國國國⟧
|
|
79
79
|
# Aria label for the reply button
|
|
80
|
-
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬
|
|
80
|
+
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ŘèΡļγ ьμŧţőʼn 國國國⟧
|
|
81
81
|
# Aria label for user mention links
|
|
82
|
-
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬
|
|
82
|
+
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Ũśεř méήţϊоʼn 國國國⟧
|
|
83
83
|
# Aria label for message text content
|
|
84
|
-
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬
|
|
84
|
+
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Мëѕŝāġē ťĕ×ţ 國國國⟧
|
|
85
85
|
# Aria label and tooltip content for the unresolve button
|
|
86
|
-
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬
|
|
86
|
+
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Ũńґеѕŏĺνė 國國⟧
|
|
87
87
|
# Alt text for user avatar image
|
|
88
|
-
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬
|
|
88
|
+
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Üŝėѓ ǻνăŧāŗ 國國國⟧
|
|
89
89
|
# Aria label for clickable user avatar button
|
|
90
|
-
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 V
|
|
90
|
+
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vĩєŵ ůѕěŗ Ρřоƒίľě ьùττоņ 國國國國國國國⟧
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
"groupSharedFeatures.threadedAnnotations.deleteConfirmation": "削除の確認",
|
|
12
12
|
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "この{type,select,annotation{注釈} other{コメント}}{hasReplies,select,true{と返信} other{}}を削除しますか? この操作は元に戻すことができません。",
|
|
13
13
|
"groupSharedFeatures.threadedAnnotations.edit": "編集",
|
|
14
|
-
"groupSharedFeatures.threadedAnnotations.edited": "(
|
|
14
|
+
"groupSharedFeatures.threadedAnnotations.edited": "(編集済み)",
|
|
15
15
|
"groupSharedFeatures.threadedAnnotations.hideReplies": "返信を非表示",
|
|
16
16
|
"groupSharedFeatures.threadedAnnotations.markedAsResolved": "が対応済みとしてマーク済み",
|
|
17
17
|
"groupSharedFeatures.threadedAnnotations.messageEditor.cancel": "キャンセル",
|
|
@@ -23,7 +23,7 @@ groupSharedFeatures.threadedAnnotations.deleteQuestion = この{type,select,anno
|
|
|
23
23
|
# Edit option in message context menu
|
|
24
24
|
groupSharedFeatures.threadedAnnotations.edit = 編集
|
|
25
25
|
# Indicator shown next to the timestamp when a message has been edited
|
|
26
|
-
groupSharedFeatures.threadedAnnotations.edited = (
|
|
26
|
+
groupSharedFeatures.threadedAnnotations.edited = (編集済み)
|
|
27
27
|
# Button text to hide replies in threaded annotations
|
|
28
28
|
groupSharedFeatures.threadedAnnotations.hideReplies = 返信を非表示
|
|
29
29
|
# Text shown after the author name when a comment thread is marked as resolved
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export interface MessageFooterProps {
|
|
2
|
-
/** Unix timestamp (
|
|
2
|
+
/** Unix timestamp (ms) for when the message was created. Renders with a tooltip showing the absolute time on hover. */
|
|
3
3
|
createdAt: number;
|
|
4
4
|
/** Callback invoked when the user clicks the reply button. */
|
|
5
5
|
onReply?: () => void;
|
|
6
|
-
/** Unix timestamp (ms) of the last edit. When set, renders an `(Edited)` indicator with a tooltip showing
|
|
6
|
+
/** Unix timestamp (ms) of the last edit. When set, renders an `(Edited)` indicator with a tooltip showing the absolute edit time. */
|
|
7
7
|
updatedAt?: number;
|
|
8
8
|
}
|
|
9
9
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/threaded-annotations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.91.4",
|
|
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.62.
|
|
22
|
-
"@box/readable-time": "^1.41.
|
|
23
|
-
"@box/user-selector": "^1.76.
|
|
19
|
+
"@box/blueprint-web": "^14.32.1",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
21
|
+
"@box/collaboration-popover": "^1.62.16",
|
|
22
|
+
"@box/readable-time": "^1.41.16",
|
|
23
|
+
"@box/user-selector": "^1.76.16",
|
|
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.
|
|
30
|
+
"@box/blueprint-web": "^14.32.1",
|
|
31
|
+
"@box/blueprint-web-assets": "^4.119.2",
|
|
32
32
|
"@box/eslint-plugin-blueprint": "1.2.2",
|
|
33
|
-
"@box/readable-time": "^1.41.
|
|
34
|
-
"@box/storybook-utils": "^0.19.
|
|
35
|
-
"@box/user-selector": "^1.76.
|
|
33
|
+
"@box/readable-time": "^1.41.16",
|
|
34
|
+
"@box/storybook-utils": "^0.19.11",
|
|
35
|
+
"@box/user-selector": "^1.76.16",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|