@box/box-ai-content-answers 0.159.2 → 0.160.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 +5 -5
- package/dist/i18n/bn-IN.properties +5 -5
- package/dist/i18n/da-DK.js +5 -5
- package/dist/i18n/da-DK.properties +5 -5
- package/dist/i18n/de-DE.js +5 -5
- package/dist/i18n/de-DE.properties +5 -5
- package/dist/i18n/en-AU.js +3 -3
- package/dist/i18n/en-AU.properties +3 -3
- package/dist/i18n/en-GB.js +3 -3
- package/dist/i18n/en-GB.properties +3 -3
- package/dist/i18n/es-419.js +5 -5
- package/dist/i18n/es-419.properties +5 -5
- package/dist/i18n/es-ES.js +5 -5
- package/dist/i18n/es-ES.properties +5 -5
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +5 -5
- package/dist/i18n/fr-CA.js +5 -5
- package/dist/i18n/fr-CA.properties +5 -5
- package/dist/i18n/fr-FR.js +5 -5
- package/dist/i18n/fr-FR.properties +5 -5
- package/dist/i18n/hi-IN.js +5 -5
- package/dist/i18n/hi-IN.properties +5 -5
- package/dist/i18n/it-IT.js +5 -5
- package/dist/i18n/it-IT.properties +5 -5
- package/dist/i18n/ja-JP.js +10 -10
- package/dist/i18n/ja-JP.properties +10 -10
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +5 -5
- package/dist/i18n/nb-NO.js +5 -5
- package/dist/i18n/nb-NO.properties +5 -5
- package/dist/i18n/nl-NL.js +5 -5
- package/dist/i18n/nl-NL.properties +5 -5
- package/dist/i18n/pl-PL.js +5 -5
- package/dist/i18n/pl-PL.properties +5 -5
- package/dist/i18n/pt-BR.js +5 -5
- package/dist/i18n/pt-BR.properties +5 -5
- package/dist/i18n/ru-RU.js +5 -5
- package/dist/i18n/ru-RU.properties +5 -5
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +5 -5
- package/dist/i18n/tr-TR.js +5 -5
- package/dist/i18n/tr-TR.properties +5 -5
- package/dist/i18n/zh-CN.js +5 -5
- package/dist/i18n/zh-CN.properties +5 -5
- package/dist/i18n/zh-TW.js +5 -5
- package/dist/i18n/zh-TW.properties +5 -5
- package/package.json +6 -6
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"boxAI.contentAnswers.addToNote": "
|
|
3
|
-
"boxAI.contentAnswers.addedToNote": "
|
|
4
|
-
"boxAI.contentAnswers.analyzingRequest": "
|
|
2
|
+
"boxAI.contentAnswers.addToNote": "新增至記事",
|
|
3
|
+
"boxAI.contentAnswers.addedToNote": "已新增",
|
|
4
|
+
"boxAI.contentAnswers.analyzingRequest": "正在分析您的要求",
|
|
5
5
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "成功",
|
|
6
6
|
"boxAI.contentAnswers.ask": "詢問",
|
|
7
7
|
"boxAI.contentAnswers.askDisabledTooltip": "您可在 Box AI 完成回覆後提交另一個問題",
|
|
@@ -46,8 +46,8 @@ export default {
|
|
|
46
46
|
"boxAI.contentAnswers.intelligenceUnaivalableHeading": "無法使用 Box AI",
|
|
47
47
|
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "請稍後再試一次。",
|
|
48
48
|
"boxAI.contentAnswers.intelligenceUnavailableDescription": "Box AI 服務未回應。",
|
|
49
|
-
"boxAI.contentAnswers.largeFileSizeWarningDescription": "{numberOfItems,plural
|
|
50
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI
|
|
49
|
+
"boxAI.contentAnswers.largeFileSizeWarningDescription": "{numberOfItems,plural,=1{這個檔案} other{一個或更多檔案}} 的內容太大,Box AI 無法處理。",
|
|
50
|
+
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI 將無法存取完整內容,這可能會影響其答案。",
|
|
51
51
|
"boxAI.contentAnswers.loading": "載入中......",
|
|
52
52
|
"boxAI.contentAnswers.loadingAnswer": "正在載入答案...",
|
|
53
53
|
"boxAI.contentAnswers.loadingSuggestedQuestions": "正在載入建議",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Add to note button aria label and tooltip text
|
|
2
|
-
boxAI.contentAnswers.addToNote =
|
|
2
|
+
boxAI.contentAnswers.addToNote = 新增至記事
|
|
3
3
|
# Added to note confirmation text
|
|
4
|
-
boxAI.contentAnswers.addedToNote =
|
|
4
|
+
boxAI.contentAnswers.addedToNote = 已新增
|
|
5
5
|
# Text shown next to the loading indicator while analyzing the request
|
|
6
|
-
boxAI.contentAnswers.analyzingRequest =
|
|
6
|
+
boxAI.contentAnswers.analyzingRequest = 正在分析您的要求
|
|
7
7
|
# Notification banner success icon aria label
|
|
8
8
|
boxAI.contentAnswers.ariaTypeSuccessIconLabel = 成功
|
|
9
9
|
# Content Answers submit input button text
|
|
@@ -93,9 +93,9 @@ boxAI.contentAnswers.intelligenceUnaivalableTryAgain = 請稍後再試一次。
|
|
|
93
93
|
# Box AI Q&A service unavailable error description
|
|
94
94
|
boxAI.contentAnswers.intelligenceUnavailableDescription = Box AI 服務未回應。
|
|
95
95
|
# Box AI Q&A file too large warning description. {numberOfItems} is the number of items used in the context
|
|
96
|
-
boxAI.contentAnswers.largeFileSizeWarningDescription = {numberOfItems,plural
|
|
96
|
+
boxAI.contentAnswers.largeFileSizeWarningDescription = {numberOfItems,plural,=1{這個檔案} other{一個或更多檔案}} 的內容太大,Box AI 無法處理。
|
|
97
97
|
# Box AI Q&A file too large warning title. {numberOfItems} is the number of items used in the context
|
|
98
|
-
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI
|
|
98
|
+
boxAI.contentAnswers.largeFileSizeWarningTitle = Box AI 將無法存取完整內容,這可能會影響其答案。
|
|
99
99
|
# Aria label to show while waiting for the modal to load
|
|
100
100
|
boxAI.contentAnswers.loading = 載入中......
|
|
101
101
|
# Aria label to show while waiting for an answer
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/box-ai-content-answers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.160.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.8.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.56.1",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
|
20
|
-
"@box/blueprint-web": "^12.78.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
|
22
|
-
"@box/box-ai-agent-selector": "^0.65.
|
|
23
|
-
"@box/item-icon": "^0.29.
|
|
24
|
-
"@box/storybook-utils": "^0.14.
|
|
20
|
+
"@box/blueprint-web": "^12.78.6",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.71.0",
|
|
22
|
+
"@box/box-ai-agent-selector": "^0.65.3",
|
|
23
|
+
"@box/item-icon": "^0.29.3",
|
|
24
|
+
"@box/storybook-utils": "^0.14.7",
|
|
25
25
|
"@testing-library/react": "^15.0.6",
|
|
26
26
|
"react": "^18.3.0",
|
|
27
27
|
"react-dom": "^18.3.0",
|