@box/metadata-editor 1.52.4 → 1.52.5
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 +6 -6
- package/dist/i18n/bn-IN.properties +12 -0
- package/dist/i18n/da-DK.js +6 -6
- package/dist/i18n/da-DK.properties +12 -0
- package/dist/i18n/de-DE.js +6 -6
- package/dist/i18n/de-DE.properties +12 -0
- package/dist/i18n/en-AU.properties +12 -0
- package/dist/i18n/en-CA.properties +12 -0
- package/dist/i18n/en-GB.properties +12 -0
- package/dist/i18n/en-x-pseudo.js +148 -148
- package/dist/i18n/en-x-pseudo.properties +154 -142
- package/dist/i18n/es-419.js +6 -6
- package/dist/i18n/es-419.properties +12 -0
- package/dist/i18n/es-ES.js +6 -6
- package/dist/i18n/es-ES.properties +12 -0
- package/dist/i18n/fi-FI.js +6 -6
- package/dist/i18n/fi-FI.properties +12 -0
- package/dist/i18n/fr-CA.js +6 -6
- package/dist/i18n/fr-CA.properties +12 -0
- package/dist/i18n/fr-FR.js +6 -6
- package/dist/i18n/fr-FR.properties +12 -0
- package/dist/i18n/hi-IN.js +6 -6
- package/dist/i18n/hi-IN.properties +12 -0
- package/dist/i18n/it-IT.js +6 -6
- package/dist/i18n/it-IT.properties +12 -0
- package/dist/i18n/ja-JP.js +6 -6
- package/dist/i18n/ja-JP.properties +12 -0
- package/dist/i18n/ko-KR.js +6 -6
- package/dist/i18n/ko-KR.properties +12 -0
- package/dist/i18n/nb-NO.js +6 -6
- package/dist/i18n/nb-NO.properties +12 -0
- package/dist/i18n/nl-NL.js +6 -6
- package/dist/i18n/nl-NL.properties +12 -0
- package/dist/i18n/pl-PL.js +6 -6
- package/dist/i18n/pl-PL.properties +12 -0
- package/dist/i18n/pt-BR.js +6 -6
- package/dist/i18n/pt-BR.properties +12 -0
- package/dist/i18n/ru-RU.js +6 -6
- package/dist/i18n/ru-RU.properties +12 -0
- package/dist/i18n/sv-SE.js +6 -6
- package/dist/i18n/sv-SE.properties +12 -0
- package/dist/i18n/tr-TR.js +6 -6
- package/dist/i18n/tr-TR.properties +12 -0
- package/dist/i18n/zh-CN.js +6 -6
- package/dist/i18n/zh-CN.properties +12 -0
- package/dist/i18n/zh-TW.js +6 -6
- package/dist/i18n/zh-TW.properties +12 -0
- package/package.json +9 -9
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -88,12 +88,12 @@ export default {
|
|
|
88
88
|
"metadataEditor.instanceLevel.emptyState.heading": "此模板无值",
|
|
89
89
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "此模板无属性",
|
|
90
90
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "此模板无值",
|
|
91
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "
|
|
92
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "
|
|
93
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "
|
|
94
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "
|
|
95
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI
|
|
96
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "
|
|
91
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "接受提取值",
|
|
92
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "接受值",
|
|
93
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "清除提取值",
|
|
94
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "清除值",
|
|
95
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI 返回低置信度",
|
|
96
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "需要审查",
|
|
97
97
|
"metadataEditor.managerLevel.emptyState.body": "浏览或搜索您的项目,以应用和编辑元数据",
|
|
98
98
|
"metadataEditor.managerLevel.emptyState.heading": "应用元数据模板",
|
|
99
99
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "将新属性添加到自定义元数据",
|
|
@@ -176,6 +176,18 @@ metadataEditor.instanceLevel.emptyState.heading = 此模板无值
|
|
|
176
176
|
metadataEditor.instanceLevel.emptyState.noAttributes.heading = 此模板无属性
|
|
177
177
|
# Caption about no empty values to be shown
|
|
178
178
|
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = 此模板无值
|
|
179
|
+
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = 接受提取值
|
|
181
|
+
# Tooltip for the button that accepts the low confidence value
|
|
182
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = 接受值
|
|
183
|
+
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = 清除提取值
|
|
185
|
+
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = 清除值
|
|
187
|
+
# Description text explaining why the field needs review
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.description = Box AI 返回低置信度
|
|
189
|
+
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = 需要审查
|
|
179
191
|
# Description how metadata can be added
|
|
180
192
|
metadataEditor.managerLevel.emptyState.body = 浏览或搜索您的项目,以应用和编辑元数据
|
|
181
193
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -88,12 +88,12 @@ export default {
|
|
|
88
88
|
"metadataEditor.instanceLevel.emptyState.heading": "此範本沒有值",
|
|
89
89
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "此範本沒有屬性",
|
|
90
90
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "此範本沒有值",
|
|
91
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "
|
|
92
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "
|
|
93
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "
|
|
94
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "
|
|
95
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI
|
|
96
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "
|
|
91
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "接受擷取的值",
|
|
92
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "接受值",
|
|
93
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "清除擷取的值",
|
|
94
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "清除值",
|
|
95
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI 傳回低信心指數",
|
|
96
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "需要檢閱",
|
|
97
97
|
"metadataEditor.managerLevel.emptyState.body": "瀏覽或搜尋您的項目,以套用和編輯中繼資料",
|
|
98
98
|
"metadataEditor.managerLevel.emptyState.heading": "套用中繼資料範本",
|
|
99
99
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "將新屬性新增至自訂中繼資料",
|
|
@@ -176,6 +176,18 @@ metadataEditor.instanceLevel.emptyState.heading = 此範本沒有值
|
|
|
176
176
|
metadataEditor.instanceLevel.emptyState.noAttributes.heading = 此範本沒有屬性
|
|
177
177
|
# Caption about no empty values to be shown
|
|
178
178
|
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = 此範本沒有值
|
|
179
|
+
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = 接受擷取的值
|
|
181
|
+
# Tooltip for the button that accepts the low confidence value
|
|
182
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = 接受值
|
|
183
|
+
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = 清除擷取的值
|
|
185
|
+
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = 清除值
|
|
187
|
+
# Description text explaining why the field needs review
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.description = Box AI 傳回低信心指數
|
|
189
|
+
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = 需要檢閱
|
|
179
191
|
# Description how metadata can be added
|
|
180
192
|
metadataEditor.managerLevel.emptyState.body = 瀏覽或搜尋您的項目,以套用和編輯中繼資料
|
|
181
193
|
# Call to encourage user apply metadata templates
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^1.38.
|
|
7
|
-
"@box/blueprint-web": "^13.5.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.104.
|
|
9
|
-
"@box/combobox-with-api": "^1.41.
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.38.13",
|
|
7
|
+
"@box/blueprint-web": "^13.5.8",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.104.3",
|
|
9
|
+
"@box/combobox-with-api": "^1.41.14",
|
|
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.38.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.38.13",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.5.4",
|
|
20
|
-
"@box/blueprint-web": "^13.5.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.104.
|
|
22
|
-
"@box/storybook-utils": "^0.16.
|
|
20
|
+
"@box/blueprint-web": "^13.5.8",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.104.3",
|
|
22
|
+
"@box/storybook-utils": "^0.16.64",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|