@box/box-ai-content-answers 0.158.0 → 0.159.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/lib/components/answer/answer.js +153 -140
- package/dist/esm/lib/components/answer/embed-the-answer-button.js +65 -0
- package/dist/esm/lib/components/answer/messages.js +8 -0
- package/dist/esm/lib/components/chat/chat.js +74 -72
- package/dist/esm/lib/components/sidebar/content.js +78 -76
- package/dist/esm/lib/components/sidebar/sidebar.js +37 -35
- package/dist/i18n/bn-IN.js +7 -5
- package/dist/i18n/bn-IN.properties +11 -5
- package/dist/i18n/da-DK.js +7 -5
- package/dist/i18n/da-DK.properties +11 -5
- package/dist/i18n/de-DE.js +7 -5
- package/dist/i18n/de-DE.properties +11 -5
- package/dist/i18n/en-AU.js +3 -1
- package/dist/i18n/en-AU.properties +7 -1
- package/dist/i18n/en-CA.js +4 -2
- package/dist/i18n/en-CA.properties +8 -2
- package/dist/i18n/en-GB.js +3 -1
- package/dist/i18n/en-GB.properties +7 -1
- package/dist/i18n/en-US.js +2 -0
- package/dist/i18n/en-US.properties +4 -0
- package/dist/i18n/en-x-pseudo.js +88 -86
- package/dist/i18n/en-x-pseudo.properties +91 -85
- package/dist/i18n/es-419.js +7 -5
- package/dist/i18n/es-419.properties +11 -5
- package/dist/i18n/es-ES.js +7 -5
- package/dist/i18n/es-ES.properties +11 -5
- package/dist/i18n/fi-FI.js +7 -5
- package/dist/i18n/fi-FI.properties +11 -5
- package/dist/i18n/fr-CA.js +7 -5
- package/dist/i18n/fr-CA.properties +11 -5
- package/dist/i18n/fr-FR.js +7 -5
- package/dist/i18n/fr-FR.properties +11 -5
- package/dist/i18n/hi-IN.js +7 -5
- package/dist/i18n/hi-IN.properties +11 -5
- package/dist/i18n/it-IT.js +7 -5
- package/dist/i18n/it-IT.properties +11 -5
- package/dist/i18n/ja-JP.js +7 -5
- package/dist/i18n/ja-JP.properties +11 -5
- package/dist/i18n/json/src/lib/components/answer/messages.json +1 -1
- package/dist/i18n/ko-KR.js +7 -5
- package/dist/i18n/ko-KR.properties +11 -5
- package/dist/i18n/nb-NO.js +7 -5
- package/dist/i18n/nb-NO.properties +11 -5
- package/dist/i18n/nl-NL.js +7 -5
- package/dist/i18n/nl-NL.properties +11 -5
- package/dist/i18n/pl-PL.js +7 -5
- package/dist/i18n/pl-PL.properties +11 -5
- package/dist/i18n/pt-BR.js +7 -5
- package/dist/i18n/pt-BR.properties +11 -5
- package/dist/i18n/ru-RU.js +7 -5
- package/dist/i18n/ru-RU.properties +11 -5
- package/dist/i18n/sv-SE.js +7 -5
- package/dist/i18n/sv-SE.properties +11 -5
- package/dist/i18n/tr-TR.js +7 -5
- package/dist/i18n/tr-TR.properties +11 -5
- package/dist/i18n/zh-CN.js +7 -5
- package/dist/i18n/zh-CN.properties +11 -5
- package/dist/i18n/zh-TW.js +7 -5
- package/dist/i18n/zh-TW.properties +11 -5
- package/dist/styles/answer.css +1 -1
- package/dist/styles/embed-the-answer-button.css +1 -0
- package/dist/types/lib/components/answer/answer.d.ts +3 -1
- package/dist/types/lib/components/answer/embed-the-answer-button.d.ts +11 -0
- package/dist/types/lib/components/answer/messages.d.ts +10 -0
- package/dist/types/lib/components/chat/chat.d.ts +1 -1
- package/dist/types/lib/components/sidebar/content.d.ts +2 -0
- package/dist/types/lib/components/sidebar/sidebar.d.ts +2 -1
- package/dist/types/lib/stories/shared.d.ts +9 -0
- package/dist/types/lib/types.d.ts +10 -0
- package/package.json +4 -4
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "सफलता",
|
|
4
6
|
"boxAI.contentAnswers.ask": "पूछें",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "बंद करें",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "कॉपी की गई",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "फ़ाइल आइटमों की सूची बंद करें",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "छोटा करें",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "बढ़ाएं",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "सोचने का काम पूरा हुआ",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "कंटेंट स्क्रॉल करने योग्य क्षेत्र",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "सोच रहे हैं…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "आप Box AI से अपने स्प्रेडशीट में मौजूद सरल और जटिल दोनों तरह के प्रश्न पूछ सकते हैं: कुल संख्या, औसत, उन्नत तुलनाएं, रुझान का विश्लेषण, इत्यादि। इसे आज ही आजमाएं!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "स्प्रेडशीट सहायता, टेक्स्ट से भरी फ़ाइलों के लिए सबसे अच्छी तरह काम करती है",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "स्प्रेडशीट सहायता सूचना बैनर",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = सफलता
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = कॉपी की गई
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = फ़ाइल आइटमों की सूची बंद करें
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = छोटा करें
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = बढ़ाएं
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = सोचने का काम पूरा हुआ
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = कंटेंट स्क्रॉल करने योग्य क्षेत्र
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = सोच रहे हैं…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = आप Box AI से अपने स्प्रेडशीट में मौजूद सरल और जटिल दोनों तरह के प्रश्न पूछ सकते हैं: कुल संख्या, औसत, उन्नत तुलनाएं, रुझान का विश्लेषण, इत्यादि। इसे आज ही आजमाएं!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "operazione completata",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Chiedi",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Chiudi",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copia eseguita",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Chiudi elenco elementi file",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Comprimi",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Espandi",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Elaborazione completata",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Area scorribile dei contenuti di elaborazione",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Sto elaborando…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Puoi fare domande a Box AI sia semplici che complesse nel tuo foglio di calcolo: conteggi totali, medie, confronti avanzati, analisi di tendenze e così via. Provalo oggi!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Il supporto per i fogli di calcolo funziona meglio per i file ad alta densità di testo",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner per le notifiche di supporto al foglio di calcolo",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = operazione completata
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Copia eseguita
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Chiudi elenco elementi file
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Comprimi
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Espandi
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Elaborazione completata
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Area scorribile dei contenuti di elaborazione
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Sto elaborando…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Puoi fare domande a Box AI sia semplici che complesse nel tuo foglio di calcolo: conteggi totali, medie, confronti avanzati, analisi di tendenze e così via. Provalo oggi!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "成功",
|
|
4
6
|
"boxAI.contentAnswers.ask": "送信",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "閉じる",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "コピー済み",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "ファイル項目のリストを閉じます",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "縮小",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "拡大",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "思考完了",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "スクロール可能なコンテンツ領域を思考中",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "思考中…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "スプレッドシートの内容についてBox AIに質問できます。質問は、合計数や平均値の計算、高度な比較、傾向分析など、単純なものから複雑なものまで対応しています。ぜひお試しください。",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "スプレッドシートのサポートは、テキストが多く含まれるファイルで最適に機能します",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "スプレッドシートのサポート通知バナー",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = 成功
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = コピー済み
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = ファイル項目のリストを閉じます
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = 縮小
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = 拡大
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = 思考完了
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = スクロール可能なコンテンツ領域を思考中
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = 思考中…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = スプレッドシートの内容についてBox AIに質問できます。質問は、合計数や平均値の計算、高度な比較、傾向分析など、単純なものから複雑なものまで対応しています。ぜひお試しください。
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text","defaultMessage":"To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>."},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.analyzingRequest","description":"Text shown next to the loading indicator while analyzing the request","defaultMessage":"Analyzing your request"},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
|
|
1
|
+
[{"id":"boxAI.contentAnswers.addToNote","description":"Add to note button aria label and tooltip text","defaultMessage":"Add to Note"},{"id":"boxAI.contentAnswers.addedToNote","description":"Added to note confirmation text","defaultMessage":"Added"},{"id":"boxAI.contentAnswers.basedOn","description":"Label for the references used for generating the answer from the AI service","defaultMessage":"Based on:"},{"id":"boxAI.contentAnswers.cardTooltipButton","description":"Text for button to open citation reference in a new tab","defaultMessage":"Open document"},{"id":"boxAI.contentAnswers.cardTooltipTitle","description":"Title of citation card tooltip in answer references section","defaultMessage":"From document:"},{"id":"boxAI.contentAnswers.cardTooltipTitleWithDocumentName","description":"Title of citation card tooltip in answer references section with document title","defaultMessage":"From \"{title}\":"},{"id":"boxAI.textInputWithCopyButton.copyButtonSuccessText","description":"Text for copy button in input with copy button indicating copy success","defaultMessage":"Copied"},{"id":"boxAI.contentAnswers.copyToClipboard","description":"Copy to clipboard tooltip","defaultMessage":"Copy to Clipboard"},{"id":"boxAI.contentAnswers.copyToClipboardSucceeded","description":"Notification displayed to the user when the answer has been successfully copied to the clipboard","defaultMessage":"Copied to your clipboard"},{"id":"boxAI.contentAnswers.feedbackTooltipCancel","description":"Cancel button text for the feedback tooltip","defaultMessage":"Cancel"},{"id":"boxAI.contentAnswers.feedbackTooltipConfirmation","description":"Confirmation message after submitting feedback in the feedback tooltip","defaultMessage":"Thank you for the feedback."},{"id":"boxAI.contentAnswers.feedbackTooltipAbuseDisclaimer","description":"Disclaimer informing how to report inappropriate content in the feedback tooltip, the inside of <abuseFormLink> is the linked, clickable text","defaultMessage":"To report inappropriate content, submit <abuseFormLink>this form</abuseFormLink>."},{"id":"boxAI.contentAnswers.feedbackTooltipFeedback","description":"Label for the feedback text area in the feedback tooltip","defaultMessage":"How can we improve the experience?"},{"id":"boxAI.contentAnswers.feedbackTooltipFeedbackPlaceholder","description":"Placeholder text for the feedback text area in the feedback tooltip","defaultMessage":"We'd love to hear from you! Please omit personal info, sensitive content, or links in your feedback as submissions to Box aren't confidential."},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeLabel","description":"Label for the feedback type radio group in the feedback tooltip","defaultMessage":"What type of issue do you wish to report?"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer1","description":"Label for the first radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Inaccurate answer"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer2","description":"Label for the second radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Did not follow my request"},{"id":"boxAI.contentAnswers.feedbackTooltipIssueTypeAnswer3","description":"Label for the third radio button in the feedback type radio group in the feedback tooltip","defaultMessage":"Other"},{"id":"boxAI.contentAnswers.feedbackTooltipPromptShareConsent","description":"Label for checkbox to consent for prompt and answer sharing in the tooltip that asks the user to share feedback on the answer","defaultMessage":"Share my prompt and response to help improve product quality."},{"id":"boxAI.contentAnswers.feedbackTooltipTitle","description":"Title of a tooltip that asks the user to share feedback on the answer","defaultMessage":"Share your feedback"},{"id":"boxAI.contentAnswers.feedbackTooltipSubmit","description":"Submit button text for the feedback tooltip","defaultMessage":"Submit"},{"id":"boxAI.contentAnswers.inlineNoContentErrorText","description":"Content Answers error message when the service returns 204 (no content)","defaultMessage":"Relevant content cannot be found. Please try again later or ask a different question."},{"id":"boxAI.contentAnswers.inlineAgentNotFoundErrorText","description":"Content Answers error message when the answer fails due to an invalid agent","defaultMessage":"The selected agent is unavailable. Switching to the default agent."},{"id":"boxAI.contentAnswers.inlineErrorText","description":"Content Answers error message when the service fails","defaultMessage":"Box AI is having trouble generating a response right now. Please try again."},{"id":"boxAI.contentAnswers.inlineRateLimitingErrorText","description":"Content Answers error message when the service fails due to rate limiting","defaultMessage":"Box AI currently has limited capacity (we're working to expand bandwidth). Please try again in a few minutes."},{"id":"boxAI.contentAnswers.inlinePreconditionFailedErrorText","description":"Content Answers error message when the AI service has not yet processed the file","defaultMessage":"Additional time is needed to process this {type}, please try again later."},{"id":"boxAI.contentAnswers.loadingAnswer","description":"Aria label to show while waiting for an answer","defaultMessage":"Loading Answer..."},{"id":"boxAI.contentAnswers.analyzingRequest","description":"Text shown next to the loading indicator while analyzing the request","defaultMessage":"Analyzing your request"},{"id":"boxAI.contentAnswers.noReferences","description":"Loading message if there are no citations for an answer","defaultMessage":"Response based on general document analysis"},{"id":"boxAI.contentAnswers.referenceAriaLabel","description":"ARIA label designed for screen readers to enhance clarity during the reading of citations, minimizing confusion.","defaultMessage":"Reference {number}"},{"id":"boxAI.contentAnswers.responseInterruptedError","description":"Error message to be displayed within an answer during streaming mode if the answer was interrupted due to a lack of tokens.","defaultMessage":"Response Interrupted"},{"id":"boxAI.contentAnswers.responseFailedError","description":"Error message to be displayed within an answer during streaming mode if there was another error, such as network errors.","defaultMessage":"Response Failed"},{"id":"boxAI.contentAnswers.responseStoppedError","description":"Error message to be displayed within an answer during streaming mode if the answer was stopped using the Stop Response button.","defaultMessage":"Response Stopped"},{"id":"boxAI.contentAnswers.thumbsUpAriaLabel","description":"Aria label for thumbs up icon","defaultMessage":"Helpful"},{"id":"boxAI.contentAnswers.thumbsDownAriaLabel","description":"Aria label for thumbs down icon","defaultMessage":"Not helpful"},{"id":"boxAI.contentAnswers.inlineCitationAriaLabel","description":"Aria label for inline citation button to open file in new tab","defaultMessage":"Open {fileName} in new tab"}]
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "성공",
|
|
4
6
|
"boxAI.contentAnswers.ask": "질문",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "닫기",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "복사함",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "파일 항목 목록 닫기",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "접기",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "펼치기",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "생각 완료",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "스크롤 가능한 생각 콘텐츠 영역",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "생각 중…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "스프레드시트에서 Box AI에게 총 개수, 평균, 고급 비교, 추세 분석 등 간단한 질문과 복잡한 질문을 모두 할 수 있습니다. 지금 사용해 보세요!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "스프레드시트 지원 기능은 텍스트 밀도가 높은 파일의 처리에 가장 효과적입니다.",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "스프레드시트 지원 알림 배너",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = 성공
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = 복사함
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = 파일 항목 목록 닫기
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = 접기
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = 펼치기
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = 생각 완료
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = 스크롤 가능한 생각 콘텐츠 영역
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = 생각 중…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = 스프레드시트에서 Box AI에게 총 개수, 평균, 고급 비교, 추세 분석 등 간단한 질문과 복잡한 질문을 모두 할 수 있습니다. 지금 사용해 보세요!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "vellykket",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Spør",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Lukk",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopiert",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Lukk liste over filelementer",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Skjul",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Utvid",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Ferdig med å tenke",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Rullbart område for tankeinnhold",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Tenker …",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Du kan stille Box AI både enkle og komplekse spørsmål i regnearket ditt: totalantall, gjennomsnitt, avanserte sammenligninger, trendanalyser og så videre. Prøv det i dag!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Kundestøtte for regneark fungerer best for kompakte tekstfiler",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "varselsbanner for regnearkstøtte",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = vellykket
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Kopiert
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Lukk liste over filelementer
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Skjul
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Utvid
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Ferdig med å tenke
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Rullbart område for tankeinnhold
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Tenker …
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Du kan stille Box AI både enkle og komplekse spørsmål i regnearket ditt: totalantall, gjennomsnitt, avanserte sammenligninger, trendanalyser og så videre. Prøv det i dag!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "gelukt",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Vragen",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Sluiten",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Gekopieerd",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Lijst met bestandsitems sluiten",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Samenvouwen",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Uitvouwen",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Denken voltooid",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Scrolbaar gebied voor inhoud",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Aan het denken…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "U kunt Box AI zowel eenvoudige als complexe vragen stellen in uw spreadsheet: totale aantallen, gemiddelden, geavanceerde vergelijkingen, trendanalyses, enzovoort. Probeer het vandaag!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Ondersteuning voor spreadsheets werkt het best bij bestanden met veel tekst",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "meldingsbanner voor ondersteuning van spreadsheet",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = gelukt
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Gekopieerd
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Lijst met bestandsitems sluiten
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Samenvouwen
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Uitvouwen
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Denken voltooid
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Scrolbaar gebied voor inhoud
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Aan het denken…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = U kunt Box AI zowel eenvoudige als complexe vragen stellen in uw spreadsheet: totale aantallen, gemiddelden, geavanceerde vergelijkingen, trendanalyses, enzovoort. Probeer het vandaag!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "sukces",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Zapytaj",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Zamknij",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Skopiowano",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Zamknij listę elementów pliku",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Zwiń",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Rozwiń",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Myślenie zakończone",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Obszar przewijania zawartości w trakcie myślenia",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Myślenie…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Możesz zadawać Box AI zarówno proste, jak i złożone pytania w arkuszu kalkulacyjnym: łączna liczba, średnie, zaawansowane porównania, analizy trendów i tak dalej. Wypróbuj już dziś!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Pomoc dla arkusza kalkulacyjnego działa najlepiej w przypadku plików o dużej zawartości tekstu.",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "baner powiadomień pomocy technicznej dla arkusza kalkulacyjnego",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = sukces
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Skopiowano
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Zamknij listę elementów pliku
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Zwiń
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Rozwiń
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Myślenie zakończone
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Obszar przewijania zawartości w trakcie myślenia
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Myślenie…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Możesz zadawać Box AI zarówno proste, jak i złożone pytania w arkuszu kalkulacyjnym: łączna liczba, średnie, zaawansowane porównania, analizy trendów i tak dalej. Wypróbuj już dziś!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "sucesso",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Perguntar",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Fechar",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Copiado",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Fechar lista de itens de arquivos",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Recolher",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Expandir",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Pensamento concluído",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Área de rolagem do conteúdo do pensamento",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Pensando…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Você pode fazer perguntas simples e complexas para o Box AI em sua planilha: contagens totais, médias, comparações avançadas, análises de tendências e assim por diante. Experimente hoje mesmo!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "A assistência por planilha funciona melhor para os arquivos com muito texto",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "banner de notificação de assistência de planilha",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = sucesso
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Copiado
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Fechar lista de itens de arquivos
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Recolher
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Expandir
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Pensamento concluído
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Área de rolagem do conteúdo do pensamento
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Pensando…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Você pode fazer perguntas simples e complexas para o Box AI em sua planilha: contagens totais, médias, comparações avançadas, análises de tendências e assim por diante. Experimente hoje mesmo!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "выполнено",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Спросить",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Закрыть",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Скопировано",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Закрыть список элементов файла",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Свернуть",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Развернуть",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Обработка завершена",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Область прокрутки обрабатываемого контента",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Обработка…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Вы можете задавать Box AI как простые, так и сложные вопросы в электронной таблице: общее количество, средние значения, расширенные сравнения, анализ тенденций и так далее. Попробуйте сегодня!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Поддержка таблиц работает лучше всего с файлами с плотным текстом",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "баннер уведомлений о поддержке таблиц",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Add to note button aria label and tooltip text
|
|
2
|
+
boxAI.contentAnswers.addToNote = Add to Note
|
|
3
|
+
# Added to note confirmation text
|
|
4
|
+
boxAI.contentAnswers.addedToNote = Added
|
|
5
|
+
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = Analyzing your request
|
|
1
7
|
# Notification banner success icon aria label
|
|
2
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = выполнено
|
|
3
9
|
# Content Answers submit input button text
|
|
@@ -149,15 +155,15 @@ boxAI.textInputWithCopyButton.copyButtonSuccessText = Скопировано
|
|
|
149
155
|
# Label that shows up while someone hover on close button of files dropdown
|
|
150
156
|
boxAi.contentAnswers.closeItemList = Закрыть список элементов файла
|
|
151
157
|
# Tooltip label for button to collapse thinking content
|
|
152
|
-
boxui.contentAnswers.collapseThinkingContent =
|
|
158
|
+
boxui.contentAnswers.collapseThinkingContent = Свернуть
|
|
153
159
|
# Tooltip label for button to expand thinking content
|
|
154
|
-
boxui.contentAnswers.expandThinkingContent =
|
|
160
|
+
boxui.contentAnswers.expandThinkingContent = Развернуть
|
|
155
161
|
# Text shown when thinking is completed
|
|
156
|
-
boxui.contentAnswers.thinkingCompleted =
|
|
162
|
+
boxui.contentAnswers.thinkingCompleted = Обработка завершена
|
|
157
163
|
# Aria label for the scrollable thinking content area
|
|
158
|
-
boxui.contentAnswers.thinkingContentScrollableArea =
|
|
164
|
+
boxui.contentAnswers.thinkingContentScrollableArea = Область прокрутки обрабатываемого контента
|
|
159
165
|
# Text shown when thinking is in progress
|
|
160
|
-
boxui.contentAnswers.thinkingInProgress =
|
|
166
|
+
boxui.contentAnswers.thinkingInProgress = Обработка…
|
|
161
167
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
162
168
|
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Вы можете задавать Box AI как простые, так и сложные вопросы в электронной таблице: общее количество, средние значения, расширенные сравнения, анализ тенденций и так далее. Попробуйте сегодня!
|
|
163
169
|
# Content Answers welcome message spreadsheet notification
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "Add to Note",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "Added",
|
|
2
4
|
"boxAI.contentAnswers.analyzingRequest": "Analyzing your request",
|
|
3
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "lyckades",
|
|
4
6
|
"boxAI.contentAnswers.ask": "Fråga",
|
|
@@ -75,11 +77,11 @@ export default {
|
|
|
75
77
|
"boxAI.popup.closeButtonText": "Stäng",
|
|
76
78
|
"boxAI.textInputWithCopyButton.copyButtonSuccessText": "Kopierad",
|
|
77
79
|
"boxAi.contentAnswers.closeItemList": "Stäng lista med filobjekt",
|
|
78
|
-
"boxui.contentAnswers.collapseThinkingContent": "
|
|
79
|
-
"boxui.contentAnswers.expandThinkingContent": "
|
|
80
|
-
"boxui.contentAnswers.thinkingCompleted": "
|
|
81
|
-
"boxui.contentAnswers.thinkingContentScrollableArea": "
|
|
82
|
-
"boxui.contentAnswers.thinkingInProgress": "
|
|
80
|
+
"boxui.contentAnswers.collapseThinkingContent": "Dölj",
|
|
81
|
+
"boxui.contentAnswers.expandThinkingContent": "Expandera",
|
|
82
|
+
"boxui.contentAnswers.thinkingCompleted": "Tänkande slutfört",
|
|
83
|
+
"boxui.contentAnswers.thinkingContentScrollableArea": "Rullningsbart område för tänkande innehåll",
|
|
84
|
+
"boxui.contentAnswers.thinkingInProgress": "Tänker…",
|
|
83
85
|
"boxui.contentAnswers.welcomeMessageIntelligentQueryNotice": "Du kan ställa både enkla och komplexa frågor till Box AI i ditt kalkylblad: totala antal, medelvärden, avancerade jämförelser, trendanalyser och så vidare. Prova det idag!",
|
|
84
86
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNotice": "Stöd för kalkylblad fungerar bäst för texttäta filer",
|
|
85
87
|
"boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel": "Banner för meddelande om kalkylbladsstöd",
|