@box/metadata-editor 1.57.2 → 1.57.3
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 +2 -2
- package/dist/i18n/ja-JP.properties +2 -2
- package/package.json +9 -9
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -48,7 +48,7 @@ export default {
|
|
|
48
48
|
"metadataEditor.addMetadataTemplate.search.placeholder": "テンプレートを検索",
|
|
49
49
|
"metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
|
|
50
50
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
|
|
51
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI
|
|
51
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AIによる候補 (信頼度{level})",
|
|
52
52
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
|
|
53
53
|
"metadataEditor.aiSuggestionField.appendLabel": "追加する",
|
|
54
54
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
|
|
@@ -62,7 +62,7 @@ export default {
|
|
|
62
62
|
"metadataEditor.autofillButton.tooltip.standard": "Box AIによる自動入力 (標準)",
|
|
63
63
|
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AIは、この抽出に対して高い信頼度レベル ({score}) を返しました。",
|
|
64
64
|
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AIは、この抽出に対して低い信頼度レベル ({score}) を返しました。値をレビューしてください。",
|
|
65
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI
|
|
65
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AIはこの抽出に対して低い信頼度レベル ({score}) を返しましたが、ユーザーにより承認されました。",
|
|
66
66
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "メタデータインスタンスの削除を確認",
|
|
67
67
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
|
68
68
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "「{templateName}」メタデータインスタンスとその値を削除してもよろしいですか?",
|
|
@@ -97,7 +97,7 @@ metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
|
|
|
97
97
|
# Label for value suggested by Box AI
|
|
98
98
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIによる候補:
|
|
99
99
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
100
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = Box AI
|
|
100
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = Box AIによる候補 (信頼度{level})
|
|
101
101
|
# Aria-label for AI suggestion options
|
|
102
102
|
metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
|
|
103
103
|
# Label for appending the AI suggestion
|
|
@@ -125,7 +125,7 @@ metadataEditor.confidenceScore.tooltipHighConfidence = Box AIは、この抽出
|
|
|
125
125
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
126
126
|
metadataEditor.confidenceScore.tooltipLowConfidence = Box AIは、この抽出に対して低い信頼度レベル ({score}) を返しました。値をレビューしてください。
|
|
127
127
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI
|
|
128
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AIはこの抽出に対して低い信頼度レベル ({score}) を返しましたが、ユーザーにより承認されました。
|
|
129
129
|
# Label informing how to confirm deletion of the template
|
|
130
130
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = メタデータインスタンスの削除を確認
|
|
131
131
|
# Paragraph asking user are they sure that they want to delete the template
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
7
|
-
"@box/blueprint-web": "^13.11.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
9
|
-
"@box/combobox-with-api": "^1.42.
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.39.3",
|
|
7
|
+
"@box/blueprint-web": "^13.11.2",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.111.2",
|
|
9
|
+
"@box/combobox-with-api": "^1.42.3",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@ariakit/react": "0.4.15",
|
|
18
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.39.3",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.5.7",
|
|
20
|
-
"@box/blueprint-web": "^13.11.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.111.
|
|
22
|
-
"@box/storybook-utils": "^0.17.
|
|
20
|
+
"@box/blueprint-web": "^13.11.2",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.111.2",
|
|
22
|
+
"@box/storybook-utils": "^0.17.2",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|