@box/metadata-editor 2.8.4 → 2.8.6
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/ko-KR.js +1 -0
- package/dist/i18n/pl-PL.js +1 -0
- package/package.json +14 -14
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -52,6 +52,7 @@ export default {
|
|
|
52
52
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "모든 템플릿 검색",
|
|
53
53
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "템플릿 선택",
|
|
54
54
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "템플릿을 로드할 수 없습니다. 나중에 다시 시도하십시오",
|
|
55
|
+
"groupSharedFeatures.metadataEditor.viewInFile": "파일에서 보기",
|
|
55
56
|
"metadataEditor.aiSuggestionField.acceptLabel": "제안 수락",
|
|
56
57
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 제안:",
|
|
57
58
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 제안({level} 신뢰도)",
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -52,6 +52,7 @@ export default {
|
|
|
52
52
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Wyszukaj wszystkie szablony",
|
|
53
53
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Wybierz szablon",
|
|
54
54
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Nie można wczytać szablonów. Spróbuj ponownie później",
|
|
55
|
+
"groupSharedFeatures.metadataEditor.viewInFile": "Wyświetl w pliku",
|
|
55
56
|
"metadataEditor.aiSuggestionField.acceptLabel": "Zaakceptuj sugestię",
|
|
56
57
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestia Box AI:",
|
|
57
58
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugestia Box AI (poziom pewności {level})",
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
|
-
"@box/blueprint-web": "^17.15.
|
|
7
|
-
"@box/blueprint-web-assets": "^5.10.
|
|
8
|
-
"@box/box-ai-agent-selector": "^2.2.
|
|
9
|
-
"@box/combobox-with-api": "^2.2.
|
|
10
|
-
"@box/metadata-taxonomy-picker": "^3.3.
|
|
11
|
-
"@box/metadata-template-browser": "^2.4.
|
|
12
|
-
"@box/user-selector": "^3.0.
|
|
6
|
+
"@box/blueprint-web": "^17.15.3",
|
|
7
|
+
"@box/blueprint-web-assets": "^5.10.25",
|
|
8
|
+
"@box/box-ai-agent-selector": "^2.2.69",
|
|
9
|
+
"@box/combobox-with-api": "^2.2.73",
|
|
10
|
+
"@box/metadata-taxonomy-picker": "^3.3.52",
|
|
11
|
+
"@box/metadata-template-browser": "^2.4.21",
|
|
12
|
+
"@box/user-selector": "^3.0.49",
|
|
13
13
|
"formik": "^2.0.3",
|
|
14
14
|
"lodash": "^4.17.15",
|
|
15
15
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ariakit/react": "0.4.21",
|
|
21
21
|
"@box/babel-plugin-target-attributes": "2.2.23",
|
|
22
|
-
"@box/blueprint-web": "^17.15.
|
|
23
|
-
"@box/blueprint-web-assets": "^5.10.
|
|
24
|
-
"@box/box-ai-agent-selector": "^2.2.
|
|
25
|
-
"@box/metadata-taxonomy-picker": "^3.3.
|
|
26
|
-
"@box/storybook-utils": "^1.2.
|
|
27
|
-
"@box/user-selector": "^3.0.
|
|
22
|
+
"@box/blueprint-web": "^17.15.3",
|
|
23
|
+
"@box/blueprint-web-assets": "^5.10.25",
|
|
24
|
+
"@box/box-ai-agent-selector": "^2.2.69",
|
|
25
|
+
"@box/metadata-taxonomy-picker": "^3.3.52",
|
|
26
|
+
"@box/storybook-utils": "^1.2.69",
|
|
27
|
+
"@box/user-selector": "^3.0.49",
|
|
28
28
|
"@testing-library/react": "^15.0.6",
|
|
29
29
|
"react": "^18.3.0",
|
|
30
30
|
"react-dom": "^18.3.0",
|