@box/metadata-editor 1.65.0 → 1.65.2
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 +8 -8
- package/dist/i18n/bn-IN.properties +17 -5
- package/dist/i18n/da-DK.js +8 -8
- package/dist/i18n/da-DK.properties +17 -5
- package/dist/i18n/de-DE.js +8 -8
- package/dist/i18n/de-DE.properties +17 -5
- package/dist/i18n/en-AU.js +3 -3
- package/dist/i18n/en-AU.properties +17 -5
- package/dist/i18n/en-CA.js +3 -3
- package/dist/i18n/en-CA.properties +17 -5
- package/dist/i18n/en-GB.js +3 -3
- package/dist/i18n/en-GB.properties +17 -5
- package/dist/i18n/en-x-pseudo.js +157 -157
- package/dist/i18n/en-x-pseudo.properties +165 -153
- package/dist/i18n/es-419.js +8 -8
- package/dist/i18n/es-419.properties +17 -5
- package/dist/i18n/es-ES.js +8 -8
- package/dist/i18n/es-ES.properties +17 -5
- package/dist/i18n/fi-FI.js +8 -8
- package/dist/i18n/fi-FI.properties +17 -5
- package/dist/i18n/fr-CA.js +8 -8
- package/dist/i18n/fr-CA.properties +17 -5
- package/dist/i18n/fr-FR.js +8 -8
- package/dist/i18n/fr-FR.properties +17 -5
- package/dist/i18n/hi-IN.js +8 -8
- package/dist/i18n/hi-IN.properties +17 -5
- package/dist/i18n/it-IT.js +8 -8
- package/dist/i18n/it-IT.properties +17 -5
- package/dist/i18n/ja-JP.js +9 -9
- package/dist/i18n/ja-JP.properties +18 -6
- package/dist/i18n/ko-KR.js +8 -8
- package/dist/i18n/ko-KR.properties +17 -5
- package/dist/i18n/nb-NO.js +8 -8
- package/dist/i18n/nb-NO.properties +17 -5
- package/dist/i18n/nl-NL.js +8 -8
- package/dist/i18n/nl-NL.properties +17 -5
- package/dist/i18n/pl-PL.js +8 -8
- package/dist/i18n/pl-PL.properties +17 -5
- package/dist/i18n/pt-BR.js +8 -8
- package/dist/i18n/pt-BR.properties +17 -5
- package/dist/i18n/ru-RU.js +8 -8
- package/dist/i18n/ru-RU.properties +17 -5
- package/dist/i18n/sv-SE.js +8 -8
- package/dist/i18n/sv-SE.properties +17 -5
- package/dist/i18n/tr-TR.js +8 -8
- package/dist/i18n/tr-TR.properties +17 -5
- package/dist/i18n/zh-CN.js +8 -8
- package/dist/i18n/zh-CN.properties +17 -5
- package/dist/i18n/zh-TW.js +8 -8
- package/dist/i18n/zh-TW.properties +17 -5
- package/package.json +10 -10
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = 正在加载......
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = 正在加载更多……
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 未找到结果
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = 正在加载
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = 选择模板
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = 无法加载模板。 请稍后重试
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = 在文档上查看
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = 自定义元数据
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = 搜索模板
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = 添加模板
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = 接受建议
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI 建议:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = 选项
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = 追加
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = 清除和替换
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = 高
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = 低
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = 确认
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = 忽略
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建议与上述相同的值
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI 建议与上述值相同({level} 置信度)
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = 使用 Box AI 自动填充
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = 使用 Box AI 自动填充(
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = 使用 Box AI 自动填充
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = 使用 Box AI 自动填充(标准)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI 对此提取返回高置信度。
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI 对此提取返回低置信度。审查值。
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI 对此提取返回低置信度,但其已通过人工审核并予以接受。
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 确认删除元数据实例
|
|
131
143
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -45,30 +45,30 @@ export default {
|
|
|
45
45
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "搜尋全部範本",
|
|
46
46
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "選擇範本",
|
|
47
47
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "無法載入範本。 稍後再試一次",
|
|
48
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "在文件中檢視",
|
|
49
49
|
"metadataEditor.addMetadataTemplate.customMetadataName": "自訂中繼資料",
|
|
50
50
|
"metadataEditor.addMetadataTemplate.search.placeholder": "搜尋範本",
|
|
51
51
|
"metadataEditor.addMetadataTemplate.trigger.label": "新增範本",
|
|
52
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "接受建議",
|
|
53
53
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 建議:",
|
|
54
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 建議 ({level} 信心指數)",
|
|
55
55
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "選項",
|
|
56
56
|
"metadataEditor.aiSuggestionField.appendLabel": "附加",
|
|
57
57
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "清除並取代",
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "
|
|
59
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "高",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "低",
|
|
60
60
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
|
61
61
|
"metadataEditor.aiSuggestionField.ignoreLabel": "略過",
|
|
62
62
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建議與上方相同的值",
|
|
63
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI 建議的值與上方相同 ({level} 信心)",
|
|
64
64
|
"metadataEditor.autofillButton.ariaLabel": "使用 Box AI 自動填充",
|
|
65
65
|
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "使用 Box AI 自動填充 {templateName}",
|
|
66
66
|
"metadataEditor.autofillButton.tooltip.enhanced": "使用 Box AI 自動填充 (增強)",
|
|
67
67
|
"metadataEditor.autofillButton.tooltip.ga": "使用 Box AI 自動填充",
|
|
68
68
|
"metadataEditor.autofillButton.tooltip.standard": "使用 Box AI 自動填充 (標準)",
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
71
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI 為此擷取項目傳回高信心等級。",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI 為此擷取項目傳回低信心等級。 檢閱值。",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI 為此擷取項目傳回低信心等級,但已獲人工接受。",
|
|
72
72
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "確認刪除中繼資料執行個體",
|
|
73
73
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?",
|
|
74
74
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "是否確定要刪除「{templateName}」中繼資料執行個體及其值?",
|
|
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = 正在載入...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = 正在載入更多...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = 未找到結果
|
|
15
|
+
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
|
|
15
17
|
# Aria label indicating that content is loading or in progress
|
|
16
18
|
groupSharedFeatures.metadataEditor.loading = 載入中
|
|
17
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
|
|
|
88
90
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = 選擇範本
|
|
89
91
|
# Error message displayed when templates fail to load
|
|
90
92
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = 無法載入範本。 稍後再試一次
|
|
93
|
+
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = 在文件中檢視
|
|
91
95
|
# Display name for custom metadata templates
|
|
92
96
|
metadataEditor.addMetadataTemplate.customMetadataName = 自訂中繼資料
|
|
93
97
|
# Description for the search input field in the metadata editor
|
|
94
98
|
metadataEditor.addMetadataTemplate.search.placeholder = 搜尋範本
|
|
95
99
|
# Call to encourage user to add metadata templates
|
|
96
100
|
metadataEditor.addMetadataTemplate.trigger.label = 新增範本
|
|
101
|
+
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = 接受建議
|
|
97
103
|
# Label for value suggested by Box AI
|
|
98
104
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI 建議:
|
|
99
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = 選項
|
|
|
104
110
|
metadataEditor.aiSuggestionField.appendLabel = 附加
|
|
105
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
112
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = 清除並取代
|
|
113
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = 高
|
|
115
|
+
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = 低
|
|
107
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
118
|
metadataEditor.aiSuggestionField.dismissLabel = 確認
|
|
109
119
|
# Label for ignoring the AI suggestion
|
|
110
120
|
metadataEditor.aiSuggestionField.ignoreLabel = 略過
|
|
111
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
122
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI 建議與上方相同的值
|
|
123
|
+
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI 建議的值與上方相同 ({level} 信心)
|
|
113
125
|
# Aria label for the autofill button
|
|
114
126
|
metadataEditor.autofillButton.ariaLabel = 使用 Box AI 自動填充
|
|
115
127
|
# Aria label for the autofill button with the template name
|
|
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = 使用 Box AI 自動填充 (增
|
|
|
120
132
|
metadataEditor.autofillButton.tooltip.ga = 使用 Box AI 自動填充
|
|
121
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
134
|
metadataEditor.autofillButton.tooltip.standard = 使用 Box AI 自動填充 (標準)
|
|
123
|
-
# Tooltip message shown when Box AI extraction has high confidence score
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
125
|
-
# Tooltip message shown when Box AI extraction has low confidence score
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
135
|
+
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI 為此擷取項目傳回高信心等級。
|
|
137
|
+
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI 為此擷取項目傳回低信心等級。 檢閱值。
|
|
127
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI 為此擷取項目傳回低信心等級,但已獲人工接受。
|
|
129
141
|
# Label informing how to confirm deletion of the template
|
|
130
142
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 確認刪除中繼資料執行個體
|
|
131
143
|
# 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.65.
|
|
3
|
+
"version": "1.65.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^14.7.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
9
|
-
"@box/combobox-with-api": "^1.42.
|
|
6
|
+
"@box/blueprint-web": "^14.7.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.112.4",
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.39.36",
|
|
9
|
+
"@box/combobox-with-api": "^1.42.37",
|
|
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.21",
|
|
18
|
-
"@box/babel-plugin-target-attributes": "1.5.
|
|
19
|
-
"@box/blueprint-web": "^14.7.
|
|
20
|
-
"@box/blueprint-web-assets": "^4.112.
|
|
21
|
-
"@box/box-ai-agent-selector": "^1.39.
|
|
22
|
-
"@box/storybook-utils": "^0.17.
|
|
18
|
+
"@box/babel-plugin-target-attributes": "1.5.14",
|
|
19
|
+
"@box/blueprint-web": "^14.7.1",
|
|
20
|
+
"@box/blueprint-web-assets": "^4.112.4",
|
|
21
|
+
"@box/box-ai-agent-selector": "^1.39.36",
|
|
22
|
+
"@box/storybook-utils": "^0.17.31",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|