@box/box-ai-content-answers 0.156.3 → 0.158.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/esm/lib/components/answer/answer.js +113 -101
- package/dist/esm/lib/components/answer/messages.js +4 -0
- package/dist/esm/lib/components/chat/chat.js +70 -68
- package/dist/esm/lib/components/content/content.js +25 -25
- package/dist/esm/lib/components/thinkingBubble/boxAILoadingIndicator.js +28 -21
- package/dist/esm/lib/components/thinkingBubble/thinkingBubble.js +81 -78
- package/dist/esm/lib/components/welcome-message/messages.js +2 -2
- package/dist/i18n/bn-IN.js +3 -2
- package/dist/i18n/bn-IN.properties +13 -3
- package/dist/i18n/da-DK.js +3 -2
- package/dist/i18n/da-DK.properties +13 -3
- package/dist/i18n/de-DE.js +3 -2
- package/dist/i18n/de-DE.properties +13 -3
- package/dist/i18n/en-AU.js +2 -1
- package/dist/i18n/en-AU.properties +12 -2
- package/dist/i18n/en-CA.js +2 -1
- package/dist/i18n/en-CA.properties +12 -2
- package/dist/i18n/en-GB.js +2 -1
- package/dist/i18n/en-GB.properties +12 -2
- package/dist/i18n/en-US.js +3 -2
- package/dist/i18n/en-US.properties +4 -2
- package/dist/i18n/en-x-pseudo.js +86 -85
- package/dist/i18n/en-x-pseudo.properties +91 -81
- package/dist/i18n/es-419.js +3 -2
- package/dist/i18n/es-419.properties +13 -3
- package/dist/i18n/es-ES.js +3 -2
- package/dist/i18n/es-ES.properties +13 -3
- package/dist/i18n/fi-FI.js +3 -2
- package/dist/i18n/fi-FI.properties +13 -3
- package/dist/i18n/fr-CA.js +3 -2
- package/dist/i18n/fr-CA.properties +13 -3
- package/dist/i18n/fr-FR.js +3 -2
- package/dist/i18n/fr-FR.properties +13 -3
- package/dist/i18n/hi-IN.js +3 -2
- package/dist/i18n/hi-IN.properties +13 -3
- package/dist/i18n/it-IT.js +3 -2
- package/dist/i18n/it-IT.properties +13 -3
- package/dist/i18n/ja-JP.js +3 -2
- package/dist/i18n/ja-JP.properties +13 -3
- package/dist/i18n/json/src/lib/components/answer/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/welcome-message/messages.json +1 -1
- package/dist/i18n/ko-KR.js +3 -2
- package/dist/i18n/ko-KR.properties +13 -3
- package/dist/i18n/nb-NO.js +3 -2
- package/dist/i18n/nb-NO.properties +13 -3
- package/dist/i18n/nl-NL.js +3 -2
- package/dist/i18n/nl-NL.properties +13 -3
- package/dist/i18n/pl-PL.js +3 -2
- package/dist/i18n/pl-PL.properties +13 -3
- package/dist/i18n/pt-BR.js +3 -2
- package/dist/i18n/pt-BR.properties +13 -3
- package/dist/i18n/ru-RU.js +3 -2
- package/dist/i18n/ru-RU.properties +13 -3
- package/dist/i18n/sv-SE.js +3 -2
- package/dist/i18n/sv-SE.properties +13 -3
- package/dist/i18n/tr-TR.js +3 -2
- package/dist/i18n/tr-TR.properties +13 -3
- package/dist/i18n/zh-CN.js +3 -2
- package/dist/i18n/zh-CN.properties +13 -3
- package/dist/i18n/zh-TW.js +3 -2
- package/dist/i18n/zh-TW.properties +13 -3
- package/dist/styles/answer.css +1 -1
- package/dist/styles/thinkingBubble.css +1 -1
- package/dist/types/lib/components/answer/messages.d.ts +5 -0
- package/dist/types/lib/components/chat/chat.d.ts +1 -1
- package/dist/types/lib/components/thinkingBubble/boxAILoadingIndicator.d.ts +5 -1
- package/dist/types/lib/components/thinkingBubble/thinkingBubble.d.ts +1 -0
- package/package.json +4 -4
|
@@ -1,24 +1,31 @@
|
|
|
1
|
+
import a from "clsx";
|
|
1
2
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import '../../../../styles/boxAILoadingIndicator.css';const
|
|
3
|
-
boxAILoadingIndicator:
|
|
4
|
-
ring:
|
|
5
|
-
ringTwo:
|
|
6
|
-
blueRing:
|
|
7
|
-
blueDraw:
|
|
8
|
-
blueFade:
|
|
9
|
-
blueRingTwo:
|
|
10
|
-
purpleRing:
|
|
11
|
-
purpleDraw:
|
|
12
|
-
purpleFade:
|
|
13
|
-
purpleRingTwo:
|
|
14
|
-
magentaRing:
|
|
15
|
-
magentaDraw:
|
|
16
|
-
magentaFade:
|
|
17
|
-
magentaRingTwo:
|
|
18
|
-
bgRings:
|
|
19
|
-
},
|
|
20
|
-
className:
|
|
3
|
+
import '../../../../styles/boxAILoadingIndicator.css';const n = "_boxAILoadingIndicator_ddl80_1", s = "_ring_ddl80_1", p = "_ringTwo_ddl80_11", c = "_blueRing_ddl80_18", d = "_blueDraw_ddl80_1", g = "_blueFade_ddl80_1", y = "_blueRingTwo_ddl80_22", _ = "_purpleRing_ddl80_25", m = "_purpleDraw_ddl80_1", u = "_purpleFade_ddl80_1", w = "_purpleRingTwo_ddl80_29", x = "_magentaRing_ddl80_32", f = "_magentaDraw_ddl80_1", h = "_magentaFade_ddl80_1", R = "_magentaRingTwo_ddl80_36", b = "_bgRings_ddl80_39", o = {
|
|
4
|
+
boxAILoadingIndicator: n,
|
|
5
|
+
ring: s,
|
|
6
|
+
ringTwo: p,
|
|
7
|
+
blueRing: c,
|
|
8
|
+
blueDraw: d,
|
|
9
|
+
blueFade: g,
|
|
10
|
+
blueRingTwo: y,
|
|
11
|
+
purpleRing: _,
|
|
12
|
+
purpleDraw: m,
|
|
13
|
+
purpleFade: u,
|
|
14
|
+
purpleRingTwo: w,
|
|
15
|
+
magentaRing: x,
|
|
16
|
+
magentaDraw: f,
|
|
17
|
+
magentaFade: h,
|
|
18
|
+
magentaRingTwo: R,
|
|
19
|
+
bgRings: b
|
|
20
|
+
}, F = ({
|
|
21
|
+
className: t,
|
|
22
|
+
height: l = 24,
|
|
23
|
+
width: i = 24
|
|
24
|
+
}) => /* @__PURE__ */ r("svg", {
|
|
25
|
+
className: a(o.boxAILoadingIndicator, t),
|
|
26
|
+
height: l,
|
|
21
27
|
viewBox: "0 0 400 400",
|
|
28
|
+
width: i,
|
|
22
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23
30
|
children: [/* @__PURE__ */ r("defs", {
|
|
24
31
|
children: [/* @__PURE__ */ r("linearGradient", {
|
|
@@ -230,6 +237,6 @@ import '../../../../styles/boxAILoadingIndicator.css';const t = "_boxAILoadingIn
|
|
|
230
237
|
})]
|
|
231
238
|
});
|
|
232
239
|
export {
|
|
233
|
-
|
|
234
|
-
|
|
240
|
+
F as BoxAILoadingIndicator,
|
|
241
|
+
F as default
|
|
235
242
|
};
|
|
@@ -1,115 +1,118 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState as
|
|
3
|
-
import { useIntl as
|
|
4
|
-
import { Text as
|
|
5
|
-
import { ChevronRight as
|
|
6
|
-
import { BlackOpacity50 as
|
|
7
|
-
import
|
|
8
|
-
import { BoxAILoadingIndicator as
|
|
1
|
+
import C from "clsx";
|
|
2
|
+
import { useState as u, useId as B, useRef as v, useEffect as _, useCallback as g } from "react";
|
|
3
|
+
import { useIntl as j } from "react-intl";
|
|
4
|
+
import { Text as X, Tooltip as Y } from "@box/blueprint-web";
|
|
5
|
+
import { ChevronRight as w, BoxAi as G } from "@box/blueprint-web-assets/icons/Medium";
|
|
6
|
+
import { BlackOpacity50 as U } from "@box/blueprint-web-assets/tokens/tokens";
|
|
7
|
+
import V from "../common/markdown-react.js";
|
|
8
|
+
import { BoxAILoadingIndicator as q } from "./boxAILoadingIndicator.js";
|
|
9
9
|
import l from "./messages.js";
|
|
10
|
-
import { jsxs as
|
|
11
|
-
import '../../../../styles/thinkingBubble.css';const
|
|
12
|
-
thinkingBubbleContainer:
|
|
13
|
-
thinkingBubbleHeader:
|
|
14
|
-
headerLeft:
|
|
15
|
-
thinkingBubbleLogo:
|
|
16
|
-
chevronIcon:
|
|
17
|
-
chevronRotated:
|
|
18
|
-
chevronDisabled:
|
|
19
|
-
logoState:
|
|
20
|
-
headerExpanded:
|
|
21
|
-
thinkingBubbleContent:
|
|
10
|
+
import { jsxs as f, jsx as o } from "react/jsx-runtime";
|
|
11
|
+
import '../../../../styles/thinkingBubble.css';const z = "_thinkingBubbleContainer_168nh_2", F = "_thinkingBubbleHeader_168nh_8", J = "_headerLeft_168nh_20", K = "_thinkingBubbleLogo_168nh_25", Q = "_chevronIcon_168nh_29", W = "_chevronRotated_168nh_34", Z = "_chevronDisabled_168nh_37", $ = "_logoState_168nh_41", ee = "_headerExpanded_168nh_54", ne = "_thinkingBubbleContent_168nh_59", te = "_scrollableContainer_168nh_67", oe = "_contentExpanded_168nh_85", re = "_sidebar_168nh_91", ae = "_pillState_168nh_109", e = {
|
|
12
|
+
thinkingBubbleContainer: z,
|
|
13
|
+
thinkingBubbleHeader: F,
|
|
14
|
+
headerLeft: J,
|
|
15
|
+
thinkingBubbleLogo: K,
|
|
16
|
+
chevronIcon: Q,
|
|
17
|
+
chevronRotated: W,
|
|
18
|
+
chevronDisabled: Z,
|
|
19
|
+
logoState: $,
|
|
20
|
+
headerExpanded: ee,
|
|
21
|
+
thinkingBubbleContent: ne,
|
|
22
22
|
scrollableContainer: te,
|
|
23
|
-
contentExpanded:
|
|
24
|
-
sidebar:
|
|
23
|
+
contentExpanded: oe,
|
|
24
|
+
sidebar: re,
|
|
25
25
|
pillState: ae
|
|
26
|
-
},
|
|
26
|
+
}, se = 5, ie = 50, le = 300, ce = 120, ke = ({
|
|
27
27
|
content: s,
|
|
28
|
-
className:
|
|
29
|
-
variant:
|
|
30
|
-
isThinkingComplete:
|
|
31
|
-
|
|
28
|
+
className: L,
|
|
29
|
+
variant: I = "modal",
|
|
30
|
+
isThinkingComplete: n = !1,
|
|
31
|
+
onDropdownOpenChange: h,
|
|
32
|
+
...S
|
|
32
33
|
}) => {
|
|
33
34
|
const {
|
|
34
35
|
formatMessage: i
|
|
35
|
-
} =
|
|
36
|
-
|
|
36
|
+
} = j(), H = I === "sidebar", [c, b] = u(!1), [a, m] = u(!1), [d, A] = u(!1), p = B(), N = B(), r = v(null), E = v(!1);
|
|
37
|
+
_(() => {
|
|
37
38
|
if (s) {
|
|
38
|
-
const
|
|
39
|
-
|
|
39
|
+
const t = [setTimeout(() => A(!0), ie), setTimeout(() => {
|
|
40
|
+
b(!0), h(!0);
|
|
41
|
+
}, le)];
|
|
42
|
+
return () => t.forEach(clearTimeout);
|
|
40
43
|
}
|
|
41
44
|
}, [s]);
|
|
42
|
-
const
|
|
43
|
-
|
|
44
|
-
top:
|
|
45
|
+
const x = g(() => {
|
|
46
|
+
r.current && s && c && !E.current && r.current.scrollTo({
|
|
47
|
+
top: r.current.scrollHeight,
|
|
45
48
|
behavior: "smooth"
|
|
46
49
|
});
|
|
47
50
|
}, [s, c]);
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}, [
|
|
51
|
-
const
|
|
52
|
-
if (
|
|
53
|
-
const
|
|
54
|
-
|
|
51
|
+
_(() => {
|
|
52
|
+
x();
|
|
53
|
+
}, [x]);
|
|
54
|
+
const R = g(() => {
|
|
55
|
+
if (r.current) {
|
|
56
|
+
const t = r.current, M = t.scrollTop + t.clientHeight >= t.scrollHeight - se;
|
|
57
|
+
E.current = !M;
|
|
55
58
|
}
|
|
56
|
-
}, []),
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
+
}, []), k = g(() => r.current ? r.current.scrollHeight > ce : !1, []), D = () => {
|
|
60
|
+
const t = !a;
|
|
61
|
+
m(t), h(t), n && b(t);
|
|
59
62
|
};
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}, [
|
|
63
|
-
const
|
|
64
|
-
color:
|
|
63
|
+
_(() => {
|
|
64
|
+
n && (m(!1), b(!1), h(!1));
|
|
65
|
+
}, [n]);
|
|
66
|
+
const O = () => n ? /* @__PURE__ */ o(G, {
|
|
67
|
+
color: U,
|
|
65
68
|
height: 24,
|
|
66
69
|
width: 24
|
|
67
|
-
}) : /* @__PURE__ */
|
|
70
|
+
}) : /* @__PURE__ */ o(q, {}), T = !k() && !n, P = C(e.thinkingBubbleContainer, {
|
|
68
71
|
[e.logoState]: !d,
|
|
69
72
|
[e.headerExpanded]: d,
|
|
70
|
-
[e.contentExpanded]:
|
|
71
|
-
[e.pillState]:
|
|
72
|
-
[e.sidebar]:
|
|
73
|
-
},
|
|
74
|
-
return /* @__PURE__ */
|
|
75
|
-
className:
|
|
76
|
-
...
|
|
77
|
-
children: [/* @__PURE__ */
|
|
78
|
-
"aria-controls":
|
|
79
|
-
"aria-expanded": c && (!
|
|
73
|
+
[e.contentExpanded]: a,
|
|
74
|
+
[e.pillState]: n && !a,
|
|
75
|
+
[e.sidebar]: H
|
|
76
|
+
}, L), y = !k() && !n;
|
|
77
|
+
return /* @__PURE__ */ f("div", {
|
|
78
|
+
className: P,
|
|
79
|
+
...S,
|
|
80
|
+
children: [/* @__PURE__ */ f("button", {
|
|
81
|
+
"aria-controls": N,
|
|
82
|
+
"aria-expanded": c && (!n || a),
|
|
80
83
|
"aria-labelledby": p,
|
|
81
84
|
className: e.thinkingBubbleHeader,
|
|
82
|
-
disabled:
|
|
85
|
+
disabled: y,
|
|
83
86
|
onClick: D,
|
|
84
87
|
type: "button",
|
|
85
88
|
"data-target-id": "button-thinkingCompleted|thinkingInProgress|thinkingCompleted|thinkingInProgress|collapseThinkingContent|expandThinkingContent",
|
|
86
|
-
children: [/* @__PURE__ */
|
|
89
|
+
children: [/* @__PURE__ */ f("div", {
|
|
87
90
|
className: e.headerLeft,
|
|
88
|
-
children: [/* @__PURE__ */
|
|
91
|
+
children: [/* @__PURE__ */ o("div", {
|
|
89
92
|
className: e.thinkingBubbleLogo,
|
|
90
|
-
children:
|
|
91
|
-
}), d && /* @__PURE__ */
|
|
93
|
+
children: O()
|
|
94
|
+
}), d && /* @__PURE__ */ o(X, {
|
|
92
95
|
as: "h3",
|
|
93
|
-
color:
|
|
96
|
+
color: n ? "textOnLightSecondary" : "textOnLightDefault",
|
|
94
97
|
id: p,
|
|
95
98
|
variant: "titleMedium",
|
|
96
|
-
children: i(
|
|
99
|
+
children: i(n ? l.thinkingCompleted : l.thinkingInProgress)
|
|
97
100
|
})]
|
|
98
|
-
}), d && /* @__PURE__ */
|
|
99
|
-
content: i(
|
|
100
|
-
children: /* @__PURE__ */
|
|
101
|
+
}), d && /* @__PURE__ */ o(Y, {
|
|
102
|
+
content: i(a ? l.collapseThinkingContent : l.expandThinkingContent),
|
|
103
|
+
children: /* @__PURE__ */ o(w, {
|
|
101
104
|
"aria-hidden": "true",
|
|
102
|
-
className:
|
|
105
|
+
className: C(e.chevronIcon, a && e.chevronRotated, T && e.chevronDisabled)
|
|
103
106
|
})
|
|
104
107
|
})]
|
|
105
|
-
}), c && (!
|
|
108
|
+
}), c && (!n || a) && /* @__PURE__ */ o("div", {
|
|
106
109
|
className: e.thinkingBubbleContent,
|
|
107
|
-
children: /* @__PURE__ */
|
|
108
|
-
ref:
|
|
110
|
+
children: /* @__PURE__ */ o("div", {
|
|
111
|
+
ref: r,
|
|
109
112
|
"aria-label": i(l.thinkingContentScrollableArea),
|
|
110
113
|
className: e.scrollableContainer,
|
|
111
|
-
onScroll:
|
|
112
|
-
children: /* @__PURE__ */
|
|
114
|
+
onScroll: R,
|
|
115
|
+
children: /* @__PURE__ */ o(V, {
|
|
113
116
|
children: s
|
|
114
117
|
})
|
|
115
118
|
})
|
|
@@ -117,6 +120,6 @@ import '../../../../styles/thinkingBubble.css';const q = "_thinkingBubbleContain
|
|
|
117
120
|
});
|
|
118
121
|
};
|
|
119
122
|
export {
|
|
120
|
-
|
|
121
|
-
|
|
123
|
+
ke as ThinkingBubble,
|
|
124
|
+
ke as default
|
|
122
125
|
};
|
|
@@ -2,11 +2,11 @@ import { defineMessages as e } from "react-intl";
|
|
|
2
2
|
const t = e({
|
|
3
3
|
largeFileSizeWarningTitle: {
|
|
4
4
|
id: "boxAI.contentAnswers.largeFileSizeWarningTitle",
|
|
5
|
-
defaultMessage: "Box AI won’t be able to access the entire
|
|
5
|
+
defaultMessage: "Box AI won’t be able to access the entire content, which might affect its answers."
|
|
6
6
|
},
|
|
7
7
|
largeFileSizeWarningDescription: {
|
|
8
8
|
id: "boxAI.contentAnswers.largeFileSizeWarningDescription",
|
|
9
|
-
defaultMessage: "The
|
|
9
|
+
defaultMessage: "The content of {numberOfItems, plural, =1 {this file} other {one or more files}} is too large for Box AI to process."
|
|
10
10
|
},
|
|
11
11
|
welcomeAskQuestionText: {
|
|
12
12
|
id: "boxAI.contentAnswers.welcomeAskQuestionText",
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "সাফল্য",
|
|
3
4
|
"boxAI.contentAnswers.ask": "জিজ্ঞাসা করুন",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "একবার Box AI-এর প্রতিক্রিয়া জানানো শেষ হলে আপনি অন্য প্রশ্ন জমা দিতে পারেন",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI বর্তমানে এই ফাইল টাইপের জন্য সমর্থিত নয়",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "এই মুহূর্তে অনুমতিসমূহ যাচাই করা যাচ্ছে না। আবার চেষ্টা করার জন্য এই পেজটি পুনরায় লোড করুন",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "অনুমতিসমূহ যাচাই করা হচ্ছে...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "অনুপযুক্ত
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "অনুপযুক্ত কন্টেন্ট রিপোর্ট করতে, <abuseFormLink>এই ফর্মটি</abuseFormLink> জমা দিন।",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "বাতিল করুন",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "প্রতিক্রিয়ার জন্য আপনাকে ধন্যবাদ।",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "আমরা কীভাবে অভিজ্ঞতা উন্নত করতে পারি?",
|
|
@@ -29,7 +30,7 @@ export default {
|
|
|
29
30
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "আমার অনুরোধ অনুসরণ করা হয়নি",
|
|
30
31
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "অন্যান্য",
|
|
31
32
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "আপনি কোন ধরণের সমস্যা প্রতিবেদন করতে চান?",
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "
|
|
33
|
+
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "পণ্যের গুণমান উন্নত করতে সাহায্য করতে আমার প্রম্পট এবং প্রতিক্রিয়া শেয়ার করুন।",
|
|
33
34
|
"boxAI.contentAnswers.feedbackTooltipSubmit": "জমা দিন",
|
|
34
35
|
"boxAI.contentAnswers.feedbackTooltipTitle": "আপনার প্রতিক্রিয়া শেয়ার করুন",
|
|
35
36
|
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ এতে {parentItem}}}",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI বর্তম
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = এই মুহূর্তে অনুমতিসমূহ যাচাই করা যাচ্ছে না। আবার চেষ্টা করার জন্য এই পেজটি পুনরায় লোড করুন
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = অনুমতিসমূহ যাচাই করা হচ্ছে...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = অনুপযুক্ত
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = অনুপযুক্ত কন্টেন্ট রিপোর্ট করতে, <abuseFormLink>এই ফর্মটি</abuseFormLink> জমা দিন।
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = বাতিল করুন
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = অন্যান্য
|
|
|
59
59
|
# Label for the feedback type radio group in the feedback tooltip
|
|
60
60
|
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = আপনি কোন ধরণের সমস্যা প্রতিবেদন করতে চান?
|
|
61
61
|
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent =
|
|
62
|
+
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = পণ্যের গুণমান উন্নত করতে সাহায্য করতে আমার প্রম্পট এবং প্রতিক্রিয়া শেয়ার করুন।
|
|
63
63
|
# Submit button text for the feedback tooltip
|
|
64
64
|
boxAI.contentAnswers.feedbackTooltipSubmit = জমা দিন
|
|
65
65
|
# Title of a tooltip that asks the user to share feedback on the answer
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = বন্ধ করুন
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = অনুলিপি হয়েছে
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = ফাইলের আইটেমের তালিকা বন্ধ করুন
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = আপনি নিজের স্প্রেডশিটে সরল ও জটিল প্রশ্ন, উভয়ই Box AI-কে জিজ্ঞাসা করতে পারেন: মোট হিসাব, গড়পড়তা, উন্নত তুলনা, ট্রেন্ড বিশ্লেষণ এবং আরও অনেক কিছু। আজই এটি ব্যবহার করে করুন!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "udført",
|
|
3
4
|
"boxAI.contentAnswers.ask": "Spørg",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "Du kan indsende et andet spørgsmål, når Box AI er færdig med at svare",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI er i øjeblikket ikke understøttet for denne filtype",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Det er ikke muligt at kontrollere tilladelserne på nuværende tidspunkt. Genindlæs denne side for at prøve igen",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Kontrollerer tilladelser ...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "For at rapportere upassende indhold,
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "For at rapportere upassende indhold, skal du indsende <abuseFormLink>denne formular</abuseFormLink>.",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "Annuller",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Tak for feedback.",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "Hvordan kan vi forbedre oplevelsen?",
|
|
@@ -29,7 +30,7 @@ export default {
|
|
|
29
30
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "Fulgte ikke min anmodning",
|
|
30
31
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Andet/Andre",
|
|
31
32
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Hvilken type problem vil du rapportere?",
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "
|
|
33
|
+
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Del mine prompter og svar for at hjælpe med at forbedre produktkvaliteten.",
|
|
33
34
|
"boxAI.contentAnswers.feedbackTooltipSubmit": "Send",
|
|
34
35
|
"boxAI.contentAnswers.feedbackTooltipTitle": "Del din feedback",
|
|
35
36
|
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ i {parentItem}}}",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI er i øjeblikket
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Det er ikke muligt at kontrollere tilladelserne på nuværende tidspunkt. Genindlæs denne side for at prøve igen
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Kontrollerer tilladelser ...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = For at rapportere upassende indhold,
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = For at rapportere upassende indhold, skal du indsende <abuseFormLink>denne formular</abuseFormLink>.
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = Annuller
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Andet/Andre
|
|
|
59
59
|
# Label for the feedback type radio group in the feedback tooltip
|
|
60
60
|
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Hvilken type problem vil du rapportere?
|
|
61
61
|
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent =
|
|
62
|
+
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Del mine prompter og svar for at hjælpe med at forbedre produktkvaliteten.
|
|
63
63
|
# Submit button text for the feedback tooltip
|
|
64
64
|
boxAI.contentAnswers.feedbackTooltipSubmit = Send
|
|
65
65
|
# Title of a tooltip that asks the user to share feedback on the answer
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Luk
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopieret
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = Luk listen over filelementer
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Du kan stille Box AI både enkle og komplekse spørgsmål i dit regneark: totaltællinger, gennemsnit, avancerede sammenligninger, trendanalyser og så videre. Prøv det i dag!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "Erfolg",
|
|
3
4
|
"boxAI.contentAnswers.ask": "Fragen",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "Sie können eine weitere Frage senden, sobald Box-KI reagiert hat",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box-KI wird derzeit für diesen Dateityp nicht unterstützt",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Berechtigungen können derzeit nicht überprüft werden. Diese Seite neu laden, um es erneut zu versuchen",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Berechtigungen werden überprüft ...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "Wenn Sie unangemessenen Content melden möchten, verwenden Sie dazu bitte <abuseFormLink>dieses Formular</abuseFormLink>.",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "Abbrechen",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Vielen Dank für das Feedback.",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "Wie können wir die Erfahrung verbessern?",
|
|
@@ -29,7 +30,7 @@ export default {
|
|
|
29
30
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "Meiner Anfrage nicht gefolgt",
|
|
30
31
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "Sonstiges",
|
|
31
32
|
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "Welche Art von Problem möchten Sie melden?",
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "
|
|
33
|
+
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "Freigeben Sie meine Eingabeaufforderung und meine Antwort, um die Produktqualität zu verbessern.",
|
|
33
34
|
"boxAI.contentAnswers.feedbackTooltipSubmit": "Senden",
|
|
34
35
|
"boxAI.contentAnswers.feedbackTooltipTitle": "Teilen Sie Ihr Feedback mit.",
|
|
35
36
|
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,undefined{} other{ in {parentItem}}}",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box-KI wird derzeit für
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Berechtigungen können derzeit nicht überprüft werden. Diese Seite neu laden, um es erneut zu versuchen
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Berechtigungen werden überprüft ...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer =
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = Wenn Sie unangemessenen Content melden möchten, verwenden Sie dazu bitte <abuseFormLink>dieses Formular</abuseFormLink>.
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = Abbrechen
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -59,7 +59,7 @@ boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3 = Sonstiges
|
|
|
59
59
|
# Label for the feedback type radio group in the feedback tooltip
|
|
60
60
|
boxAI.contentAnswers.feedbackTooltipIssueTypeLabel = Welche Art von Problem möchten Sie melden?
|
|
61
61
|
# Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer
|
|
62
|
-
boxAI.contentAnswers.feedbackTooltipPromptShareConsent =
|
|
62
|
+
boxAI.contentAnswers.feedbackTooltipPromptShareConsent = Freigeben Sie meine Eingabeaufforderung und meine Antwort, um die Produktqualität zu verbessern.
|
|
63
63
|
# Submit button text for the feedback tooltip
|
|
64
64
|
boxAI.contentAnswers.feedbackTooltipSubmit = Senden
|
|
65
65
|
# Title of a tooltip that asks the user to share feedback on the answer
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Schließen
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopiert
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = Liste der Dateielemente schließen
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Sie können Box AI in Ihrer Tabelle sowohl einfache als auch komplexe Fragen stellen: Gesamtzahlen, Durchschnittswerte, erweiterte Vergleiche, Trendanalysen usw. Probieren Sie es aus!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
3
4
|
"boxAI.contentAnswers.ask": "Ask",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "Cancel",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Thank you for the feedback.",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "How can we improve the experience?",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Close
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = Close file items list
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
3
4
|
"boxAI.contentAnswers.ask": "Ask",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content,
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "Cancel",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Thank you for the feedback.",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "How can we improve the experience?",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content,
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Close
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = Close file items list
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
2
3
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
3
4
|
"boxAI.contentAnswers.ask": "Ask",
|
|
4
5
|
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
@@ -20,7 +21,7 @@ export default {
|
|
|
20
21
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
|
|
21
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
|
|
22
23
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.",
|
|
24
25
|
"boxAI.contentAnswers.feedbackTooltipCancel": "Cancel",
|
|
25
26
|
"boxAI.contentAnswers.feedbackTooltipConfirmation": "Thank you for the feedback.",
|
|
26
27
|
"boxAI.contentAnswers.feedbackTooltipFeedback": "How can we improve the experience?",
|
|
@@ -40,8 +40,8 @@ boxAI.contentAnswers.disabledTooltipFileNotCompatible = Box AI is not currently
|
|
|
40
40
|
boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissions at this time. Reload this page to try again
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
42
|
boxAI.contentAnswers.disabledTooltipPermissionsLoading = Checking permissions...
|
|
43
|
-
# Disclaimer informing how to report inappropriate content in the feedback tooltip
|
|
44
|
-
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content
|
|
43
|
+
# Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text
|
|
44
|
+
boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer = To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>.
|
|
45
45
|
# Cancel button text for the feedback tooltip
|
|
46
46
|
boxAI.contentAnswers.feedbackTooltipCancel = Cancel
|
|
47
47
|
# Confirmation message after submitting feedback in the feedback tooltip
|
|
@@ -148,6 +148,16 @@ boxAI.popup.closeButtonText = Close
|
|
|
148
148
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
149
149
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
150
|
boxAi.contentAnswers.closeItemList = Close file items list
|
|
151
|
+
# Tooltip label for button to collapse thinking content
|
|
152
|
+
boxui.contentAnswers.collapseThinkingContent = Collapse
|
|
153
|
+
# Tooltip label for button to expand thinking content
|
|
154
|
+
boxui.contentAnswers.expandThinkingContent = Expand
|
|
155
|
+
# Text shown when thinking is completed
|
|
156
|
+
boxui.contentAnswers.thinkingCompleted = Thinking Complete
|
|
157
|
+
# Aria label for the scrollable thinking content area
|
|
158
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Thinking content scrollable area
|
|
159
|
+
# Text shown when thinking is in progress
|
|
160
|
+
boxui.contentAnswers.thinkingInProgress = Thinking...
|
|
151
161
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
152
162
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = You can ask Box AI both simple and complex questions in your spreadsheet: total counts, averages, advanced comparisons, trend analyses and so on. Try it out today!
|
|
153
163
|
# Content Answers welcome message spreadsheet notification
|