@box/metadata-editor 1.23.0 → 1.24.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/ja-JP.js +1 -1
- package/dist/i18n/ja-JP.properties +1 -1
- package/package.json +9 -9
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
"metadataEditor.addMetadataTemplate.customMetadataName": "カスタムメタデータ",
|
|
39
39
|
"metadataEditor.addMetadataTemplate.search.placeholder": "テンプレートを検索",
|
|
40
40
|
"metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
|
|
41
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI
|
|
41
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
|
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
|
|
43
43
|
"metadataEditor.aiSuggestionField.appendLabel": "追加する",
|
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
|
|
@@ -77,7 +77,7 @@ metadataEditor.addMetadataTemplate.search.placeholder = テンプレートを検
|
|
|
77
77
|
# Call to encourage user to add metadata templates
|
|
78
78
|
metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
|
|
79
79
|
# Label for value suggested by Box AI
|
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI
|
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIによる候補:
|
|
81
81
|
# Aria-label for AI suggestion options
|
|
82
82
|
metadataEditor.aiSuggestionField.aiSuggestionOptions = オプション
|
|
83
83
|
# Label for appending the AI suggestion
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^1.22.
|
|
7
|
-
"@box/blueprint-web": "^12.112.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.91.
|
|
9
|
-
"@box/combobox-with-api": "^1.23.
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.22.2",
|
|
7
|
+
"@box/blueprint-web": "^12.112.2",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.91.2",
|
|
9
|
+
"@box/combobox-with-api": "^1.23.2",
|
|
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.22.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.22.2",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.4.0",
|
|
20
|
-
"@box/blueprint-web": "^12.112.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.91.
|
|
22
|
-
"@box/storybook-utils": "^0.15.
|
|
20
|
+
"@box/blueprint-web": "^12.112.2",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.91.2",
|
|
22
|
+
"@box/storybook-utils": "^0.15.2",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|