@box/box-ai-content-answers 2.1.18 → 2.1.20
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/ja-JP.js +4 -4
- package/package.json +10 -10
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export default {
|
|
3
3
|
"boxAI.contentAnswers.addToNote": "メモに追加",
|
|
4
4
|
"boxAI.contentAnswers.addedToNote": "追加済み",
|
|
5
|
-
"boxAI.contentAnswers.analyzingRequest": "
|
|
5
|
+
"boxAI.contentAnswers.analyzingRequest": "分析中...",
|
|
6
6
|
"boxAI.contentAnswers.ariaTypeSuccessIconLabel": "成功",
|
|
7
7
|
"boxAI.contentAnswers.ask": "送信",
|
|
8
8
|
"boxAI.contentAnswers.askDisabledTooltip": "Box AIが応答を完了したら、別の質問を送信できます",
|
|
@@ -35,7 +35,7 @@ export default {
|
|
|
35
35
|
"boxAI.contentAnswers.feedbackTooltipPromptShareConsent": "製品品質の改善のため、プロンプトと応答を共有します。",
|
|
36
36
|
"boxAI.contentAnswers.feedbackTooltipSubmit": "送信",
|
|
37
37
|
"boxAI.contentAnswers.feedbackTooltipTitle": "フィードバックの共有にご協力ください",
|
|
38
|
-
"boxAI.contentAnswers.fileLandingText": "{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, =1 {{firstItemName}} other {
|
|
38
|
+
"boxAI.contentAnswers.fileLandingText": "{parentItem, select, undefined {} other {{parentItem}の}}{numberOfItems, plural, =1 {{firstItemName}} other {{files}}}",
|
|
39
39
|
"boxAI.contentAnswers.hasQuestionsTooltip": "Box AIに戻る",
|
|
40
40
|
"boxAI.contentAnswers.inlineAgentNotFoundErrorText": "選択したエージェントは利用できません。デフォルトエージェントに切り替えます。",
|
|
41
41
|
"boxAI.contentAnswers.inlineCitationAriaLabel": "{fileName}を新しいタブで開きます",
|
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
"boxAI.contentAnswers.intelligenceUnaivalableTryAgain": "後でもう一度やり直してください。",
|
|
48
48
|
"boxAI.contentAnswers.intelligenceUnavailableDescription": "Box AIサービスが応答していません。",
|
|
49
49
|
"boxAI.contentAnswers.largeFileSizeWarningDescription": "{numberOfItems, plural, =1 {このファイル} other {1つ以上のファイル}}のコンテンツは、Box AIで処理するには大きすぎます。",
|
|
50
|
-
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AI
|
|
50
|
+
"boxAI.contentAnswers.largeFileSizeWarningTitle": "Box AIはコンテンツの一部にアクセスできないため、回答に影響を及ぼす可能性があります。",
|
|
51
51
|
"boxAI.contentAnswers.loading": "読み込み中...",
|
|
52
52
|
"boxAI.contentAnswers.loadingAnswer": "回答を読み込んでいます...",
|
|
53
53
|
"boxAI.contentAnswers.loadingSuggestedQuestions": "候補を読み込み中",
|
|
@@ -70,7 +70,7 @@ export default {
|
|
|
70
70
|
"boxAI.contentAnswers.unsupportedItems": "{numberOfFiles,plural,one{{files}はBox AIではサポートされていません} other{{files}はBox AIではサポートされていません}}",
|
|
71
71
|
"boxAI.contentAnswers.userAvatar": "ユーザーのアバター",
|
|
72
72
|
"boxAI.contentAnswers.welcomeAskQuestionLandingText": "Box AIへようこそ",
|
|
73
|
-
"boxAI.contentAnswers.welcomeAskQuestionText": "Box AIへようこそ。{
|
|
73
|
+
"boxAI.contentAnswers.welcomeAskQuestionText": "Box AIへようこそ。{parentItem, select, undefined {} other {{parentItem}内の}}{numberOfItems, plural, =1 {{firstItemName}} other {これら{files}}}について質問してください。",
|
|
74
74
|
"boxAI.contentAnswers.welcomeClearChatText": "{type}を閉じるとチャットがクリアされます",
|
|
75
75
|
"boxAI.contentAnswers.welcomeMessageFilesLink": "{numberOfItems,plural,one{#ファイル} other{#ファイル}}",
|
|
76
76
|
"boxAI.contentAnswers.welcomeMessageItemsLink": "{numberOfItems, plural, one {#項目} other {#項目}}",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/box-ai-content-answers",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^16.6.
|
|
6
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
7
|
-
"@box/box-ai-agent-selector": "^2.1.
|
|
8
|
-
"@box/item-icon": "^3.2.
|
|
5
|
+
"@box/blueprint-web": "^16.6.4",
|
|
6
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
7
|
+
"@box/box-ai-agent-selector": "^2.1.19",
|
|
8
|
+
"@box/item-icon": "^3.2.18",
|
|
9
9
|
"formik": "^2.0.3",
|
|
10
10
|
"highlight.js": "^11.9.0",
|
|
11
11
|
"immutable": ">3.0.0",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@box/babel-plugin-target-attributes": "2.1.9",
|
|
20
|
-
"@box/blueprint-web": "^16.6.
|
|
21
|
-
"@box/blueprint-web-assets": "^5.3.
|
|
22
|
-
"@box/box-ai-agent-selector": "^2.1.
|
|
23
|
-
"@box/item-icon": "^3.2.
|
|
24
|
-
"@box/storybook-utils": "^1.1.
|
|
20
|
+
"@box/blueprint-web": "^16.6.4",
|
|
21
|
+
"@box/blueprint-web-assets": "^5.3.2",
|
|
22
|
+
"@box/box-ai-agent-selector": "^2.1.19",
|
|
23
|
+
"@box/item-icon": "^3.2.18",
|
|
24
|
+
"@box/storybook-utils": "^1.1.18",
|
|
25
25
|
"@testing-library/react": "^15.0.6",
|
|
26
26
|
"immutable": "^3.8.1",
|
|
27
27
|
"react": "^18.3.0",
|