@box/metadata-editor 1.72.3 → 1.72.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 +5 -5
- package/dist/i18n/bn-IN.properties +5 -5
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +3 -3
- package/dist/i18n/de-DE.js +2 -2
- package/dist/i18n/de-DE.properties +2 -2
- package/dist/i18n/en-AU.js +2 -2
- package/dist/i18n/en-AU.properties +2 -2
- package/dist/i18n/en-GB.js +2 -2
- package/dist/i18n/en-GB.properties +2 -2
- package/dist/i18n/en-x-pseudo.js +158 -158
- package/dist/i18n/en-x-pseudo.properties +158 -158
- package/dist/i18n/es-419.js +3 -3
- package/dist/i18n/es-419.properties +3 -3
- package/dist/i18n/es-ES.js +3 -3
- package/dist/i18n/es-ES.properties +3 -3
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +5 -5
- package/dist/i18n/fr-CA.js +4 -4
- package/dist/i18n/fr-CA.properties +4 -4
- package/dist/i18n/fr-FR.js +4 -4
- package/dist/i18n/fr-FR.properties +4 -4
- package/dist/i18n/hi-IN.js +4 -4
- package/dist/i18n/hi-IN.properties +4 -4
- package/dist/i18n/it-IT.js +3 -3
- package/dist/i18n/it-IT.properties +3 -3
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/ja-JP.properties +2 -2
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +5 -5
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +4 -4
- package/dist/i18n/nl-NL.js +3 -3
- package/dist/i18n/nl-NL.properties +3 -3
- package/dist/i18n/pl-PL.js +4 -4
- package/dist/i18n/pl-PL.properties +4 -4
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/pt-BR.properties +2 -2
- package/dist/i18n/ru-RU.js +4 -4
- package/dist/i18n/ru-RU.properties +4 -4
- package/dist/i18n/sv-SE.js +6 -6
- package/dist/i18n/sv-SE.properties +6 -6
- package/dist/i18n/tr-TR.js +5 -5
- package/dist/i18n/tr-TR.properties +5 -5
- package/dist/i18n/zh-CN.js +3 -3
- package/dist/i18n/zh-CN.properties +3 -3
- package/dist/i18n/zh-TW.js +4 -4
- package/dist/i18n/zh-TW.properties +4 -4
- package/package.json +10 -10
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -2,10 +2,10 @@ export default {
|
|
|
2
2
|
"comboboxWithApiPagination.clearButtonAriaLabel": "清除輸入和選擇",
|
|
3
3
|
"comboboxWithApiPagination.errorAction": "重新載入",
|
|
4
4
|
"comboboxWithApiPagination.errorIconLabel": "錯誤",
|
|
5
|
-
"comboboxWithApiPagination.errorMessage": "
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "
|
|
8
|
-
"comboboxWithApiPagination.noResults": "
|
|
5
|
+
"comboboxWithApiPagination.errorMessage": "無法載入選項",
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "載入中…",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "正在載入更多…",
|
|
8
|
+
"comboboxWithApiPagination.noResults": "找不到結果",
|
|
9
9
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "新範本",
|
|
10
10
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "自訂中繼資料",
|
|
11
11
|
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "搜尋範本",
|
|
@@ -5,13 +5,13 @@ comboboxWithApiPagination.errorAction = 重新載入
|
|
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
|
6
6
|
comboboxWithApiPagination.errorIconLabel = 錯誤
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
|
-
comboboxWithApiPagination.errorMessage =
|
|
8
|
+
comboboxWithApiPagination.errorMessage = 無法載入選項
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel =
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = 載入中…
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel =
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = 正在載入更多…
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
|
-
comboboxWithApiPagination.noResults =
|
|
14
|
+
comboboxWithApiPagination.noResults = 找不到結果
|
|
15
15
|
# Label for the button that opens the template editor to create a new template
|
|
16
16
|
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = 新範本
|
|
17
17
|
# Display name for custom metadata templates
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^15.1.
|
|
7
|
-
"@box/blueprint-web-assets": "^4.121.
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.42.
|
|
9
|
-
"@box/combobox-with-api": "^1.45.
|
|
10
|
-
"@box/metadata-template-browser": "^1.23.
|
|
6
|
+
"@box/blueprint-web": "^15.1.1",
|
|
7
|
+
"@box/blueprint-web-assets": "^4.121.4",
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.42.5",
|
|
9
|
+
"@box/combobox-with-api": "^1.45.5",
|
|
10
|
+
"@box/metadata-template-browser": "^1.23.5",
|
|
11
11
|
"formik": "^2.0.3",
|
|
12
12
|
"lodash": "^4.17.15",
|
|
13
13
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@ariakit/react": "0.4.21",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.6.4",
|
|
20
|
-
"@box/blueprint-web": "^15.1.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.121.
|
|
22
|
-
"@box/box-ai-agent-selector": "^1.42.
|
|
23
|
-
"@box/storybook-utils": "^0.20.
|
|
20
|
+
"@box/blueprint-web": "^15.1.1",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.121.4",
|
|
22
|
+
"@box/box-ai-agent-selector": "^1.42.5",
|
|
23
|
+
"@box/storybook-utils": "^0.20.4",
|
|
24
24
|
"@testing-library/react": "^15.0.6",
|
|
25
25
|
"react": "^18.3.0",
|
|
26
26
|
"react-dom": "^18.3.0",
|