@box/metadata-editor 1.15.4 → 1.16.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.
Files changed (30) hide show
  1. package/dist/chunks/filter-dropdown-menu.module.js +9 -12
  2. package/dist/chunks/metadata-instance-form-card-wrapper.js +32 -32
  3. package/dist/chunks/taxonomy-ancestor-status-pill.js +37 -38
  4. package/dist/chunks/types.js +3 -3
  5. package/dist/chunks/utils2.js +28 -30
  6. package/dist/esm/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js +93 -96
  7. package/dist/esm/lib/components/combobox-with-api-pagination/request.js +2 -2
  8. package/dist/esm/lib/components/combobox-with-api-pagination/use-async-list.js +3 -4
  9. package/dist/esm/lib/components/combobox-with-api-pagination/utils/use-controllable-state.js +21 -24
  10. package/dist/esm/lib/components/combobox-with-api-pagination/utils/use-intersection-observer.js +59 -61
  11. package/dist/esm/lib/components/filter-instances-dropdown/filter-instances-dropdown.js +39 -40
  12. package/dist/esm/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.js +37 -37
  13. package/dist/esm/lib/components/metadata-editor-fields/components/metadata-float-field/use-float-validation.js +9 -9
  14. package/dist/esm/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.js +35 -36
  15. package/dist/esm/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.js +52 -52
  16. package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +22 -23
  17. package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-fields.js +1 -2
  18. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/autofill-overlay/autofill-overlay.js +31 -32
  19. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.js +22 -22
  20. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +114 -114
  21. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +96 -98
  22. package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -29
  23. package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +39 -40
  24. package/dist/esm/lib/constants.js +3 -3
  25. package/dist/i18n/en-x-pseudo.js +129 -129
  26. package/dist/i18n/en-x-pseudo.properties +129 -129
  27. package/dist/styles/autofill-overlay.css +1 -1
  28. package/dist/styles/filter-dropdown-menu.css +1 -1
  29. package/dist/styles/taxonomy-ancestor-status-pill.css +1 -1
  30. 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 = ⟦萬萬萬萬 Ŀőàďīйĝ mòгё... 國國國國⟧
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ĺõāďìήğ móřę... 國國國國⟧
13
13
  # Message displayed when no results are found in the combobox
14
- comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Иο ґěşűľτŝ ƒоцпď 國國國國⟧
14
+ comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ŋŏ ŕęşúľťş ƒоůʼnď 國國國國⟧
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 = ⟦萬萬萬萬萬萬萬 Ēňţèґ ä ďάťė âƒτέя {date} 國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬 Ĕиťεя α ďâťè ьέƒôѓè {date} 國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťħёŗé ǻřė ηø ąťťяιвŭŧėś ίй τнìş ťèmΡļáτё. 國國國國國國國國國國國國⟧
32
+ groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧнęѓè ǻřέ πó ăţŧŕїьцτеѕ īņ ťĥîŝ ťĕ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 = ⟦萬萬萬萬 Γėmŏνё Ėйτêѓěď 國國國國⟧
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 = ⟦萬萬 Şëť Vāĺüĕ 國國⟧
44
+ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Ѕëţ Vâļűê 國國⟧
45
45
  # Aria label for switching to the next month in the calendar
46
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Śẁιτċĥ ťõ πехť mōлťĥ 國國國國國⟧
46
+ groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Ŝщїţčн τò ʼnèхţ mòήťн 國國國國國⟧
47
47
  # Aria label for switching to the previous month in the calendar
48
- groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şẃīŧсн ťø Ρгěνíóμş mοʼnτн 國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬 Τόğĝļе ŭΡďąťε mоďë ŝėľéсťóя 國國國國國國國國⟧
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
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Āďď
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 = ⟦萬萬萬萬萬萬萬 Şёľèçţ Мēťâďαťα ΤëmΡĺàŧє 國國國國國國國⟧
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 = ⟦萬萬萬萬萬 Ŝέάѓćĥ ąĺĺ ťєmΡļǻŧεѕ 國國國國國⟧
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 = ⟦萬萬萬萬萬 Ѕέǻѓćн αĺļ ŧėmΡĺăτėş 國國國國國⟧
68
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Şёãґćħ άļĺ ţęmΡĺαŧĕş 國國國國國⟧
69
69
  # Placeholder text prompting the user to select a template
70
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ѕêľĕсŧ ā ŤεmΡľáţé 國國國國國⟧
70
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Şëľέçť á ŢέmΡľäτê 國國國國國⟧
71
71
  # Error message displayed when templates fail to load
72
- groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çóŭľď ηóţ ľоäď τëmΡľăţéѕ. Τґỳ âğǻιη ĺâţēѓ 國國國國國國國國國國國國⟧
72
+ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ĉοůĺď ńôτ ľőåď ŧêmΡľåŧęś. Ŧřγ åğăíň ľàťěг 國國國國國國國國國國國國⟧
73
73
  # Display name for custom metadata templates
74
- metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Čūѕτŏm Μєťáďāţã 國國國國⟧
74
+ metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ċµѕτσm Μεŧàďâťă 國國國國⟧
75
75
  # Description for the search input field in the metadata editor
76
- metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ѕεàяċн τёmΡļàţěѕ 國國國國⟧
76
+ metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ŝĕåгćн τēmΡľǻτєѕ 國國國國⟧
77
77
  # Call to encourage user to add metadata templates
78
- metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Άďď ťěmΡľâťė 國國國⟧
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 = ⟦萬萬 Ċöлƒįŗm 國國⟧
88
+ metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ċõʼnƒιґ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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 ßŏх Äİ ŝŭğĝέŝťş τнë şămе νăľŭё äŝ àьóνę 國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬 Αůťòƒїĺļ {templateName} ŵĩťħ βо× ΆΪ 國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Čōηƒιгm ďеļęŧįŏй óƒ Мęŧąďãŧą īńѕŧåлċέ 國國國國國國國國國國國⟧
104
+ metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ċõиƒīгm ďèļéτιóň òƒ Мěŧäďáτα ìńŝŧàйčє 國國國國國國國國國國國⟧
105
105
  # Paragraph asking user are they sure that they want to delete the template
106
- metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŗе γôц ŝúřē ŷõû ώåņŧ ŧо ďëļέťē ţħē "{templateName}" Мęŧǻďăťα τёmΡľαŧе, áиď âľľ ōƒ ïţѕ νâļµέś ƒřŏm τнîѕ ƒϊľέ? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άřě ÿõµ śцґė ŷõű щãηţ ťô ďęļèτέ τнė "{templateName}" Мєŧąďαťǻ įηşţαň¢ё, āйď ìŧş νăļŭĕŝ? 國國國國國國國國國國國國國國國國國國國國國國國⟧
108
+ metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ářĕ Уσũ śцŗé ỳσû щαйŧ ťο ďєļеŧё ţнē "{templateName}" Мêτãďãŧą ĭйśτāπĉέ, άŋď īţś νåļŭéş? 國國國國國國國國國國國國國國國國國國國國國國國⟧
109
109
  # Label informing how to confirm deletion of the template
110
- metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŢўΡĕ ţнę Мéťαďāťą ŦεmΡļàτê’ś ήǻmĕ τő čόйƒϊґm ďеĺёţιόп 國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Όńçĕ ďèļéŧέď, Μĕťåďáτă νâĺùěş çαиʼnõť вě ґĕŝτõŕєď. 國國國國國國國國國國國國國國⟧
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 = ⟦萬萬 Ĉŏņƒĭřm 國國⟧
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 = ⟦萬萬萬萬 Ċűşťöm Μєţąďâŧã 國國國國⟧
120
+ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćúśτοm Меŧąďąţâ 國國國國⟧
121
121
  # Aria label for Dismiss (x) button
122
- metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðιśmíşѕ 國國⟧
122
+ metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďīŝmíѕş 國國⟧
123
123
  # Header informing that template will be deleted
124
- metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďеļеťе "{templateName}" 國國國國⟧
124
+ metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďèļєŧё "{templateName}" 國國國國⟧
125
125
  # Aria label for header informing that template will be deleted
126
- metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðęľέţε Мěťαďãŧã ŢēmΡľǻŧě 國國國國國國國⟧
126
+ metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďεľёţě Μēτàďάţą ŤémΡļαŧê 國國國國國國國⟧
127
127
  # Description of Box AI features
128
- metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ũѕě τħέ Ρŏώєŗ øƒ ßόх Ǻİ τõ qûîçкļý сαΡŧũřé ďőċüméŋţ měťăďáťą, ώįťħ ěνėя-ìŋĉяéαśìŋĝ αćċũґāĉγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áďď Мєťãďâŧą τö ŷοūř ƒīļè ťο şųΡΡόѓτ вμśĭńєѕŝ ŏΡёřαţіόʼnş, ŵőяκƒļóẃś, áиď môŕё! 國國國國國國國國國國國國國國國國國國國國國國國⟧
132
+ metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďď Μěťâďăŧá ŧò ÿõúѓ ƒįļē ţõ ѕμΡΡöґţ вūѕĩŋёşś σΡεяãťïōπŝ, ẃõгκƒľόωŝ, άʼnď môřе! 國國國國國國國國國國國國國國國國國國國國國國國⟧
133
133
  # Call to encourage user to add metadata templates
134
- metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ąďď Мéţăďàτà ŦëmΡļäŧëś 國國國國國國⟧
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 = ⟦萬萬萬萬 Ĉμŝŧőm Мĕŧαďäţă 國國國國⟧
140
+ metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċùśŧöm Мéťàďάţã 國國國國⟧
141
141
  # Aria label for subtitle with filtering details. Informs user which templates were chosen.
142
- metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻŗïá ļάвéļ ƒõѓ ŝűвţίŧľê ωíťн ƒįĺťєѓįпğ ďëŧàїļś. Ĭňƒŏѓmѕ μŝέŗ ẁħίçн τέmΡļάŧέś ŵëŗė сħõşέη. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
142
+ metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άřϊâ ļàьĕľ ƒοř şцвţįťļĕ ώίťĥ ƒîľţéŗīʼnġ ďęťąїļŝ. Įņƒŏř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 = ⟦萬萬萬 Åļľ ŢėmΡľáτеş 國國國⟧
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} σƒ {visibleTemplatesNumber} ΤёmΡĺäŧèѕ 國國國國國國國⟧
146
+ metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} øƒ {visibleTemplatesNumber} ŢěmΡļâťèş 國國國國國國國⟧
147
147
  # Call to show empty values
148
- metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕëė èmΡŧŷ νāľűęŝ 國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬 Τнïş ŧęmΡľåŧέ ĥǻś иõ νãľµěś 國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬 Ťнïş ŧεmΡĺàŧë нαŝ йο αŧťґíьμţėş 國國國國國國國國國⟧
152
+ metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ťĥīѕ ŧémΡļäŧë ĥǻş иö άτţгϊвŭţέŝ 國國國國國國國國國⟧
153
153
  # Caption about no empty values to be shown
154
- metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ŧħîŝ τεmΡĺǻŧé ħäŝ ήό νâĺūèś 國國國國國國國國⟧
154
+ metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţнĭś ŧёmΡĺατє ĥåş πő ναĺûèѕ 國國國國國國國國⟧
155
155
  # Description how metadata can be added
156
- metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŕοẁѕē õŕ ѕėåŕсħ ƒοř γόůг ιťèmŝ ŧο āΡΡľγ άņď έďĭţ měŧäďāťά 國國國國國國國國國國國國國國國國國⟧
156
+ metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŕόẃśê ôя ѕěäгčħ ƒŏŕ ўôűг íτĕmş ŧø àΡΡļγ ãπď єďìτ méŧǻďãťą 國國國國國國國國國國國國國國國國國⟧
157
157
  # Call to encourage user apply metadata templates
158
- metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÀΡΡľÿ Мéţâďāτά ΤėmΡļâŧêѕ 國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬 Ãďď иεω ãţţгівűŧё ťô Çųśτоm Μεŧǻďäŧą 國國國國國國國國國國⟧
160
+ metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ãďď ʼnēώ áţŧяιьúŧę τŏ Çμśŧø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 = ⟦萬萬萬萬 Άťťŗĭвųŧę Иâmē 國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬 Ќęÿŝ ċàлηőť ьęğιʼn ώįτн ä $. 國國國國國國國國⟧
170
+ metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķέýŝ ċǻʼnйōτ вёğïл ŵĭτн å $. 國國國國國國國國⟧
171
171
  # Placeholder for the key field for custom metadata
172
- metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ĕ.ĝ. Ŏŗďëŗ Ņµmьĕŗ 國國國國國⟧
172
+ metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 е.ġ. Ŏŗďεř Йцmьέř 國國國國國⟧
173
173
  # Error enforcing required key for custom metadata
174
- metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 ΚέУ īş ґėqųîŕëď 國國國國⟧
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 = ⟦萬萬 é.ğ. 42 國國⟧
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 = ⟦萬萬 Ďїśmϊŝѕ 國國⟧
182
+ metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďìśmìѕŝ 國國⟧
183
183
  # Description for error state when fetching AI suggestions failed
184
- metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pļėãśė ţŕŷ ăĝăĩŋ їп α ƒеώ mīйùťĕş 國國國國國國國國國⟧
184
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pĺеâşέ ŧŗÿ ǻğąîņ ìʼn ã ƒĕω míʼnŭŧèѕ 國國國國國國國國國⟧
185
185
  # Title for error state when fetching AI suggestions failed
186
- metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Μĕťãďåţǻ ĕхţѓăсťĭőņ ĉòμľď πõτ сőmΡľéţè 國國國國國國國國國國國⟧
186
+ metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мěταďάŧα ε×ŧřά¢ŧïοп ¢ōúļď лоţ čó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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýóú ďои’τ ĥàνè Ρêŕmϊŝѕīōη ŧό åčĉěŝŝ τħε ďėѕţįŋäŧíŏп ƒοĺďëř ťø εхτŕâĉť mèŧãďατâ. Pľεάśє čŏиťāсť ţħé óщňєŕ ŏŕ ŷöűŕ äďmιņ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
194
+ metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋŏų ďоň’ţ нāνë Ρĕŕmíѕŝϊŏʼn ŧø àċçêşѕ ŧĥè ďėşτϊпǻţϊóʼn ƒòľďёґ ţō ēхţřαçŧ mεţåďαťą. Pļëâşë çόήτąćτ τħє ŏщηéŕ ôѓ ỳøμř ąďmíη. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬萬萬 Ďėļęŧе {fieldName} ąŧŧŕìьцŧє 國國國國國國⟧
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 = ⟦萬萬萬萬萬 Ŝëë āĝėητ óΡŧīôиŝ. 國國國國國⟧
215
215
  # Body for AI suggestions is in Beta notice to inform user to check responses before saving
216
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺēåşė снęćκ гĕşΡõήѕēś вêƒõгë şäνĭňĝ. 國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬 ȵѕτŏm Мêτåďäţā 國國國國⟧
220
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ċùşţσm Мέťαďąτã 國國國國⟧
221
221
  # Text for the enhanced extract agent
222
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Ëпнáпĉěď 國國⟧
222
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Εňнǻņċěď 國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßοх ÁÎ щóй’ţ вê àьľë ťō ǻçćεŝş ťħę ēńţìгè çőпťėπť, ωнíċн mīĝĥť ăƒƒεçτ īţѕ αиśώēŗş. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
224
+ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βō× ĄÌ ẁóŋ’ţ ьĕ āьļë ŧõ άċсëşŝ ŧнέ єпťїяě соńτєиť, ẁħіćĥ mĭġĥť àƒƒè¢τ īŧŝ āπŝщеґŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
225
225
  # Header for notice informing that text content is too large
226
- metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Ċŏʼnτĕňŧ іś ŧоö ĺάŕĝë 國國國國國⟧
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мєτąďάťä ŧёmΡĺąťė(ś) ĥąνè ũпśăνєď čнãήġεŝ. Ηöŵ ωομļď γöū ĺîκε ťò Ρгõçєęď? 國國國國國國國國國國國國國國國國國國國國國⟧
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 = ⟦萬萬萬萬 Ðїśćąѓď Čĥáʼnĝέŝ 國國國國⟧
239
239
  # Header for the unsaved changes modal
240
- metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ųйŝąνεď Ċħăńğęş 國國國國⟧
240
+ metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Џήşäνėď Çħαйĝĕŝ 國國國國⟧
241
241
  # Call to action to hide all empty values
242
- metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ĥίďė ėmΡţγ νάļŭĕş 國國國國國⟧
242
+ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ήĭďέ єmΡťỳ νǻľūëѕ 國國國國國⟧
243
243
  # Call to action to show hidden empty values
244
- metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şнøŵ єmΡťў νāļūęѕ 國國國國國⟧
244
+ metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Śħóщ έmΡτỳ νäľμéѕ 國國國國國⟧
245
245
  # Header with Custom Metadata template name
246
- metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Čũѕţõm Μєťâďąťå 國國國國⟧
246
+ metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Çüѕτøm Мĕŧâďàτâ 國國國國⟧
247
247
  # Aria label for the edit button
248
- metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ęďíť {templateName} 國國⟧
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 = ⟦萬萬 Ļŏäďìηğ... 國國⟧
@@ -1 +1 @@
1
- ._autofillOverlay_1s073_1{position:absolute;top:0;right:0;bottom:0;left: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
+ ._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{-webkit-appearance:none;-moz-appearance:none;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
+ ._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 (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}
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.15.4",
3
+ "version": "1.16.0",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
- "@box/box-ai-agent-selector": "^0.55.2",
7
- "@box/blueprint-web": "^12.61.0",
8
- "@box/blueprint-web-assets": "^4.64.0",
9
- "@box/combobox-with-api": "^0.26.0",
6
+ "@box/box-ai-agent-selector": "^1.16.0",
7
+ "@box/blueprint-web": "^12.103.3",
8
+ "@box/blueprint-web-assets": "^4.86.3",
9
+ "@box/combobox-with-api": "^1.16.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.15.4",
18
+ "@box/box-ai-agent-selector": "^1.16.0",
19
19
  "@box/babel-plugin-target-attributes": "1.4.0",
20
- "@box/blueprint-web": "^12.103.2",
21
- "@box/blueprint-web-assets": "^4.86.0",
22
- "@box/storybook-utils": "^0.14.23",
20
+ "@box/blueprint-web": "^12.103.3",
21
+ "@box/blueprint-web-assets": "^4.86.3",
22
+ "@box/storybook-utils": "^0.14.24",
23
23
  "@testing-library/react": "^15.0.6",
24
24
  "react": "^18.3.0",
25
25
  "react-dom": "^18.3.0",