@box/box-ai-content-answers 0.89.2 → 0.90.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/esm/lib/components/answer/answer.js +212 -208
- package/esm/lib/components/chat/chat.js +71 -68
- package/i18n/bn-IN.js +1 -1
- package/i18n/bn-IN.properties +3 -1
- package/i18n/da-DK.js +1 -1
- package/i18n/da-DK.properties +3 -1
- package/i18n/de-DE.js +1 -1
- package/i18n/de-DE.properties +3 -1
- package/i18n/en-AU.js +1 -1
- package/i18n/en-AU.properties +3 -1
- package/i18n/en-CA.properties +2 -0
- package/i18n/en-GB.js +1 -1
- package/i18n/en-GB.properties +3 -1
- package/i18n/en-x-pseudo.js +59 -59
- package/i18n/en-x-pseudo.properties +60 -58
- package/i18n/es-419.js +1 -1
- package/i18n/es-419.properties +3 -1
- package/i18n/es-ES.js +1 -1
- package/i18n/es-ES.properties +3 -1
- package/i18n/fi-FI.js +1 -1
- package/i18n/fi-FI.properties +3 -1
- package/i18n/fr-CA.js +1 -1
- package/i18n/fr-CA.properties +3 -1
- package/i18n/fr-FR.js +1 -1
- package/i18n/fr-FR.properties +3 -1
- package/i18n/hi-IN.js +1 -1
- package/i18n/hi-IN.properties +3 -1
- package/i18n/it-IT.js +1 -1
- package/i18n/it-IT.properties +3 -1
- package/i18n/ja-JP.js +4 -4
- package/i18n/ja-JP.properties +6 -4
- package/i18n/ko-KR.js +1 -1
- package/i18n/ko-KR.properties +3 -1
- package/i18n/nb-NO.js +1 -1
- package/i18n/nb-NO.properties +3 -1
- package/i18n/nl-NL.js +1 -1
- package/i18n/nl-NL.properties +3 -1
- package/i18n/pl-PL.js +1 -1
- package/i18n/pl-PL.properties +3 -1
- package/i18n/pt-BR.js +1 -1
- package/i18n/pt-BR.properties +3 -1
- package/i18n/ru-RU.js +1 -1
- package/i18n/ru-RU.properties +3 -1
- package/i18n/sv-SE.js +1 -1
- package/i18n/sv-SE.properties +3 -1
- package/i18n/tr-TR.js +1 -1
- package/i18n/tr-TR.properties +3 -1
- package/i18n/zh-CN.js +1 -1
- package/i18n/zh-CN.properties +3 -1
- package/i18n/zh-TW.js +1 -1
- package/i18n/zh-TW.properties +3 -1
- package/package.json +3 -3
- package/styles/answer.css +1 -1
|
@@ -1,77 +1,80 @@
|
|
|
1
|
-
import { Answer as
|
|
2
|
-
import { Question as
|
|
3
|
-
import { SuggestedQuestions as
|
|
4
|
-
import { WelcomeMessage as
|
|
5
|
-
import { jsxs as
|
|
6
|
-
import '../../../../styles/chat.css';const
|
|
7
|
-
chat:
|
|
1
|
+
import { Answer as W } from "../answer/answer.js";
|
|
2
|
+
import { Question as b } from "../question/question.js";
|
|
3
|
+
import { SuggestedQuestions as g } from "../suggested-questions/suggested-questions.js";
|
|
4
|
+
import { WelcomeMessage as v } from "../welcome-message/welcome-message.js";
|
|
5
|
+
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
6
|
+
import '../../../../styles/chat.css';const z = "_chat_fj1ue_1", B = {
|
|
7
|
+
chat: z
|
|
8
8
|
}, J = ({
|
|
9
|
-
askSuggestedQuestion:
|
|
10
|
-
hasCustomSuggestedQuestions:
|
|
11
|
-
hasRequestInProgress:
|
|
12
|
-
isCitationsEnabled:
|
|
13
|
-
isFeedbackEnabled:
|
|
14
|
-
isMarkdownEnabled:
|
|
15
|
-
onCitationClick:
|
|
16
|
-
onAnswerCopy:
|
|
17
|
-
questions:
|
|
18
|
-
recordAction:
|
|
19
|
-
setAskSuggestedQuestion:
|
|
20
|
-
suggestedQuestions:
|
|
21
|
-
suggestedQuestionsRequestState:
|
|
9
|
+
askSuggestedQuestion: l,
|
|
10
|
+
hasCustomSuggestedQuestions: r,
|
|
11
|
+
hasRequestInProgress: c,
|
|
12
|
+
isCitationsEnabled: s,
|
|
13
|
+
isFeedbackEnabled: a,
|
|
14
|
+
isMarkdownEnabled: f,
|
|
15
|
+
onCitationClick: p,
|
|
16
|
+
onAnswerCopy: u,
|
|
17
|
+
questions: i,
|
|
18
|
+
recordAction: n,
|
|
19
|
+
setAskSuggestedQuestion: d,
|
|
20
|
+
suggestedQuestions: e,
|
|
21
|
+
suggestedQuestionsRequestState: j,
|
|
22
22
|
useAnimation: x,
|
|
23
23
|
variant: o = "modal",
|
|
24
24
|
hostAppName: y = "",
|
|
25
25
|
...m
|
|
26
|
-
}) =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
isCompleted: L,
|
|
47
|
-
isLoading: N,
|
|
48
|
-
error: W,
|
|
49
|
-
prompt: b
|
|
50
|
-
}) => /* @__PURE__ */ e("li", {
|
|
51
|
-
children: [/* @__PURE__ */ t(v, {
|
|
52
|
-
prompt: b,
|
|
53
|
-
variant: o
|
|
54
|
-
}), /* @__PURE__ */ t(q, {
|
|
55
|
-
answer: _,
|
|
26
|
+
}) => {
|
|
27
|
+
const _ = !c && i.length === 0;
|
|
28
|
+
return /* @__PURE__ */ h("div", {
|
|
29
|
+
className: B.chat,
|
|
30
|
+
"data-testid": "content-answers-chat",
|
|
31
|
+
children: [/* @__PURE__ */ t(v, {
|
|
32
|
+
...m,
|
|
33
|
+
variant: o
|
|
34
|
+
}), _ && e !== void 0 && d !== void 0 && /* @__PURE__ */ t(g, {
|
|
35
|
+
askSuggestedQuestion: l,
|
|
36
|
+
hasCustomSuggestedQuestions: r,
|
|
37
|
+
isLoading: c,
|
|
38
|
+
recordAction: n,
|
|
39
|
+
setAskSuggestedQuestion: d,
|
|
40
|
+
suggestedQuestions: e,
|
|
41
|
+
suggestedQuestionsRequestState: j,
|
|
42
|
+
variant: o
|
|
43
|
+
}), /* @__PURE__ */ t("ul", {
|
|
44
|
+
children: i.map(({
|
|
45
|
+
answer: S,
|
|
56
46
|
citations: T,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
47
|
+
id: w,
|
|
48
|
+
isCompleted: C,
|
|
49
|
+
isLoading: L,
|
|
50
|
+
error: N,
|
|
51
|
+
prompt: Q
|
|
52
|
+
}) => /* @__PURE__ */ h("li", {
|
|
53
|
+
children: [/* @__PURE__ */ t(b, {
|
|
54
|
+
prompt: Q,
|
|
55
|
+
variant: o
|
|
56
|
+
}), /* @__PURE__ */ t(W, {
|
|
57
|
+
answer: S,
|
|
58
|
+
citations: T,
|
|
59
|
+
contentType: m.contentType,
|
|
60
|
+
error: N,
|
|
61
|
+
hostAppName: y,
|
|
62
|
+
isCitationsEnabled: s,
|
|
63
|
+
isCompleted: C,
|
|
64
|
+
isFeedbackEnabled: a,
|
|
65
|
+
isLoading: L,
|
|
66
|
+
isMarkdownEnabled: f,
|
|
67
|
+
items: m.items,
|
|
68
|
+
onAnswerCopy: u,
|
|
69
|
+
onCitationClick: p,
|
|
70
|
+
recordAction: n,
|
|
71
|
+
useAnimation: x,
|
|
72
|
+
variant: o
|
|
73
|
+
})]
|
|
74
|
+
}, w))
|
|
75
|
+
})]
|
|
76
|
+
});
|
|
77
|
+
};
|
|
75
78
|
export {
|
|
76
79
|
J as Chat,
|
|
77
80
|
J as default
|
package/i18n/bn-IN.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
"boxAI.contentAnswers.unsupportedFormatLabel": "অসমর্থিত ফরম্যাট",
|
|
52
52
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} Box AI এর জন্য বিদ্যমান নেই।} other{{files} Box AI এর জন্য বিদ্যমান নেই।}}",
|
|
53
53
|
"boxAI.contentAnswers.userAvatar": "ব্যবহারকারীর অবতার",
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "এই ব্যাপারে প্রশ্ন করুন {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,other{
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Box AI-এ স্বাগতম। এই ব্যাপারে প্রশ্ন করুন {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}।",
|
|
55
55
|
"boxAI.contentAnswers.welcomeClearChatText": "আপনি যখন এই {type}-টি বন্ধ করবেন, তখন এই চ্যাটটি মুছে দেওয়া হবে",
|
|
56
56
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{#টি ফাইল} other{# ফাইল}}",
|
|
57
57
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# আইটেম} other{# আইটেম}}",
|
package/i18n/bn-IN.properties
CHANGED
|
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} Box AI
|
|
|
103
103
|
# Alt text for user avatar image
|
|
104
104
|
boxAI.contentAnswers.userAvatar = ব্যবহারকারীর অবতার
|
|
105
105
|
# Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
|
|
106
|
-
boxAI.contentAnswers.welcomeAskQuestionText = এই ব্যাপারে প্রশ্ন করুন {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,other{
|
|
106
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Box AI-এ স্বাগতম। এই ব্যাপারে প্রশ্ন করুন {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}।
|
|
107
107
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
108
108
|
boxAI.contentAnswers.welcomeClearChatText = আপনি যখন এই {type}-টি বন্ধ করবেন, তখন এই চ্যাটটি মুছে দেওয়া হবে
|
|
109
109
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# আ
|
|
|
114
114
|
boxAI.popup.closeButtonText = বন্ধ করুন
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = অনুলিপি হয়েছে
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/da-DK.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
"boxAI.contentAnswers.unsupportedFormatLabel": "Ikke-understøttet format",
|
|
52
52
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} ikke tilgængelig for Box AI} other{{files} er ikke tilgængelige for Box AI}}",
|
|
53
53
|
"boxAI.contentAnswers.userAvatar": "Brugeravatar",
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Stil spørgsmål om {numberOfItems,plural,one{{firstItemName}} other{disse {files}}}{parentItem,select,
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Velkommen til Box AI. Stil spørgsmål om {numberOfItems,plural,one{{firstItemName}} other{disse {files}}}{parentItem,select,other{ i {parentItem}}}.",
|
|
55
55
|
"boxAI.contentAnswers.welcomeClearChatText": "Denne chat vil blive ryddet, når du lukker dette {type}",
|
|
56
56
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# fil} other{# filer}}",
|
|
57
57
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# element} other{# elementer}}",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} ikke t
|
|
|
103
103
|
# Alt text for user avatar image
|
|
104
104
|
boxAI.contentAnswers.userAvatar = Brugeravatar
|
|
105
105
|
# Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
|
|
106
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Stil spørgsmål om {numberOfItems,plural,one{{firstItemName}} other{disse {files}}}{parentItem,select,
|
|
106
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Velkommen til Box AI. Stil spørgsmål om {numberOfItems,plural,one{{firstItemName}} other{disse {files}}}{parentItem,select,other{ i {parentItem}}}.
|
|
107
107
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
108
108
|
boxAI.contentAnswers.welcomeClearChatText = Denne chat vil blive ryddet, når du lukker dette {type}
|
|
109
109
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# eleme
|
|
|
114
114
|
boxAI.popup.closeButtonText = Luk
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopieret
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/de-DE.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
"boxAI.contentAnswers.unsupportedFormatLabel": "Nicht unterstütztes Format",
|
|
52
52
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} ist nicht für Box AI verfügbar} other{{files} sind nicht für Box AI verfügbar}}",
|
|
53
53
|
"boxAI.contentAnswers.userAvatar": "Benutzeravatar",
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Stellen Sie Fragen zu {numberOfItems,plural,one{{firstItemName}} other{diesen {files}}}{parentItem,select,undefined{
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Willkommen bei Box AI. Stellen Sie Fragen zu {numberOfItems,plural,one{{firstItemName}} other{diesen {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.",
|
|
55
55
|
"boxAI.contentAnswers.welcomeClearChatText": "Dieser Chat wird gelöscht, wenn Sie diese(s) {type} schließen",
|
|
56
56
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# file} other{# files}}",
|
|
57
57
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# Element} other{# Elemente}}",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} ist ni
|
|
|
103
103
|
# Alt text for user avatar image
|
|
104
104
|
boxAI.contentAnswers.userAvatar = Benutzeravatar
|
|
105
105
|
# Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
|
|
106
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Stellen Sie Fragen zu {numberOfItems,plural,one{{firstItemName}} other{diesen {files}}}{parentItem,select,undefined{
|
|
106
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Willkommen bei Box AI. Stellen Sie Fragen zu {numberOfItems,plural,one{{firstItemName}} other{diesen {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.
|
|
107
107
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
108
108
|
boxAI.contentAnswers.welcomeClearChatText = Dieser Chat wird gelöscht, wenn Sie diese(s) {type} schließen
|
|
109
109
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# Eleme
|
|
|
114
114
|
boxAI.popup.closeButtonText = Schließen
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopiert
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/en-AU.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
"boxAI.contentAnswers.unsupportedFormatLabel": "Unsupported format",
|
|
52
52
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}",
|
|
53
53
|
"boxAI.contentAnswers.userAvatar": "User avatar",
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Welcome to Box AI. Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.",
|
|
55
55
|
"boxAI.contentAnswers.welcomeClearChatText": "This chat will be cleared when you close this {type}",
|
|
56
56
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# file} other{# files}}",
|
|
57
57
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# item} other{# items}}",
|
package/i18n/en-AU.properties
CHANGED
|
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} is una
|
|
|
103
103
|
# Alt text for user avatar image
|
|
104
104
|
boxAI.contentAnswers.userAvatar = User avatar
|
|
105
105
|
# Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
|
|
106
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{
|
|
106
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.
|
|
107
107
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
108
108
|
boxAI.contentAnswers.welcomeClearChatText = This chat will be cleared when you close this {type}
|
|
109
109
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# item}
|
|
|
114
114
|
boxAI.popup.closeButtonText = Close
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/en-CA.properties
CHANGED
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems, plural, one {# it
|
|
|
114
114
|
boxAI.popup.closeButtonText = Close
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/en-GB.js
CHANGED
|
@@ -51,7 +51,7 @@ export default {
|
|
|
51
51
|
"boxAI.contentAnswers.unsupportedFormatLabel": "Unsupported format",
|
|
52
52
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}",
|
|
53
53
|
"boxAI.contentAnswers.userAvatar": "User avatar",
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Welcome to Box AI. Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.",
|
|
55
55
|
"boxAI.contentAnswers.welcomeClearChatText": "This chat will be cleared when you close this {type}",
|
|
56
56
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# file} other{# files}}",
|
|
57
57
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# item} other{# items}}",
|
package/i18n/en-GB.properties
CHANGED
|
@@ -103,7 +103,7 @@ boxAI.contentAnswers.unsupportedItems = {numberOfFiles,plural,one{{files} is una
|
|
|
103
103
|
# Alt text for user avatar image
|
|
104
104
|
boxAI.contentAnswers.userAvatar = User avatar
|
|
105
105
|
# Content Answers welcome message for asking questions. {firstItemName} is the name of the content, {files} is a list of items, and {parentItem} is the name of the parent item.
|
|
106
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{
|
|
106
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Welcome to Box AI. Ask questions about {numberOfItems,plural,one{{firstItemName}} other{these {files}}}{parentItem,select,undefined{} other{ in {parentItem}}}.
|
|
107
107
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
108
108
|
boxAI.contentAnswers.welcomeClearChatText = This chat will be cleared when you close this {type}
|
|
109
109
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -114,3 +114,5 @@ boxAI.contentAnswers.welcomeMessageItemsLink = {numberOfItems,plural,one{# item}
|
|
|
114
114
|
boxAI.popup.closeButtonText = Close
|
|
115
115
|
# Text for copy button in input with copy button indicating copy success
|
|
116
116
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copied
|
|
117
|
+
# Label that shows up while someone hover on close button of files dropdown
|
|
118
|
+
boxAi.contentAnswers.closeItemList = Close file items list
|
package/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxAI.contentAnswers.agent": "⟦萬
|
|
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.hasQuestionsTooltip": "⟦萬萬萬萬
|
|
24
|
-
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
25
|
-
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
26
|
-
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
27
|
-
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
28
|
-
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
29
|
-
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬
|
|
30
|
-
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬
|
|
31
|
-
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
32
|
-
"boxAI.contentAnswers.largeFileSizeErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
33
|
-
"boxAI.contentAnswers.largeFileSizeErrorHeading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
-
"boxAI.contentAnswers.loading": "⟦萬萬
|
|
35
|
-
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬
|
|
36
|
-
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬
|
|
37
|
-
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬
|
|
38
|
-
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
39
|
-
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬
|
|
40
|
-
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
41
|
-
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬
|
|
42
|
-
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬
|
|
43
|
-
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬
|
|
44
|
-
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬
|
|
45
|
-
"boxAI.contentAnswers.retryResponse": "⟦萬
|
|
46
|
-
"boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬
|
|
47
|
-
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬
|
|
48
|
-
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬
|
|
49
|
-
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬
|
|
50
|
-
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬
|
|
51
|
-
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬
|
|
52
|
-
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files}
|
|
53
|
-
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬
|
|
54
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
55
|
-
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
56
|
-
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
57
|
-
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
58
|
-
"boxAI.popup.closeButtonText": "⟦萬
|
|
59
|
-
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬
|
|
60
|
-
"boxAi.contentAnswers.closeItemList": "
|
|
2
|
+
"boxAI.contentAnswers.agent": "⟦萬 Άġèлţ 國⟧",
|
|
3
|
+
"boxAI.contentAnswers.ask": "⟦ Àśκ ⟧",
|
|
4
|
+
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υőμ сαл ŝůьmíτ ãηòτĥёř qŭęŝτîŏπ õπ¢è Бôх ÅΊ нãѕ ƒìпìśнèď řęѕΡŏиďĩпĝ 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
5
|
+
"boxAI.contentAnswers.askQuestionPlaceholder": "⟦萬萬萬萬萬萬萬萬 Άśĸ αήŷτĥіŋġ ąьöūŧ ŧнíś {type} 國國國國國國國國⟧",
|
|
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": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğéţ ϊŋŝťāйť άňśẁεŕѕ ãьőµτ τĥίŝ ďоċμmęňτ ůşìήğ Βσ× ÁĨ 國國國國國國國國國國國國國國國⟧",
|
|
19
|
+
"boxAI.contentAnswers.disabledTooltipAINotAvailable": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßõх ΑÎ ďόёŝŋ'ţ ħâνé Ρĕґmїśѕīôň ŧő áĉćέśş τĥιŝ ƒїĺе 國國國國國國國國國國國國國國⟧",
|
|
20
|
+
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βò× ǺĨ íś ήøτ ċūřŕêпŧľў śµΡΡŏґťεď ƒоя τħϊŝ ƒіĺě ŧÿΡę 國國國國國國國國國國國國國國國⟧",
|
|
21
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųńäвļĕ ţο çĥêčĸ Ρёгmíşѕιõйŝ áţ τнιş ŧïmĕ. Ŕєľőäď ŧĥīŝ Ρàġé ŧö ťřγ áġàϊп 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
22
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ćнєċκїňĝ Ρéяmїşŝіοиś... 國國國國國國⟧",
|
|
23
|
+
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Ѓέτůŕή ţò Бò× Áİ 國國國國⟧",
|
|
24
|
+
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥė şèľé¢τèď άğέлτ ϊś üηáνąĩľǻвľě. Śшĩτćħįиĝ τô ţħě ďêƒąũļτ áğëйţ. 國國國國國國國國國國國國國國國國國國國⟧",
|
|
25
|
+
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬 Ťĥε ßοх ĀĨ ŝεѓνϊçέ щαŝ űπάνäïļàвľє. 國國國國國國國國國國⟧",
|
|
26
|
+
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŕěļєνâńτ сŏʼnťĕήť ćάŋηóţ вė ƒσũŋď. Pľεâşё ţřỳ áğãîń ľáτėґ όŕ αśķ á ďіƒƒëřéŋť qùêŝτїоń. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
27
|
+
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άďďĩŧіøηåļ τìmé їѕ ʼnëέďëď ŧø Ρґōĉέşѕ ťнĩś {type}, Ρļęãѕé ťгγ αĝąїл ĺǻŧєѓ. 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
28
|
+
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βö× ǺĪ сůгŕęпťļÿ ħäş ĺĩmιţëď çãΡåćіτγ (шě'яě ωõґкîпğ ŧø ēхΡąпď вǻŋďŵĭďţĥ). Pľĕãşē ťяŷ āĝãĩй їń ά ƒëŵ mιʼnцťéѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
29
|
+
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 Βόх ÂĬ íś μńàνàїļąвļê 國國國國國國⟧",
|
|
30
|
+
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pľēåŝε ŧŕỳ âġαìη ľăτєя. 國國國國國國⟧",
|
|
31
|
+
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Τħε Бòх ÁĨ ŝěяνįсе ιѕ ήσţ ŕěśΡòņďίиğ. 國國國國國國國國國國國⟧",
|
|
32
|
+
"boxAI.contentAnswers.largeFileSizeErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βõ× ĄІ ŵōи’ŧ ьę ãьľë ţő άċçęѕѕ ŧħέ ęπŧíѓě ťеם, шĥìċħ mιġĥŧ āƒƒěčŧ įţś ăлŝώέѓś. 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
33
|
+
"boxAI.contentAnswers.largeFileSizeErrorHeading": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧнĕ ţęхτ ćοňťĕйť øƒ ťніş ƒίļё їѕ ťόô ĺäřġё ƒõґ βох ΆĬ 國國國國國國國國國國國國國國國⟧",
|
|
34
|
+
"boxAI.contentAnswers.loading": "⟦萬萬 Ŀσãďіńğ... 國國⟧",
|
|
35
|
+
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ľőąďїήĝ Αŋśωεŗ... 國國國國國⟧",
|
|
36
|
+
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬 Ĺòäďíńĝ ѕŭĝġėŝťìõηѕ 國國國國國⟧",
|
|
37
|
+
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬 Śüĝġėŝťĩŏήś ƒàíľėď ťо ļóáď 國國國國國國國⟧",
|
|
38
|
+
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Μāхіmŭm óƒ {characterLimit} ¢ĥåѓâčťéŕś яёãćĥέď 國國國國國國國國國國⟧",
|
|
39
|
+
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬 Иο Бø× ΆĮ Ρĕŕmіѕŝіöйş 國國國國國國⟧",
|
|
40
|
+
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŖëѕΡőйѕē ьăŝεď őп ĝёпеřäľ ďо¢μmєпŧ ãňąļγşιѕ 國國國國國國國國國國國國⟧",
|
|
41
|
+
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Γέƒέяèŋсê {number} 國國國國⟧",
|
|
42
|
+
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ҐеѕΡόņѕē ₣ăíļέď 國國國國⟧",
|
|
43
|
+
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ŖέśΡоņśé ΪпţёяŗµΡτεď 國國國國國⟧",
|
|
44
|
+
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ҐεѕΡόňśě ЅŧоΡΡēď 國國國國⟧",
|
|
45
|
+
"boxAI.contentAnswers.retryResponse": "⟦萬 Řéťŗÿ 國⟧",
|
|
46
|
+
"boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬 Ŝєľěċτ ąл Ǻĝėňť 國國國國⟧",
|
|
47
|
+
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŞŧōΡ ҐëşΡŏηşĕ 國國國⟧",
|
|
48
|
+
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Śúğġέşţëď Qúёѕτįσŋѕ: 國國國國國⟧",
|
|
49
|
+
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬 Ñöŧ ĥėľΡƒµľ 國國國⟧",
|
|
50
|
+
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬 ΗёľΡƒµļ 國國⟧",
|
|
51
|
+
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬 ŪήśųΡΡŏřŧëď ƒőгmàť 國國國國國⟧",
|
|
52
|
+
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} îѕ циáνäīľåьĺê ƒŏѓ Бõх ĀĪ} other {{files} āгě ùηåνáїļąвĺė ƒòѓ Бö× ÄĮ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
53
|
+
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Џŝёѓ āνǻŧâŕ 國國國⟧",
|
|
54
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵєľċõmё ŧø Βóх ĂІ. Αşκ qųěśŧĩöйѕ άвόцť {numberOfItems, plural, one {{firstItemName}} other {ŧĥěśє {files}}}{parentItem, select, undefined {} other { іň {parentItem}}}. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
55
|
+
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħĩś ćħâŧ щіļĺ вě çľέάґëď ώĥèŋ ýøũ ċļόśê ţĥïş {type} 國國國國國國國國國國國國國國國⟧",
|
|
56
|
+
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ƒîļе} other {# ƒίľěŝ} } 國國國國國國國國⟧",
|
|
57
|
+
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# įτěm} other {# ïţεmś} } 國國國國國國國國⟧",
|
|
58
|
+
"boxAI.popup.closeButtonText": "⟦萬 Ĉĺοѕĕ 國⟧",
|
|
59
|
+
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ČσΡіеď 國⟧",
|
|
60
|
+
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬 Čĺõśê ƒïľë іţèmś ľįŝŧ 國國國國國國⟧"
|
|
61
61
|
}
|