@box/box-ai-content-answers 0.135.4 → 0.136.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/stopResponseButton.js +23 -23
- package/dist/i18n/bn-IN.js +2 -2
- package/dist/i18n/bn-IN.properties +2 -2
- package/dist/i18n/da-DK.js +2 -2
- package/dist/i18n/da-DK.properties +2 -2
- package/dist/i18n/de-DE.js +1 -1
- package/dist/i18n/de-DE.properties +1 -1
- package/dist/i18n/en-x-pseudo.js +77 -77
- package/dist/i18n/en-x-pseudo.properties +77 -77
- package/dist/i18n/es-419.js +2 -2
- package/dist/i18n/es-419.properties +2 -2
- package/dist/i18n/es-ES.js +2 -2
- package/dist/i18n/es-ES.properties +2 -2
- package/dist/i18n/fi-FI.js +2 -2
- package/dist/i18n/fi-FI.properties +2 -2
- package/dist/i18n/fr-CA.js +2 -2
- package/dist/i18n/fr-CA.properties +2 -2
- package/dist/i18n/fr-FR.js +2 -2
- package/dist/i18n/fr-FR.properties +2 -2
- package/dist/i18n/hi-IN.js +2 -2
- package/dist/i18n/hi-IN.properties +2 -2
- package/dist/i18n/it-IT.js +4 -4
- package/dist/i18n/it-IT.properties +4 -4
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/ja-JP.properties +2 -2
- package/dist/i18n/ko-KR.js +2 -2
- package/dist/i18n/ko-KR.properties +2 -2
- package/dist/i18n/nb-NO.js +2 -2
- package/dist/i18n/nb-NO.properties +2 -2
- package/dist/i18n/nl-NL.js +2 -2
- package/dist/i18n/nl-NL.properties +2 -2
- package/dist/i18n/pl-PL.js +2 -2
- package/dist/i18n/pl-PL.properties +2 -2
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/pt-BR.properties +2 -2
- package/dist/i18n/ru-RU.js +2 -2
- package/dist/i18n/ru-RU.properties +2 -2
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +5 -5
- package/dist/i18n/tr-TR.js +2 -2
- package/dist/i18n/tr-TR.properties +2 -2
- package/dist/i18n/zh-CN.js +2 -2
- package/dist/i18n/zh-CN.properties +2 -2
- package/dist/i18n/zh-TW.js +2 -2
- package/dist/i18n/zh-TW.properties +2 -2
- package/dist/styles/stopResponseButton.css +1 -1
- package/package.json +6 -6
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as p from "react";
|
|
2
2
|
import { useIntl as u } from "react-intl";
|
|
3
|
-
import { Tooltip as
|
|
4
|
-
import { Stop as
|
|
5
|
-
import { LOGGER_BASE_CONFIG as c, LOGGER_ACTION_CLICK as
|
|
3
|
+
import { Tooltip as _, Button as l } from "@box/blueprint-web";
|
|
4
|
+
import { Stop as m } from "@box/blueprint-web-assets/icons/Fill";
|
|
5
|
+
import { LOGGER_BASE_CONFIG as c, LOGGER_ACTION_CLICK as q } from "../esm/lib/components/common/constants.js";
|
|
6
6
|
import e from "../esm/lib/components/footer/messages.js";
|
|
7
7
|
import { jsx as r } from "react/jsx-runtime";
|
|
8
|
-
import '../styles/stopResponseButton.css';const
|
|
9
|
-
questionInput:
|
|
10
|
-
questionInputWithOutPromptLibrary:
|
|
11
|
-
avatar:
|
|
12
|
-
inputAreaButton:
|
|
13
|
-
square:
|
|
14
|
-
textArea:
|
|
15
|
-
error:
|
|
16
|
-
sidebar:
|
|
17
|
-
submitButtonTooltip:
|
|
18
|
-
actionContainer:
|
|
19
|
-
promptButton:
|
|
8
|
+
import '../styles/stopResponseButton.css';const B = "_questionInput_l8q94_1", b = "_questionInputWithOutPromptLibrary_l8q94_14", d = "_avatar_l8q94_29", f = "_inputAreaButton_l8q94_32", C = "_square_l8q94_48", I = "_textArea_l8q94_55", R = "_error_l8q94_78", A = "_sidebar_l8q94_81", O = "_submitButtonTooltip_l8q94_89", g = "_actionContainer_l8q94_98", L = "_promptButton_l8q94_104", h = {
|
|
9
|
+
questionInput: B,
|
|
10
|
+
questionInputWithOutPromptLibrary: b,
|
|
11
|
+
avatar: d,
|
|
12
|
+
inputAreaButton: f,
|
|
13
|
+
square: C,
|
|
14
|
+
textArea: I,
|
|
15
|
+
error: R,
|
|
16
|
+
sidebar: A,
|
|
17
|
+
submitButtonTooltip: O,
|
|
18
|
+
actionContainer: g,
|
|
19
|
+
promptButton: L
|
|
20
20
|
};
|
|
21
|
-
function
|
|
21
|
+
function k({
|
|
22
22
|
recordAction: t,
|
|
23
23
|
lastQuestion: o,
|
|
24
24
|
onStopQuestion: n,
|
|
@@ -27,20 +27,20 @@ function S({
|
|
|
27
27
|
const s = u(), i = p.useCallback(() => {
|
|
28
28
|
t && t({
|
|
29
29
|
...c,
|
|
30
|
-
action:
|
|
30
|
+
action: q,
|
|
31
31
|
target: "stopResponse"
|
|
32
32
|
}), n(o);
|
|
33
33
|
}, [o, n, t]);
|
|
34
|
-
return /* @__PURE__ */ r(
|
|
34
|
+
return /* @__PURE__ */ r(_, {
|
|
35
35
|
content: s.formatMessage(e.stopResponse),
|
|
36
36
|
"data-testid": "stop-response-tooltip",
|
|
37
37
|
variant: "standard",
|
|
38
|
-
children: /* @__PURE__ */ r(
|
|
38
|
+
children: /* @__PURE__ */ r(l, {
|
|
39
39
|
"aria-label": s.formatMessage(e.stopResponse),
|
|
40
40
|
"aria-live": "polite",
|
|
41
|
-
className:
|
|
41
|
+
className: h.inputAreaButton,
|
|
42
42
|
"data-testid": "content-answers-stop-response-button",
|
|
43
|
-
icon:
|
|
43
|
+
icon: m,
|
|
44
44
|
onClick: i,
|
|
45
45
|
size: a,
|
|
46
46
|
"data-target-id": "Button-stopResponse"
|
|
@@ -48,6 +48,6 @@ function S({
|
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
50
|
export {
|
|
51
|
-
S,
|
|
52
|
-
|
|
51
|
+
k as S,
|
|
52
|
+
h as s
|
|
53
53
|
};
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -49,8 +49,8 @@ export default {
|
|
|
49
49
|
"boxAI.contentAnswers.maxCharactersReachedError": "সর্বাধিক {characterLimit} অক্ষরে পৌঁছেছে",
|
|
50
50
|
"boxAI.contentAnswers.noPermissionsLabel": "Box AI কোনও অনুমতি নেই",
|
|
51
51
|
"boxAI.contentAnswers.noReferences": "সাধারণ ডকুমেন্ট বিশ্লেষণের ভিত্তিতে জবাব",
|
|
52
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "
|
|
53
|
-
"boxAI.contentAnswers.promptsBtn": "
|
|
52
|
+
"boxAI.contentAnswers.openPromptLibraryBtn": "প্রম্পট লাইব্রেরি খুলুন",
|
|
53
|
+
"boxAI.contentAnswers.promptsBtn": "প্রম্পট",
|
|
54
54
|
"boxAI.contentAnswers.referenceAriaLabel": "রেফারেন্স {number}",
|
|
55
55
|
"boxAI.contentAnswers.responseFailedError": "জবাব পাওয়া যায়নি",
|
|
56
56
|
"boxAI.contentAnswers.responseInterruptedError": "জবাব বাধাগ্রস্ত হয়েছে",
|
|
@@ -99,9 +99,9 @@ boxAI.contentAnswers.noPermissionsLabel = Box AI কোনও অনুমতি
|
|
|
99
99
|
# Loading message if there are no citations for an answer
|
|
100
100
|
boxAI.contentAnswers.noReferences = সাধারণ ডকুমেন্ট বিশ্লেষণের ভিত্তিতে জবাব
|
|
101
101
|
# Aria button label to open the prompt library
|
|
102
|
-
boxAI.contentAnswers.openPromptLibraryBtn =
|
|
102
|
+
boxAI.contentAnswers.openPromptLibraryBtn = প্রম্পট লাইব্রেরি খুলুন
|
|
103
103
|
# Button name to open the prompt library
|
|
104
|
-
boxAI.contentAnswers.promptsBtn =
|
|
104
|
+
boxAI.contentAnswers.promptsBtn = প্রম্পট
|
|
105
105
|
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
106
106
|
boxAI.contentAnswers.referenceAriaLabel = রেফারেন্স {number}
|
|
107
107
|
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -49,8 +49,8 @@ export default {
|
|
|
49
49
|
"boxAI.contentAnswers.maxCharactersReachedError": "Det maksimale antal på {characterLimit} tegn nået",
|
|
50
50
|
"boxAI.contentAnswers.noPermissionsLabel": "Ingen tilladelser til Box AI",
|
|
51
51
|
"boxAI.contentAnswers.noReferences": "Svar baseret på en generel analyse af dokumentet",
|
|
52
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "
|
|
53
|
-
"boxAI.contentAnswers.promptsBtn": "
|
|
52
|
+
"boxAI.contentAnswers.openPromptLibraryBtn": "Åbn promptbiblioteket",
|
|
53
|
+
"boxAI.contentAnswers.promptsBtn": "Prompter",
|
|
54
54
|
"boxAI.contentAnswers.referenceAriaLabel": "Reference {number}",
|
|
55
55
|
"boxAI.contentAnswers.responseFailedError": "Svar mislykkedes",
|
|
56
56
|
"boxAI.contentAnswers.responseInterruptedError": "Svar afbrudt",
|
|
@@ -99,9 +99,9 @@ boxAI.contentAnswers.noPermissionsLabel = Ingen tilladelser til Box AI
|
|
|
99
99
|
# Loading message if there are no citations for an answer
|
|
100
100
|
boxAI.contentAnswers.noReferences = Svar baseret på en generel analyse af dokumentet
|
|
101
101
|
# Aria button label to open the prompt library
|
|
102
|
-
boxAI.contentAnswers.openPromptLibraryBtn =
|
|
102
|
+
boxAI.contentAnswers.openPromptLibraryBtn = Åbn promptbiblioteket
|
|
103
103
|
# Button name to open the prompt library
|
|
104
|
-
boxAI.contentAnswers.promptsBtn =
|
|
104
|
+
boxAI.contentAnswers.promptsBtn = Prompter
|
|
105
105
|
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
106
106
|
boxAI.contentAnswers.referenceAriaLabel = Reference {number}
|
|
107
107
|
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -49,7 +49,7 @@ export default {
|
|
|
49
49
|
"boxAI.contentAnswers.maxCharactersReachedError": "Das Maximum an {characterLimit} Zeichen ist erreicht",
|
|
50
50
|
"boxAI.contentAnswers.noPermissionsLabel": "Keine Box-AI-Berechtigungen",
|
|
51
51
|
"boxAI.contentAnswers.noReferences": "Antwort basierend auf allgemeiner Dokumentanalyse",
|
|
52
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "
|
|
52
|
+
"boxAI.contentAnswers.openPromptLibraryBtn": "Prompt-Bibliothek öffnen",
|
|
53
53
|
"boxAI.contentAnswers.promptsBtn": "Prompts",
|
|
54
54
|
"boxAI.contentAnswers.referenceAriaLabel": "Referenz {number}",
|
|
55
55
|
"boxAI.contentAnswers.responseFailedError": "Antwort fehlgeschlagen",
|
|
@@ -99,7 +99,7 @@ boxAI.contentAnswers.noPermissionsLabel = Keine Box-AI-Berechtigungen
|
|
|
99
99
|
# Loading message if there are no citations for an answer
|
|
100
100
|
boxAI.contentAnswers.noReferences = Antwort basierend auf allgemeiner Dokumentanalyse
|
|
101
101
|
# Aria button label to open the prompt library
|
|
102
|
-
boxAI.contentAnswers.openPromptLibraryBtn =
|
|
102
|
+
boxAI.contentAnswers.openPromptLibraryBtn = Prompt-Bibliothek öffnen
|
|
103
103
|
# Button name to open the prompt library
|
|
104
104
|
boxAI.contentAnswers.promptsBtn = Prompts
|
|
105
105
|
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "⟦萬萬
|
|
3
|
-
"boxAI.contentAnswers.ask": "⟦
|
|
4
|
-
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
5
|
-
"boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬
|
|
6
|
-
"boxAI.contentAnswers.basedOn": "⟦萬萬
|
|
7
|
-
"boxAI.contentAnswers.cancel": "⟦萬
|
|
8
|
-
"boxAI.contentAnswers.cardTooltipButton": "⟦萬萬萬
|
|
9
|
-
"boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬
|
|
10
|
-
"boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬
|
|
11
|
-
"boxAI.contentAnswers.clearConversationLabel": "⟦萬萬萬萬萬
|
|
12
|
-
"boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬
|
|
13
|
-
"boxAI.contentAnswers.collapseModalAriaLabel": "⟦萬萬萬萬萬萬
|
|
14
|
-
"boxAI.contentAnswers.contentAnswersTitle": "⟦萬
|
|
15
|
-
"boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬
|
|
16
|
-
"boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬
|
|
17
|
-
"boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬
|
|
18
|
-
"boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
19
|
-
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
-
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
21
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
22
|
-
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬
|
|
23
|
-
"boxAI.contentAnswers.feedbackTooltipCancel": "⟦萬
|
|
24
|
-
"boxAI.contentAnswers.feedbackTooltipConfirmation": "⟦萬萬萬萬萬萬萬萬
|
|
25
|
-
"boxAI.contentAnswers.feedbackTooltipFeedback": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
26
|
-
"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
27
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1": "⟦萬萬萬萬萬
|
|
28
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "⟦萬萬萬萬萬萬萬
|
|
29
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "⟦萬
|
|
30
|
-
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
31
|
-
"boxAI.contentAnswers.feedbackTooltipSubmit": "⟦萬
|
|
32
|
-
"boxAI.contentAnswers.feedbackTooltipTitle": "⟦萬萬萬萬萬
|
|
33
|
-
"boxAI.contentAnswers.fileLandingText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other {
|
|
34
|
-
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬
|
|
35
|
-
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
-
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
37
|
-
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
-
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
39
|
-
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
40
|
-
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬
|
|
41
|
-
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 P
|
|
42
|
-
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
43
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
44
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
45
|
-
"boxAI.contentAnswers.loading": "⟦萬萬
|
|
46
|
-
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬
|
|
47
|
-
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬
|
|
48
|
-
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬
|
|
49
|
-
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
50
|
-
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬
|
|
51
|
-
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
52
|
-
"boxAI.contentAnswers.openPromptLibraryBtn": "⟦萬萬萬萬萬
|
|
53
|
-
"boxAI.contentAnswers.promptsBtn": "⟦萬萬 P
|
|
54
|
-
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬
|
|
55
|
-
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬
|
|
56
|
-
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬
|
|
57
|
-
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬
|
|
58
|
-
"boxAI.contentAnswers.retryResponse": "⟦萬
|
|
59
|
-
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬
|
|
60
|
-
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬
|
|
61
|
-
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬
|
|
62
|
-
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬
|
|
63
|
-
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬
|
|
64
|
-
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files}
|
|
65
|
-
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬
|
|
66
|
-
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬
|
|
67
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
68
|
-
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬
|
|
69
|
-
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
70
|
-
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
71
|
-
"boxAI.popup.closeButtonText": "⟦萬
|
|
72
|
-
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬
|
|
73
|
-
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬
|
|
74
|
-
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
75
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
76
|
-
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
77
|
-
"contentAnswersSidebar.sidebarBoxAIContent": "⟦萬萬
|
|
78
|
-
"contentAnswersSidebar.sidebarBoxAISwitchToModalView": "⟦萬萬萬萬萬
|
|
2
|
+
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "⟦萬萬 ŝů¢ćéѕş 國國⟧",
|
|
3
|
+
"boxAI.contentAnswers.ask": "⟦ Àşķ ⟧",
|
|
4
|
+
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋσů čâň ѕůвmíŧ äηοţĥëŕ qűëşţіōʼn òŋćē Бο× ÁĮ ĥǻѕ ƒιйĩѕĥέď řēѕΡöиďϊиĝ 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
5
|
+
"boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬 Àŝķ Бŏ× ÁΪ 國國⟧",
|
|
6
|
+
"boxAI.contentAnswers.basedOn": "⟦萬萬 Бāŝèď ŏй: 國國⟧",
|
|
7
|
+
"boxAI.contentAnswers.cancel": "⟦萬 Čάπčєļ 國⟧",
|
|
8
|
+
"boxAI.contentAnswers.cardTooltipButton": "⟦萬萬萬 ΘΡĕŋ ďоçцmĕńŧ 國國國⟧",
|
|
9
|
+
"boxAI.contentAnswers.cardTooltipTitle": "⟦萬萬萬萬 ₣ѓόm ďσ¢ùmęńŧ: 國國國國⟧",
|
|
10
|
+
"boxAI.contentAnswers.cardTooltipTitleWithDocumentName": "⟦萬萬萬 ₣ѓσm \"{title}\": 國國國⟧",
|
|
11
|
+
"boxAI.contentAnswers.clearConversationLabel": "⟦萬萬萬萬萬 Čľèäґ çöňνєґѕãŧīоπ 國國國國國⟧",
|
|
12
|
+
"boxAI.contentAnswers.closeModalAriaLabel": "⟦萬萬萬 Čļŏśĕ Μōďάĺ 國國國⟧",
|
|
13
|
+
"boxAI.contentAnswers.collapseModalAriaLabel": "⟦萬萬萬萬萬萬 Ŝщíŧçĥ τô ŝïďёьåŗ νίеẃ 國國國國國國⟧",
|
|
14
|
+
"boxAI.contentAnswers.contentAnswersTitle": "⟦萬 Βο× ĄÌ 國⟧",
|
|
15
|
+
"boxAI.contentAnswers.continueAnyway": "⟦萬萬萬萬 Ċσйţįņůε āňγώăý 國國國國⟧",
|
|
16
|
+
"boxAI.contentAnswers.copyToClipboard": "⟦萬萬萬萬萬 ĊòΡỳ ťô ÇľĩΡвöãѓď 國國國國國⟧",
|
|
17
|
+
"boxAI.contentAnswers.copyToClipboardSucceeded": "⟦萬萬萬萬萬萬萬 ĆōΡįєď ŧσ ўōúя сļιΡвòåѓď 國國國國國國國⟧",
|
|
18
|
+
"boxAI.contentAnswers.defaultTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğєţ íʼnśτăńţ åńŝŵεґѕ ăьŏüŧ ŧĥĭś ďøćμmёηť űѕīлĝ ßø× ĄÎ 國國國國國國國國國國國國國國國⟧",
|
|
19
|
+
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бö× ĄΪ ďóέѕň'τ нāνє Ρēяmĩşŝіõи ŧó ãĉçêşś ţħїş ƒĭļе 國國國國國國國國國國國國國國⟧",
|
|
20
|
+
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бō× ÄĬ ιş ηŏţ сūґґєņţļÿ śùΡΡōŗŧёď ƒŏř ŧĥìś ƒĭļє ŧγΡē 國國國國國國國國國國國國國國國⟧",
|
|
21
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ûňàвĺĕ ţο ċħëсķ Ρěяmïşѕϊолѕ ąτ ŧħĭş ŧïmє. Řéĺòáď ţнїş Ράğέ ťô ťгỳ ăğåϊŋ 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
22
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ĉĥě¢ķіиĝ Ρēřmĩşѕіöňѕ... 國國國國國國⟧",
|
|
23
|
+
"boxAI.contentAnswers.feedbackTooltipCancel": "⟦萬 Çαŋčёľ 國⟧",
|
|
24
|
+
"boxAI.contentAnswers.feedbackTooltipConfirmation": "⟦萬萬萬萬萬萬萬萬 Ţĥǻńĸ ÿοų ƒóř ŧнė ƒеėďвǻçķ. 國國國國國國國國⟧",
|
|
25
|
+
"boxAI.contentAnswers.feedbackTooltipFeedback": "⟦萬萬萬萬萬萬萬萬萬萬 Ήŏώ ĉăπ ώê īmΡґőνέ τнě è×Ρěŕįëńĉė? 國國國國國國國國國國⟧",
|
|
26
|
+
"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pļëàśě όmīť Ρěгśőńäĺ ĩйƒŏ, ŝéʼnśīτїνé ċōňţέπť, öг ļìʼnκś ĭή ўòūг ƒëёďвąсķ άś ŝũьmïŝşĭойś ţô Βох ǻřéŋ'τ ċóлƒϊďēπŧїåľ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
27
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1": "⟦萬萬萬萬萬 İпąсċûяăţĕ ãиŝŵęг 國國國國國⟧",
|
|
28
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2": "⟦萬萬萬萬萬萬萬 Ðίď ʼnòţ ƒōļĺоώ mУ ŕёqúєşτ 國國國國國國國⟧",
|
|
29
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3": "⟦萬 Ôţĥєя 國⟧",
|
|
30
|
+
"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Щħáŧ ťÿΡé ôƒ ìѕŝűē ďò ýòŭ ŵĭśĥ ţõ ŕëΡоґŧ? 國國國國國國國國國國國國⟧",
|
|
31
|
+
"boxAI.contentAnswers.feedbackTooltipSubmit": "⟦萬 Śűвmĭť 國⟧",
|
|
32
|
+
"boxAI.contentAnswers.feedbackTooltipTitle": "⟦萬萬萬萬萬 Ѕĥάŕē γόųѓ ƒεέďвαćĸ 國國國國國⟧",
|
|
33
|
+
"boxAI.contentAnswers.fileLandingText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { ìη {parentItem}}} 國國國國國國國國國國國國國國⟧",
|
|
34
|
+
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Γêťūги τσ Βòх ΑÎ 國國國國⟧",
|
|
35
|
+
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥĕ ŝęľéčŧëď äğęйţ іŝ ųлãνåїĺάвľě. Ŝωϊţсĥĩňğ ţò τнė ďеƒăüļť ąğєʼnŧ. 國國國國國國國國國國國國國國國國國國國⟧",
|
|
36
|
+
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бõх ÃĬ ĩş ĥāνïηğ τŕôūьļę ĝéńèѓǻţĭηĝ à ґĕѕΡõηśĕ ѓιġħτ πõω. Pĺëäŝё ŧŕγ αğǻіл. 國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
37
|
+
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Γéĺενäŋτ çοņţěпţ çάηηōť ьё ƒοŭńď. Pļėāŝę τгÿ âğǻĭņ ĺąţèŕ όя āśκ å ď샃éгéпŧ qüęśţїøŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
38
|
+
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąďďīτĭόлαļ ţĩmē їŝ ήёєďēď ťő Ρŗöċеśś ŧнíś {type}, Ρļεâѕë τяý ąġâїи ľàťėř. 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
39
|
+
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βōх ÃÌ çùяŗепťľў нåś ľìmįŧĕď çåΡǻćїţŷ (ŵε'ґĕ ώõѓκîйĝ ţö εхΡąйď вáŋďẃíďτн). Pĺêâśĕ τѓУ ăğāïи іʼn â ƒεẁ mîńùţėş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
40
|
+
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 βő× ÃĬ ïѕ ŭйåνãĩĺāвľê 國國國國國國⟧",
|
|
41
|
+
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pľĕáŝε τřγ âğäĩй ľàţëř. 國國國國國國⟧",
|
|
42
|
+
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ťħĕ ßøх ÀÌ ѕēřνιćè íş ņöţ řéşΡоπďíńĝ. 國國國國國國國國國國國⟧",
|
|
43
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥė ťęхŧ ¢öйτεπť øƒ {numberOfItems, plural, =1 {ťнίѕ ƒíļέ} other {øлè ŏґ mŏяє ƒîļĕş}} ιś ţóο ĺåѓĝē ƒōґ ßöх ĀĨ ŧо Ρгøсёśѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
44
|
+
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßŏх Āİ ŵöи’τ ьé áьļė ţό åċčęśѕ ŧнέ єлŧîŗε {numberOfItems, plural, =1 {ŧē×ţ} other {çŏиτелţ}}, шĥīċħ mîğнŧ άƒƒέċţ ϊŧś ǻйşщéґş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
45
|
+
"boxAI.contentAnswers.loading": "⟦萬萬 Ļòāďϊήĝ... 國國⟧",
|
|
46
|
+
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ľøăďïňğ Ăʼnŝώēя... 國國國國國⟧",
|
|
47
|
+
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬 Ĺοãďїпĝ ѕμğğеşτîõπѕ 國國國國國⟧",
|
|
48
|
+
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬 Ѕμğğëşţіôņŝ ƒäîļēď ŧό ĺōǻď 國國國國國國國⟧",
|
|
49
|
+
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Мǻхįmúm οƒ {characterLimit} сĥáѓáĉτěґş ŕèäĉĥéď 國國國國國國國國國國⟧",
|
|
50
|
+
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬 Ŋô Бôх ÅІ Ρёŕmĩśŝĩòňѕ 國國國國國國⟧",
|
|
51
|
+
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŔёśΡŏʼnѕé ьăŝĕď ôʼn ğėηêгåĺ ďόĉůmèņţ αйάĺУşīŝ 國國國國國國國國國國國國⟧",
|
|
52
|
+
"boxAI.contentAnswers.openPromptLibraryBtn": "⟦萬萬萬萬萬 ŌΡêл PŕömΡŧ Ĺϊвѓăгý 國國國國國⟧",
|
|
53
|
+
"boxAI.contentAnswers.promptsBtn": "⟦萬萬 PґŏmΡτѕ 國國⟧",
|
|
54
|
+
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Ѓēƒέřеисè {number} 國國國國⟧",
|
|
55
|
+
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ŔέśΡοŋśë ₣ãīľěď 國國國國⟧",
|
|
56
|
+
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ŘëśΡŏňѕέ ÍиŧёгѓμΡţëď 國國國國國⟧",
|
|
57
|
+
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ΓėŝΡőпѕє ŚŧóΡΡêď 國國國國⟧",
|
|
58
|
+
"boxAI.contentAnswers.retryResponse": "⟦萬 Яéţŕý 國⟧",
|
|
59
|
+
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŜŧóΡ ΓėŝΡöπŝĕ 國國國⟧",
|
|
60
|
+
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Ŝùĝġёśţёď Qûēşťįόлŝ: 國國國國國⟧",
|
|
61
|
+
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬 Ńόţ ĥėļΡƒűľ 國國國⟧",
|
|
62
|
+
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬 ĤéļΡƒŭľ 國國⟧",
|
|
63
|
+
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬 ŲлѕűΡΡóгτєď ƒόŗmåŧ 國國國國國⟧",
|
|
64
|
+
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} іѕ ųńâνāíľāьĺé ƒôŕ Бõх ΆÎ} other {{files} âѓë ūйąναіľάвĺé ƒôя βõ× ÂĨ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
65
|
+
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Ųśěř åνãŧαř 國國國⟧",
|
|
66
|
+
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬 Шêĺĉоmē ţο βō× ÁĪ 國國國國國⟧",
|
|
67
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁеĺčōmě ţö Βøх ΑĪ. Ǻŝĸ qùêŝτίőňѕ ăьóūŧ {numberOfItems, plural, =1 {{firstItemName}} other {τħеşέ {files}}}{parentItem, select, undefined {} other { īń {parentItem}}}. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
68
|
+
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬 Ćħαť ċĺēǻŕĕď ŵнęň γøŭ ĉĺóşё {type} 國國國國國國國國國⟧",
|
|
69
|
+
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ƒïľє} other {# ƒīľєś} } 國國國國國國國國⟧",
|
|
70
|
+
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ïτēm} other {# ìţеmś} } 國國國國國國國國⟧",
|
|
71
|
+
"boxAI.popup.closeButtonText": "⟦萬 Ċĺσşë 國⟧",
|
|
72
|
+
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĊøΡїεď 國⟧",
|
|
73
|
+
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬 Çļôśέ ƒϊļê ϊŧęmş ĺīśŧ 國國國國國國⟧",
|
|
74
|
+
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υоų ċåņ αşκ Бó× Άİ вõτĥ śĭmΡĺе âŋď сömΡľèх qųèşτϊõπş ìπ ỳόµŗ śΡŗèāďşĥèēţ: ţôťàļ čôűŋŧŝ, ąνëґâġέş, åďνăņсëď çómΡăґіѕόňş, τřēήď âņàļўşéś áŋď śõ őή. Ŧґÿ ίŧ ŏŭţ ťóďáŷ! 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
75
|
+
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŞΡŕēǻďѕĥēéť ŝũΡΡοřť шōгκѕ вέŝŧ ƒσг τέ×τ ďεиşє ƒīĺéś 國國國國國國國國國國國國國國國⟧",
|
|
76
|
+
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 ŝΡґεáďѕĥèéť ŝŭΡΡôŕŧ ʼnőŧіƒіćǻτìόņ ьàńņєг 國國國國國國國國國國國⟧",
|
|
77
|
+
"contentAnswersSidebar.sidebarBoxAIContent": "⟦萬萬 ¢őπţêņτ 國國⟧",
|
|
78
|
+
"contentAnswersSidebar.sidebarBoxAISwitchToModalView": "⟦萬萬萬萬萬 Śẁїτ¢ĥ ţó mõďαĺ νīĕŵ 國國國國國⟧"
|
|
79
79
|
}
|