@box/box-ai-content-answers 0.114.1 → 0.115.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/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-CA.js +1 -1
- package/dist/i18n/en-CA.properties +1 -1
- package/dist/i18n/en-x-pseudo.js +61 -61
- package/dist/i18n/en-x-pseudo.properties +61 -61
- package/dist/i18n/es-419.js +4 -4
- package/dist/i18n/es-419.properties +4 -4
- package/dist/i18n/es-ES.js +4 -4
- package/dist/i18n/es-ES.properties +4 -4
- package/dist/i18n/fi-FI.js +1 -1
- package/dist/i18n/fi-FI.properties +1 -1
- 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 +1 -1
- package/dist/i18n/hi-IN.properties +1 -1
- package/dist/i18n/it-IT.js +2 -2
- package/dist/i18n/it-IT.properties +2 -2
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/ja-JP.properties +2 -2
- 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 +3 -3
- package/dist/i18n/nl-NL.properties +3 -3
- 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 +4 -4
- package/dist/i18n/sv-SE.properties +4 -4
- 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/package.json +4 -4
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI বর্তমানে এই ফাইল টাইপের জন্য সমর্থিত নয়",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "এই মুহূর্তে অনুমতিসমূহ যাচাই করা যাচ্ছে না। আবার চেষ্টা করার জন্য এই পেজটি পুনরায় লোড করুন",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "অনুমতিসমূহ যাচাই করা হচ্ছে...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ এতে {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Box AI-এ ফিরে যান",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "বেছে নেওয়া এজেন্ট অনুপলভ্য। ডিফল্ট এজেন্টে স্যুইচ করা হচ্ছে।",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI-এর এই মুহূর্তে প্রতিক্রিয়া তৈরি করতে সমস্যা হচ্ছে। অনুগ্রহ করে আবার চেষ্টা করুন।",
|
|
@@ -41,7 +41,7 @@ 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
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{{files}
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ এতে {parentItem}}}
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
46
|
boxAI.contentAnswers.hasQuestionsTooltip = Box AI-এ ফিরে যান
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI er i øjeblikket ikke understøttet for denne filtype",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Det er ikke muligt at kontrollere tilladelserne på nuværende tidspunkt. Genindlæs denne side for at prøve igen",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Kontrollerer tilladelser ...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ i {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Gå tilbage til Box AI",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "Den valgte agent er ikke tilgængelig. Skifter til standardagenten.",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI har problemer med at generere et svar lige nu. Prøv venligst igen.",
|
|
@@ -41,7 +41,7 @@ boxAI.contentAnswers.disabledTooltipPermissionsFailed = Det er ikke muligt at ko
|
|
|
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
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ i {parentItem}}}
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
46
|
boxAI.contentAnswers.hasQuestionsTooltip = Gå tilbage til Box AI
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box-KI wird derzeit für diesen Dateityp nicht unterstützt",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Berechtigungen können derzeit nicht überprüft werden. Diese Seite neu laden, um es erneut zu versuchen",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Berechtigungen werden überprüft ...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,undefined{} other{ in {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Zurück zu Box-KI",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "Der ausgewählte Agent ist nicht verfügbar. Es wird zum Standardagenten gewechselt.",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI hat gerade Probleme beim Generieren einer Antwort. Versuchen Sie es bitte noch einmal.",
|
|
@@ -41,7 +41,7 @@ boxAI.contentAnswers.disabledTooltipPermissionsFailed = Berechtigungen können d
|
|
|
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
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,undefined{} other{ in {parentItem}}}
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
46
|
boxAI.contentAnswers.hasQuestionsTooltip = Zurück zu Box-KI
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI is not currently supported for this file type",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "Unable to check permissions at this time. Reload this page to try again",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Checking permissions...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems, plural, =1 {{firstItemName}} other {
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Return to Box AI",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "The selected agent is unavailable. Switching to the default agent.",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI is having trouble generating a response right now. Please try again.",
|
|
@@ -41,7 +41,7 @@ boxAI.contentAnswers.disabledTooltipPermissionsFailed = Unable to check permissi
|
|
|
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
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems, plural, =1 {{firstItemName}} other {
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { in {parentItem}}}
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
46
|
boxAI.contentAnswers.hasQuestionsTooltip = Return to Box AI
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
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.fileLandingText": "
|
|
24
|
-
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬
|
|
25
|
-
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
26
|
-
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
27
|
-
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
28
|
-
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
29
|
-
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
30
|
-
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬
|
|
31
|
-
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 P
|
|
32
|
-
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
33
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
35
|
-
"boxAI.contentAnswers.loading": "⟦萬萬
|
|
36
|
-
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬
|
|
37
|
-
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬
|
|
38
|
-
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬
|
|
39
|
-
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
40
|
-
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬
|
|
41
|
-
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
42
|
-
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬
|
|
43
|
-
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬
|
|
44
|
-
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬
|
|
45
|
-
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬
|
|
46
|
-
"boxAI.contentAnswers.retryResponse": "⟦萬
|
|
47
|
-
"boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬
|
|
48
|
-
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬
|
|
49
|
-
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬
|
|
50
|
-
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬
|
|
51
|
-
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬
|
|
52
|
-
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬
|
|
53
|
-
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files}
|
|
54
|
-
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬
|
|
55
|
-
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬
|
|
56
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
57
|
-
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬
|
|
58
|
-
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
59
|
-
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
60
|
-
"boxAI.popup.closeButtonText": "⟦萬
|
|
61
|
-
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬
|
|
62
|
-
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬
|
|
2
|
+
"boxAI.contentAnswers.agent": "⟦萬 Áĝęпţ 國⟧",
|
|
3
|
+
"boxAI.contentAnswers.ask": "⟦ Ąşĸ ⟧",
|
|
4
|
+
"boxAI.contentAnswers.askDisabledTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýοù ċαʼn ѕüьmίŧ âлøŧĥěѓ qűēśťϊōл őń¢έ ßо× ĄĮ ħåş ƒíиīśнěď гёѕΡοņďîйġ 國國國國國國國國國國國國國國國國國國國國⟧",
|
|
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": "⟦萬萬萬萬 Çоήŧîʼnűě áйŷωąў 國國國國⟧",
|
|
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ïşŝįόʼnѕ āţ ŧĥįŝ ťιmė. Ŗéĺόăď ťħϊş Ραġė ťø ťřУ ąġǻϊп 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
22
|
+
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "⟦萬萬萬萬萬萬 Ćнèćĸìηġ Ρéгmìşѕίοņş... 國國國國國國⟧",
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { їŋ {parentItem}}} 國國國國國國國國國國國國國國⟧",
|
|
24
|
+
"boxAI.contentAnswers.hasQuestionsTooltip": "⟦萬萬萬萬 Řèţµяπ ťõ Βό× Ãİ 國國國國⟧",
|
|
25
|
+
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнë ѕęļеçţέď ąĝęʼnť іş úπάνåïĺāьľέ. Şẁιŧĉнîńġ ťо τħĕ ďєƒăūľť ăğēήť. 國國國國國國國國國國國國國國國國國國國⟧",
|
|
26
|
+
"boxAI.contentAnswers.inlineErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βòх ÁĪ їŝ ħāνïŋġ τгоúвľë ğέиĕяâτìŋĝ ǻ ŗèśΡōňŝé řïġħŧ πóŵ. Pļěâѕé ŧяў âĝáįή. 國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
27
|
+
"boxAI.contentAnswers.inlineNoContentErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Яëļєνǻńť сöŋŧéήŧ čăйиόŧ вё ƒоũήď. Pľĕαŝė τяγ ăĝăїņ ļāŧěг ог äѕк à ďĭƒƒéгĕйţ qųéŝŧĩŏń. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
28
|
+
"boxAI.contentAnswers.inlinePreconditionFailedErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åďďιţíōηǻļ ťϊmé ϊŝ йėеďėď ŧõ Ρѓöċĕŝś ťнїś {type}, Ρľėäŝé ťŕŷ ąğǻіπ ļàţėя. 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
29
|
+
"boxAI.contentAnswers.inlineRateLimitingErrorText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бόх ÅĮ ĉúŗгęňťĺУ нâŝ ļįmĩτēď ĉãΡãсĭţỳ (ẃè'ŗè ẁοѓķįńġ ŧö ехΡāňď ьâņďώïďťħ). Pļèâśě ţŗỳ äğāĭň ιп ă ƒęώ mìпµŧёŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
30
|
+
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "⟦萬萬萬萬萬萬 Βσ× ÄĪ ĭŝ ûňąνäîĺãьļē 國國國國國國⟧",
|
|
31
|
+
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "⟦萬萬萬萬萬萬 Pľěàŝε ţѓў äġαїή ľáţėя. 國國國國國國⟧",
|
|
32
|
+
"boxAI.contentAnswers.intelligenceUnavailableDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ţĥє Βо× ǺÍ ŝеřνïсē īş лőτ ѓĕŝΡòŋďĭиğ. 國國國國國國國國國國國⟧",
|
|
33
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥĕ ťεхť çσπťéπţ ŏƒ {numberOfItems, plural, =1 {ţħĭş ƒįľé} other {õŋє òґ môґε ƒīľėś}} įŝ τõο ĺąяĝє ƒōŗ ßő× ÄĮ ŧø Ρŗøćεŝѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
34
|
+
"boxAI.contentAnswers.largeFileSizeWarningTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ΆĬ ẁõй’ŧ вέ åьľė τо ăçćêŝş τħê єņτігє {numberOfItems, plural, =1 {ťĕхτ} other {çσŋτєņŧ}}, ẁнιčħ mįĝнŧ ⃃ёćŧ ιτѕ άŋşẁęѓѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
35
|
+
"boxAI.contentAnswers.loading": "⟦萬萬 Ľøäďιηğ... 國國⟧",
|
|
36
|
+
"boxAI.contentAnswers.loadingAnswer": "⟦萬萬萬萬萬 Ŀòãďĭηĝ Αйśωêя... 國國國國國⟧",
|
|
37
|
+
"boxAI.contentAnswers.loadingSuggestedQuestions": "⟦萬萬萬萬萬 Ļôáďïňğ ѕμğĝèѕţïőйѕ 國國國國國⟧",
|
|
38
|
+
"boxAI.contentAnswers.loadingSuggestedQuestionsFailed": "⟦萬萬萬萬萬萬萬 Şúĝğéśτїôňş ƒâíĺęď ŧŏ ļσąď 國國國國國國國⟧",
|
|
39
|
+
"boxAI.contentAnswers.maxCharactersReachedError": "⟦萬萬萬萬萬萬萬萬萬萬 Мà×ìmům оƒ {characterLimit} çĥăŕǻсτĕгś ŕēǻćħěď 國國國國國國國國國國⟧",
|
|
40
|
+
"boxAI.contentAnswers.noPermissionsLabel": "⟦萬萬萬萬萬萬 Йο Βōх ÂÌ Ρёяmіşşіōπŝ 國國國國國國⟧",
|
|
41
|
+
"boxAI.contentAnswers.noReferences": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 ҐěşΡóʼnśę вāѕēď őп ğĕлέŕăļ ďøĉùmεлŧ äŋăľўѕïş 國國國國國國國國國國國國⟧",
|
|
42
|
+
"boxAI.contentAnswers.referenceAriaLabel": "⟦萬萬萬萬 Řèƒέгěπčé {number} 國國國國⟧",
|
|
43
|
+
"boxAI.contentAnswers.responseFailedError": "⟦萬萬萬萬 ҐёŝΡοňşě ₣ǻìľèď 國國國國⟧",
|
|
44
|
+
"boxAI.contentAnswers.responseInterruptedError": "⟦萬萬萬萬萬 ŘĕśΡōņşє ІлŧегŗūΡŧĕď 國國國國國⟧",
|
|
45
|
+
"boxAI.contentAnswers.responseStoppedError": "⟦萬萬萬萬 ЯєŝΡōņѕĕ ЅŧσΡΡęď 國國國國⟧",
|
|
46
|
+
"boxAI.contentAnswers.retryResponse": "⟦萬 Ŕèťŗў 國⟧",
|
|
47
|
+
"boxAI.contentAnswers.selectAgent": "⟦萬萬萬萬 Śεĺę¢τ ăň Åğęήţ 國國國國⟧",
|
|
48
|
+
"boxAI.contentAnswers.stopResponse": "⟦萬萬萬 ŞţŏΡ ΓêşΡòήśё 國國國⟧",
|
|
49
|
+
"boxAI.contentAnswers.suggestedQuestions": "⟦萬萬萬萬萬 Ѕũĝġêѕţéď Qμєŝŧϊöŋş: 國國國國國⟧",
|
|
50
|
+
"boxAI.contentAnswers.thumbsDownAriaLabel": "⟦萬萬萬 Ŋŏţ ĥєľΡƒüĺ 國國國⟧",
|
|
51
|
+
"boxAI.contentAnswers.thumbsUpAriaLabel": "⟦萬萬 ΗěľΡƒμļ 國國⟧",
|
|
52
|
+
"boxAI.contentAnswers.unsupportedFormatLabel": "⟦萬萬萬萬萬 ŰηѕûΡΡσгţèď ƒόŗmǻτ 國國國國國⟧",
|
|
53
|
+
"boxAI.contentAnswers.unsupportedItems": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} îş ŭйâνάίĺαьĺé ƒőг Бøх ÁĨ} other {{files} ǻŕę ůиäνǻīľāьĺє ƒòѓ βох ĄĨ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
54
|
+
"boxAI.contentAnswers.userAvatar": "⟦萬萬萬 Ûşěѓ ανατǻг 國國國⟧",
|
|
55
|
+
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "⟦萬萬萬萬萬 Ẁêľçómε ŧő Бοх Âİ 國國國國國⟧",
|
|
56
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁèľćŏmê ŧο ßô× ΑÍ. Åѕĸ qµеşťĩòʼnѕ äьöùτ {numberOfItems, plural, =1 {{firstItemName}} other {ťнèşē {files}}}{parentItem, select, undefined {} other { îʼn {parentItem}}}. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
57
|
+
"boxAI.contentAnswers.welcomeClearChatText": "⟦萬萬萬萬萬萬萬萬萬 Ċнãţ ¢ĺêαґèď шĥёη γоŭ çĺòşє {type} 國國國國國國國國國⟧",
|
|
58
|
+
"boxAI.contentAnswers.welcomeMessageFilesLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ƒîľё} other {# ƒïļĕѕ} } 國國國國國國國國⟧",
|
|
59
|
+
"boxAI.contentAnswers.welcomeMessageItemsLink": "⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ĩťěm} other {# ĩţêmŝ} } 國國國國國國國國⟧",
|
|
60
|
+
"boxAI.popup.closeButtonText": "⟦萬 Çļõѕĕ 國⟧",
|
|
61
|
+
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "⟦萬 ĆôΡīεď 國⟧",
|
|
62
|
+
"boxAi.contentAnswers.closeItemList": "⟦萬萬萬萬萬萬 Ćĺоѕè ƒīľè ĭŧеmś ĺιśť 國國國國國國⟧"
|
|
63
63
|
}
|
|
@@ -1,122 +1,122 @@
|
|
|
1
1
|
# AI agent label
|
|
2
|
-
boxAI.contentAnswers.agent = ⟦萬
|
|
2
|
+
boxAI.contentAnswers.agent = ⟦萬 Áĝęпţ 國⟧
|
|
3
3
|
# Content Answers submit input button text
|
|
4
|
-
boxAI.contentAnswers.ask = ⟦
|
|
4
|
+
boxAI.contentAnswers.ask = ⟦ Ąşĸ ⟧
|
|
5
5
|
# Content Answers submit input button disabled tooltip text when answer is generating
|
|
6
|
-
boxAI.contentAnswers.askDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
6
|
+
boxAI.contentAnswers.askDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýοù ċαʼn ѕüьmίŧ âлøŧĥěѓ qűēśťϊōл őń¢έ ßо× ĄĮ ħåş ƒíиīśнěď гёѕΡοņďîйġ 國國國國國國國國國國國國國國國國國國國國⟧
|
|
7
7
|
# Content Answers modal input placeholder
|
|
8
|
-
boxAI.contentAnswers.askQuestionPlaceholder = ⟦萬萬
|
|
8
|
+
boxAI.contentAnswers.askQuestionPlaceholder = ⟦萬萬 Άśк Βõ× ÃĮ 國國⟧
|
|
9
9
|
# Label for the references used for generating the answer from the AI service
|
|
10
|
-
boxAI.contentAnswers.basedOn = ⟦萬萬
|
|
10
|
+
boxAI.contentAnswers.basedOn = ⟦萬萬 Βąŝєď όń: 國國⟧
|
|
11
11
|
# Box AI secondary action when file is too large
|
|
12
|
-
boxAI.contentAnswers.cancel = ⟦萬
|
|
12
|
+
boxAI.contentAnswers.cancel = ⟦萬 Çăňсέļ 國⟧
|
|
13
13
|
# Text for button to open citation reference in a new tab
|
|
14
|
-
boxAI.contentAnswers.cardTooltipButton = ⟦萬萬萬
|
|
14
|
+
boxAI.contentAnswers.cardTooltipButton = ⟦萬萬萬 ŐΡéπ ďô¢ųmêиť 國國國⟧
|
|
15
15
|
# Title of citation card tooltip in answer references section
|
|
16
|
-
boxAI.contentAnswers.cardTooltipTitle = ⟦萬萬萬萬
|
|
16
|
+
boxAI.contentAnswers.cardTooltipTitle = ⟦萬萬萬萬 ₣гôm ďôćŭmëлŧ: 國國國國⟧
|
|
17
17
|
# Title of citation card tooltip in answer references section with document title
|
|
18
|
-
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = ⟦萬萬萬
|
|
18
|
+
boxAI.contentAnswers.cardTooltipTitleWithDocumentName = ⟦萬萬萬 ₣ŕσm "{title}": 國國國⟧
|
|
19
19
|
# Clear conversation button label
|
|
20
|
-
boxAI.contentAnswers.clearConversationLabel = ⟦萬萬萬萬萬
|
|
20
|
+
boxAI.contentAnswers.clearConversationLabel = ⟦萬萬萬萬萬 Ćĺëãя ĉóňνéґѕαţιõп 國國國國國⟧
|
|
21
21
|
# Content Answers close button aria label
|
|
22
|
-
boxAI.contentAnswers.closeModalAriaLabel = ⟦萬萬萬
|
|
22
|
+
boxAI.contentAnswers.closeModalAriaLabel = ⟦萬萬萬 Ćļøŝĕ Μŏďāļ 國國國⟧
|
|
23
23
|
# Content Answers collapse button aria label
|
|
24
|
-
boxAI.contentAnswers.collapseModalAriaLabel = ⟦萬萬萬萬萬萬
|
|
24
|
+
boxAI.contentAnswers.collapseModalAriaLabel = ⟦萬萬萬萬萬萬 Ŝẁįŧčн τσ ѕìďéьäя νϊеω 國國國國國國⟧
|
|
25
25
|
# Content Answers feature name shown on menu item and modal title
|
|
26
|
-
boxAI.contentAnswers.contentAnswersTitle = ⟦萬
|
|
26
|
+
boxAI.contentAnswers.contentAnswersTitle = ⟦萬 Бō× ÄІ 國⟧
|
|
27
27
|
# Box AI primary action when file is too large
|
|
28
|
-
boxAI.contentAnswers.continueAnyway = ⟦萬萬萬萬
|
|
28
|
+
boxAI.contentAnswers.continueAnyway = ⟦萬萬萬萬 Çоήŧîʼnűě áйŷωąў 國國國國⟧
|
|
29
29
|
# Copy to clipboard tooltip
|
|
30
|
-
boxAI.contentAnswers.copyToClipboard = ⟦萬萬萬萬萬
|
|
30
|
+
boxAI.contentAnswers.copyToClipboard = ⟦萬萬萬萬萬 ĈōΡγ ŧô ČĺїΡвόäґď 國國國國國⟧
|
|
31
31
|
# Notification displayed to the user when the answer has been successfully copied to the clipboard
|
|
32
|
-
boxAI.contentAnswers.copyToClipboardSucceeded = ⟦萬萬萬萬萬萬萬
|
|
32
|
+
boxAI.contentAnswers.copyToClipboardSucceeded = ⟦萬萬萬萬萬萬萬 ĆõΡιĕď ţò γоųŗ ¢ļїΡьоāгď 國國國國國國國⟧
|
|
33
33
|
# Default tooltip message for Content Answers entry point button
|
|
34
|
-
boxAI.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
+
boxAI.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĝеť îŋѕŧąйť αηŝẁĕŗś αвøŭτ ŧĥĭş ďöčūmêπţ µŝίлğ βŏх ÃΪ 國國國國國國國國國國國國國國國⟧
|
|
35
35
|
# Disabled tooltip message for Content Answers entry point button when the file does not have the correct permissions
|
|
36
|
-
boxAI.contentAnswers.disabledTooltipAINotAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
+
boxAI.contentAnswers.disabledTooltipAINotAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βóх ĄĬ ďōèśņ'ŧ ħåνé Ρėŕmīşśĩōή ŧő ăċ¢ęѕŝ ťĥіş ƒìĺĕ 國國國國國國國國國國國國國國⟧
|
|
37
37
|
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
38
|
-
boxAI.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
+
boxAI.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßóх ΆÌ іś ņöť ¢ûѓŕёήŧľУ ŝúΡΡσґŧèď ƒоŗ ŧħīѕ ƒϊľє τŷΡè 國國國國國國國國國國國國國國國⟧
|
|
39
39
|
# Disabled tooltip message for the Content Answers entry point button when the permissions request fails
|
|
40
|
-
boxAI.contentAnswers.disabledTooltipPermissionsFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
40
|
+
boxAI.contentAnswers.disabledTooltipPermissionsFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ūňαвľè ţŏ çħεçк Ρеяmïşŝįόʼnѕ āţ ŧĥįŝ ťιmė. Ŗéĺόăď ťħϊş Ραġė ťø ťřУ ąġǻϊп 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
41
41
|
# Disabled tooltip message for the Content Answers entry point button while the AI file permissions are being loaded
|
|
42
|
-
boxAI.contentAnswers.disabledTooltipPermissionsLoading = ⟦萬萬萬萬萬萬
|
|
42
|
+
boxAI.contentAnswers.disabledTooltipPermissionsLoading = ⟦萬萬萬萬萬萬 Ćнèćĸìηġ Ρéгmìşѕίοņş... 國國國國國國⟧
|
|
43
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText =
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfItems, plural, =1 {{firstItemName}} other {{files}}}{parentItem, select, undefined {} other { їŋ {parentItem}}} 國國國國國國國國國國國國國國⟧
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
|
-
boxAI.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬
|
|
46
|
+
boxAI.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬 Řèţµяπ ťõ Βό× Ãİ 國國國國⟧
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
|
48
|
-
boxAI.contentAnswers.inlineAgentNotFoundErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
48
|
+
boxAI.contentAnswers.inlineAgentNotFoundErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнë ѕęļеçţέď ąĝęʼnť іş úπάνåïĺāьľέ. Şẁιŧĉнîńġ ťо τħĕ ďєƒăūľť ăğēήť. 國國國國國國國國國國國國國國國國國國國⟧
|
|
49
49
|
# Content Answers error message when the service fails
|
|
50
|
-
boxAI.contentAnswers.inlineErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
50
|
+
boxAI.contentAnswers.inlineErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βòх ÁĪ їŝ ħāνïŋġ τгоúвľë ğέиĕяâτìŋĝ ǻ ŗèśΡōňŝé řïġħŧ πóŵ. Pļěâѕé ŧяў âĝáįή. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
51
51
|
# Content Answers error message when the service returns 204 (no content)
|
|
52
|
-
boxAI.contentAnswers.inlineNoContentErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
52
|
+
boxAI.contentAnswers.inlineNoContentErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Яëļєνǻńť сöŋŧéήŧ čăйиόŧ вё ƒоũήď. Pľĕαŝė τяγ ăĝăїņ ļāŧěг ог äѕк à ďĭƒƒéгĕйţ qųéŝŧĩŏń. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
53
53
|
# Content Answers error message when the AI service has not yet processed the file
|
|
54
|
-
boxAI.contentAnswers.inlinePreconditionFailedErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
54
|
+
boxAI.contentAnswers.inlinePreconditionFailedErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åďďιţíōηǻļ ťϊmé ϊŝ йėеďėď ŧõ Ρѓöċĕŝś ťнїś {type}, Ρľėäŝé ťŕŷ ąğǻіπ ļàţėя. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
55
55
|
# Content Answers error message when the service fails due to rate limiting
|
|
56
|
-
boxAI.contentAnswers.inlineRateLimitingErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
56
|
+
boxAI.contentAnswers.inlineRateLimitingErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бόх ÅĮ ĉúŗгęňťĺУ нâŝ ļįmĩτēď ĉãΡãсĭţỳ (ẃè'ŗè ẁοѓķįńġ ŧö ехΡāňď ьâņďώïďťħ). Pļèâśě ţŗỳ äğāĭň ιп ă ƒęώ mìпµŧёŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
57
57
|
# Box AI Q&A service unavailable error title
|
|
58
|
-
boxAI.contentAnswers.intelligenceUnaivalableHeading = ⟦萬萬萬萬萬萬
|
|
58
|
+
boxAI.contentAnswers.intelligenceUnaivalableHeading = ⟦萬萬萬萬萬萬 Βσ× ÄĪ ĭŝ ûňąνäîĺãьļē 國國國國國國⟧
|
|
59
59
|
# Box AI Q&A service unavailable error try again later description
|
|
60
|
-
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = ⟦萬萬萬萬萬萬 P
|
|
60
|
+
boxAI.contentAnswers.intelligenceUnaivalableTryAgain = ⟦萬萬萬萬萬萬 Pľěàŝε ţѓў äġαїή ľáţėя. 國國國國國國⟧
|
|
61
61
|
# Box AI Q&A service unavailable error description
|
|
62
|
-
boxAI.contentAnswers.intelligenceUnavailableDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
62
|
+
boxAI.contentAnswers.intelligenceUnavailableDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ţĥє Βо× ǺÍ ŝеřνïсē īş лőτ ѓĕŝΡòŋďĭиğ. 國國國國國國國國國國國⟧
|
|
63
63
|
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
64
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
64
|
+
boxAI.contentAnswers.largeFileSizeWarningDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥĕ ťεхť çσπťéπţ ŏƒ {numberOfItems, plural, =1 {ţħĭş ƒįľé} other {õŋє òґ môґε ƒīľėś}} įŝ τõο ĺąяĝє ƒōŗ ßő× ÄĮ ŧø Ρŗøćεŝѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
65
65
|
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
66
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
66
|
+
boxAI.contentAnswers.largeFileSizeWarningTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ΆĬ ẁõй’ŧ вέ åьľė τо ăçćêŝş τħê єņτігє {numberOfItems, plural, =1 {ťĕхτ} other {çσŋτєņŧ}}, ẁнιčħ mįĝнŧ ⃃ёćŧ ιτѕ άŋşẁęѓѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
67
67
|
# Aria label to show while waiting for the modal to load
|
|
68
|
-
boxAI.contentAnswers.loading = ⟦萬萬
|
|
68
|
+
boxAI.contentAnswers.loading = ⟦萬萬 Ľøäďιηğ... 國國⟧
|
|
69
69
|
# Aria label to show while waiting for an answer
|
|
70
|
-
boxAI.contentAnswers.loadingAnswer = ⟦萬萬萬萬萬
|
|
70
|
+
boxAI.contentAnswers.loadingAnswer = ⟦萬萬萬萬萬 Ŀòãďĭηĝ Αйśωêя... 國國國國國⟧
|
|
71
71
|
# Label when the suggested questions are loading
|
|
72
|
-
boxAI.contentAnswers.loadingSuggestedQuestions = ⟦萬萬萬萬萬
|
|
72
|
+
boxAI.contentAnswers.loadingSuggestedQuestions = ⟦萬萬萬萬萬 Ļôáďïňğ ѕμğĝèѕţïőйѕ 國國國國國⟧
|
|
73
73
|
# Label when the suggested questions failed to load
|
|
74
|
-
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = ⟦萬萬萬萬萬萬萬
|
|
74
|
+
boxAI.contentAnswers.loadingSuggestedQuestionsFailed = ⟦萬萬萬萬萬萬萬 Şúĝğéśτїôňş ƒâíĺęď ŧŏ ļσąď 國國國國國國國⟧
|
|
75
75
|
# Error tooltip to show inside text area if the user reached the character limit
|
|
76
|
-
boxAI.contentAnswers.maxCharactersReachedError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
76
|
+
boxAI.contentAnswers.maxCharactersReachedError = ⟦萬萬萬萬萬萬萬萬萬萬 Мà×ìmům оƒ {characterLimit} çĥăŕǻсτĕгś ŕēǻćħěď 國國國國國國國國國國⟧
|
|
77
77
|
# Label that shows within the modal to show how many files are not supported by Box AI due to file not having permissions
|
|
78
|
-
boxAI.contentAnswers.noPermissionsLabel = ⟦萬萬萬萬萬萬
|
|
78
|
+
boxAI.contentAnswers.noPermissionsLabel = ⟦萬萬萬萬萬萬 Йο Βōх ÂÌ Ρёяmіşşіōπŝ 國國國國國國⟧
|
|
79
79
|
# Loading message if there are no citations for an answer
|
|
80
|
-
boxAI.contentAnswers.noReferences = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
80
|
+
boxAI.contentAnswers.noReferences = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ҐěşΡóʼnśę вāѕēď őп ğĕлέŕăļ ďøĉùmεлŧ äŋăľўѕïş 國國國國國國國國國國國國⟧
|
|
81
81
|
# ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.
|
|
82
|
-
boxAI.contentAnswers.referenceAriaLabel = ⟦萬萬萬萬
|
|
82
|
+
boxAI.contentAnswers.referenceAriaLabel = ⟦萬萬萬萬 Řèƒέгěπčé {number} 國國國國⟧
|
|
83
83
|
# Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.
|
|
84
|
-
boxAI.contentAnswers.responseFailedError = ⟦萬萬萬萬
|
|
84
|
+
boxAI.contentAnswers.responseFailedError = ⟦萬萬萬萬 ҐёŝΡοňşě ₣ǻìľèď 國國國國⟧
|
|
85
85
|
# Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.
|
|
86
|
-
boxAI.contentAnswers.responseInterruptedError = ⟦萬萬萬萬萬
|
|
86
|
+
boxAI.contentAnswers.responseInterruptedError = ⟦萬萬萬萬萬 ŘĕśΡōņşє ІлŧегŗūΡŧĕď 國國國國國⟧
|
|
87
87
|
# Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.
|
|
88
|
-
boxAI.contentAnswers.responseStoppedError = ⟦萬萬萬萬
|
|
88
|
+
boxAI.contentAnswers.responseStoppedError = ⟦萬萬萬萬 ЯєŝΡōņѕĕ ЅŧσΡΡęď 國國國國⟧
|
|
89
89
|
# Retry button label to send again the question to the service
|
|
90
|
-
boxAI.contentAnswers.retryResponse = ⟦萬
|
|
90
|
+
boxAI.contentAnswers.retryResponse = ⟦萬 Ŕèťŗў 國⟧
|
|
91
91
|
# Label for the AI agent selector when the user has not selected any agent
|
|
92
|
-
boxAI.contentAnswers.selectAgent = ⟦萬萬萬萬
|
|
92
|
+
boxAI.contentAnswers.selectAgent = ⟦萬萬萬萬 Śεĺę¢τ ăň Åğęήţ 國國國國⟧
|
|
93
93
|
# Button label to stop streaming an answer
|
|
94
|
-
boxAI.contentAnswers.stopResponse = ⟦萬萬萬
|
|
94
|
+
boxAI.contentAnswers.stopResponse = ⟦萬萬萬 ŞţŏΡ ΓêşΡòήśё 國國國⟧
|
|
95
95
|
# Suggested questions title
|
|
96
|
-
boxAI.contentAnswers.suggestedQuestions = ⟦萬萬萬萬萬
|
|
96
|
+
boxAI.contentAnswers.suggestedQuestions = ⟦萬萬萬萬萬 Ѕũĝġêѕţéď Qμєŝŧϊöŋş: 國國國國國⟧
|
|
97
97
|
# Aria label for thumbs down icon
|
|
98
|
-
boxAI.contentAnswers.thumbsDownAriaLabel = ⟦萬萬萬
|
|
98
|
+
boxAI.contentAnswers.thumbsDownAriaLabel = ⟦萬萬萬 Ŋŏţ ĥєľΡƒüĺ 國國國⟧
|
|
99
99
|
# Aria label for thumbs up icon
|
|
100
|
-
boxAI.contentAnswers.thumbsUpAriaLabel = ⟦萬萬
|
|
100
|
+
boxAI.contentAnswers.thumbsUpAriaLabel = ⟦萬萬 ΗěľΡƒμļ 國國⟧
|
|
101
101
|
# Label that shows within the modal to show how many files are not supported by Box AI due to correct format
|
|
102
|
-
boxAI.contentAnswers.unsupportedFormatLabel = ⟦萬萬萬萬萬
|
|
102
|
+
boxAI.contentAnswers.unsupportedFormatLabel = ⟦萬萬萬萬萬 ŰηѕûΡΡσгţèď ƒόŗmǻτ 國國國國國⟧
|
|
103
103
|
# Warning message that shows how many files are not supported by Box AI
|
|
104
|
-
boxAI.contentAnswers.unsupportedItems = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files}
|
|
104
|
+
boxAI.contentAnswers.unsupportedItems = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numberOfFiles, plural, one {{files} îş ŭйâνάίĺαьĺé ƒőг Бøх ÁĨ} other {{files} ǻŕę ůиäνǻīľāьĺє ƒòѓ βох ĄĨ} } 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
105
105
|
# Alt text for user avatar image
|
|
106
|
-
boxAI.contentAnswers.userAvatar = ⟦萬萬萬
|
|
106
|
+
boxAI.contentAnswers.userAvatar = ⟦萬萬萬 Ûşěѓ ανατǻг 國國國⟧
|
|
107
107
|
# 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.
|
|
108
|
-
boxAI.contentAnswers.welcomeAskQuestionLandingText = ⟦萬萬萬萬萬
|
|
108
|
+
boxAI.contentAnswers.welcomeAskQuestionLandingText = ⟦萬萬萬萬萬 Ẁêľçómε ŧő Бοх Âİ 國國國國國⟧
|
|
109
109
|
# 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.
|
|
110
|
-
boxAI.contentAnswers.welcomeAskQuestionText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
boxAI.contentAnswers.welcomeAskQuestionText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁèľćŏmê ŧο ßô× ΑÍ. Åѕĸ qµеşťĩòʼnѕ äьöùτ {numberOfItems, plural, =1 {{firstItemName}} other {ťнèşē {files}}}{parentItem, select, undefined {} other { îʼn {parentItem}}}. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
111
111
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
112
|
-
boxAI.contentAnswers.welcomeClearChatText = ⟦萬萬萬萬萬萬萬萬萬
|
|
112
|
+
boxAI.contentAnswers.welcomeClearChatText = ⟦萬萬萬萬萬萬萬萬萬 Ċнãţ ¢ĺêαґèď шĥёη γоŭ çĺòşє {type} 國國國國國國國國國⟧
|
|
113
113
|
# Link that show the number of files that are going to be displayed within the modal
|
|
114
|
-
boxAI.contentAnswers.welcomeMessageFilesLink = ⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
114
|
+
boxAI.contentAnswers.welcomeMessageFilesLink = ⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ƒîľё} other {# ƒïļĕѕ} } 國國國國國國國國⟧
|
|
115
115
|
# Link that show the number of items that are going to be displayed within the modal
|
|
116
|
-
boxAI.contentAnswers.welcomeMessageItemsLink = ⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {#
|
|
116
|
+
boxAI.contentAnswers.welcomeMessageItemsLink = ⟦萬萬萬萬萬萬萬萬 {numberOfItems, plural, one {# ĩťěm} other {# ĩţêmŝ} } 國國國國國國國國⟧
|
|
117
117
|
# Text for close button in popup
|
|
118
|
-
boxAI.popup.closeButtonText = ⟦萬
|
|
118
|
+
boxAI.popup.closeButtonText = ⟦萬 Çļõѕĕ 國⟧
|
|
119
119
|
# Text for copy button in input with copy button indicating copy success
|
|
120
|
-
boxAI.textInputWithCopyButton.copyButtonSuccessText = ⟦萬
|
|
120
|
+
boxAI.textInputWithCopyButton.copyButtonSuccessText = ⟦萬 ĆôΡīεď 國⟧
|
|
121
121
|
# Label that shows up while someone hover on close button of files dropdown
|
|
122
|
-
boxAi.contentAnswers.closeItemList = ⟦萬萬萬萬萬萬
|
|
122
|
+
boxAi.contentAnswers.closeItemList = ⟦萬萬萬萬萬萬 Ćĺоѕè ƒīľè ĭŧеmś ĺιśť 國國國國國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI no es compatible actualmente con este tipo de archivo",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Comprobando los permisos...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ en {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Volver a Box AI",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "El agente seleccionado no está disponible. Cambiar al agente predeterminado.",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI tiene problemas para generar una respuesta en este momento. Inténtelo de nuevo.",
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "Box AI no está disponible",
|
|
31
31
|
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "Inténtelo de nuevo más tarde.",
|
|
32
32
|
"boxAI.contentAnswers.intelligenceUnavailableDescription": "El servicio Box AI no está respondiendo.",
|
|
33
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "El contenido de texto de {numberOfItems,plural,=1{este archivo} other{uno o más archivos
|
|
33
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "El contenido de texto de {numberOfItems,plural,=1{ este archivo } other{ uno o más archivos }} es demasiado grande para que Box AI lo procese",
|
|
34
34
|
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI no podrá acceder al {numberOfItems,plural,=1{texto} other{contenido} one{texto}} completo, lo que podría afectar a sus respuestas.",
|
|
35
35
|
"boxAI.contentAnswers.loading": "Cargando…",
|
|
36
36
|
"boxAI.contentAnswers.loadingAnswer": "Cargando respuesta...",
|
|
@@ -53,11 +53,11 @@ export default {
|
|
|
53
53
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}",
|
|
54
54
|
"boxAI.contentAnswers.userAvatar": "Avatar del usuario",
|
|
55
55
|
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "¡Bienvenido a Box AI!",
|
|
56
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}
|
|
56
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}}{parentItem,select,other{ en {parentItem}}}.",
|
|
57
57
|
"boxAI.contentAnswers.welcomeClearChatText": "Chat borrado al cerrar {type}",
|
|
58
58
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# file} other{# files}}",
|
|
59
59
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# elemento} other{# elementos}}",
|
|
60
60
|
"boxAI.popup.closeButtonText": "Cerrar",
|
|
61
61
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
|
|
62
|
-
"boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo
|
|
62
|
+
"boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo"
|
|
63
63
|
}
|
|
@@ -41,7 +41,7 @@ boxAI.contentAnswers.disabledTooltipPermissionsFailed = No se pueden verificar l
|
|
|
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 = Comprobando los permisos...
|
|
43
43
|
# 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.
|
|
44
|
-
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{
|
|
44
|
+
boxAI.contentAnswers.fileLandingText = {numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ en {parentItem}}}
|
|
45
45
|
# Existing questions tooltip message for Content Answers entry point button
|
|
46
46
|
boxAI.contentAnswers.hasQuestionsTooltip = Volver a Box AI
|
|
47
47
|
# Content Answers error message when the answer fails due to an invalid agent
|
|
@@ -61,7 +61,7 @@ boxAI.contentAnswers.intelligenceUnaivalableTryAgain = Inténtelo de nuevo más
|
|
|
61
61
|
# Box AI Q&A service unavailable error description
|
|
62
62
|
boxAI.contentAnswers.intelligenceUnavailableDescription = El servicio Box AI no está respondiendo.
|
|
63
63
|
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
64
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = El contenido de texto de {numberOfItems,plural,=1{este archivo} other{uno o más archivos
|
|
64
|
+
boxAI.contentAnswers.largeFileSizeWarningDescription = El contenido de texto de {numberOfItems,plural,=1{ este archivo } other{ uno o más archivos }} es demasiado grande para que Box AI lo procese
|
|
65
65
|
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
66
66
|
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI no podrá acceder al {numberOfItems,plural,=1{texto} other{contenido} one{texto}} completo, lo que podría afectar a sus respuestas.
|
|
67
67
|
# Aria label to show while waiting for the modal to load
|
|
@@ -107,7 +107,7 @@ boxAI.contentAnswers.userAvatar = Avatar del usuario
|
|
|
107
107
|
# 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.
|
|
108
108
|
boxAI.contentAnswers.welcomeAskQuestionLandingText = ¡Bienvenido a Box AI!
|
|
109
109
|
# 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.
|
|
110
|
-
boxAI.contentAnswers.welcomeAskQuestionText = Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}
|
|
110
|
+
boxAI.contentAnswers.welcomeAskQuestionText = Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}}{parentItem,select,other{ en {parentItem}}}.
|
|
111
111
|
# Content Answers welcome message for clearing the chat. {type} is the type of content that we are going to query
|
|
112
112
|
boxAI.contentAnswers.welcomeClearChatText = Chat borrado al cerrar {type}
|
|
113
113
|
# Link that show the number of files that are going to be displayed within the modal
|
|
@@ -119,4 +119,4 @@ boxAI.popup.closeButtonText = Cerrar
|
|
|
119
119
|
# Text for copy button in input with copy button indicating copy success
|
|
120
120
|
boxAI.textInputWithCopyButton.copyButtonSuccessText = Copiado
|
|
121
121
|
# Label that shows up while someone hover on close button of files dropdown
|
|
122
|
-
boxAi.contentAnswers.closeItemList = Cerrar lista de elementos del archivo
|
|
122
|
+
boxAi.contentAnswers.closeItemList = Cerrar lista de elementos del archivo
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
"boxAI.contentAnswers.disabledTooltipFileNotCompatible": "Box AI no es compatible actualmente con este tipo de archivo",
|
|
21
21
|
"boxAI.contentAnswers.disabledTooltipPermissionsFailed": "No se pueden verificar los permisos en este momento. Vuelve a cargar esta página para intentarlo de nuevo",
|
|
22
22
|
"boxAI.contentAnswers.disabledTooltipPermissionsLoading": "Comprobando los permisos...",
|
|
23
|
-
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{
|
|
23
|
+
"boxAI.contentAnswers.fileLandingText": "{numberOfItems,plural,=1{{firstItemName}} other{{files}}}{parentItem,select,other{ en {parentItem}}}",
|
|
24
24
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Volver a Box AI",
|
|
25
25
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "El agente seleccionado no está disponible. Cambiar al agente predeterminado.",
|
|
26
26
|
"boxAI.contentAnswers.inlineErrorText": "Box AI tiene problemas para generar una respuesta en este momento. Inténtelo de nuevo.",
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "Box AI no está disponible",
|
|
31
31
|
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "Inténtelo de nuevo más tarde.",
|
|
32
32
|
"boxAI.contentAnswers.intelligenceUnavailableDescription": "El servicio Box AI no está respondiendo.",
|
|
33
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "El contenido de texto de {numberOfItems,plural,=1{este archivo} other{uno o más archivos
|
|
33
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "El contenido de texto de {numberOfItems,plural,=1{ este archivo } other{ uno o más archivos }} es demasiado grande para que Box AI lo procese",
|
|
34
34
|
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI no podrá acceder al {numberOfItems,plural,=1{texto} other{contenido} one{texto}} completo, lo que podría afectar a sus respuestas.",
|
|
35
35
|
"boxAI.contentAnswers.loading": "Cargando…",
|
|
36
36
|
"boxAI.contentAnswers.loadingAnswer": "Cargando respuesta...",
|
|
@@ -53,11 +53,11 @@ export default {
|
|
|
53
53
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files} is unavailable for Box AI} other{{files} are unavailable for Box AI}}",
|
|
54
54
|
"boxAI.contentAnswers.userAvatar": "Avatar del usuario",
|
|
55
55
|
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "¡Bienvenido a Box AI!",
|
|
56
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}
|
|
56
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Le damos la bienvenida a Box AI. Haga preguntas sobre {numberOfItems,plural,=1{{firstItemName}} other{estos {files}}}{parentItem,select,other{ en {parentItem}}}.",
|
|
57
57
|
"boxAI.contentAnswers.welcomeClearChatText": "Chat borrado al cerrar {type}",
|
|
58
58
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{# file} other{# files}}",
|
|
59
59
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems,plural,one{# elemento} other{# elementos}}",
|
|
60
60
|
"boxAI.popup.closeButtonText": "Cerrar",
|
|
61
61
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
|
|
62
|
-
"boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo
|
|
62
|
+
"boxAi.contentAnswers.closeItemList": "Cerrar lista de elementos del archivo"
|
|
63
63
|
}
|