@box/threaded-annotations 1.92.0 → 1.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/delete-confirmation-popover.js +7 -7
- package/dist/chunks/threaded-annotations2.js +4 -3
- package/dist/esm/lib/components/v2/message-header/message-header.js +1 -1
- package/dist/esm/lib/components/v2/text-message/subcomponents/message-renderer.js +11 -10
- package/dist/esm/lib/components/v2/text-message/text-message.js +1 -0
- package/dist/i18n/bn-IN.js +2 -2
- package/dist/i18n/bn-IN.properties +2 -2
- package/dist/i18n/en-x-pseudo.js +45 -45
- package/dist/i18n/en-x-pseudo.properties +45 -45
- package/dist/i18n/nl-NL.js +2 -2
- package/dist/i18n/nl-NL.properties +2 -2
- package/dist/styles/delete-confirmation-popover.css +1 -1
- package/dist/styles/threaded-annotations2.css +1 -1
- package/dist/types/lib/v2/test-utils/interaction-utils.d.ts +2 -0
- package/package.json +12 -12
|
@@ -7,13 +7,13 @@ import '../styles/delete-confirmation-popover.css';var c = {
|
|
|
7
7
|
deletePopover: "_deletePopover_1c8ll_2",
|
|
8
8
|
footer: "_footer_1c8ll_6"
|
|
9
9
|
}, l = {
|
|
10
|
-
headerContainer: "
|
|
11
|
-
information: "
|
|
12
|
-
textContainer: "
|
|
13
|
-
author: "
|
|
14
|
-
optionsMenu: "
|
|
15
|
-
deletePopoverAnchorWrapper: "
|
|
16
|
-
deletePopoverAnchor: "
|
|
10
|
+
headerContainer: "_headerContainer_1qllz_4",
|
|
11
|
+
information: "_information_1qllz_12",
|
|
12
|
+
textContainer: "_textContainer_1qllz_19",
|
|
13
|
+
author: "_author_1qllz_27",
|
|
14
|
+
optionsMenu: "_optionsMenu_1qllz_34",
|
|
15
|
+
deletePopoverAnchorWrapper: "_deletePopoverAnchorWrapper_1qllz_53",
|
|
16
|
+
deletePopoverAnchor: "_deletePopoverAnchor_1qllz_53"
|
|
17
17
|
}, u = ({ hasReplies: u = !1, isAnnotation: d = !1, open: f, onOpenChange: p, onConfirm: m, onCancel: h }) => {
|
|
18
18
|
let g = a();
|
|
19
19
|
return /* @__PURE__ */ o("div", {
|
|
@@ -7,9 +7,9 @@ import s from "clsx";
|
|
|
7
7
|
import { useCallback as c, useEffect as l, useMemo as u, useRef as d } from "react";
|
|
8
8
|
import { jsx as f, jsxs as p } from "react/jsx-runtime";
|
|
9
9
|
import '../styles/threaded-annotations2.css';var m = {
|
|
10
|
-
threadedAnnotations: "
|
|
11
|
-
expandable: "
|
|
12
|
-
annotations: "
|
|
10
|
+
threadedAnnotations: "_threadedAnnotations_1ujic_1",
|
|
11
|
+
expandable: "_expandable_1ujic_10",
|
|
12
|
+
annotations: "_annotations_1ujic_18"
|
|
13
13
|
}, h = ({ messages: r, isResolved: h = !1, resolvedBy: g, resolvedAt: _, maxCharacterCount: v, onDelete: y, onThreadDelete: b, onAvatarClick: x, onCopyLink: S, onEdit: C, onEditError: w, onResolve: T, onUnresolve: E, onPost: D, onPostError: O, userSelectorProps: k, onEditorOpenChange: A, annotationTarget: j, onAnnotationBadgeClick: M, originalContentDeleted: N }) => {
|
|
14
14
|
let { viewState: P, dispatch: F, editingMessageId: I, replyMention: L, isReplyDisabled: R, isAnnotations: z } = i(), B = d(null), V = P !== n.Collapsed, H = r.length > 2, U = P === n.Collapsed && (H || !R && !h);
|
|
15
15
|
l(() => {
|
|
@@ -43,6 +43,7 @@ import '../styles/threaded-annotations2.css';var m = {
|
|
|
43
43
|
}) : /* @__PURE__ */ p("div", {
|
|
44
44
|
ref: B,
|
|
45
45
|
className: s(m.threadedAnnotations, U && m.expandable, z && m.annotations),
|
|
46
|
+
"data-thread-expandable": U ? !0 : void 0,
|
|
46
47
|
onClick: U ? q : void 0,
|
|
47
48
|
children: [/* @__PURE__ */ f(a, {
|
|
48
49
|
messages: r,
|
|
@@ -19,8 +19,8 @@ var h = ({ author: h, canResolve: g = !1, isResolved: _ = !1, canEdit: v = !0, c
|
|
|
19
19
|
onClick: S,
|
|
20
20
|
user: h
|
|
21
21
|
}), /* @__PURE__ */ d("div", {
|
|
22
|
-
"data-no-expand": !0,
|
|
23
22
|
className: n.textContainer,
|
|
23
|
+
"data-message-author": !0,
|
|
24
24
|
children: /* @__PURE__ */ d(s, {
|
|
25
25
|
as: "p",
|
|
26
26
|
className: n.author,
|
|
@@ -44,31 +44,32 @@ var o = /((?:(?:ht|f)tps?:\/\/)[\w.-]+(?::\d+)?(?:\/[\w\-.~+/#?&%=:[\]@!$'()*;,]
|
|
|
44
44
|
mentionedUserName: t.attrs.mentionedUserName,
|
|
45
45
|
mentionId: t.attrs.mentionId
|
|
46
46
|
}, i);
|
|
47
|
-
}, p = (
|
|
47
|
+
}, p = (e) => {
|
|
48
|
+
e.currentTarget.closest("[data-thread-expandable]") && e.preventDefault();
|
|
49
|
+
}, m = ({ node: e, index: i, paragraphIndex: o, intl: s }) => {
|
|
48
50
|
let c = `text-${e.text.substring(0, 20)}-${o}-${i}`, l = d(e.text);
|
|
49
51
|
return /* @__PURE__ */ a(r, {
|
|
50
52
|
"aria-label": s.formatMessage(t.textMessageAriaLabel),
|
|
51
53
|
as: "span",
|
|
52
54
|
color: "textOnLightDefault",
|
|
53
55
|
variant: "bodyDefault",
|
|
54
|
-
"data-no-expand": !0,
|
|
55
|
-
style: { cursor: "auto" },
|
|
56
56
|
children: l.map((e, t) => e.type === "url" ? /* @__PURE__ */ a(n, {
|
|
57
57
|
href: e.value,
|
|
58
58
|
inheritFont: !0,
|
|
59
59
|
rel: "noopener noreferrer",
|
|
60
60
|
target: "_blank",
|
|
61
|
+
onClick: p,
|
|
61
62
|
children: e.value
|
|
62
63
|
}, `${c}-segment-${t}`) : e.value)
|
|
63
64
|
}, c);
|
|
64
|
-
},
|
|
65
|
+
}, h = ({ content: e, paragraphIndex: t, intl: n }) => e.map((e, r) => {
|
|
65
66
|
switch (e.type) {
|
|
66
67
|
case "mention": return f({
|
|
67
68
|
node: e,
|
|
68
69
|
index: r,
|
|
69
70
|
paragraphIndex: t
|
|
70
71
|
});
|
|
71
|
-
case "text": return
|
|
72
|
+
case "text": return m({
|
|
72
73
|
node: e,
|
|
73
74
|
index: r,
|
|
74
75
|
paragraphIndex: t,
|
|
@@ -76,23 +77,23 @@ var o = /((?:(?:ht|f)tps?:\/\/)[\w.-]+(?::\d+)?(?:\/[\w\-.~+/#?&%=:[\]@!$'()*;,]
|
|
|
76
77
|
});
|
|
77
78
|
default: return [];
|
|
78
79
|
}
|
|
79
|
-
}),
|
|
80
|
+
}), g = ({ paragraph: e, index: t, intl: n }) => {
|
|
80
81
|
let i = e.content || [], o = `paragraph-${t}`;
|
|
81
82
|
return /* @__PURE__ */ a(r, {
|
|
82
83
|
as: "p",
|
|
83
84
|
variant: "bodyDefault",
|
|
84
|
-
children: i.length > 0 ?
|
|
85
|
+
children: i.length > 0 ? h({
|
|
85
86
|
content: i,
|
|
86
87
|
paragraphIndex: t,
|
|
87
88
|
intl: n
|
|
88
89
|
}) : /* @__PURE__ */ a("br", {})
|
|
89
90
|
}, o);
|
|
90
|
-
},
|
|
91
|
+
}, _ = ({ messageObject: e }) => {
|
|
91
92
|
let t = i(), { content: n } = e;
|
|
92
|
-
return !n && n.length === 0 ? null : n.map((e, n) =>
|
|
93
|
+
return !n && n.length === 0 ? null : n.map((e, n) => g({
|
|
93
94
|
paragraph: e,
|
|
94
95
|
index: n,
|
|
95
96
|
intl: t
|
|
96
97
|
}));
|
|
97
98
|
};
|
|
98
|
-
export {
|
|
99
|
+
export { _ as MessageRenderer };
|
|
@@ -58,6 +58,7 @@ var m = ({ id: m, author: h, message: g, createdAt: _, updatedAt: v, permissions
|
|
|
58
58
|
})
|
|
59
59
|
}) : /* @__PURE__ */ p(d, { children: [/* @__PURE__ */ f("div", {
|
|
60
60
|
className: o.rendererWrapper,
|
|
61
|
+
"data-message-body": !0,
|
|
61
62
|
children: /* @__PURE__ */ f(c, { messageObject: g })
|
|
62
63
|
}), /* @__PURE__ */ f(s, {
|
|
63
64
|
createdAt: _,
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -19,11 +19,11 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "আপনার মন্তব্য {excess,plural,one{#টি অক্ষরের} other{#টি অক্ষরের}} খুবই দীর্ঘ",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "বার্তা সম্পাদক",
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "একটি মন্তব্য যোগ করুন, উল্লেখ করতে @",
|
|
23
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "বার্তা ইনপুট প্লেসহোল্ডার",
|
|
24
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "একটি মন্তব্য লিখুন বা",
|
|
25
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "একটি উত্তর লিখুন বা",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "জবাব দিন, উল্লেখ করতে @",
|
|
27
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "উল্লেখ করতে",
|
|
28
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "পোস্ট করুন",
|
|
29
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "পোস্ট বোতাম",
|
|
@@ -39,7 +39,7 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded =
|
|
|
39
39
|
# Aria label for the rich text editor content area
|
|
40
40
|
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = বার্তা সম্পাদক
|
|
41
41
|
# Placeholder when composing the first comment in a thread
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment =
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = একটি মন্তব্য যোগ করুন, উল্লেখ করতে @
|
|
43
43
|
# Aria label for message editor placeholder
|
|
44
44
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = বার্তা ইনপুট প্লেসহোল্ডার
|
|
45
45
|
# First part of placeholder text before @ symbol
|
|
@@ -47,7 +47,7 @@ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = এক
|
|
|
47
47
|
# First part of placeholder text before @ symbol for reply
|
|
48
48
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = একটি উত্তর লিখুন বা
|
|
49
49
|
# Placeholder when composing a reply in an existing thread
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply =
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = জবাব দিন, উল্লেখ করতে @
|
|
51
51
|
# Last part of placeholder text after @ symbol
|
|
52
52
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = উল্লেখ করতে
|
|
53
53
|
# Post button text for message editor
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxui.threadedAnnotations.threadedAnnotationsAriaLabel": "⟦萬萬萬萬萬
|
|
3
|
-
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬
|
|
4
|
-
"groupSharedFeatures.threadedAnnotations.annotationPage": "⟦萬萬 P
|
|
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": "⟦萬萬萬萬萬 Ŧħŗĕāďèď àʼnиôťαŧįőη 國國國國國⟧",
|
|
3
|
+
"groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel": "⟦萬萬萬萬萬 Åʼnйøτâŧίôʼn 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": "⟦萬萬萬萬萬 Ďęĺėťè čôʼnƒîѓmâţіσп 國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.threadedAnnotations.deleteQuestion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðéļëţē ťĥîş {type, select, annotation {àπйóτâτíõň} other {ĉômmεйť}}{hasReplies, select, true { áπď яëΡľĭêş} 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.placeholderAddComment": "⟦萬萬萬萬萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "⟦萬萬萬萬萬
|
|
27
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬
|
|
28
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬
|
|
29
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬
|
|
30
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬
|
|
31
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬
|
|
32
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬
|
|
33
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬
|
|
34
|
-
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬
|
|
35
|
-
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬
|
|
36
|
-
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬
|
|
37
|
-
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬
|
|
38
|
-
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬
|
|
39
|
-
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
40
|
-
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
41
|
-
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
42
|
-
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬
|
|
43
|
-
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬
|
|
44
|
-
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬
|
|
45
|
-
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬
|
|
46
|
-
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬
|
|
47
|
-
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 V
|
|
20
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύόцř сσmmεήτ ïş {excess, plural, one {# ċнαяâ¢τєŕ} other {# čнąřǻ¢τέґѕ}} ťόø ľοиġ 國國國國國國國國國國國國國國國國國國⟧",
|
|
21
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "⟦萬萬萬萬 Μёѕśâĝĕ ěďĭťŏґ 國國國國⟧",
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "⟦萬萬萬萬萬萬萬萬 Άďď ä сόmmєńţ, @ ŧó mêητĩои 國國國國國國國國⟧",
|
|
23
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "⟦萬萬萬萬萬萬萬 Мéśŝαġε їʼnΡūť Ρļάċēнóĺďęг 國國國國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "⟦萬萬萬萬萬 Ŵяìťě ä ¢ômmèņŧ οя 國國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "⟦萬萬萬萬 Ŵґìţє ā ŕεΡĺў ŏя 國國國國⟧",
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "⟦萬萬萬萬萬 ΓėΡĺỳ, @ ťο mєйŧīôʼn 國國國國國⟧",
|
|
27
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "⟦萬萬 ţο mėņτïôп 國國⟧",
|
|
28
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "⟦萬 Pŏşŧ 國⟧",
|
|
29
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "⟦萬萬萬 Pöŝť вμŧťοή 國國國⟧",
|
|
30
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.postLoading": "⟦萬萬 Ľöǻďîʼnĝ... 國國⟧",
|
|
31
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.save": "⟦萬 Śάνė 國⟧",
|
|
32
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading": "⟦萬萬 Śåνϊйĝ... 國國⟧",
|
|
33
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel": "⟦萬萬萬萬萬萬萬萬萬 Μĕѕѕåġě ëďϊťŏŕ śĉґőļĺ čóлťâĭиĕř 國國國國國國國國國⟧",
|
|
34
|
+
"groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel": "⟦萬萬萬萬萬 Мόгè оΡţїóиś вûţţóʼn 國國國國國⟧",
|
|
35
|
+
"groupSharedFeatures.threadedAnnotations.originalContentDeleted": "⟦萬萬萬萬萬萬萬萬 Θґíġιńăļ соπτēлť щάś ďέļέţëď 國國國國國國國國⟧",
|
|
36
|
+
"groupSharedFeatures.threadedAnnotations.reply": "⟦萬 ΓéΡĺў 國⟧",
|
|
37
|
+
"groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel": "⟦萬萬萬 ЃёΡľў ьųŧţóń 國國國⟧",
|
|
38
|
+
"groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel": "⟦萬萬 Řèŝόĺνé 國國⟧",
|
|
39
|
+
"groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel": "⟦萬萬萬萬萬萬萬 Γëśòĺμţįõŋ śţǻťůŝ mĕŝśāġë 國國國國國國國⟧",
|
|
40
|
+
"groupSharedFeatures.threadedAnnotations.showMoreReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mőґė ѓёΡļŷ} other {# môŕé ґêΡĺίéś}} 國國國國國國國國國國國⟧",
|
|
41
|
+
"groupSharedFeatures.threadedAnnotations.showReplies": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Şĥőω # гęΡľỳ} other {Şнőώ # móŕє ґėΡļїėś}} 國國國國國國國國國國國國國⟧",
|
|
42
|
+
"groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel": "⟦萬萬萬 ЃєΡĺУ вűţťŏπ 國國國⟧",
|
|
43
|
+
"groupSharedFeatures.threadedAnnotations.textMentionAriaLabel": "⟦萬萬萬 Úśěŕ mëйţϊόņ 國國國⟧",
|
|
44
|
+
"groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "⟦萬萬萬 Μέѕśáğē ŧěхτ 國國國⟧",
|
|
45
|
+
"groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "⟦萬萬 Úляєśóĺνє 國國⟧",
|
|
46
|
+
"groupSharedFeatures.threadedAnnotations.userAvatar": "⟦萬萬萬 Úѕеř ǻνâţąг 國國國⟧",
|
|
47
|
+
"groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Vїεẃ μŝéг Ρґôƒĭĺĕ вûţτóп 國國國國國國國⟧"
|
|
48
48
|
}
|
|
@@ -1,92 +1,92 @@
|
|
|
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 = ⟦萬萬萬萬萬 Åʼnйøτâŧίôʼn mèşŝàġε 國國國國國⟧
|
|
5
5
|
# Label showing the page number of an annotation target
|
|
6
|
-
groupSharedFeatures.threadedAnnotations.annotationPage = ⟦萬萬 P
|
|
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 = ⟦萬萬萬萬萬 Ďęĺėťè čôʼnƒîѓ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 { áπď яëΡľĭêş} 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 = ⟦萬萬萬萬萬 m
|
|
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 {# čнąřǻ¢τέґѕ}} ťόø ľοиġ 國國國國國國國國國國國國國國國國國國⟧
|
|
39
39
|
# Aria label for the rich text editor content area
|
|
40
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = ⟦萬萬萬萬 Μёѕśâĝĕ ěďĭťŏґ 國國國國⟧
|
|
41
41
|
# Placeholder when composing the first comment in a thread
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = ⟦萬萬萬萬萬萬萬萬
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = ⟦萬萬萬萬萬萬萬萬 Άďď ä сόmmєńţ, @ ŧó mêητĩои 國國國國國國國國⟧
|
|
43
43
|
# Aria label for message editor placeholder
|
|
44
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
44
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = ⟦萬萬萬萬萬萬萬 Мéśŝαġε їʼnΡūť Ρļάċēнóĺďęг 國國國國國國國⟧
|
|
45
45
|
# First part of placeholder text before @ symbol
|
|
46
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = ⟦萬萬萬萬萬 Ŵяìťě ä ¢ômmèņŧ οя 國國國國國⟧
|
|
47
47
|
# First part of placeholder text before @ symbol for reply
|
|
48
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬
|
|
48
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = ⟦萬萬萬萬 Ŵґìţє ā ŕεΡĺў ŏя 國國國國⟧
|
|
49
49
|
# Placeholder when composing a reply in an existing thread
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = ⟦萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = ⟦萬萬萬萬萬 ΓėΡĺỳ, @ ťο mєйŧīôʼn 國國國國國⟧
|
|
51
51
|
# Last part of placeholder text after @ symbol
|
|
52
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬
|
|
52
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = ⟦萬萬 ţο mėņτïôп 國國⟧
|
|
53
53
|
# Post button text for message editor
|
|
54
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬
|
|
54
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.post = ⟦萬 Pŏşŧ 國⟧
|
|
55
55
|
# Aria label for the post button in message editor
|
|
56
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬
|
|
56
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel = ⟦萬萬萬 Pöŝť вμŧťοή 國國國⟧
|
|
57
57
|
# Aria label for post button loading state
|
|
58
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬
|
|
58
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.postLoading = ⟦萬萬 Ľöǻďîʼnĝ... 國國⟧
|
|
59
59
|
# Save button text for message editor
|
|
60
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬
|
|
60
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.save = ⟦萬 Śάνė 國⟧
|
|
61
61
|
# Aria label for save button loading state
|
|
62
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬
|
|
62
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.saveLoading = ⟦萬萬 Śåνϊйĝ... 國國⟧
|
|
63
63
|
# Aria label for the scrollable message editor content container
|
|
64
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
64
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.scrollContainerAriaLabel = ⟦萬萬萬萬萬萬萬萬萬 Μĕѕѕåġě ëďϊťŏŕ śĉґőļĺ čóлťâĭиĕř 國國國國國國國國國⟧
|
|
65
65
|
# Aria label for more options button in annotation message
|
|
66
|
-
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.threadedAnnotations.moreOptionsAriaLabel = ⟦萬萬萬萬萬 Мόгè оΡţїóиś вûţţóʼn 國國國國國⟧
|
|
67
67
|
# Tooltip shown when the annotation badge refers to deleted content
|
|
68
|
-
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬
|
|
68
|
+
groupSharedFeatures.threadedAnnotations.originalContentDeleted = ⟦萬萬萬萬萬萬萬萬 Θґíġιńăļ соπτēлť щάś ďέļέţëď 國國國國國國國國⟧
|
|
69
69
|
# Reply button text to start composing a reply
|
|
70
|
-
groupSharedFeatures.threadedAnnotations.reply = ⟦萬
|
|
70
|
+
groupSharedFeatures.threadedAnnotations.reply = ⟦萬 ΓéΡĺў 國⟧
|
|
71
71
|
# Aria label for the reply button that opens the message editor
|
|
72
|
-
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬
|
|
72
|
+
groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = ⟦萬萬萬 ЃёΡľў ьųŧţóń 國國國⟧
|
|
73
73
|
# Aria label and tooltip content for the resolve button
|
|
74
|
-
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬
|
|
74
|
+
groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = ⟦萬萬 Řèŝόĺνé 國國⟧
|
|
75
75
|
# Aria label for the resolution status message container
|
|
76
|
-
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
76
|
+
groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = ⟦萬萬萬萬萬萬萬 Γëśòĺμţįõŋ śţǻťůŝ mĕŝśāġë 國國國國國國國⟧
|
|
77
77
|
# Button text to show more replies with count
|
|
78
|
-
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# m
|
|
78
|
+
groupSharedFeatures.threadedAnnotations.showMoreReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# mőґė ѓёΡļŷ} other {# môŕé ґêΡĺίéś}} 國國國國國國國國國國國⟧
|
|
79
79
|
# Button text to show replies with count
|
|
80
|
-
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {
|
|
80
|
+
groupSharedFeatures.threadedAnnotations.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {number, plural, one {Şĥőω # гęΡľỳ} other {Şнőώ # móŕє ґėΡļїėś}} 國國國國國國國國國國國國國⟧
|
|
81
81
|
# Aria label for the reply button
|
|
82
|
-
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬
|
|
82
|
+
groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = ⟦萬萬萬 ЃєΡĺУ вűţťŏπ 國國國⟧
|
|
83
83
|
# Aria label for user mention links
|
|
84
|
-
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬
|
|
84
|
+
groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = ⟦萬萬萬 Úśěŕ mëйţϊόņ 國國國⟧
|
|
85
85
|
# Aria label for message text content
|
|
86
|
-
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬
|
|
86
|
+
groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = ⟦萬萬萬 Μέѕśáğē ŧěхτ 國國國⟧
|
|
87
87
|
# Aria label and tooltip content for the unresolve button
|
|
88
|
-
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬
|
|
88
|
+
groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = ⟦萬萬 Úляєśóĺνє 國國⟧
|
|
89
89
|
# Alt text for user avatar image
|
|
90
|
-
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬
|
|
90
|
+
groupSharedFeatures.threadedAnnotations.userAvatar = ⟦萬萬萬 Úѕеř ǻνâţąг 國國國⟧
|
|
91
91
|
# Aria label for clickable user avatar button
|
|
92
|
-
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 V
|
|
92
|
+
groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Vїεẃ μŝéг Ρґôƒĭĺĕ вûţτóп 國國國國國國國⟧
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -19,11 +19,11 @@ export default {
|
|
|
19
19
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterCount": "{count}/{maxCount}",
|
|
20
20
|
"groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded": "Uw opmerking heeft {excess,plural,one{# teken} other{# tekens}} te veel",
|
|
21
21
|
"groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel": "Berichenteditor",
|
|
22
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "
|
|
22
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment": "Voeg een opmerking toe, @ om te verwijzen",
|
|
23
23
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel": "Tijdelijke aanduiding voor berichtinvoer",
|
|
24
24
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix": "Schrijf een opmerking of",
|
|
25
25
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply": "Schrijf een antwoord of",
|
|
26
|
-
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "
|
|
26
|
+
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply": "Antwoorden, @ om te verwijzen",
|
|
27
27
|
"groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix": "om te noemen",
|
|
28
28
|
"groupSharedFeatures.threadedAnnotations.messageEditor.post": "Publiceren",
|
|
29
29
|
"groupSharedFeatures.threadedAnnotations.messageEditor.postButtonAriaLabel": "Knop Plaatsen",
|
|
@@ -39,7 +39,7 @@ groupSharedFeatures.threadedAnnotations.messageEditor.characterLimitExceeded = U
|
|
|
39
39
|
# Aria label for the rich text editor content area
|
|
40
40
|
groupSharedFeatures.threadedAnnotations.messageEditor.editorContentAriaLabel = Berichenteditor
|
|
41
41
|
# Placeholder when composing the first comment in a thread
|
|
42
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment =
|
|
42
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAddComment = Voeg een opmerking toe, @ om te verwijzen
|
|
43
43
|
# Aria label for message editor placeholder
|
|
44
44
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderAriaLabel = Tijdelijke aanduiding voor berichtinvoer
|
|
45
45
|
# First part of placeholder text before @ symbol
|
|
@@ -47,7 +47,7 @@ groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefix = Schrij
|
|
|
47
47
|
# First part of placeholder text before @ symbol for reply
|
|
48
48
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderPrefixReply = Schrijf een antwoord of
|
|
49
49
|
# Placeholder when composing a reply in an existing thread
|
|
50
|
-
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply =
|
|
50
|
+
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderReply = Antwoorden, @ om te verwijzen
|
|
51
51
|
# Last part of placeholder text after @ symbol
|
|
52
52
|
groupSharedFeatures.threadedAnnotations.messageEditor.placeholderSuffix = om te noemen
|
|
53
53
|
# Post button text for message editor
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._deletePopover_1c8ll_2{width:17rem;margin:0}._deletePopover_1c8ll_2 ._footer_1c8ll_6{gap:var(--space-2);justify-content:flex-end;display:flex}.
|
|
1
|
+
._deletePopover_1c8ll_2{width:17rem;margin:0}._deletePopover_1c8ll_2 ._footer_1c8ll_6{gap:var(--space-2);justify-content:flex-end;display:flex}._headerContainer_1qllz_4{gap:var(--space-4);justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}._headerContainer_1qllz_4 ._information_1qllz_12{gap:var(--space-2);justify-content:flex-start;align-items:center;width:100%;display:flex}._headerContainer_1qllz_4 ._information_1qllz_12 ._textContainer_1qllz_19{word-break:break-all;overflow-wrap:break-word;width:fit-content;min-width:0;max-width:100%;overflow:hidden}._headerContainer_1qllz_4 ._information_1qllz_12 ._textContainer_1qllz_19 ._author_1qllz_27{-webkit-line-clamp:1;-webkit-box-orient:vertical;width:fit-content;display:-webkit-box;overflow:hidden}._headerContainer_1qllz_4 ._optionsMenu_1qllz_34{gap:var(--space-1);opacity:0;align-items:center;transition:opacity .1s;display:flex;position:relative}[data-message-wrapper]:hover ._headerContainer_1qllz_4 ._optionsMenu_1qllz_34,[data-message-wrapper]:focus-within ._headerContainer_1qllz_4 ._optionsMenu_1qllz_34{opacity:1}@media (pointer:coarse),(hover:none){._headerContainer_1qllz_4 ._optionsMenu_1qllz_34{opacity:1}}._headerContainer_1qllz_4 ._optionsMenu_1qllz_34[data-state=open]{opacity:1}._headerContainer_1qllz_4 ._deletePopoverAnchorWrapper_1qllz_53{width:0;height:0;position:absolute;bottom:0;right:0}._headerContainer_1qllz_4 ._deletePopoverAnchor_1qllz_53{pointer-events:none;width:1px;height:1px;position:absolute;top:100%;right:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._threadedAnnotations_1ujic_1{padding:var(--space-3) var(--space-4) var(--space-4) var(--space-3);background-color:var(--surface-surface);border:var(--border-1) solid var(--gray-10);border-radius:var(--radius-6);flex-direction:column;gap:1.125rem;display:flex}._threadedAnnotations_1ujic_1._expandable_1ujic_10{cursor:pointer}._threadedAnnotations_1ujic_1._expandable_1ujic_10 [data-message-body],._threadedAnnotations_1ujic_1._expandable_1ujic_10 [data-message-author]{cursor:pointer;-webkit-user-select:none;user-select:none}._threadedAnnotations_1ujic_1._expandable_1ujic_10:not(._annotations_1ujic_18):hover{background-color:var(--surface-surface-hover);--avatar-border-color:var(--surface-surface-hover);--fade-bg:var(--surface-surface-hover)}
|
|
@@ -6,4 +6,6 @@ export declare const pasteInContentEditable: (canvasElement: HTMLElement, user:
|
|
|
6
6
|
export declare const openMoreOptionsMenu: (user: ReturnType<typeof userEvent.setup>, canvas: ReturnType<typeof within>, authorName: string) => Promise<void>;
|
|
7
7
|
export declare const clickReplyOnMessage: (user: ReturnType<typeof userEvent.setup>, canvas: ReturnType<typeof within>, authorName: string) => Promise<void>;
|
|
8
8
|
export declare const clickThreadBackground: (canvas: ReturnType<typeof within>) => void;
|
|
9
|
+
export declare const clickMessageText: (canvas: ReturnType<typeof within>) => void;
|
|
10
|
+
export declare const clickAuthorName: (canvas: ReturnType<typeof within>, authorName: string) => void;
|
|
9
11
|
export declare const selectUserByEmail: (user: ReturnType<typeof userEvent.setup>, identifier: string) => Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/threaded-annotations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.93.0",
|
|
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.36.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
21
|
-
"@box/collaboration-popover": "^1.62.
|
|
22
|
-
"@box/readable-time": "^1.41.
|
|
23
|
-
"@box/user-selector": "^1.76.
|
|
19
|
+
"@box/blueprint-web": "^14.36.1",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.120.3",
|
|
21
|
+
"@box/collaboration-popover": "^1.62.25",
|
|
22
|
+
"@box/readable-time": "^1.41.25",
|
|
23
|
+
"@box/user-selector": "^1.76.25",
|
|
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.36.
|
|
31
|
-
"@box/blueprint-web-assets": "^4.120.
|
|
32
|
-
"@box/eslint-plugin-blueprint": "1.2.
|
|
33
|
-
"@box/readable-time": "^1.41.
|
|
34
|
-
"@box/storybook-utils": "^0.19.
|
|
35
|
-
"@box/user-selector": "^1.76.
|
|
30
|
+
"@box/blueprint-web": "^14.36.1",
|
|
31
|
+
"@box/blueprint-web-assets": "^4.120.3",
|
|
32
|
+
"@box/eslint-plugin-blueprint": "1.2.4",
|
|
33
|
+
"@box/readable-time": "^1.41.25",
|
|
34
|
+
"@box/storybook-utils": "^0.19.18",
|
|
35
|
+
"@box/user-selector": "^1.76.25",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|