@box/metadata-editor 1.58.3 → 1.59.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/metadata-instance-form-card-wrapper.js +41 -40
- package/dist/chunks/shared-field-styles.module.js +8 -0
- package/dist/chunks/utils2.js +33 -33
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +128 -96
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +110 -106
- package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +19 -15
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +39 -35
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.js +27 -20
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +71 -55
- package/dist/esm/lib/utils/check-if-has-bounding-boxes.js +4 -0
- package/dist/esm/lib/utils/is-interactive-form-element.js +4 -0
- package/dist/i18n/en-x-pseudo.js +151 -151
- package/dist/i18n/en-x-pseudo.properties +151 -151
- package/dist/styles/metadata-instance-content.css +1 -1
- package/dist/styles/metadata-instance-form-card-wrapper.css +1 -1
- package/dist/styles/shared-field-styles.css +1 -0
- package/dist/styles/utils.css +1 -1
- package/dist/types/lib/components/metadata-editor-fields/types.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +3 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/types.d.ts +3 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/types.d.ts +4 -1
- package/dist/types/lib/components/metadata-instance-list/types.d.ts +3 -1
- package/dist/types/lib/utils/check-if-has-bounding-boxes.d.ts +2 -0
- package/dist/types/lib/utils/is-interactive-form-element.d.ts +1 -0
- package/package.json +9 -9
|
@@ -1,304 +1,304 @@
|
|
|
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 = ⟦萬萬 Ļõαďíʼnġ... 國國⟧
|
|
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 displayed when editing metadata for multiple items and the selected items have different values for the field
|
|
30
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues = ⟦萬萬萬萬
|
|
30
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues = ⟦萬萬萬萬 ΜūĺţíΡĺĕ νǻļūεѕ 國國國國⟧
|
|
31
31
|
# Placeholder text for the multiselect field
|
|
32
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬
|
|
32
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Śěļêćŧ νăļûε(ŝ) 國國國國⟧
|
|
33
33
|
# Error message shown if no attributes are available in the template
|
|
34
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
34
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťнèгέ ãřè ʼnо αťťřίвũŧèş їʼn ťĥíŝ ţεmΡľåţē. 國國國國國國國國國國國國⟧
|
|
35
35
|
# Aria label for opening the calendar to pick a date
|
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ÒΡëʼn çαľейďāŗ ŧō Ρїćķ á ďăŧё 國國國國國國國國⟧
|
|
37
37
|
# Label for the remove entered radio button in the update mode selector
|
|
38
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬
|
|
38
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ѓēmóνë Єлτëŕєď 國國國國⟧
|
|
39
39
|
# Label for the replace entered radio button in the update mode selector
|
|
40
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ŘεΡļáçе Ейŧèŗěď 國國國國⟧
|
|
41
41
|
# Aria label for selecting the date
|
|
42
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬
|
|
42
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Śєľέċţ ŧĥε ďατě 國國國國⟧
|
|
43
43
|
# Placeholder text for selecting a value
|
|
44
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬
|
|
44
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Şéĺęсτ ǻ νáĺůě 國國國國⟧
|
|
45
45
|
# Placeholder text for setting a value
|
|
46
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬
|
|
46
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Şëŧ Váĺŭе 國國⟧
|
|
47
47
|
# Aria label for switching to the next month in the calendar
|
|
48
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬
|
|
48
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Śŵīτсħ ţо ŋє×τ môʼnţн 國國國國國⟧
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Ŝшîŧćĥ ŧō Ρŗêνιόùѕ móητĥ 國國國國國國國⟧
|
|
51
51
|
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Êďίţ ƒμηčŧìòлãľіţγ ƒòř Ŧâ×σήômγ śнāŕėď éхτёřиàļĺў ìś йŏţ áνâîĺǻвĺé 國國國國國國國國國國國國國國國國國國國⟧
|
|
53
53
|
# Placeholder text for selecting a taxonomy option
|
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Şĕļė¢ť ǻπ ŏΡŧīσй 國國國國⟧
|
|
55
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
56
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
56
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ŧōĝğľė ųΡďāţė mόďè ѕёĺèćţοя 國國國國國國國國⟧
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
|
58
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Ẃîŧħ 國⟧
|
|
59
59
|
# Tooltip for Hide button to close review mode
|
|
60
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬 Ćĺóŝĕ гěνīєẃ mŏďê 國國國國國⟧
|
|
61
61
|
# Call to action to show all fields again
|
|
62
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬 Ħϊďé 國⟧
|
|
63
63
|
# Aria label for the alert icon indicating fields need review
|
|
64
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬 Řêνīέш ąļęŗť 國國國⟧
|
|
65
65
|
# Header text indicating how many fields need review
|
|
66
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒϊëĺď ňεеďś} other {# ƒíėĺďś ńëєď}} řěνīеώ 國國國國國國國國國國國國國國⟧
|
|
67
67
|
# Text shown when displaying only fields that need review
|
|
68
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬 Şħóώϊиğ ƒϊéľďś лêēďιήĝ яёνĭêώ 國國國國國國國國⟧
|
|
69
69
|
# Tooltip for View button explaining why fields need review
|
|
70
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒĭεļď πėėďŝ} other {# ƒïêľďѕ ʼnєėď}} яęνίеώ ąś βοх ΆĨ řèťüŗňέď ľσώ čöпƒïďеŋĉε. Čĺιĉķ ťö şτăґŧ гενιєωīиġ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
71
71
|
# Call to action to show only fields that need review
|
|
72
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬 Vìĕŵ 國⟧
|
|
73
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
74
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
|
74
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Āďď ⟧
|
|
75
75
|
# Label for the button that dismisses the template selection dialog
|
|
76
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
|
76
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ĉàʼnćêľ 國⟧
|
|
77
77
|
# Aria label for the button that closes the template selection dialog
|
|
78
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
|
78
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Ċļôśё 國⟧
|
|
79
79
|
# Title for the metadata template selection dialog
|
|
80
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
|
80
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Śёľєçţ Мėţάďąτα ΤęmΡľάţē 國國國國國國國⟧
|
|
81
81
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
|
82
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
|
82
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ċĺĕăř 國⟧
|
|
83
83
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
|
84
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
|
84
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Śëąѓċĥ άľĺ ţêmΡľαťεş 國國國國國⟧
|
|
85
85
|
# Placeholder text for the search input in the metadata template selector modal
|
|
86
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
|
86
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Śéǻřĉĥ åľĺ ţèmΡľατеѕ 國國國國國⟧
|
|
87
87
|
# Placeholder text prompting the user to select a template
|
|
88
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
|
88
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Şêļëčŧ α ŤēmΡĺåτë 國國國國國⟧
|
|
89
89
|
# Error message displayed when templates fail to load
|
|
90
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
90
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Čøúļď ņòť ľőáď ťеmΡľāţēş. Ŧѓγ αğāîń ĺαţěŕ 國國國國國國國國國國國國⟧
|
|
91
91
|
# Display name for custom metadata templates
|
|
92
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
|
92
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Čũŝţõm Μéťąďăŧä 國國國國⟧
|
|
93
93
|
# Description for the search input field in the metadata editor
|
|
94
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
|
94
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Śéāґĉħ ţέmΡļăţëŝ 國國國國⟧
|
|
95
95
|
# Call to encourage user to add metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
|
96
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Ăďď ţémΡļàťĕ 國國國⟧
|
|
97
97
|
# Label for value suggested by Box AI
|
|
98
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
|
98
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Бσх ĀĬ śцğĝεŝŧіöņ: 國國國國國⟧
|
|
99
99
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
100
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
100
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬 ßόх ǺÎ ŝùĝġèśťĩöń ({level} ćöпƒϊďêηсє) 國國國國國國國國國國⟧
|
|
101
101
|
# Aria-label for AI suggestion options
|
|
102
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
102
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ØΡŧïόńś 國國⟧
|
|
103
103
|
# Label for appending the AI suggestion
|
|
104
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
104
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ĂΡΡèńď 國⟧
|
|
105
105
|
# Label for clearing the current value and applying the AI suggestion
|
|
106
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
106
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Çľèãŗ άńď ŘéΡĺăċĕ 國國國國國⟧
|
|
107
107
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
108
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
108
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ćóпƒįґm 國國⟧
|
|
109
109
|
# Label for ignoring the AI suggestion
|
|
110
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
110
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ίĝлôґę 國⟧
|
|
111
111
|
# Label informing that AI suggestion value is the same as already existing value
|
|
112
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
112
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Βо× ĀĪ śūğğέѕţѕ τĥέ śämέ νäļúĕ àş ãьöνё 國國國國國國國國國國國⟧
|
|
113
113
|
# Aria label for the autofill button
|
|
114
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
114
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Âųτσƒïľĺ ẁĩŧħ Βòх Âİ 國國國國國⟧
|
|
115
115
|
# Aria label for the autofill button with the template name
|
|
116
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
116
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Ǻūťőƒіľļ {templateName} ŵìťħ Бô× ĂÍ 國國國國國國國⟧
|
|
117
117
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
118
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
118
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Áũŧòƒїľļ щіŧħ Бõ× ÄĪ (Ēŋħăηčêď) 國國國國國國國國國⟧
|
|
119
119
|
# Tooltip for the autofill button in GA
|
|
120
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
120
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 ĵťσƒìĺĺ ωīŧĥ ßσх Ąİ 國國國國國⟧
|
|
121
121
|
# Tooltip for the autofill button when using standard AI agent
|
|
122
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
122
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Äųţŏƒīľļ ẃîτĥ ßσ× ΆΪ (Śŧąňďáгď) 國國國國國國國國國⟧
|
|
123
123
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
124
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
124
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βóх ÁÌ ґĕτùřήëď нìġħ ćóйƒìďěʼnсε ({score}) ľêνеľ ƒŏѓ ţнíş ėхŧяäĉţϊόń. 國國國國國國國國國國國國國國國國國國國⟧
|
|
125
125
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
126
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
126
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βōх ÄΪ ŗēťúяπēď ļôω ċοηƒïďεňçё ({score}) ļėνёĺ ƒοя ŧħìŝ ε×ŧгá¢τїóπ. Ґёνĩёẁ ŧнė νāļūê. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
127
127
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
128
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
128
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßò× ÃĬ яēŧûŕйęď ĺóẁ ¢οпƒĭďēлçè ({score}) ľένęľ ƒόѓ τħĩś é×ŧŗą¢ţїōŋ вúť іť ώāѕ ǻ¢ĉέΡŧєď вŷ α нůmąπ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
129
129
|
# Label informing how to confirm deletion of the template
|
|
130
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
130
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ćσиƒìгm ďėĺеτιŏη όƒ Мèťäďάτá іńŝτāňçė 國國國國國國國國國國國⟧
|
|
131
131
|
# Paragraph asking user are they sure that they want to delete the template
|
|
132
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
132
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äгέ ỳôú ѕμґé Уőù ωäńτ ŧο ďèļěťě ŧħê "{templateName}" Μëţǻďáţą ťєmΡĺąťé, àпď âĺľ öƒ ĩťѕ νâļüєѕ ƒѓöm ţħіŝ ƒίļë? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
133
133
|
# Paragraph asking user are they sure that they want to delete the template
|
|
134
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ářë ýóū ѕµŗę Уομ ẃàлţ ţο ďέļēťέ ŧĥë "{templateName}" Мέŧàďαţå ίńśŧāńċé, āņď îτś νãļŭęş? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
135
135
|
# Label informing how to confirm deletion of the template
|
|
136
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤγΡė ŧħё Мέťăďąťä ŢémΡĺάτë’ѕ пâmε ŧό ċôņƒīгm ďеļєťįôπ 國國國國國國國國國國國國國國國⟧
|
|
137
137
|
# Paragraph informing that data cannot be restored
|
|
138
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
138
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Öηćє ďěļεţěď, Μèťãďáťǻ νãľųĕŝ ćǻпήоť ьę ґєѕţōгěď. 國國國國國國國國國國國國國國⟧
|
|
139
139
|
# CTA to cancel deletion of the template
|
|
140
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
140
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ćãйсєĺ 國⟧
|
|
141
141
|
# CTA to confirm deletion of the template
|
|
142
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
142
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ĉόńƒîŗm 國國⟧
|
|
143
143
|
# CTA to confirm deletion of the template
|
|
144
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
144
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďёļěτё 國⟧
|
|
145
145
|
# Template named used when user created custom metadata template
|
|
146
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
146
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćůѕţοm Мêτäďāŧâ 國國國國⟧
|
|
147
147
|
# Aria label for Dismiss (x) button
|
|
148
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
148
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðîѕmιѕŝ 國國⟧
|
|
149
149
|
# Header informing that template will be deleted
|
|
150
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
150
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðëĺèτę "{templateName}" 國國國國⟧
|
|
151
151
|
# Aria label for header informing that template will be deleted
|
|
152
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
152
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðèļėţè Μёτάďαťǻ ŤєmΡľáτέ 國國國國國國國⟧
|
|
153
153
|
# Badge shown on field label indicating a low confidence AI extraction
|
|
154
|
-
metadataEditor.fieldLabel.lowConfidenceBadge = ⟦
|
|
154
|
+
metadataEditor.fieldLabel.lowConfidenceBadge = ⟦ Ĺσш ⟧
|
|
155
155
|
# Description of Box AI features
|
|
156
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
156
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Џŝë ţħę Ροώėŗ õƒ Бο× ÁÍ ťõ qµї¢κľý ¢αΡτùгê ďŏčümĕпţ mεŧàďäţã, ωίţĥ èνёѓ-ϊпçŗεāŝîйġ åĉćūřαçý. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
157
157
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
158
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
158
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Äμŧōƒîĺļ Мĕτǻďąŧá щіŧĥ βò× ĂΊ 國國國國國國國國⟧
|
|
159
159
|
# Description of metadata features
|
|
160
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
160
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áďď Мêτàďαţä το γόüґ ƒĭĺе ţő şúΡΡōřŧ вüѕîŋęşş őΡēŕāŧīõпŝ, ẃοѓкƒľóẃś, àńď mōгê! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
161
161
|
# Call to encourage user to add metadata templates
|
|
162
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
162
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Αďď Мëτάďąťá ŢėmΡľάŧĕś 國國國國國國⟧
|
|
163
163
|
# Aria label used to clear search input
|
|
164
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
164
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉĺεãř śєãґĉĥ 國國國⟧
|
|
165
165
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
166
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
166
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Νσ ŗёѕúľτş ƒоµņď 國國國國⟧
|
|
167
167
|
# Display name for custom metadata templates
|
|
168
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
168
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċμŝτσm Μěŧäďäτá 國國國國⟧
|
|
169
169
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
170
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
170
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻŕìá ĺäвέļ ƒőґ şüвţιŧļĕ ẃϊťĥ ƒíľťεřιиğ ďéτάιľş. Ϊπƒояmѕ üśèя ŵнíčн τèmΡľατёŝ ẁêяę ćħôşěй. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
171
171
|
# 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.
|
|
172
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
172
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Äľľ ŢėmΡļãτêş 國國國⟧
|
|
173
173
|
# 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.
|
|
174
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
174
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} óƒ {visibleTemplatesNumber} ŦеmΡľάťëŝ 國國國國國國國⟧
|
|
175
175
|
# Call to show empty values
|
|
176
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
176
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Śėè ėmΡτў νäľůéŝ 國國國國⟧
|
|
177
177
|
# Header informing user that there are no values in the template
|
|
178
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
178
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ŧнϊś ŧęmΡĺăťé ĥäś ńŏ νäļцéŝ 國國國國國國國國⟧
|
|
179
179
|
# Header informing user that there are no attributes in the template
|
|
180
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
180
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ţĥíŝ ťëmΡĺâŧе ħāś ňö ăτťřīьűτеş 國國國國國國國國國⟧
|
|
181
181
|
# Caption about no empty values to be shown
|
|
182
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
182
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţħιŝ ţêmΡļăτē нåś ňο νäļμęѕ 國國國國國國國國⟧
|
|
183
183
|
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
184
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬 ÂčсêΡŧ є×ţřąćτеď ναĺûè 國國國國國國⟧
|
|
185
185
|
# Tooltip for the button that accepts the low confidence value
|
|
186
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬 ÂćĉέΡť Vάļµę 國國國⟧
|
|
187
187
|
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
188
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬 Ċĺеåг ęםřâċŧėď νǻļũё 國國國國國國⟧
|
|
189
189
|
# Tooltip for the button that clears the field value and confidence score
|
|
190
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬 Čľεăя Väĺцĕ 國國國⟧
|
|
191
191
|
# Description text explaining why the field needs review
|
|
192
|
-
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬
|
|
192
|
+
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬 Βø× ĂĮ ґĕţúґлέď ľøẃ çόŋƒįďеиćè 國國國國國國國國⟧
|
|
193
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
194
|
-
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬
|
|
194
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬 Νèεďŝ ґęνїěẁ 國國國⟧
|
|
195
195
|
# Aria label for the loading indicator shown while a review accept or clear action is processing
|
|
196
|
-
metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
196
|
+
metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = ⟦萬萬萬萬萬萬萬 Pŗо¢ёśśîńĝ гėνįęщ äçτīōň 國國國國國國國⟧
|
|
197
197
|
# Description how metadata can be added
|
|
198
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
198
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бѓόшѕè όг şеαřćн ƒõŕ ỳøµŕ īţémş ţô áΡΡľγ åŋď èďĩŧ mëťãďăťǻ 國國國國國國國國國國國國國國國國國⟧
|
|
199
199
|
# Call to encourage user apply metadata templates
|
|
200
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
200
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ΑΡΡļУ Мέŧåďăţä ŢεmΡļåŧěѕ 國國國國國國國⟧
|
|
201
201
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
202
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
202
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Äďď πєώ ăτťгîьµţέ τô Ćüŝŧоm Μěţαďāŧå 國國國國國國國國國國⟧
|
|
203
203
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
204
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
204
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Áďď ⟧
|
|
205
205
|
# Label for the attribute name input field
|
|
206
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
206
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Άŧτřїьūŧę Νåmę 國國國國⟧
|
|
207
207
|
# Cancel button text
|
|
208
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
208
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ċäη¢ĕļ 國⟧
|
|
209
209
|
# Error enforcing unique key for custom metadata
|
|
210
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
210
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 ΚєУ ǻľřèãďУ ехїşτѕ. 國國國國國⟧
|
|
211
211
|
# Error enforcing non internal key for custom metadata
|
|
212
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
212
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķĕÿŝ ¢áňʼnŏţ вêġĩņ ώіŧħ ã $. 國國國國國國國國⟧
|
|
213
213
|
# Placeholder for the key field for custom metadata
|
|
214
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
214
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 έ.ġ. Óѓďĕѓ Ňũmвєř 國國國國國⟧
|
|
215
215
|
# Error enforcing required key for custom metadata
|
|
216
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
216
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ķēý ĭś řёqűίřèď 國國國國⟧
|
|
217
217
|
# Label for the value input field
|
|
218
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
|
218
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Våľцĕ 國⟧
|
|
219
219
|
# Placeholder for the value field for custom metadata
|
|
220
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
220
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 έ.ĝ. 42 國國⟧
|
|
221
221
|
# Loading message when autofill metadata extraction endpoint is called
|
|
222
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
222
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ĕםґάĉţìπğ Мέţàďąŧà 國國國國國⟧
|
|
223
223
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
224
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
|
224
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďϊŝmϊśś 國國⟧
|
|
225
225
|
# Description for error state when fetching AI suggestions failed
|
|
226
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pľēαśė τřý ǻğäĩʼn ĭи â ƒëω mīηűτěş 國國國國國國國國國⟧
|
|
227
227
|
# Title for error state when fetching AI suggestions failed
|
|
228
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
228
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Μêťάďåťà ě×τяäçťϊôи ĉōűĺď ŋøť çοmΡĺęţě 國國國國國國國國國國國⟧
|
|
229
229
|
# Aria label for loading spinner
|
|
230
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
230
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ŀõǻďιήĝ 國國⟧
|
|
231
231
|
# Description for long loading state while fetching AI suggestions
|
|
232
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
232
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şŧìļļ шöяķіńğ õη ίτ! 國國國國國⟧
|
|
233
233
|
# Title for long loading state while fetching AI suggestions
|
|
234
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
234
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ţĥϊś ïѕ ťǻĸįиġ ļσиğëг τĥáņ ůѕüàļ 國國國國國國國國國⟧
|
|
235
235
|
# Description for error state when user lacks permissions for metadata extraction
|
|
236
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
236
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ỳøü ďŏή’τ ħàνę Ρęѓmïśśιøη ŧο äĉċėşś ţнé ďêѕťîηāŧīōŋ ƒöĺďēŕ ťó ėхτŕáčŧ mèτâďâτà. Pļεāѕё ċοйťā¢τ ŧħе óшйėя òѓ ýøũř äďmíʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
237
237
|
# Title for error state when user lacks permissions for metadata extraction
|
|
238
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
238
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Çäή’ŧ Ę×τяàсţ Μέτāďαŧā 國國國國國國⟧
|
|
239
239
|
# Button that allow to add new attribute to metadata custom instance
|
|
240
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Ąďď
|
|
240
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Ąďď Άţŧŕιьūţè 國國國國⟧
|
|
241
241
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
242
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
242
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðêļēţę {fieldName} ăτŧѓíьûťē 國國國國國國⟧
|
|
243
243
|
# Placeholder for the value field for custom metadata
|
|
244
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
244
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ŝěŧ νάľцę 國國⟧
|
|
245
245
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
246
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
246
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ċαńçēĺ 國⟧
|
|
247
247
|
# Call to action to delete Metadata Instance.
|
|
248
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
248
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ðèľěťě 國⟧
|
|
249
249
|
# Aria label used to indicate that the button is currently loading.
|
|
250
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
250
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ŀоάďĭήğ... 國國⟧
|
|
251
251
|
# Call to action to save Metadata Instance.
|
|
252
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
252
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Śăνê 國⟧
|
|
253
253
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
254
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
254
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Åúŧōƒїľļ 國國⟧
|
|
255
255
|
# Aria label for the autofill dropdown trigger
|
|
256
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
256
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Ŝëē åġęπť öΡŧíóήѕ. 國國國國國⟧
|
|
257
257
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
258
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
258
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺêáŝê čнęçķ ŕĕşΡõηѕěş вèƒôгē ѕăνìйĝ. 國國國國國國國國國國國⟧
|
|
259
259
|
# Header for AI suggestions is in Beta notice
|
|
260
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
260
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ΑĮ Ąŭţöƒіľļ їś ïʼn ßēťą 國國國國國國⟧
|
|
261
261
|
# Header with Custom Metadata template name
|
|
262
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
262
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Čцśťоm Мēŧäďąŧá 國國國國⟧
|
|
263
263
|
# Text for the enhanced extract agent
|
|
264
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
264
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Ěйħâņ¢ёď 國國⟧
|
|
265
265
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
266
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
266
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βöх ÁĪ шŏп’ţ ье ãвļе ţô àččęѕѕ ŧнє ēπτĩгē ĉσńτεпτ, ωħīсн mίġĥŧ Ⴣêĉŧ ϊŧѕ ãʼnśщëŕş. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
267
267
|
# Header for notice informing that text content is too large
|
|
268
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
268
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Ċòŋτëŋτ ïŝ τôο ĺáѓġе 國國國國國⟧
|
|
269
269
|
# Aria label used to indicate that the button is currently loading.
|
|
270
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
270
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ļøàďїйġ... 國國⟧
|
|
271
271
|
# Text for the standard extract agent
|
|
272
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
272
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Śτàņďāяď 國國⟧
|
|
273
273
|
# Accessible label for the confidence score warning icon in view mode
|
|
274
|
-
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
274
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ľоŵ čōŋƒϊďёňčё ŝćőґĕ - ѓενιéẁ ńёĕďęď 國國國國國國國國國國⟧
|
|
275
275
|
# Body for the unsaved changes modal
|
|
276
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
276
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μεťăďαţā ţęmΡĺāŧē(ŝ) ĥâνέ űлśάνéď ċнáʼnğеѕ. Ησẃ ẃõūľď Уόũ ĺίķë ťö Ρґô¢ėεď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
277
277
|
# Label for close (x) button
|
|
278
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
278
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ĉļόѕě 國⟧
|
|
279
279
|
# CTA for going back to edit mode of the current template
|
|
280
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
280
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ċοňτіиúē Έďîτîиğ 國國國國⟧
|
|
281
281
|
# CTA for discarding unsaved changes
|
|
282
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
282
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðïşçâŗď Ĉĥαňğëŝ 國國國國⟧
|
|
283
283
|
# Header for the unsaved changes modal
|
|
284
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
284
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ùņśáνėď Ćнãńġεş 國國國國⟧
|
|
285
285
|
# Call to action to hide all empty values
|
|
286
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
286
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħĩďê ęmΡţŷ νåĺμêś 國國國國國⟧
|
|
287
287
|
# Call to action to show hidden empty values
|
|
288
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
288
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Śĥσщ єmΡτỳ νάļûēŝ 國國國國國⟧
|
|
289
289
|
# Header with Custom Metadata template name
|
|
290
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
290
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Çűśťσm Μëτăďăτά 國國國國⟧
|
|
291
291
|
# Aria label for the edit button
|
|
292
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
292
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ėďìτ {templateName} 國國⟧
|
|
293
293
|
# Tooltip text explaining that by clicking button user can edit template
|
|
294
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
294
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ëďιţ 國⟧
|
|
295
295
|
# Default value for ancestor level value when it is empty
|
|
296
296
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
297
297
|
# Error message displayed resembling button that calls to action to reload the details
|
|
298
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
298
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ґëľόăď 國⟧
|
|
299
299
|
# Aria-label text for the error icon in the loading results error message
|
|
300
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
300
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ęяřóя 國⟧
|
|
301
301
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
302
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
302
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣åïĺєď ţò ľòãď ďěţàĭĺś 國國國國國國⟧
|
|
303
303
|
# Visually hidden aria-label text for the loading spinner
|
|
304
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
304
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ļоâďіņġ... 國國⟧
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._metadataInstanceContent_1cb0f_1{display:flex;flex-direction:column;gap:var(--space-4)}._metadataInstanceContentReducedGap_1cb0f_7{gap:.375rem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._metadataInstanceForm_ztv76_1{display:flex;flex-direction:column;gap:var(--space-3)}._wrapperGradient_ztv76_7[data-modern=false]{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:var(--radius-4)}._wrapperGradient_ztv76_7[data-modern=true]{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:var(--bp-radius-10)}._suggestionsFetching_ztv76_17{background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent}._metadataInstanceFormContent_ztv76_23{position:relative;display:flex;flex-direction:column;gap:var(--space-3)}._metadataInstanceFormContentReducedGap_ztv76_30{gap:.375rem}._showOverlay_ztv76_34{min-height:172px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._spacious_1325e_1{padding:.375rem}._clickableField_1325e_5{cursor:pointer;border-radius:var(--bp-space-030);transition:background-color .25s ease}._clickableField_1325e_5:hover{background-color:var(--bp-surface-surface-hover)}._selectedField_1325e_14{border-radius:var(--bp-space-030);background-color:var(--bp-surface-card-surface-focus);outline:var(--bp-border-02) solid var(--bp-outline-focus-on-light)}._selectedField_1325e_14:hover{background-color:var(--bp-surface-card-surface-focus)}
|
package/dist/styles/utils.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._noAttributesText_1oruv_2{text-align:center}._fieldWrapper_1oruv_6{position:relative;isolation:isolate}._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>input,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>button,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div[role=group]>div,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div>div,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div>input,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>input,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>button,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div[role=group]>div,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>div,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>input{border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>input:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>button:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div[role=group]>div:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div>div:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11>div>input:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>input:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>button:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div[role=group]>div:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>div:not(:disabled,:focus-visible,._error_1oruv_25):hover,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>input:not(:disabled,:focus-visible,._error_1oruv_25):hover{border-bottom:none}._fieldWrapper_1oruv_6 ._hasSuggestion_1oruv_11 div[role=group]>div,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16 div[role=group]>div{margin-right:var(--bp-border-01);margin-left:var(--bp-border-01)}._fieldWrapper_1oruv_6 ._dateField_1oruv_44>div[role=group]>div{padding-inline:var(--bp-space-030);background:var(--bp-surface-input-surface)}._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>._comboboxContainer_1oruv_49,._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>input,._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>button,._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>div[role=group]>div,._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>div>div,._fieldWrapper_1oruv_6 ._aiApproved_1oruv_49>div>input{box-sizing:border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-clip:padding-box,border-box!important;background-origin:border-box!important;border:double var(--bp-border-01) transparent!important;outline:none;border-radius:var(--bp-radius-03)}._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>._comboboxContainer_1oruv_49,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>input,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>button,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div[role=group]>div,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>div,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>input{box-sizing:border-box!important;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-clip:padding-box,border-box!important;background-origin:border-box!important;border:double var(--bp-border-01) transparent!important;outline:none;border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;padding-top:var(--bp-border-01)!important}._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>input:focus-visible,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>button:focus-visible,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div[role=group]>div:focus-within,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>div:focus-within,._fieldWrapper_1oruv_6 ._hasConfidenceReview_1oruv_16>div>input:focus-visible{background:#fff!important;border-style:solid!important;border-width:.125rem!important;border-color:#2486fc!important;border-bottom:none!important;padding-top:0!important;outline:0}._labelWrapper_1oruv_96{display:flex;align-items:baseline;justify-content:space-between;width:100%}._labelWrapper_1oruv_96 ._labelText_1oruv_102{flex:unset!important}._labelWrapper_1oruv_96 ._labelTruncated_1oruv_105{flex:0 1 auto!important;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._labelWrapper_1oruv_96 ._labelIcon_1oruv_112{flex-shrink:0;width:var(--bp-space-040);height:var(--bp-space-040);margin-inline:var(--bp-space-030)}
|
|
@@ -8,6 +8,8 @@ export type TemplateInstanceProps = {
|
|
|
8
8
|
isExternallyOwned?: boolean;
|
|
9
9
|
isMultilevelTaxonomyFieldEnabled: boolean;
|
|
10
10
|
isConfidenceScoreReviewEnabled?: boolean;
|
|
11
|
+
onSelectMetadataField?: (field: MetadataTemplateField | null) => void;
|
|
12
|
+
selectedMetadataFieldId?: string | null;
|
|
11
13
|
};
|
|
12
14
|
export type MetadataFieldProps = {
|
|
13
15
|
description?: string | null;
|
|
@@ -29,6 +29,8 @@ export type MetadataInstanceFormProps = {
|
|
|
29
29
|
MetadataInstanceFormCustomWrapper?: React.ComponentType<MetadataInstanceFormWrapperProps<null>>;
|
|
30
30
|
isAdvancedExtractAgentEnabled?: boolean;
|
|
31
31
|
isConfidenceScoreReviewEnabled?: boolean;
|
|
32
|
+
onSelectMetadataField?: (field: MetadataTemplateField | null) => void;
|
|
33
|
+
selectedMetadataFieldId?: string | null;
|
|
32
34
|
};
|
|
33
35
|
export type MetadataInstanceFormWrapperProps<T> = {
|
|
34
36
|
areAiSuggestionsAvailable: boolean;
|