@box/box-ai-content-answers 1.1.5 → 1.3.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-content.js +12 -12
- package/dist/esm/lib/components/answer/copy-button.js +37 -27
- package/dist/esm/lib/components/common/markdown.js +18 -17
- package/dist/i18n/bn-IN.js +1 -1
- package/dist/i18n/bn-IN.properties +1 -1
- package/dist/i18n/da-DK.js +1 -1
- package/dist/i18n/da-DK.properties +1 -1
- package/dist/i18n/de-DE.js +1 -1
- package/dist/i18n/de-DE.properties +1 -1
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +1 -1
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +1 -1
- package/dist/i18n/en-x-pseudo.js +88 -88
- package/dist/i18n/en-x-pseudo.properties +88 -88
- package/dist/i18n/es-419.js +1 -1
- package/dist/i18n/es-419.properties +1 -1
- package/dist/i18n/es-ES.js +1 -1
- package/dist/i18n/es-ES.properties +1 -1
- package/dist/i18n/fi-FI.js +1 -1
- package/dist/i18n/fi-FI.properties +1 -1
- package/dist/i18n/fr-CA.js +1 -1
- package/dist/i18n/fr-CA.properties +1 -1
- package/dist/i18n/fr-FR.js +1 -1
- package/dist/i18n/fr-FR.properties +1 -1
- package/dist/i18n/hi-IN.js +1 -1
- package/dist/i18n/hi-IN.properties +1 -1
- package/dist/i18n/it-IT.js +1 -1
- package/dist/i18n/it-IT.properties +1 -1
- package/dist/i18n/ja-JP.js +1 -1
- package/dist/i18n/ja-JP.properties +1 -1
- package/dist/i18n/ko-KR.js +1 -1
- package/dist/i18n/ko-KR.properties +1 -1
- package/dist/i18n/nb-NO.js +1 -1
- package/dist/i18n/nb-NO.properties +1 -1
- package/dist/i18n/nl-NL.js +1 -1
- package/dist/i18n/nl-NL.properties +1 -1
- package/dist/i18n/pl-PL.js +1 -1
- package/dist/i18n/pl-PL.properties +1 -1
- package/dist/i18n/pt-BR.js +1 -1
- package/dist/i18n/pt-BR.properties +1 -1
- package/dist/i18n/ru-RU.js +1 -1
- package/dist/i18n/ru-RU.properties +1 -1
- package/dist/i18n/sv-SE.js +1 -1
- package/dist/i18n/sv-SE.properties +1 -1
- package/dist/i18n/tr-TR.js +1 -1
- package/dist/i18n/tr-TR.properties +1 -1
- package/dist/i18n/zh-CN.js +1 -1
- package/dist/i18n/zh-CN.properties +1 -1
- package/dist/i18n/zh-TW.js +1 -1
- package/dist/i18n/zh-TW.properties +1 -1
- package/dist/types/lib/components/answer/stories/shared.d.ts +3 -0
- package/dist/types/lib/components/common/markdown.d.ts +7 -2
- package/package.json +6 -6
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import i from "clsx";
|
|
2
|
-
import _ from "../common/markdown
|
|
3
|
-
import f from "../common/markdown.js";
|
|
2
|
+
import { markdownToHtmlString as _ } from "../common/markdown.js";
|
|
3
|
+
import f from "../common/markdown-react.js";
|
|
4
4
|
import { jsxs as h, Fragment as u, jsx as r } from "react/jsx-runtime";
|
|
5
|
-
import '../../../../styles/answer-content.css';const C = "_answerContent_uoab3_1",
|
|
5
|
+
import '../../../../styles/answer-content.css';const C = "_answerContent_uoab3_1", k = "_answerMarkdown_uoab3_16", n = {
|
|
6
6
|
answerContent: C,
|
|
7
|
-
answerMarkdown:
|
|
8
|
-
},
|
|
7
|
+
answerMarkdown: k
|
|
8
|
+
}, g = ({
|
|
9
9
|
answer: e,
|
|
10
10
|
isMarkdownEnabled: t,
|
|
11
11
|
isReactMarkdownEnabled: w = !1,
|
|
@@ -13,15 +13,15 @@ import '../../../../styles/answer-content.css';const C = "_answerContent_uoab3_1
|
|
|
13
13
|
variant: m = "modal",
|
|
14
14
|
...s
|
|
15
15
|
}) => {
|
|
16
|
-
const a = m === "sidebar",
|
|
16
|
+
const a = m === "sidebar", l = (d) => {
|
|
17
17
|
if (w)
|
|
18
|
-
return /* @__PURE__ */ r(
|
|
18
|
+
return /* @__PURE__ */ r(f, {
|
|
19
19
|
children: d
|
|
20
20
|
});
|
|
21
|
-
const
|
|
21
|
+
const c = _(d);
|
|
22
22
|
return /* @__PURE__ */ r("div", {
|
|
23
23
|
dangerouslySetInnerHTML: {
|
|
24
|
-
__html:
|
|
24
|
+
__html: c
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
};
|
|
@@ -33,11 +33,11 @@ import '../../../../styles/answer-content.css';const C = "_answerContent_uoab3_1
|
|
|
33
33
|
}), t && e && /* @__PURE__ */ r("div", {
|
|
34
34
|
className: i(n.answerContent, n.answerMarkdown, a && n.sidebar, "Answer-text", o),
|
|
35
35
|
...s,
|
|
36
|
-
children:
|
|
36
|
+
children: l(e)
|
|
37
37
|
})]
|
|
38
38
|
});
|
|
39
39
|
};
|
|
40
40
|
export {
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
g as AnswerContent,
|
|
42
|
+
g as default
|
|
43
43
|
};
|
|
@@ -1,43 +1,53 @@
|
|
|
1
|
-
import { useNotification as
|
|
1
|
+
import { useNotification as l, Tooltip as m, IconButton as d } from "@box/blueprint-web";
|
|
2
2
|
import { Clipboard as u } from "@box/blueprint-web-assets/icons/Line";
|
|
3
|
-
import { useIntl as
|
|
3
|
+
import { useIntl as b } from "react-intl";
|
|
4
4
|
import f from "../../messages.js";
|
|
5
|
-
import { LOGGER_BASE_CONFIG as
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
5
|
+
import { LOGGER_BASE_CONFIG as C, LOGGER_ACTION_CLICK as g } from "../common/constants.js";
|
|
6
|
+
import { focusInput as y } from "../common/focusInputUtils.js";
|
|
7
|
+
import { markdownToHtmlString as T } from "../common/markdown.js";
|
|
8
|
+
import a from "./messages.js";
|
|
9
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
9
10
|
const N = ({
|
|
10
|
-
answer:
|
|
11
|
-
onAnswerCopy:
|
|
12
|
-
recordAction:
|
|
11
|
+
answer: t,
|
|
12
|
+
onAnswerCopy: r,
|
|
13
|
+
recordAction: e
|
|
13
14
|
}) => {
|
|
14
15
|
const {
|
|
15
16
|
formatMessage: o
|
|
16
|
-
} =
|
|
17
|
-
addNotification:
|
|
18
|
-
} =
|
|
19
|
-
|
|
20
|
-
...
|
|
21
|
-
action:
|
|
17
|
+
} = b(), {
|
|
18
|
+
addNotification: s
|
|
19
|
+
} = l(), p = async () => {
|
|
20
|
+
if (e && e({
|
|
21
|
+
...C,
|
|
22
|
+
action: g,
|
|
22
23
|
target: "copyToClipboard"
|
|
23
|
-
}),
|
|
24
|
-
c({
|
|
24
|
+
}), t && navigator && navigator.clipboard && navigator.clipboard.write) {
|
|
25
|
+
const i = T(t), c = new ClipboardItem({
|
|
26
|
+
"text/html": new Blob([i], {
|
|
27
|
+
type: "text/html"
|
|
28
|
+
}),
|
|
29
|
+
"text/plain": new Blob([t], {
|
|
30
|
+
type: "text/plain"
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
await navigator.clipboard.write([c]), s({
|
|
25
34
|
sensitivity: "foreground",
|
|
26
|
-
styledText: o(
|
|
35
|
+
styledText: o(a.copyToClipboardSucceeded),
|
|
27
36
|
variant: "success",
|
|
28
|
-
typeIconAriaLabel: o(
|
|
37
|
+
typeIconAriaLabel: o(a.copyButtonSuccessText),
|
|
29
38
|
closeButtonAriaLabel: o(f.closeButtonText)
|
|
30
|
-
}),
|
|
31
|
-
}
|
|
39
|
+
}), r && r(t);
|
|
40
|
+
}
|
|
41
|
+
y();
|
|
32
42
|
};
|
|
33
|
-
return /* @__PURE__ */
|
|
34
|
-
content: o(
|
|
35
|
-
children: /* @__PURE__ */
|
|
36
|
-
"aria-label": o(
|
|
43
|
+
return /* @__PURE__ */ n(m, {
|
|
44
|
+
content: o(a.copyToClipboard),
|
|
45
|
+
children: /* @__PURE__ */ n(d, {
|
|
46
|
+
"aria-label": o(a.copyToClipboard),
|
|
37
47
|
icon: u,
|
|
38
48
|
onClick: p,
|
|
39
|
-
onFocusCapture: (
|
|
40
|
-
|
|
49
|
+
onFocusCapture: (i) => {
|
|
50
|
+
i.target.matches(":focus-visible") || i.stopPropagation();
|
|
41
51
|
},
|
|
42
52
|
size: "x-small",
|
|
43
53
|
"data-target-id": "IconButton-copyToClipboard"
|
|
@@ -1057,11 +1057,11 @@ https://github.com/highlightjs/highlight.js/issues/2277`), U = u, k = f), w ===
|
|
|
1057
1057
|
for (const u in Ae)
|
|
1058
1058
|
typeof Ae[u] == "object" && ut(Ae[u]);
|
|
1059
1059
|
return Object.assign(n, Ae), n;
|
|
1060
|
-
},
|
|
1061
|
-
|
|
1062
|
-
var yr =
|
|
1063
|
-
|
|
1064
|
-
|
|
1060
|
+
}, Ne = Tt({});
|
|
1061
|
+
Ne.newInstance = () => Tt({});
|
|
1062
|
+
var yr = Ne;
|
|
1063
|
+
Ne.HighlightJS = Ne;
|
|
1064
|
+
Ne.default = Ne;
|
|
1065
1065
|
var De, Mn;
|
|
1066
1066
|
function Tr() {
|
|
1067
1067
|
if (Mn) return De;
|
|
@@ -10658,15 +10658,15 @@ function jr() {
|
|
|
10658
10658
|
end: /\//,
|
|
10659
10659
|
contains: ge
|
|
10660
10660
|
}, re = ($) => {
|
|
10661
|
-
const Re = t($, /\//),
|
|
10661
|
+
const Re = t($, /\//), ye = t(/\//, $);
|
|
10662
10662
|
return {
|
|
10663
10663
|
begin: Re,
|
|
10664
|
-
end:
|
|
10664
|
+
end: ye,
|
|
10665
10665
|
contains: [
|
|
10666
10666
|
...ge,
|
|
10667
10667
|
{
|
|
10668
10668
|
scope: "comment",
|
|
10669
|
-
begin: `#(?!.*${
|
|
10669
|
+
begin: `#(?!.*${ye})`,
|
|
10670
10670
|
end: /$/
|
|
10671
10671
|
}
|
|
10672
10672
|
]
|
|
@@ -10884,7 +10884,7 @@ function jr() {
|
|
|
10884
10884
|
for (const $ of oe.variants) {
|
|
10885
10885
|
const Re = $.contains.find((Ot) => Ot.label === "interpol");
|
|
10886
10886
|
Re.keywords = u;
|
|
10887
|
-
const
|
|
10887
|
+
const ye = [
|
|
10888
10888
|
...f,
|
|
10889
10889
|
...U,
|
|
10890
10890
|
...te,
|
|
@@ -10893,13 +10893,13 @@ function jr() {
|
|
|
10893
10893
|
...G
|
|
10894
10894
|
];
|
|
10895
10895
|
Re.contains = [
|
|
10896
|
-
...
|
|
10896
|
+
...ye,
|
|
10897
10897
|
{
|
|
10898
10898
|
begin: /\(/,
|
|
10899
10899
|
end: /\)/,
|
|
10900
10900
|
contains: [
|
|
10901
10901
|
"self",
|
|
10902
|
-
...
|
|
10902
|
+
...ye
|
|
10903
10903
|
]
|
|
10904
10904
|
}
|
|
10905
10905
|
];
|
|
@@ -12130,7 +12130,7 @@ R.registerLanguage("wasm", ra());
|
|
|
12130
12130
|
R.HighlightJS = R;
|
|
12131
12131
|
R.default = R;
|
|
12132
12132
|
var aa = R;
|
|
12133
|
-
const Me = /* @__PURE__ */ At(aa),
|
|
12133
|
+
const Me = /* @__PURE__ */ At(aa), he = new wt({
|
|
12134
12134
|
breaks: !1,
|
|
12135
12135
|
html: !1,
|
|
12136
12136
|
linkTarget: "_blank",
|
|
@@ -12147,9 +12147,9 @@ const Me = /* @__PURE__ */ At(aa), ye = new wt({
|
|
|
12147
12147
|
return "";
|
|
12148
12148
|
}
|
|
12149
12149
|
});
|
|
12150
|
-
|
|
12151
|
-
|
|
12152
|
-
|
|
12150
|
+
he.renderer.rules.table_open = () => `<div class="${fe.tableWrapper}" tabindex="0"><table>`;
|
|
12151
|
+
he.renderer.rules.table_close = () => "</table></div>";
|
|
12152
|
+
he.renderer.rules.link_open = (n, e) => {
|
|
12153
12153
|
const {
|
|
12154
12154
|
href: t
|
|
12155
12155
|
} = n[e];
|
|
@@ -12159,10 +12159,11 @@ ye.renderer.rules.link_open = (n, e) => {
|
|
|
12159
12159
|
} catch {
|
|
12160
12160
|
a = "", c = !1;
|
|
12161
12161
|
} finally {
|
|
12162
|
-
c ?
|
|
12162
|
+
c ? he.renderer.rules.link_close = () => "</a>" : he.renderer.rules.link_close = () => ` (${t})`;
|
|
12163
12163
|
}
|
|
12164
12164
|
return a;
|
|
12165
12165
|
};
|
|
12166
|
+
const ca = (n) => he.render(n);
|
|
12166
12167
|
export {
|
|
12167
|
-
|
|
12168
|
+
ca as markdownToHtmlString
|
|
12168
12169
|
};
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"boxAI.contentAnswers.addToNote": "নোটে যোগ করুন",
|
|
3
3
|
"boxAI.contentAnswers.addedToNote": "যোগ করা হয়েছে",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "বিশ্লেষণ করা হচ্ছে…",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "সাফল্য",
|
|
6
6
|
"boxAI.contentAnswers.ask": "জিজ্ঞাসা করুন",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "একবার Box AI-এর প্রতিক্রিয়া জানানো শেষ হলে আপনি অন্য প্রশ্ন জমা দিতে পারেন",
|
|
@@ -3,7 +3,7 @@ boxAI.contentAnswers.addToNote = নোটে যোগ করুন
|
|
|
3
3
|
# Added to note confirmation text
|
|
4
4
|
boxAI.contentAnswers.addedToNote = যোগ করা হয়েছে
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest =
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = বিশ্লেষণ করা হচ্ছে…
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = সাফল্য
|
|
9
9
|
# Content Answers submit input button text
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"boxAI.contentAnswers.addToNote": "Tilføj til note",
|
|
3
3
|
"boxAI.contentAnswers.addedToNote": "Tilføjet",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "Analyserer
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "Analyserer…",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "udført",
|
|
6
6
|
"boxAI.contentAnswers.ask": "Spørg",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "Du kan indsende et andet spørgsmål, når Box AI er færdig med at svare",
|
|
@@ -3,7 +3,7 @@ boxAI.contentAnswers.addToNote = Tilføj til note
|
|
|
3
3
|
# Added to note confirmation text
|
|
4
4
|
boxAI.contentAnswers.addedToNote = Tilføjet
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analyserer
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyserer…
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = udført
|
|
9
9
|
# Content Answers submit input button text
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"boxAI.contentAnswers.addToNote": "Zur Notiz hinzufügen",
|
|
3
3
|
"boxAI.contentAnswers.addedToNote": "Hinzugefügt",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "Wird analysiert…",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "Erfolg",
|
|
6
6
|
"boxAI.contentAnswers.ask": "Fragen",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "Sie können eine weitere Frage senden, sobald Box-KI reagiert hat",
|
|
@@ -3,7 +3,7 @@ boxAI.contentAnswers.addToNote = Zur Notiz hinzufügen
|
|
|
3
3
|
# Added to note confirmation text
|
|
4
4
|
boxAI.contentAnswers.addedToNote = Hinzugefügt
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest =
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Wird analysiert…
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = Erfolg
|
|
9
9
|
# Content Answers submit input button text
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
3
|
"boxAI.contentAnswers.addedToNote": "Added",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "Analysing
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "Analysing…",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
6
6
|
"boxAI.contentAnswers.ask": "Ask",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
@@ -3,7 +3,7 @@ boxAI.contentAnswers.addToNote = Add to Note
|
|
|
3
3
|
# Added to note confirmation text
|
|
4
4
|
boxAI.contentAnswers.addedToNote = Added
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analysing
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analysing…
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = success
|
|
9
9
|
# Content Answers submit input button text
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
3
|
"boxAI.contentAnswers.addedToNote": "Added",
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "Analysing
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "Analysing…",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "success",
|
|
6
6
|
"boxAI.contentAnswers.ask": "Ask",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "You can submit another question once Box AI has finished responding",
|
|
@@ -3,7 +3,7 @@ boxAI.contentAnswers.addToNote = Add to Note
|
|
|
3
3
|
# Added to note confirmation text
|
|
4
4
|
boxAI.contentAnswers.addedToNote = Added
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest = Analysing
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analysing…
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = success
|
|
9
9
|
# Content Answers submit input button text
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxAI.contentAnswers.addToNote": "⟦萬萬萬
|
|
3
|
-
"boxAI.contentAnswers.addedToNote": "⟦萬
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "⟦萬萬萬
|
|
5
|
-
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "⟦萬萬
|
|
6
|
-
"boxAI.contentAnswers.ask": "⟦
|
|
7
|
-
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
8
|
-
"boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬
|
|
9
|
-
"boxAI.contentAnswers.basedOn": "⟦萬萬
|
|
10
|
-
"boxAI.contentAnswers.cancel": "⟦萬
|
|
11
|
-
"boxAI.contentAnswers.cardTooltipButton": "⟦萬萬萬
|
|
12
|
-
"boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬
|
|
13
|
-
"boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬
|
|
14
|
-
"boxAI.contentAnswers.clearConversationLabel": "⟦萬萬萬萬萬
|
|
15
|
-
"boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬
|
|
16
|
-
"boxAI.contentAnswers.collapseModalAriaLabel": "⟦萬萬萬萬萬萬
|
|
17
|
-
"boxAI.contentAnswers.contentAnswersTitle": "⟦萬
|
|
18
|
-
"boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬
|
|
19
|
-
"boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬
|
|
20
|
-
"boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬
|
|
21
|
-
"boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
22
|
-
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
23
|
-
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
24
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
25
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬
|
|
26
|
-
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
27
|
-
"boxAI.contentAnswers.feedbackTooltipCancel": "⟦萬
|
|
28
|
-
"boxAI.contentAnswers.feedbackTooltipConfirmation": "⟦萬萬萬萬萬萬萬萬
|
|
29
|
-
"boxAI.contentAnswers.feedbackTooltipFeedback": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
30
|
-
"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
31
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1": "⟦萬萬萬萬萬
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "⟦萬萬萬萬萬萬萬
|
|
33
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "⟦萬
|
|
34
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
35
|
-
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
-
"boxAI.contentAnswers.feedbackTooltipSubmit": "⟦萬
|
|
37
|
-
"boxAI.contentAnswers.feedbackTooltipTitle": "⟦萬萬萬萬萬
|
|
38
|
-
"boxAI.contentAnswers.fileLandingText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other {
|
|
39
|
-
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬
|
|
40
|
-
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
41
|
-
"boxAI.contentAnswers.inlineCitationAriaLabel": "⟦萬萬萬萬萬萬
|
|
42
|
-
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
43
|
-
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
44
|
-
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
45
|
-
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
46
|
-
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬
|
|
47
|
-
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬
|
|
48
|
-
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
49
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
50
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
51
|
-
"boxAI.contentAnswers.loading": "⟦萬萬
|
|
52
|
-
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬
|
|
53
|
-
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬
|
|
54
|
-
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬
|
|
55
|
-
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
56
|
-
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬
|
|
57
|
-
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
58
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "⟦萬萬萬萬萬
|
|
59
|
-
"boxAI.contentAnswers.promptsBtn": "⟦萬萬 P
|
|
60
|
-
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬
|
|
61
|
-
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬
|
|
62
|
-
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬
|
|
63
|
-
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬
|
|
64
|
-
"boxAI.contentAnswers.retryResponse": "⟦萬
|
|
65
|
-
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬
|
|
66
|
-
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬
|
|
67
|
-
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬
|
|
68
|
-
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬
|
|
69
|
-
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬
|
|
70
|
-
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files}
|
|
71
|
-
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬
|
|
72
|
-
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬
|
|
73
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
-
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬
|
|
75
|
-
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
76
|
-
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
77
|
-
"boxAI.popup.closeButtonText": "⟦萬
|
|
78
|
-
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬
|
|
79
|
-
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬
|
|
80
|
-
"boxui.contentAnswers.collapseThinkingContent": "⟦萬萬
|
|
81
|
-
"boxui.contentAnswers.expandThinkingContent": "⟦萬
|
|
82
|
-
"boxui.contentAnswers.thinkingCompleted": "⟦萬萬萬萬萬
|
|
83
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "⟦萬萬萬萬萬萬萬萬萬
|
|
84
|
-
"boxui.contentAnswers.thinkingInProgress": "⟦萬萬萬
|
|
85
|
-
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
86
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
87
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
88
|
-
"contentAnswersSidebar.sidebarBoxAIContent": "⟦萬萬
|
|
89
|
-
"contentAnswersSidebar.sidebarBoxAISwitchToModalView": "⟦萬萬萬萬萬
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "⟦萬萬萬 Άďď τø Νóťę 國國國⟧",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "⟦萬 Āďďĕď 國⟧",
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "⟦萬萬萬 Ãлǻľỳżїňĝ... 國國國⟧",
|
|
5
|
+
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "⟦萬萬 ŝűсçęśş 國國⟧",
|
|
6
|
+
"boxAI.contentAnswers.ask": "⟦ Ǻŝĸ ⟧",
|
|
7
|
+
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷоû сąπ ѕűвmìŧ âńõŧнëя qµęŝţїóň ôηĉе Βøх ĄÍ ĥãŝ ƒįʼnіşнéď ŗėѕΡòήďїиĝ 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
8
|
+
"boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬 Äşκ ßό× ÁÎ 國國⟧",
|
|
9
|
+
"boxAI.contentAnswers.basedOn": "⟦萬萬 βåśέď õŋ: 國國⟧",
|
|
10
|
+
"boxAI.contentAnswers.cancel": "⟦萬 Ĉäπćёĺ 國⟧",
|
|
11
|
+
"boxAI.contentAnswers.cardTooltipButton": "⟦萬萬萬 ΟΡěи ďő¢μmέʼnť 國國國⟧",
|
|
12
|
+
"boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬 ₣řöm ďöĉùmεлτ: 國國國國⟧",
|
|
13
|
+
"boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬 ₣ѓοm \"{title}\": 國國國⟧",
|
|
14
|
+
"boxAI.contentAnswers.clearConversationLabel": "⟦萬萬萬萬萬 Ćļęãѓ ĉоηνεŕѕåτίõй 國國國國國⟧",
|
|
15
|
+
"boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬 Ċľόśë Мôďàľ 國國國⟧",
|
|
16
|
+
"boxAI.contentAnswers.collapseModalAriaLabel": "⟦萬萬萬萬萬萬 Şщìţсħ ťò ŝιďёьαѓ νĭéŵ 國國國國國國⟧",
|
|
17
|
+
"boxAI.contentAnswers.contentAnswersTitle": "⟦萬 Бοх Åİ 國⟧",
|
|
18
|
+
"boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬 Ċõиťїŋüé άʼnỳŵąý 國國國國⟧",
|
|
19
|
+
"boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬 ČοΡý ŧõ ČľιΡьοàŕď 國國國國國⟧",
|
|
20
|
+
"boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬 ÇôΡīèď ťò ўòùŗ сļĭΡвøάѓď 國國國國國國國⟧",
|
|
21
|
+
"boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ġėť įŋśŧâиτ áиŝẃęѓś áьοµτ ţħіş ďσĉŭmέńť üśіʼnğ βō× ΑΪ 國國國國國國國國國國國國國國國⟧",
|
|
22
|
+
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бò× ÀĬ ďőέśп'τ ħåνę Ρéřmîѕśĩóʼn ţø αĉ¢ēşŝ ţħïş ƒίļë 國國國國國國國國國國國國國國⟧",
|
|
23
|
+
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бôх ÅÌ ìŝ πøτ ċµřґєйťĺÿ ѕúΡΡōŗţεď ƒόя ťнїş ƒĩļε ţўΡę 國國國國國國國國國國國國國國國⟧",
|
|
24
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űлαвľê ŧô ¢ĥêĉк Ρěѓmīśŝîŏиş ατ τнîŝ ţïmē. Γεļőǻď ŧĥϊś Ρàğě ţö ţґŷ ǻğąíп 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
25
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ćĥěċκїиĝ Ρεґmìŝѕĩòпŝ... 國國國國國國⟧",
|
|
26
|
+
"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τŏ яěΡσгτ ίпαΡΡѓöΡřĭăţé ĉőņτεήŧ, śüьmїŧ <áьůşē₣öгmĹįлĸ>ţĥĩѕ ƒöяm</ǻьűşė₣ŏŕmĹιήĸ>. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
27
|
+
"boxAI.contentAnswers.feedbackTooltipCancel": "⟦萬 Ćαʼnćёľ 國⟧",
|
|
28
|
+
"boxAI.contentAnswers.feedbackTooltipConfirmation": "⟦萬萬萬萬萬萬萬萬 Ťĥάηķ ÿоú ƒōř ŧħě ƒěēďвáçĸ. 國國國國國國國國⟧",
|
|
29
|
+
"boxAI.contentAnswers.feedbackTooltipFeedback": "⟦萬萬萬萬萬萬萬萬萬萬 Ήőẁ сäη ẁё ìmΡřòνë ťнè єхΡēяϊέή¢ę? 國國國國國國國國國國⟧",
|
|
30
|
+
"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵē'ď ļôνé ŧő ĥέąґ ƒřöm Уöú! Pļέäśē оmіţ Ρеяѕóηãľ ĩňƒό, śĕиŝĩťïνе ¢ōήţéńť, öŕ ļîňĸş ĭη Уοūŕ ƒêεďвäсκ äś śŭвmіşѕίòиŝ ţó Βσх ăяĕň'ť çôņƒίďέлτíåĺ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
31
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1": "⟦萬萬萬萬萬 Ìńą¢ċμґäτє áиśщëѓ 國國國國國⟧",
|
|
32
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "⟦萬萬萬萬萬萬萬 Ðįď ńôτ ƒόľļöώ mý яёqµëśţ 國國國國國國國⟧",
|
|
33
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "⟦萬 Ōťĥея 國⟧",
|
|
34
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Щнäŧ ţỳΡέ őƒ įѕşűĕ ďő Уòů ωιŝн τø гěΡояτ? 國國國國國國國國國國國國⟧",
|
|
35
|
+
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝħάŕė mУ ΡґŏmΡť äŋď řèśΡοπѕε ţò нèľΡ īmΡгóνē Ρѓőďμćť qüáĺίŧŷ. 國國國國國國國國國國國國國國國國國國⟧",
|
|
36
|
+
"boxAI.contentAnswers.feedbackTooltipSubmit": "⟦萬 Ŝûьmίτ 國⟧",
|
|
37
|
+
"boxAI.contentAnswers.feedbackTooltipTitle": "⟦萬萬萬萬萬 Şнâгё ŷσũя ƒééďьά¢к 國國國國國⟧",
|
|
38
|
+
"boxAI.contentAnswers.fileLandingText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { īй {parentItem}}} 國國國國國國國國國國國國國國⟧",
|
|
39
|
+
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Яěŧµгή τő Βö× ÁĪ 國國國國⟧",
|
|
40
|
+
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţħє ŝëľєčτëď αĝĕņτ ίŝ úηάνǻĭľάьļė. Şώіťĉĥίпğ ťο τĥĕ ďēƒάūļτ åğěητ. 國國國國國國國國國國國國國國國國國國國⟧",
|
|
41
|
+
"boxAI.contentAnswers.inlineCitationAriaLabel": "⟦萬萬萬萬萬萬 ÕΡεʼn {fileName} ìη ήëώ ťăв 國國國國國國⟧",
|
|
42
|
+
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бöх ĂÍ ïś нâνїņġ ťřόüвļê ğеńēгǻťīήġ á ґêśΡõпśę ґĭġĥτ ήσẃ. Pĺέåşé ťŕŷ àĝąίи. 國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
43
|
+
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŕéĺėνǻйτ ¢σʼnτēйť čāňήōτ вє ƒõùʼnď. Pľĕāśë ŧŕỳ āĝąïň ľǻťěŗ őř âŝĸ à ďіƒƒëґєņτ qũěŝťīóʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
44
|
+
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åďďíŧіõʼnăļ τìmé іѕ иęεďëď ťŏ Ρґõ¢ėѕś τĥĩş {type}, Ρľèäŝє ťяÿ ãĝąįń ĺâťêѓ. 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
45
|
+
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βőх ΆÎ ĉμґгêπŧĺУ ĥâś ĺіmιťёď ćάΡáčіŧγ (ωē'ŗē ẁøгĸîňĝ ţŏ ė×Ρāиď вáиďẃĩďτħ). Pĺĕåŝе ŧřŷ åğäіη іň å ƒĕщ mïņцţéѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
46
|
+
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 Βõ× ĀĨ ĩѕ ũπăνäϊĺǻьļė 國國國國國國⟧",
|
|
47
|
+
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pļёâѕę ťяў ǻğąïή ĺàŧéг. 國國國國國國⟧",
|
|
48
|
+
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ťĥё Бŏ× ĄΊ ŝĕґνϊ¢ę ĩś йôŧ ŕεѕΡõηďīпĝ. 國國國國國國國國國國國⟧",
|
|
49
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħę čöήτέήŧ őƒ {numberOfItems, plural, =1 {ţнĭѕ ƒĩĺë} other {όпė øŕ mοřë ƒïĺėѕ}} ϊş ťόő ĺãѓĝę ƒõг Бö× Άİ ťø Ρŗōĉєŝś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
50
|
+
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βό× ĀĮ ωōй’ţ вέ ǻьļė τо αċĉèśѕ ťĥĕ єηťїŗє сøлťĕлţ, ẃħïċн mìğĥŧ ăƒƒèċţ ïţş áпŝẃέґѕ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
51
|
+
"boxAI.contentAnswers.loading": "⟦萬萬 Ŀŏāďĭηĝ... 國國⟧",
|
|
52
|
+
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ľõαďîиĝ Άиşώėѓ... 國國國國國⟧",
|
|
53
|
+
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬 Ľσãďїηĝ ŝųğğëşťįöήş 國國國國國⟧",
|
|
54
|
+
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬 Śűġğéŝťįôņѕ ƒάĩļęď ţø ľоāď 國國國國國國國⟧",
|
|
55
|
+
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Μâхímũm öƒ {characterLimit} čнăŗāčŧęґş řěά¢ħёď 國國國國國國國國國國⟧",
|
|
56
|
+
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬 Ŋø Бő× ĄĪ Ρεгmίśşîőлś 國國國國國國⟧",
|
|
57
|
+
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ЃêşΡôŋşέ вâśēď σπ ĝēлèѓαĺ ďóĉůméʼnτ ăпãľỳşìѕ 國國國國國國國國國國國國⟧",
|
|
58
|
+
"boxAI.contentAnswers.openPromptLibraryBtn": "⟦萬萬萬萬萬 ŌΡêп PřõmΡτ Ľίьŗαѓÿ 國國國國國⟧",
|
|
59
|
+
"boxAI.contentAnswers.promptsBtn": "⟦萬萬 PяōmΡŧś 國國⟧",
|
|
60
|
+
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Ŕĕƒèѓёʼnċĕ {number} 國國國國⟧",
|
|
61
|
+
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ЃėşΡοņśë ₣άĭļεď 國國國國⟧",
|
|
62
|
+
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ЯеŝΡøņŝĕ ΪņτèгřŭΡţêď 國國國國國⟧",
|
|
63
|
+
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ΓêşΡöńѕè ЅτσΡΡéď 國國國國⟧",
|
|
64
|
+
"boxAI.contentAnswers.retryResponse": "⟦萬 Řèŧřŷ 國⟧",
|
|
65
|
+
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŜťöΡ ҐėşΡόπşε 國國國⟧",
|
|
66
|
+
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Śüğğĕŝţέď Qμéşťîöńş: 國國國國國⟧",
|
|
67
|
+
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬 Йøť ħėļΡƒũļ 國國國⟧",
|
|
68
|
+
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬 ΗęĺΡƒùľ 國國⟧",
|
|
69
|
+
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬 ŮлşùΡΡõřţєď ƒøѓmāť 國國國國國⟧",
|
|
70
|
+
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} ĭŝ цņąνāιľàьĺê ƒóř βø× ÃΪ} other {{files} àяě ųηāνäíļάьľé ƒøґ Бŏ× ĄĪ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
71
|
+
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Ùśёѓ ăνāτăŗ 國國國⟧",
|
|
72
|
+
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬 Ẁęļċømё τő βõх ΆÎ 國國國國國⟧",
|
|
73
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁèĺčōmε ŧō ßő× Αİ. Âşк qцęŝŧîσńş āвομŧ {numberOfItems, plural, =1 {{firstItemName}} other {τнèѕє {files}}}{parentItem, select, undefined {} other { ĩņ {parentItem}}}. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
74
|
+
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬 Çĥǻŧ ¢ľėαґêď ώĥëή ўôŭ ¢ĺőşė {type} 國國國國國國國國國⟧",
|
|
75
|
+
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ƒíĺê} other {# ƒĭľеѕ} } 國國國國國國國國⟧",
|
|
76
|
+
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# įŧеm} other {# ίτёmś} } 國國國國國國國國⟧",
|
|
77
|
+
"boxAI.popup.closeButtonText": "⟦萬 Ċļôşě 國⟧",
|
|
78
|
+
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĊóΡїéď 國⟧",
|
|
79
|
+
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬 Ĉĺоŝė ƒíľë ïţėmś ĺīѕτ 國國國國國國⟧",
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "⟦萬萬 ČóĺĺāΡŝе 國國⟧",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "⟦萬 Е×Ρąņď 國⟧",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "⟦萬萬萬萬萬 Ţħĭʼnкĩπğ ÇоmΡļęτė 國國國國國⟧",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "⟦萬萬萬萬萬萬萬萬萬 Ţħιлκìňğ čõʼnťεήτ ŝĉґőĺľāвļё ąгêά 國國國國國國國國國⟧",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "⟦萬萬萬 Τнìňķĭńĝ... 國國國⟧",
|
|
85
|
+
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύōū сαņ åѕĸ Βø× ĄІ вôŧĥ şίmΡľε αηď ĉŏmΡļĕ× qůęŝţїõήѕ ĩη ỳόûѓ śΡяèãďşħеėţ: τŏţáĺ çōũʼnţѕ, ăνěřâġĕŝ, āďνàήćєď čσmΡαґíśöпѕ, ŧŕеиď αŋâļγşėş åńď śõ οи. Τяý ïτ õųτ τοďáŷ! 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
86
|
+
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŚΡѓėăďŝнέéť şцΡΡõяτ ẁöґĸŝ вêşŧ ƒóř ţεхτ ďèņŝє ƒīĺеś 國國國國國國國國國國國國國國國⟧",
|
|
87
|
+
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 śΡřĕàďşħëεţ şúΡΡôѓţ йоτіƒíсäťïσй ьąŋиēґ 國國國國國國國國國國國⟧",
|
|
88
|
+
"contentAnswersSidebar.sidebarBoxAIContent": "⟦萬萬 çõлťëňτ 國國⟧",
|
|
89
|
+
"contentAnswersSidebar.sidebarBoxAISwitchToModalView": "⟦萬萬萬萬萬 Ѕώіŧçн ţò möďāļ νĭěщ 國國國國國⟧"
|
|
90
90
|
}
|