@box/metadata-editor 1.15.4 → 1.17.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/chunks/filter-dropdown-menu.module.js +9 -12
- package/dist/chunks/metadata-instance-form-card-wrapper.js +32 -32
- package/dist/chunks/taxonomy-ancestor-status-pill.js +37 -38
- package/dist/chunks/types.js +3 -3
- package/dist/chunks/utils2.js +28 -30
- package/dist/esm/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js +93 -96
- package/dist/esm/lib/components/combobox-with-api-pagination/request.js +2 -2
- package/dist/esm/lib/components/combobox-with-api-pagination/use-async-list.js +3 -4
- package/dist/esm/lib/components/combobox-with-api-pagination/utils/use-controllable-state.js +21 -24
- package/dist/esm/lib/components/combobox-with-api-pagination/utils/use-intersection-observer.js +59 -61
- package/dist/esm/lib/components/filter-instances-dropdown/filter-instances-dropdown.js +39 -40
- package/dist/esm/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.js +37 -37
- package/dist/esm/lib/components/metadata-editor-fields/components/metadata-float-field/use-float-validation.js +9 -9
- package/dist/esm/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.js +35 -36
- package/dist/esm/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.js +52 -52
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +22 -23
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-fields.js +1 -2
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/autofill-overlay/autofill-overlay.js +31 -32
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.js +22 -22
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +114 -114
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +96 -98
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -29
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +39 -40
- package/dist/esm/lib/constants.js +3 -3
- package/dist/i18n/en-x-pseudo.js +128 -128
- package/dist/i18n/en-x-pseudo.properties +128 -128
- package/dist/styles/autofill-overlay.css +1 -1
- package/dist/styles/filter-dropdown-menu.css +1 -1
- package/dist/styles/taxonomy-ancestor-status-pill.css +1 -1
- package/package.json +9 -9
|
@@ -1,260 +1,260 @@
|
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ćľĕãг ιπΡüτ ăήď şєļèçŧîöη 國國國國國國國⟧
|
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
|
4
|
-
comboboxWithApiPagination.errorAction = ⟦萬
|
|
4
|
+
comboboxWithApiPagination.errorAction = ⟦萬 Ґèļσάď 國⟧
|
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
|
6
|
-
comboboxWithApiPagination.errorIconLabel = ⟦萬
|
|
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 = ⟦萬萬萬萬 Ĺоâďϊηġ môґέ... 國國國國⟧
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ñō ŗĕѕüĺţѕ ƒόμńď 國國國國⟧
|
|
15
15
|
# Aria label indicating that content is loading or in progress
|
|
16
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
|
16
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ľόάďĭйġ 國國⟧
|
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
18
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Ēйŧéг ä ďãťε ąƒŧēř {date} 國國國國國國國⟧
|
|
19
19
|
# Label for the append radio button in the update mode selector
|
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ÂΡΡέлď 國⟧
|
|
21
21
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Σńťέŕ ã ďąŧê ьèƒоŕέ {date} 國國國國國國國⟧
|
|
23
23
|
# Label for the Clear All & Replace radio button in the update mode selector
|
|
24
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬
|
|
24
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Ćļêάг Âľļ & ЃёΡľăĉё 國國國國國⟧
|
|
25
25
|
# Aria label for clearing the selected date
|
|
26
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬
|
|
26
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Čĺĕάŕ śєļёĉŧęď ďąţё 國國國國國⟧
|
|
27
27
|
# Error message shown for an invalid field value
|
|
28
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬
|
|
28
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 İήνäľίď ƒĩеļď νāľũé 國國國國國⟧
|
|
29
29
|
# Placeholder text for the multiselect field
|
|
30
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬
|
|
30
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Ѕėľёĉť νáľùё(ś) 國國國國⟧
|
|
31
31
|
# Error message shown if no attributes are available in the template
|
|
32
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
32
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧнеŕε āяę ʼnо άţţříвμţĕŝ īи ţнīѕ ŧëmΡĺãťё. 國國國國國國國國國國國國⟧
|
|
33
33
|
# Aria label for opening the calendar to pick a date
|
|
34
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
|
34
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ŐΡεή ċàľèŋďāґ ťő Ρìċķ â ďāτё 國國國國國國國國⟧
|
|
35
35
|
# Label for the remove entered radio button in the update mode selector
|
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬
|
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ŕèmŏνē Έйţêгĕď 國國國國⟧
|
|
37
37
|
# Label for the replace entered radio button in the update mode selector
|
|
38
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬
|
|
38
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ŖëΡļàčę Σʼnţєяěď 國國國國⟧
|
|
39
39
|
# Aria label for selecting the date
|
|
40
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Ŝēļè¢ť τнê ďáťê 國國國國⟧
|
|
41
41
|
# Placeholder text for selecting a value
|
|
42
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬
|
|
42
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Śéľëċŧ ā νâļůє 國國國國⟧
|
|
43
43
|
# Placeholder text for setting a value
|
|
44
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬
|
|
44
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Ŝēť Văĺμê 國國⟧
|
|
45
45
|
# Aria label for switching to the next month in the calendar
|
|
46
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬
|
|
46
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Śẃίťĉĥ ťо ņěхţ möпţħ 國國國國國⟧
|
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
|
48
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬
|
|
48
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şẁīτčĥ ţõ Ρґένïσūś mőиτħ 國國國國國國國⟧
|
|
49
49
|
# Placeholder text for selecting a taxonomy option
|
|
50
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ѕèľěĉτ áи òΡţίŏʼn 國國國國⟧
|
|
51
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ţőġğļë ŭΡďǻťë mőďě ѕéļёсŧōŕ 國國國國國國國國⟧
|
|
53
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Шίťħ 國⟧
|
|
55
55
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
56
56
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Āďď ⟧
|
|
57
57
|
# Label for the button that dismisses the template selection dialog
|
|
58
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
|
58
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ĉäйçеĺ 國⟧
|
|
59
59
|
# Aria label for the button that closes the template selection dialog
|
|
60
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Čļòŝέ 國⟧
|
|
61
61
|
# Title for the metadata template selection dialog
|
|
62
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Şεļêсţ Мєťáďâťă ŦēmΡľåŧέ 國國國國國國國⟧
|
|
63
63
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
|
64
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ĉļėăг 國⟧
|
|
65
65
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
|
66
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ѕеâґçĥ äľľ τémΡĺąťέѕ 國國國國國⟧
|
|
67
67
|
# Placeholder text for the search input in the metadata template selector modal
|
|
68
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Ŝěαгčĥ āľĺ ŧémΡľăťëѕ 國國國國國⟧
|
|
69
69
|
# Placeholder text prompting the user to select a template
|
|
70
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ѕĕĺêçţ â ŢёmΡļåŧè 國國國國國⟧
|
|
71
71
|
# Error message displayed when templates fail to load
|
|
72
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċőűļď лőτ ĺőäď τęmΡĺàţеŝ. Ţŕŷ ăġãĭп ľąŧёґ 國國國國國國國國國國國國⟧
|
|
73
73
|
# Display name for custom metadata templates
|
|
74
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
|
74
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Çūşťøm Μéťâďãŧá 國國國國⟧
|
|
75
75
|
# Description for the search input field in the metadata editor
|
|
76
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
|
76
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ŝεáŗćĥ ŧėmΡĺäτèş 國國國國⟧
|
|
77
77
|
# Call to encourage user to add metadata templates
|
|
78
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
|
78
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Âďď ŧєmΡĺαţě 國國國⟧
|
|
79
79
|
# Label for value suggested by Box AI
|
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 ßòх ÁĨ şüĝĝёѕţĭŏň: 國國國國國⟧
|
|
81
81
|
# Aria-label for AI suggestion options
|
|
82
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
82
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ŌΡŧįòńŝ 國國⟧
|
|
83
83
|
# Label for appending the AI suggestion
|
|
84
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
84
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÄΡΡεηď 國⟧
|
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
|
86
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
86
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ĉĺěáŗ âηď ЃëΡľäсє 國國國國國⟧
|
|
87
87
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
88
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ċόпƒįřm 國國⟧
|
|
89
89
|
# Label for ignoring the AI suggestion
|
|
90
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
90
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ίĝпõŕε 國⟧
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
|
92
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 ßοх ÃĮ şũġĝēśŧś ţĥë şąmė νäļūĕ ǻѕ άьŏνέ 國國國國國國國國國國國⟧
|
|
93
93
|
# Aria label for the autofill button
|
|
94
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
94
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Àůťøƒίļļ ωіťн Βòх Āİ 國國國國國⟧
|
|
95
95
|
# Aria label for the autofill button with the template name
|
|
96
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
96
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Áùţöƒïľļ {templateName} ωϊţн βο× Åİ 國國國國國國國⟧
|
|
97
97
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
98
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
98
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Âŭŧσƒїļľ ωіŧĥ ßőх ĀĨ (Έπĥåήćęď) 國國國國國國國國國⟧
|
|
99
99
|
# Tooltip for the autofill button in GA
|
|
100
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
100
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Åùŧöƒìĺľ ẁìťн Бőх ÄІ 國國國國國⟧
|
|
101
101
|
# Tooltip for the autofill button when using standard AI agent
|
|
102
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
102
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Àùŧόƒίľļ ẃīτħ βõ× ΆΊ (Ŝţąлďάгď) 國國國國國國國國國⟧
|
|
103
103
|
# Label informing how to confirm deletion of the template
|
|
104
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Çōńƒιяm ďέļęţϊóп όƒ Мèτãďàţå ϊʼnѕťāи¢ě 國國國國國國國國國國國⟧
|
|
105
105
|
# Paragraph asking user are they sure that they want to delete the template
|
|
106
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
106
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āяě ýòű śũѓę ýôű ώãйť ţõ ďëĺέťĕ τĥê "{templateName}" Μèταďάťά ťёmΡļåţĕ, ąņď άľĺ οƒ ìţŝ νàľùеś ƒřόm τнίś ƒīľέ? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
107
107
|
# Paragraph asking user are they sure that they want to delete the template
|
|
108
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äґé ÿŏũ ŝūѓέ ỳόû ŵāŋτ ťö ďεľёτė ŧħε "{templateName}" Мêŧăďǻŧǻ īʼnѕťąňçé, ăηď íţŝ νǻĺųëś? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
109
109
|
# Label informing how to confirm deletion of the template
|
|
110
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦŷΡę ťĥε Μëţāďãτâ ŤёmΡľąţε’ś иąmę ŧŏ ċőηƒïѓm ďěĺèťїőŋ 國國國國國國國國國國國國國國國⟧
|
|
111
111
|
# Paragraph informing that data cannot be restored
|
|
112
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
112
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Όηċė ďĕľéŧέď, Μěţąďäţä νāľŭėѕ çάπňοτ вε ѓεśτòŗēď. 國國國國國國國國國國國國國國⟧
|
|
113
113
|
# CTA to cancel deletion of the template
|
|
114
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
114
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Čàήćεĺ 國⟧
|
|
115
115
|
# CTA to confirm deletion of the template
|
|
116
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
116
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ćоήƒīřm 國國⟧
|
|
117
117
|
# CTA to confirm deletion of the template
|
|
118
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
118
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ðεľêτê 國⟧
|
|
119
119
|
# Template named used when user created custom metadata template
|
|
120
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
120
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 ǵŝţōm Μέţäďάŧă 國國國國⟧
|
|
121
121
|
# Aria label for Dismiss (x) button
|
|
122
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
122
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðїѕmĩŝś 國國⟧
|
|
123
123
|
# Header informing that template will be deleted
|
|
124
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
124
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðëľêŧę "{templateName}" 國國國國⟧
|
|
125
125
|
# Aria label for header informing that template will be deleted
|
|
126
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
126
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðέľëţē Μêţάďãťα ΤêmΡļάτε 國國國國國國國⟧
|
|
127
127
|
# Description of Box AI features
|
|
128
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
128
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųŝε τħё Ρōŵēŕ ôƒ ßòх ÁĬ ŧο qůìçкľý сáΡťůŗέ ďŏçûmєйτ mêťáďàťă, ŵĩŧн èνеŗ-ìńčѓĕáѕįпğ ǻĉçцŗǻçỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
129
129
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
130
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
130
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Āűτöƒĩľĺ Мёţàďåτă щíťħ Бő× ÄІ 國國國國國國國國⟧
|
|
131
131
|
# Description of metadata features
|
|
132
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
132
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āďď Μêţαďāŧǻ ţō γöũŗ ƒíļë τő ѕцΡΡŏгτ ьűśíπĕѕѕ őΡеřāţĩοňş, щöřķƒļôẁѕ, åŋď mοгē! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
133
133
|
# Call to encourage user to add metadata templates
|
|
134
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď Μέτâďàţä ŦěmΡļåτėŝ 國國國國國國⟧
|
|
135
135
|
# Aria label used to clear search input
|
|
136
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
136
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Čĺєāя şėάŕčħ 國國國⟧
|
|
137
137
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
138
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
138
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ňø ŕеśµļţş ƒõùлď 國國國國⟧
|
|
139
139
|
# Display name for custom metadata templates
|
|
140
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
140
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Čüѕτôm Μèτåďαťá 國國國國⟧
|
|
141
141
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
142
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
142
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áŕίā ľąьęĺ ƒŏř ѕúьŧіτļę щìŧн ƒïľţėŗіňğ ďěτàīĺş. Ĩńƒőѓmŝ ůşēѓ щĥĭčħ ťĕmΡĺǻτёś ωēřê čноѕéņ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
143
143
|
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
144
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
144
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Àĺĺ ŤęmΡĺâţēѕ 國國國⟧
|
|
145
145
|
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
146
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
146
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} òƒ {visibleTemplatesNumber} ΤěmΡľāţєş 國國國國國國國⟧
|
|
147
147
|
# Call to show empty values
|
|
148
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
148
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Śêé εmΡţŷ ναĺûёś 國國國國⟧
|
|
149
149
|
# Header informing user that there are no values in the template
|
|
150
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
150
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ŧħîś ŧĕmΡĺαţέ ĥăŝ ņό νάľúεş 國國國國國國國國⟧
|
|
151
151
|
# Header informing user that there are no attributes in the template
|
|
152
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
152
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τĥìş τęmΡľàτе нåś ʼnō αťτŗїьцťëś 國國國國國國國國國⟧
|
|
153
153
|
# Caption about no empty values to be shown
|
|
154
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
154
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħĭѕ ťëmΡľăţε ħάѕ пό νąľúеѕ 國國國國國國國國⟧
|
|
155
155
|
# Description how metadata can be added
|
|
156
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
156
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßŗõẃŝě οѓ ŝěāřсн ƒоŗ ŷôũг ϊťęmѕ ţό åΡΡľў äŋď єďìţ mєŧáďāţă 國國國國國國國國國國國國國國國國國⟧
|
|
157
157
|
# Call to encourage user apply metadata templates
|
|
158
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
158
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÅΡΡļγ Мєτàďâţä ΤεmΡľâţëş 國國國國國國國⟧
|
|
159
159
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
160
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
160
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Àďď ηεщ ãţťѓίьûťе τσ Ċüşťσm Μęŧāďǻţä 國國國國國國國國國國⟧
|
|
161
161
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
162
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
162
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Αďď ⟧
|
|
163
163
|
# Label for the attribute name input field
|
|
164
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
164
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Ăťŧŗївûŧè Ńάmě 國國國國⟧
|
|
165
165
|
# Cancel button text
|
|
166
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
166
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ĉǻŋčěĺ 國⟧
|
|
167
167
|
# Error enforcing unique key for custom metadata
|
|
168
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
168
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Κēў àļґēãďỳ ëхîśťś. 國國國國國⟧
|
|
169
169
|
# Error enforcing non internal key for custom metadata
|
|
170
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
170
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķèўѕ ĉāиńöŧ ьёğϊŋ ŵīŧĥ ą $. 國國國國國國國國⟧
|
|
171
171
|
# Placeholder for the key field for custom metadata
|
|
172
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
172
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ė.ĝ. Ôѓďęґ Йùmьèя 國國國國國⟧
|
|
173
173
|
# Error enforcing required key for custom metadata
|
|
174
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
174
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ќęÿ ìś ґéqųìґėď 國國國國⟧
|
|
175
175
|
# Label for the value input field
|
|
176
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 V
|
|
176
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vάĺцė 國⟧
|
|
177
177
|
# Placeholder for the value field for custom metadata
|
|
178
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
178
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ė.ġ. 42 國國⟧
|
|
179
179
|
# Loading message when autofill metadata extraction endpoint is called
|
|
180
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
180
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Σхťяăсτìŋğ Μєţâďâťä 國國國國國⟧
|
|
181
181
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
182
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
|
182
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ðϊŝmïѕś 國國⟧
|
|
183
183
|
# Description for error state when fetching AI suggestions failed
|
|
184
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬
|
|
184
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pľēάѕé ťѓγ āĝαіл įл α ƒęώ mīηµţëѕ 國國國國國國國國國⟧
|
|
185
185
|
# Title for error state when fetching AI suggestions failed
|
|
186
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
186
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мëťäďãţà ĕ×ŧŕâćţĭōʼn сòúļď πоţ ćōmΡļέţė 國國國國國國國國國國國⟧
|
|
187
187
|
# Aria label for loading spinner
|
|
188
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
188
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ľόαďіńĝ 國國⟧
|
|
189
189
|
# Description for long loading state while fetching AI suggestions
|
|
190
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
190
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şťīļĺ ŵôřĸĩйğ σи íτ! 國國國國國⟧
|
|
191
191
|
# Title for long loading state while fetching AI suggestions
|
|
192
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
192
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ŧħīѕ ìş ťàĸίиĝ ļоиĝėг ŧĥąŋ цŝûąļ 國國國國國國國國國⟧
|
|
193
193
|
# Description for error state when user lacks permissions for metadata extraction
|
|
194
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
194
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋοû ďòй’τ ħăνé Ρėŗmίѕѕіση ţσ ǻčćêśś τħë ďēşţίηãτĭŏй ƒóľďеґ ťö ĕ×τŗâćť mёťąďąŧã. Pĺέáśė ¢óňţǻčť ŧħĕ σẁйèŕ ôř ýöùѓ ǻďmίʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
195
195
|
# Title for error state when user lacks permissions for metadata extraction
|
|
196
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
196
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Ċąň’ţ Έхŧяåčτ Μεŧãďάŧă 國國國國國國⟧
|
|
197
197
|
# Button that allow to add new attribute to metadata custom instance
|
|
198
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
|
198
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Ăďď Āτţѓĭьùτē 國國國國⟧
|
|
199
199
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
200
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
200
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðèļęťè {fieldName} àŧţŗĭвũŧĕ 國國國國國國⟧
|
|
201
201
|
# Placeholder for the value field for custom metadata
|
|
202
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
202
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ѕêţ νãĺūé 國國⟧
|
|
203
203
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
204
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉâл¢εĺ 國⟧
|
|
205
205
|
# Call to action to delete Metadata Instance.
|
|
206
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
206
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďèļéťé 國⟧
|
|
207
207
|
# Aria label used to indicate that the button is currently loading.
|
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ľøαďïηġ... 國國⟧
|
|
209
209
|
# Call to action to save Metadata Instance.
|
|
210
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Śάνє 國⟧
|
|
211
211
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
212
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
212
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Àμţøƒιļľ 國國⟧
|
|
213
213
|
# Aria label for the autofill dropdown trigger
|
|
214
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
214
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Śėέ ąĝĕʼnť őΡτĭøπś. 國國國國國⟧
|
|
215
215
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
216
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺεāşě сħéсĸ ѓеѕΡôņśèŝ вęƒôгė ѕάνιлğ. 國國國國國國國國國國國⟧
|
|
217
217
|
# Header for AI suggestions is in Beta notice
|
|
218
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
218
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ÀΊ Ǻůŧσƒїļľ ιŝ їń βěťä 國國國國國國⟧
|
|
219
219
|
# Header with Custom Metadata template name
|
|
220
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
220
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉũśţōm Меťāďąţä 國國國國⟧
|
|
221
221
|
# Text for the enhanced extract agent
|
|
222
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
222
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Єʼnĥãисëď 國國⟧
|
|
223
223
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
224
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βō× ĄĮ шŏи’τ вè äвļē ţő áčçéŝŝ ŧħé ęηťĩґè çσηţέňŧ, ωĥìçħ mϊğнτ άƒƒèčţ їťş áиѕẃéŗś. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
225
225
|
# Header for notice informing that text content is too large
|
|
226
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Ċойťëиť įѕ ţòσ ļâŕğê 國國國國國⟧
|
|
227
227
|
# Aria label used to indicate that the button is currently loading.
|
|
228
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
228
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ľоǻďĭиĝ... 國國⟧
|
|
229
229
|
# Text for the standard extract agent
|
|
230
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
230
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Śτάηďαґď 國國⟧
|
|
231
231
|
# Body for the unsaved changes modal
|
|
232
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
232
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μëťąďąτǻ ťęmΡĺâŧе(ѕ) ĥáνê ųηѕǻνεď çĥαņġĕѕ. Ηòẃ ẁőűļď γóц ĺíκè ŧŏ Ρяōĉĕèď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
233
233
|
# Label for close (x) button
|
|
234
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
234
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ćĺŏśέ 國⟧
|
|
235
235
|
# CTA for going back to edit mode of the current template
|
|
236
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
236
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ĉòňŧîйųέ Σďιţîňğ 國國國國⟧
|
|
237
237
|
# CTA for discarding unsaved changes
|
|
238
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
238
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðïŝċαŗď Čħåπġèѕ 國國國國⟧
|
|
239
239
|
# Header for the unsaved changes modal
|
|
240
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
240
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ûńśăνέď Ĉĥäʼnġêѕ 國國國國⟧
|
|
241
241
|
# Call to action to hide all empty values
|
|
242
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
242
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħìďе ėmΡţỳ νąļūέŝ 國國國國國⟧
|
|
243
243
|
# Call to action to show hidden empty values
|
|
244
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
244
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ѕĥóщ έmΡτУ νάĺúєŝ 國國國國國⟧
|
|
245
245
|
# Header with Custom Metadata template name
|
|
246
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
246
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 ǵѕţőm Мèτåďαŧà 國國國國⟧
|
|
247
247
|
# Aria label for the edit button
|
|
248
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
248
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Éďįŧ {templateName} 國國⟧
|
|
249
249
|
# Tooltip text explaining that by clicking button user can edit template
|
|
250
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
250
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ёďîτ 國⟧
|
|
251
251
|
# Default value for ancestor level value when it is empty
|
|
252
252
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
253
253
|
# Error message displayed resembling button that calls to action to reload the details
|
|
254
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
254
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŗéľôąď 國⟧
|
|
255
255
|
# Aria-label text for the error icon in the loading results error message
|
|
256
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
256
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ēřяőŗ 國⟧
|
|
257
257
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
258
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
258
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣àϊĺēď ťö ľоàď ďèťáϊļş 國國國國國國⟧
|
|
259
259
|
# Visually hidden aria-label text for the loading spinner
|
|
260
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
260
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ľôǻďιʼnĝ... 國國⟧
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._autofillOverlay_1s073_1{position:absolute;
|
|
1
|
+
._autofillOverlay_1s073_1{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;padding:var(--space-4) var(--space-4) 0 var(--space-4);background:#fafcfee6}._withError_1s073_15{background-color:#ffffffe6}._autofillOverlayTitle_1s073_19{margin-top:var(--space-4);text-align:center}._autofillOverlayDescription_1s073_24{text-align:center}._dismissButton_1s073_28{margin-top:var(--space-4)}._overlayIcon_1s073_32{position:relative;display:block;margin-top:var(--space-4)}._testContainerStyle_1s073_38{position:relative;width:380px;height:600px;padding:var(--space-4);border:1px solid #000}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._content_2vpjl_2{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);z-index:2147483647;box-sizing:border-box;width:17.75rem;padding:0;color:var(--text-text-on-light);background-color:var(--surface-menu-surface);border:var(--border-1) solid var(--border-card-border);border-radius:var(--radius-3);box-shadow:var(--dropshadow-3)}._scrollableContainer_2vpjl_21{max-height:22.5rem;padding:var(--space-3)}._item_2vpjl_26{position:relative;align-items:center;padding:var(--border-8);border:var(--border-2) solid transparent;border-radius:var(--radius-3);outline:none;-webkit-user-select:none;user-select:none}._option_2vpjl_36{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}._option_2vpjl_36[aria-disabled]{color:var(--gray-65);pointer-events:none}._option_2vpjl_36[data-active-item]:not(:hover),._option_2vpjl_36[data-highlighted]:not(:hover){background-color:var(--surface-menu-surface-hover);border:var(--border-2) solid var(--border-input-border-focus)}._option_2vpjl_36[data-state=open],._option_2vpjl_36:hover{background-color:var(--surface-menu-surface-hover)}._search_2vpjl_57{position:relative;height:fit-content;padding:var(--space-3)}._search_2vpjl_57 ._searchIcon_2vpjl_62{position:absolute;top:var(--space-8);left:var(--space-6);width:var(--size-4);height:var(--size-4);transform:translateY(-50%);pointer-events:none}._search_2vpjl_57 ._searchIcon_2vpjl_62._global_2vpjl_71{left:var(--space-4);width:var(--size-5);height:var(--size-5)}._search_2vpjl_57 ._clearSearchIcon_2vpjl_76{position:absolute;top:var(--space-8);right:var(--space-6);width:var(--size-4);height:var(--size-4);transform:translateY(-50%)}._search_2vpjl_57 ._searchInput_2vpjl_84{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);box-sizing:border-box;width:100%;height:var(--size-10);padding-inline:var(--space-9) var(--space-6);padding-block:0;color:var(--text-text-on-light);background-color:var(--surface-search-surface);border:var(--border-1) solid transparent;border-radius:var(--radius-2);outline:0;box-shadow:unset;transition:border-color .15s ease,background-color .15s ease}._search_2vpjl_57 ._searchInput_2vpjl_84._global_2vpjl_71{height:var(--size-12);border-radius:var(--radius-7);padding-inline:var(--space-12) var(--space-6)}._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-decoration,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-cancel-button,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-results-button,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-results-decoration{
|
|
1
|
+
._content_2vpjl_2{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);z-index:2147483647;box-sizing:border-box;width:17.75rem;padding:0;color:var(--text-text-on-light);background-color:var(--surface-menu-surface);border:var(--border-1) solid var(--border-card-border);border-radius:var(--radius-3);box-shadow:var(--dropshadow-3)}._scrollableContainer_2vpjl_21{max-height:22.5rem;padding:var(--space-3)}._item_2vpjl_26{position:relative;align-items:center;padding:var(--border-8);border:var(--border-2) solid transparent;border-radius:var(--radius-3);outline:none;-webkit-user-select:none;user-select:none}._option_2vpjl_36{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}._option_2vpjl_36[aria-disabled]{color:var(--gray-65);pointer-events:none}._option_2vpjl_36[data-active-item]:not(:hover),._option_2vpjl_36[data-highlighted]:not(:hover){background-color:var(--surface-menu-surface-hover);border:var(--border-2) solid var(--border-input-border-focus)}._option_2vpjl_36[data-state=open],._option_2vpjl_36:hover{background-color:var(--surface-menu-surface-hover)}._search_2vpjl_57{position:relative;height:fit-content;padding:var(--space-3)}._search_2vpjl_57 ._searchIcon_2vpjl_62{position:absolute;top:var(--space-8);left:var(--space-6);width:var(--size-4);height:var(--size-4);transform:translateY(-50%);pointer-events:none}._search_2vpjl_57 ._searchIcon_2vpjl_62._global_2vpjl_71{left:var(--space-4);width:var(--size-5);height:var(--size-5)}._search_2vpjl_57 ._clearSearchIcon_2vpjl_76{position:absolute;top:var(--space-8);right:var(--space-6);width:var(--size-4);height:var(--size-4);transform:translateY(-50%)}._search_2vpjl_57 ._searchInput_2vpjl_84{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);box-sizing:border-box;width:100%;height:var(--size-10);padding-inline:var(--space-9) var(--space-6);padding-block:0;color:var(--text-text-on-light);background-color:var(--surface-search-surface);border:var(--border-1) solid transparent;border-radius:var(--radius-2);outline:0;box-shadow:unset;transition:border-color .15s ease,background-color .15s ease}._search_2vpjl_57 ._searchInput_2vpjl_84._global_2vpjl_71{height:var(--size-12);border-radius:var(--radius-7);padding-inline:var(--space-12) var(--space-6)}._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-decoration,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-cancel-button,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-results-button,._search_2vpjl_57 ._searchInput_2vpjl_84::-webkit-search-results-decoration{appearance:none}._search_2vpjl_57 ._searchInput_2vpjl_84:hover{box-shadow:unset}._search_2vpjl_57 ._searchInput_2vpjl_84 ._firefoxDefaultOpacityFix_2vpjl_116,._search_2vpjl_57 ._searchInput_2vpjl_84 ._searchInput_2vpjl_84::placeholder{opacity:1}._search_2vpjl_57 ._searchInput_2vpjl_84::placeholder{color:var(--text-text-on-light-secondary)}._search_2vpjl_57 ._searchInput_2vpjl_84:not(:placeholder-shown){padding-inline-end:var(--space-8)}._search_2vpjl_57 ._searchInput_2vpjl_84:focus-visible{padding-inline-start:calc(var(--space-9) - var(--border-1));background-color:var(--surface-search-surface-focused);border:var(--border-2) solid #2486fc}._search_2vpjl_57 ._searchInput_2vpjl_84:not(:focus-visible):not(:disabled):hover{background-color:var(--surface-search-surface-hover);border-color:#6f6f6f}._search_2vpjl_57 ._divider_2vpjl_134{box-shadow:var(--dropshadow-3)}._searchDivider_2vpjl_138{box-shadow:var(--dropshadow-1)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._popoverContentContainer_1vfhn_2{width:18.25rem;outline:none}._popoverMainContent_1vfhn_7{max-height:calc(var(--radix-popover-content-available-height) - var(--space-8) - var(--space-2) - var(--border-1))}._loadingIndicatorWrapper_1vfhn_11{position:relative;display:flex;align-items:end;height:var(--size-8)}._errorMessageWrapper_1vfhn_18{display:flex;flex-direction:column;justify-content:center}._errorMessageWrapper_1vfhn_18 ._errorMessageWrapperText_1vfhn_23{display:flex;gap:var(--space-1);align-items:center;justify-content:center;height:var(--size-8)}._container_1vfhn_31{display:flex;gap:var(--space-1);justify-content:center}table._taxonomyAncestorTable_1vfhn_37{width:100%;table-layout:fixed;border-spacing:0}table._taxonomyAncestorTable_1vfhn_37>tbody>tr{display:flex;flex-direction:column}table._taxonomyAncestorTable_1vfhn_37>tbody>tr:not(:last-child){margin-block-end:var(--space-2)}table._taxonomyAncestorTable_1vfhn_37>tbody>tr>th{font-weight:var(--body-default-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--body-default-bold-font-family);line-height:var(--body-default-bold-line-height);letter-spacing:var(--body-default-bold-letter-spacing);text-transform:var(--body-default-bold-text-case);text-decoration:var(--body-default-bold-text-decoration);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;padding:0;color:var(--text-text-on-light-secondary-hover);text-align:start}table._taxonomyAncestorTable_1vfhn_37>tbody>tr>td{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);display:block;padding:0;color:var(--text-text-on-light);word-break:break-all}@media
|
|
1
|
+
._popoverContentContainer_1vfhn_2{width:18.25rem;outline:none}._popoverMainContent_1vfhn_7{max-height:calc(var(--radix-popover-content-available-height) - var(--space-8) - var(--space-2) - var(--border-1))}._loadingIndicatorWrapper_1vfhn_11{position:relative;display:flex;align-items:end;height:var(--size-8)}._errorMessageWrapper_1vfhn_18{display:flex;flex-direction:column;justify-content:center}._errorMessageWrapper_1vfhn_18 ._errorMessageWrapperText_1vfhn_23{display:flex;gap:var(--space-1);align-items:center;justify-content:center;height:var(--size-8)}._container_1vfhn_31{display:flex;gap:var(--space-1);justify-content:center}table._taxonomyAncestorTable_1vfhn_37{width:100%;table-layout:fixed;border-spacing:0}table._taxonomyAncestorTable_1vfhn_37>tbody>tr{display:flex;flex-direction:column}table._taxonomyAncestorTable_1vfhn_37>tbody>tr:not(:last-child){margin-block-end:var(--space-2)}table._taxonomyAncestorTable_1vfhn_37>tbody>tr>th{font-weight:var(--body-default-bold-font-weight);font-size:var(--body-default-bold-font-size);font-family:var(--body-default-bold-font-family);line-height:var(--body-default-bold-line-height);letter-spacing:var(--body-default-bold-letter-spacing);text-transform:var(--body-default-bold-text-case);text-decoration:var(--body-default-bold-text-decoration);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;padding:0;color:var(--text-text-on-light-secondary-hover);text-align:start}table._taxonomyAncestorTable_1vfhn_37>tbody>tr>td{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);text-decoration:var(--body-default-text-decoration);display:block;padding:0;color:var(--text-text-on-light);word-break:break-all}@media(max-width:767px){._taxonomyValueGroup_1vfhn_80{flex-wrap:wrap}}._taxonomyValueButton_1vfhn_85{overflow-x:hidden}._taxonomyValueButton_1vfhn_85:focus-visible{overflow-x:hidden}._taxonomyValueButton_1vfhn_85:disabled{color:var(--text-text-on-light)}._taxonomyValueButton_1vfhn_85 ._taxonomyValueLabel_1vfhn_95{overflow-x:hidden;text-overflow:ellipsis}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.15",
|
|
6
|
-
"@box/box-ai-agent-selector": "^
|
|
7
|
-
"@box/blueprint-web": "^12.
|
|
8
|
-
"@box/blueprint-web-assets": "^4.
|
|
9
|
-
"@box/combobox-with-api": "^
|
|
6
|
+
"@box/box-ai-agent-selector": "^1.17.0",
|
|
7
|
+
"@box/blueprint-web": "^12.104.1",
|
|
8
|
+
"@box/blueprint-web-assets": "^4.87.0",
|
|
9
|
+
"@box/combobox-with-api": "^1.17.0",
|
|
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.
|
|
18
|
+
"@box/box-ai-agent-selector": "^1.17.0",
|
|
19
19
|
"@box/babel-plugin-target-attributes": "1.4.0",
|
|
20
|
-
"@box/blueprint-web": "^12.
|
|
21
|
-
"@box/blueprint-web-assets": "^4.
|
|
22
|
-
"@box/storybook-utils": "^0.14.
|
|
20
|
+
"@box/blueprint-web": "^12.104.1",
|
|
21
|
+
"@box/blueprint-web-assets": "^4.87.0",
|
|
22
|
+
"@box/storybook-utils": "^0.14.27",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|
|
25
25
|
"react-dom": "^18.3.0",
|