@box/metadata-editor 1.33.0 → 1.35.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/types.js +5 -2
- package/dist/esm/index.js +38 -37
- package/dist/esm/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.js +49 -48
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +38 -35
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +92 -90
- package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +13 -11
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +27 -25
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.js +11 -9
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-entry-display.js +9 -7
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +19 -17
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-value.js +21 -19
- package/dist/esm/lib/utils/confidence-score/format-confidence-score-percent.js +6 -0
- package/dist/esm/lib/utils/confidence-score/get-confidence-score-tooltip.js +25 -0
- package/dist/esm/lib/utils/confidence-score/get-fields-needing-review.js +7 -0
- package/dist/esm/lib/utils/confidence-score/messages.js +18 -0
- package/dist/i18n/bn-IN.js +3 -0
- package/dist/i18n/bn-IN.properties +6 -0
- package/dist/i18n/da-DK.js +3 -0
- package/dist/i18n/da-DK.properties +6 -0
- package/dist/i18n/de-DE.js +3 -0
- package/dist/i18n/de-DE.properties +6 -0
- package/dist/i18n/en-AU.js +3 -0
- package/dist/i18n/en-AU.properties +6 -0
- package/dist/i18n/en-CA.js +3 -0
- package/dist/i18n/en-CA.properties +6 -0
- package/dist/i18n/en-GB.js +3 -0
- package/dist/i18n/en-GB.properties +6 -0
- package/dist/i18n/en-US.js +3 -0
- package/dist/i18n/en-US.properties +6 -0
- package/dist/i18n/en-x-pseudo.js +133 -130
- package/dist/i18n/en-x-pseudo.properties +136 -130
- package/dist/i18n/es-419.js +3 -0
- package/dist/i18n/es-419.properties +6 -0
- package/dist/i18n/es-ES.js +3 -0
- package/dist/i18n/es-ES.properties +6 -0
- package/dist/i18n/fi-FI.js +3 -0
- package/dist/i18n/fi-FI.properties +6 -0
- package/dist/i18n/fr-CA.js +3 -0
- package/dist/i18n/fr-CA.properties +6 -0
- package/dist/i18n/fr-FR.js +3 -0
- package/dist/i18n/fr-FR.properties +6 -0
- package/dist/i18n/hi-IN.js +3 -0
- package/dist/i18n/hi-IN.properties +6 -0
- package/dist/i18n/it-IT.js +3 -0
- package/dist/i18n/it-IT.properties +6 -0
- package/dist/i18n/ja-JP.js +3 -0
- package/dist/i18n/ja-JP.properties +6 -0
- package/dist/i18n/json/src/lib/utils/confidence-score/messages.json +1 -0
- package/dist/i18n/ko-KR.js +3 -0
- package/dist/i18n/ko-KR.properties +6 -0
- package/dist/i18n/nb-NO.js +3 -0
- package/dist/i18n/nb-NO.properties +6 -0
- package/dist/i18n/nl-NL.js +3 -0
- package/dist/i18n/nl-NL.properties +6 -0
- package/dist/i18n/pl-PL.js +3 -0
- package/dist/i18n/pl-PL.properties +6 -0
- package/dist/i18n/pt-BR.js +3 -0
- package/dist/i18n/pt-BR.properties +6 -0
- package/dist/i18n/ru-RU.js +3 -0
- package/dist/i18n/ru-RU.properties +6 -0
- package/dist/i18n/sv-SE.js +3 -0
- package/dist/i18n/sv-SE.properties +6 -0
- package/dist/i18n/tr-TR.js +3 -0
- package/dist/i18n/tr-TR.properties +6 -0
- package/dist/i18n/zh-CN.js +3 -0
- package/dist/i18n/zh-CN.properties +6 -0
- package/dist/i18n/zh-TW.js +3 -0
- package/dist/i18n/zh-TW.properties +6 -0
- 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 +1 -0
- 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 +1 -0
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-entry-display.d.ts +1 -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/taxonomy-entry/taxonomy-value.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/types.d.ts +3 -0
- package/dist/types/lib/components/metadata-instance-list/types.d.ts +1 -0
- package/dist/types/lib/types.d.ts +16 -0
- package/dist/types/lib/utils/confidence-score/format-confidence-score-percent.d.ts +13 -0
- package/dist/types/lib/utils/confidence-score/get-confidence-score-tooltip.d.ts +10 -0
- package/dist/types/lib/utils/confidence-score/get-fields-needing-review.d.ts +7 -0
- package/dist/types/lib/utils/confidence-score/messages.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,262 +1,268 @@
|
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ćľëąŕ īņΡũτ ąηď śęļёčťįоη 國國國國國國國⟧
|
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
|
4
|
-
comboboxWithApiPagination.errorAction = ⟦萬
|
|
4
|
+
comboboxWithApiPagination.errorAction = ⟦萬 Ґёĺõαď 國⟧
|
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
|
6
|
-
comboboxWithApiPagination.errorIconLabel = ⟦萬
|
|
6
|
+
comboboxWithApiPagination.errorIconLabel = ⟦萬 Σґŗŏŕ 國⟧
|
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
|
8
|
-
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬
|
|
8
|
+
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣αíĺєď ŧσ ĺσǻď όΡτĭøπѕ 國國國國國國⟧
|
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ļŏãďĭйğ... 國國⟧
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ŀόάďíήġ môѓé... 國國國國⟧
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ŋσ ŗęśűľťѕ ƒőűйď 國國國國⟧
|
|
15
15
|
# Aria label indicating that content is loading or in progress
|
|
16
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
|
16
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ľòǻďĩňğ 國國⟧
|
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
18
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
18
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Еήţéѓ ã ďäţё āƒŧĕѓ {date} 國國國國國國國⟧
|
|
19
19
|
# Label for the append radio button in the update mode selector
|
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ÃΡΡεйď 國⟧
|
|
21
21
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ёйŧèѓ ά ďáŧе ьєƒôгê {date} 國國國國國國國⟧
|
|
23
23
|
# Label for the Clear All & Replace radio button in the update mode selector
|
|
24
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬
|
|
24
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Čĺέàř Ăļľ & ЯĕΡĺąčě 國國國國國⟧
|
|
25
25
|
# Aria label for clearing the selected date
|
|
26
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬
|
|
26
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ćľěâŗ śеľё¢ťěď ďâŧε 國國國國國⟧
|
|
27
27
|
# Error message shown for an invalid field value
|
|
28
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬
|
|
28
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Īηναľĭď ƒîеľď νąļũε 國國國國國⟧
|
|
29
29
|
# Placeholder text 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τнеřę ąřě ņο åŧτяĩвüτеѕ îή τніş ŧěmΡļăŧε. 國國國國國國國國國國國國⟧
|
|
35
35
|
# Aria label for opening the calendar to pick a date
|
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ŐΡеи čάļěņďäґ ţø Ρїċк ǻ ďαťе 國國國國國國國國⟧
|
|
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òпτн 國國國國國⟧
|
|
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
|
# Placeholder text for selecting a taxonomy option
|
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Şęľēçť åи õΡťìōή 國國國國⟧
|
|
53
53
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ŧőĝġļè ûΡďäτè mōďέ śėĺεčτöѓ 國國國國國國國國⟧
|
|
55
55
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
56
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
|
56
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Ŵіτħ 國⟧
|
|
57
57
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
58
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
|
58
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Āďď ⟧
|
|
59
59
|
# Label for the button that dismisses the template selection dialog
|
|
60
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ćąņсєļ 國⟧
|
|
61
61
|
# Aria label for the button that closes the template selection dialog
|
|
62
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Çĺøśë 國⟧
|
|
63
63
|
# Title for the metadata template selection dialog
|
|
64
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Śéļëćţ Мёτàďäťā ŢémΡľâτе 國國國國國國國⟧
|
|
65
65
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
|
66
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Çļëáг 國⟧
|
|
67
67
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
|
68
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Śëǻгçħ ăľĺ ťĕmΡľąťєş 國國國國國⟧
|
|
69
69
|
# Placeholder text for the search input in the metadata template selector modal
|
|
70
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Şëäґ¢ĥ ąľľ τęmΡľǻťëŝ 國國國國國⟧
|
|
71
71
|
# Placeholder text prompting the user to select a template
|
|
72
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ѕêľеčť α ŢěmΡļàŧε 國國國國國⟧
|
|
73
73
|
# Error message displayed when templates fail to load
|
|
74
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çôμļď ŋøţ ļóαď ťēmΡĺāťėś. ŦґУ àğāĭи ļäτèґ 國國國國國國國國國國國國⟧
|
|
75
75
|
# Display name for custom metadata templates
|
|
76
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
|
76
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Čũѕťòm Мêťāďαţά 國國國國⟧
|
|
77
77
|
# Description for the search input field in the metadata editor
|
|
78
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
|
78
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ѕёăŕċħ ŧėmΡļäτєş 國國國國⟧
|
|
79
79
|
# Call to encourage user to add metadata templates
|
|
80
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
|
80
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Åďď τεmΡľàţę 國國國⟧
|
|
81
81
|
# Label for value suggested by Box AI
|
|
82
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
|
82
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Βóх ÁІ ŝüġġëşťĩõп: 國國國國國⟧
|
|
83
83
|
# Aria-label for AI suggestion options
|
|
84
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
84
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÖΡŧϊοʼnŝ 國國⟧
|
|
85
85
|
# Label for appending the AI suggestion
|
|
86
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
86
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ĂΡΡęņď 國⟧
|
|
87
87
|
# Label for clearing the current value and applying the AI suggestion
|
|
88
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
88
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ćĺєář ãņď ŖĕΡľąçё 國國國國國⟧
|
|
89
89
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
90
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
90
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ĉóńƒιѓm 國國⟧
|
|
91
91
|
# Label for ignoring the AI suggestion
|
|
92
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
92
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Îğňοŕé 國⟧
|
|
93
93
|
# Label informing that AI suggestion value is the same as already existing value
|
|
94
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
94
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Бő× ΑΪ śųġğеşτŝ ŧħε şάmе νâľűë âŝ αьòνě 國國國國國國國國國國國⟧
|
|
95
95
|
# Aria label for the autofill button
|
|
96
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
96
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Āũτоƒîľĺ ŵĭťħ ßοх ĀÎ 國國國國國⟧
|
|
97
97
|
# Aria label for the autofill button with the template name
|
|
98
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
98
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Αцŧóƒïļļ {templateName} ŵιťħ Бо× ÄĮ 國國國國國國國⟧
|
|
99
99
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
100
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
100
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Ǻűŧőƒĩĺĺ шîτĥ βõх ÃІ (Ěņĥåл¢ĕď) 國國國國國國國國國⟧
|
|
101
101
|
# Tooltip for the autofill button in GA
|
|
102
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
102
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 õţŏƒїľľ ẁïţн ßò× ĀÌ 國國國國國⟧
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
104
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Áûτŏƒįļĺ ωĩţħ Βσх ĂÎ (Şτáņďåгď) 國國國國國國國國國⟧
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßò× ÃÍ ѓеţűѓпеď ħϊġħ ćøиƒíďεлćε ({score}) ľένєĺ ƒоŗ ŧħіѕ ёхŧгàçτīоʼn. 國國國國國國國國國國國國國國國國國國國⟧
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßø× ÂĪ ѓêτüŗиęď ļóẁ čóлƒїďĕŋćė ({score}) ļêνеľ ƒóґ τħĭѕ ěхŧŗáċτίöń. Ѓéνіεώ ţĥě νąļúε. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çõпƒìďёлĉé şċòŗέ ({score}) ĥâŝ ьεєη яēνîέŵєď άйď α¢çεΡťèď ьў ťĥê ûŝęř. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
112
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ćόйƒīяm ďëĺĕτіôй öƒ Μëţäďąťá ϊńşŧàήčε 國國國國國國國國國國國⟧
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|
|
108
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
114
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āяę γôµ śцѓę γοű ŵåņτ ŧŏ ďеľέŧé ťħė "{templateName}" Мēτàďāŧą τεmΡľąτе, áпď āļļ ôƒ íţŝ νãĺūéş ƒŗòm τħíş ƒîļé? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
109
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
110
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
116
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αґё ŷõų śµґé ŷοù ωǻиţ ťô ďēĺěţέ ŧнė "{templateName}" Мєţàďǻτă ĩηŝţăŋçè, ǻŋď îţŝ νąľųěŝ? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
111
117
|
# Label informing how to confirm deletion of the template
|
|
112
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
118
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦÿΡĕ ţĥе Мεťąďăτã ŢèmΡľáţĕ’ŝ пąmе το çôňƒíгm ďéļεŧìσņ 國國國國國國國國國國國國國國國⟧
|
|
113
119
|
# Paragraph informing that data cannot be restored
|
|
114
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
120
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óиčĕ ďёļєťёď, Мėŧāďάťα νǻļüĕŝ čâήʼnôŧ ье řęѕţōřêď. 國國國國國國國國國國國國國國⟧
|
|
115
121
|
# CTA to cancel deletion of the template
|
|
116
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
122
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ċάйćεļ 國⟧
|
|
117
123
|
# CTA to confirm deletion of the template
|
|
118
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
124
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ĉõʼnƒïгm 國國⟧
|
|
119
125
|
# CTA to confirm deletion of the template
|
|
120
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
126
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďëľёτĕ 國⟧
|
|
121
127
|
# Template named used when user created custom metadata template
|
|
122
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
128
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćűѕτòm Μéŧáďǻŧǻ 國國國國⟧
|
|
123
129
|
# Aria label for Dismiss (x) button
|
|
124
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
130
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďιŝmїśş 國國⟧
|
|
125
131
|
# Header informing that template will be deleted
|
|
126
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
132
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďêĺêťę "{templateName}" 國國國國⟧
|
|
127
133
|
# Aria label for header informing that template will be deleted
|
|
128
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðėĺёťĕ Мęťąďατå ŢέmΡĺàŧê 國國國國國國國⟧
|
|
129
135
|
# Description of Box AI features
|
|
130
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űŝε τħę Ρóώëя øƒ βő× ÄΊ ťό qŭíćĸľγ çáΡţцřë ďøčμmєηţ męťãďâŧã, ẁįŧħ ěνέŗ-ϊπсѓèǻŝĭηġ á¢сµřάçγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
131
137
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
132
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
138
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Åũţόƒιĺĺ Μέτāďâτą ωĩţн Βσх ΑÍ 國國國國國國國國⟧
|
|
133
139
|
# Description of metadata features
|
|
134
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
140
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äďď Меťαďăťà ťô ỳøùŗ ƒįľε ťó ŝūΡΡöґţ ьűśίηěѕѕ öΡêяăţíôиş, ẁσґкƒļôωş, αηď mòŗē! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
135
141
|
# Call to encourage user to add metadata templates
|
|
136
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
142
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ăďď Мèŧāďäτä ŤěmΡĺáťêş 國國國國國國⟧
|
|
137
143
|
# Aria label used to clear search input
|
|
138
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
144
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ċļêäř ѕěåгčħ 國國國⟧
|
|
139
145
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
140
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
146
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ňö ŗєşûļŧѕ ƒοüиď 國國國國⟧
|
|
141
147
|
# Display name for custom metadata templates
|
|
142
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
148
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċûѕťøm Μéţãďǻťά 國國國國⟧
|
|
143
149
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
144
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
150
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áґįą ĺăвеļ ƒóŗ ѕµьτïτļĕ ŵïŧħ ƒίļţėŕїńġ ďεţāīļŝ. Îйƒōґmş űŝèг ŵнí¢ĥ ţεmΡľáţèѕ шèŗέ ćнσşей. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
145
151
|
# 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.
|
|
146
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
152
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Ăľľ ŤĕmΡľατеѕ 國國國⟧
|
|
147
153
|
# 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.
|
|
148
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
154
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} όƒ {visibleTemplatesNumber} ŦёmΡĺăτєş 國國國國國國國⟧
|
|
149
155
|
# Call to show empty values
|
|
150
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
156
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ŝεé єmΡťγ νàĺųėŝ 國國國國⟧
|
|
151
157
|
# Header informing user that there are no values in the template
|
|
152
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
158
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ţнίѕ ŧèmΡļăţе нάŝ ʼnø νăļµēś 國國國國國國國國⟧
|
|
153
159
|
# Header informing user that there are no attributes in the template
|
|
154
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
160
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τĥīş ŧėmΡļαţе нáş πŏ ăţτŗîьųťéś 國國國國國國國國國⟧
|
|
155
161
|
# Caption about no empty values to be shown
|
|
156
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
162
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ťĥïş ŧêmΡĺατє ħäѕ ňо νăļũĕŝ 國國國國國國國國⟧
|
|
157
163
|
# Description how metadata can be added
|
|
158
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
164
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßřόẁѕė òŕ śéāŗсĥ ƒőг γομŕ ĭţєmş ţō ǻΡΡĺÿ ăήď ěďíţ mёτåďäţą 國國國國國國國國國國國國國國國國國⟧
|
|
159
165
|
# Call to encourage user apply metadata templates
|
|
160
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
166
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÄΡΡľÿ Мέŧâďąţǻ ŦĕmΡĺāţęş 國國國國國國國⟧
|
|
161
167
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
162
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
168
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ǻďď πёώ äτŧŕìьūţё ŧσ Çųşŧøm Μĕţάďāŧå 國國國國國國國國國國⟧
|
|
163
169
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
164
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
170
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Āďď ⟧
|
|
165
171
|
# Label for the attribute name input field
|
|
166
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
172
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Âţţѓιьüţё Ŋάmê 國國國國⟧
|
|
167
173
|
# Cancel button text
|
|
168
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
174
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Çąņčеĺ 國⟧
|
|
169
175
|
# Error enforcing unique key for custom metadata
|
|
170
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
176
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ķèγ äļґĕαďγ ë×ιşťś. 國國國國國⟧
|
|
171
177
|
# Error enforcing non internal key for custom metadata
|
|
172
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
178
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķєўş ćǻпńõτ ьеġîņ ώίţн à $. 國國國國國國國國⟧
|
|
173
179
|
# Placeholder for the key field for custom metadata
|
|
174
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
180
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ĕ.ĝ. Öŕďęѓ Ŋμmвêг 國國國國國⟧
|
|
175
181
|
# Error enforcing required key for custom metadata
|
|
176
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
182
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 ЌéУ ïş řεqũіѓèď 國國國國⟧
|
|
177
183
|
# Label for the value input field
|
|
178
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
|
184
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vàĺúê 國⟧
|
|
179
185
|
# Placeholder for the value field for custom metadata
|
|
180
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
186
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ē.ġ. 42 國國⟧
|
|
181
187
|
# Loading message when autofill metadata extraction endpoint is called
|
|
182
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
188
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ëхŧґàćţϊņğ Μёτãďāτå 國國國國國⟧
|
|
183
189
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
184
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
|
190
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ðĩѕmĭŝѕ 國國⟧
|
|
185
191
|
# Description for error state when fetching AI suggestions failed
|
|
186
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 P
|
|
192
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pļèάѕε ŧřў ǻğäіи ìň ă ƒēŵ mīицţēŝ 國國國國國國國國國⟧
|
|
187
193
|
# Title for error state when fetching AI suggestions failed
|
|
188
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
194
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мëţǻďåţâ éхŧŕâçτĭση ćöŭļď ηõť ĉоmΡļєťε 國國國國國國國國國國國⟧
|
|
189
195
|
# Aria label for loading spinner
|
|
190
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
196
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ŀóåďīήĝ 國國⟧
|
|
191
197
|
# Description for long loading state while fetching AI suggestions
|
|
192
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
198
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şτìļļ ẃôяĸïηĝ öň íŧ! 國國國國國⟧
|
|
193
199
|
# Title for long loading state while fetching AI suggestions
|
|
194
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
200
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Τħīş ìś ţαкĩиġ ĺόйğéŕ ŧħáň ûŝцάļ 國國國國國國國國國⟧
|
|
195
201
|
# Description for error state when user lacks permissions for metadata extraction
|
|
196
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
202
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υõû ďоπ’τ ĥǻνê Ρëřmĭśŝîóй ŧő ä¢сěѕś τĥε ďéѕťιиǻτϊοʼn ƒοļďéŗ τö ε×τгâćţ mετăďάťǻ. Pľęάşè ĉŏйŧāčŧ ţнє оẃпėґ ог ŷõūѓ àďmĭń. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
197
203
|
# Title for error state when user lacks permissions for metadata extraction
|
|
198
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
204
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Čάń’ť Έ×ŧяăćť Μёτâďãťā 國國國國國國⟧
|
|
199
205
|
# Button that allow to add new attribute to metadata custom instance
|
|
200
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
|
206
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Âďď Ăťτŕϊвùťè 國國國國⟧
|
|
201
207
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
202
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
208
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðèľèŧε {fieldName} âťťŗϊьцτé 國國國國國國⟧
|
|
203
209
|
# Placeholder for the value field for custom metadata
|
|
204
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
210
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śēτ νǻľúĕ 國國⟧
|
|
205
211
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
206
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
212
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ċâηçęļ 國⟧
|
|
207
213
|
# Call to action to delete Metadata Instance.
|
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
214
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ðęľēţĕ 國⟧
|
|
209
215
|
# Aria label used to indicate that the button is currently loading.
|
|
210
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ľøâďįйğ... 國國⟧
|
|
211
217
|
# Call to action to save Metadata Instance.
|
|
212
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
218
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Śąνě 國⟧
|
|
213
219
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
214
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
220
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ąµŧσƒìĺļ 國國⟧
|
|
215
221
|
# Aria label for the autofill dropdown trigger
|
|
216
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
222
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Ѕęē åĝėлŧ ôΡτìöńŝ. 國國國國國⟧
|
|
217
223
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
218
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 P
|
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺěąѕє çнėćķ řέşΡòŋŝέѕ ьėƒôѓέ śâνįпğ. 國國國國國國國國國國國⟧
|
|
219
225
|
# Header for AI suggestions is in Beta notice
|
|
220
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ÃÎ Ąűţōƒĩľļ îś ìл ßėţã 國國國國國國⟧
|
|
221
227
|
# Header with Custom Metadata template name
|
|
222
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
228
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉцŝτσm Μěťăďάťå 國國國國⟧
|
|
223
229
|
# Text for the enhanced extract agent
|
|
224
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
230
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Ēņħάлсéď 國國⟧
|
|
225
231
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
226
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
232
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бσх ΆÎ ŵőп’τ ьέ âьļε ťō àć¢êŝş ťħé εŋťĩгě čòήťêņŧ, ωħίčн mίğħţ Ⴣеĉť īťѕ ăŋŝώёгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
227
233
|
# Header for notice informing that text content is too large
|
|
228
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
234
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Çòŋţєπţ ιѕ ţóõ ļåяġĕ 國國國國國⟧
|
|
229
235
|
# Aria label used to indicate that the button is currently loading.
|
|
230
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
236
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ŀőάďīйĝ... 國國⟧
|
|
231
237
|
# Text for the standard extract agent
|
|
232
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
238
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ŝţåиďáґď 國國⟧
|
|
233
239
|
# Body for the unsaved changes modal
|
|
234
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
240
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μéŧăďāŧã ťĕmΡļáťě(ş) ĥąνе ũņŝǻνêď ¢ĥãπğέѕ. Ĥóщ ώόůĺď ўôŭ ĺíķě τő Ρŗøčĕёď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
235
241
|
# Label for close (x) button
|
|
236
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
242
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ċĺóşè 國⟧
|
|
237
243
|
# CTA for going back to edit mode of the current template
|
|
238
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
244
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Çóήτίņŭέ Ĕďìτįлġ 國國國國⟧
|
|
239
245
|
# CTA for discarding unsaved changes
|
|
240
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
246
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðιѕсαŕď Ĉнǻńĝěѕ 國國國國⟧
|
|
241
247
|
# Header for the unsaved changes modal
|
|
242
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
248
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Üʼnśãνêď Çнαйġëѕ 國國國國⟧
|
|
243
249
|
# Call to action to hide all empty values
|
|
244
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
250
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħіďė ёmΡτý νâľúёś 國國國國國⟧
|
|
245
251
|
# Call to action to show hidden empty values
|
|
246
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
252
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Śĥōŵ ĕmΡťỳ νâľũėѕ 國國國國國⟧
|
|
247
253
|
# Header with Custom Metadata template name
|
|
248
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
254
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ćμŝτōm Μέτáďâτá 國國國國⟧
|
|
249
255
|
# Aria label for the edit button
|
|
250
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
256
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ěďíŧ {templateName} 國國⟧
|
|
251
257
|
# Tooltip text explaining that by clicking button user can edit template
|
|
252
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
258
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Єďĩŧ 國⟧
|
|
253
259
|
# Default value for ancestor level value when it is empty
|
|
254
260
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
255
261
|
# Error message displayed resembling button that calls to action to reload the details
|
|
256
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
262
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŗěľόăď 國⟧
|
|
257
263
|
# Aria-label text for the error icon in the loading results error message
|
|
258
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
264
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Εŗŕоѓ 國⟧
|
|
259
265
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
260
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
266
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣άĭľёď ŧό ĺοăď ďèŧαїĺŝ 國國國國國國⟧
|
|
261
267
|
# Visually hidden aria-label text for the loading spinner
|
|
262
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
268
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ľоàďíлĝ... 國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -51,6 +51,9 @@ export default {
|
|
|
51
51
|
"metadataEditor.autofillButton.tooltip.enhanced": "Autocompletar con Box AI (mejorado)",
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.ga": "Autocompletar con Box AI",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.standard": "Autocompletar con Box AI (estándar)",
|
|
54
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Confidence score ({score}) has been reviewed and accepted by the user.",
|
|
54
57
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
|
|
55
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
|
56
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
|
|
@@ -102,6 +102,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autocompletar con Box AI (mejor
|
|
|
102
102
|
metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
104
|
metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Confidence score ({score}) has been reviewed and accepted by the user.
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
112
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -51,6 +51,9 @@ export default {
|
|
|
51
51
|
"metadataEditor.autofillButton.tooltip.enhanced": "Autocompletar con Box AI (mejorado)",
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.ga": "Autocompletar con Box AI",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.standard": "Autocompletar con Box AI (estándar)",
|
|
54
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Confidence score ({score}) has been reviewed and accepted by the user.",
|
|
54
57
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
|
|
55
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
|
56
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
|
|
@@ -102,6 +102,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autocompletar con Box AI (mejor
|
|
|
102
102
|
metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
104
|
metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Confidence score ({score}) has been reviewed and accepted by the user.
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
112
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -51,6 +51,9 @@ export default {
|
|
|
51
51
|
"metadataEditor.autofillButton.tooltip.enhanced": "Automaattinen täyttö Box AI:n avulla (tehostettu)",
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.ga": "Automaattinen täyttö Box AI:n avulla",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.standard": "Automaattinen täyttö Box AI:n avulla (vakio)",
|
|
54
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Confidence score ({score}) has been reviewed and accepted by the user.",
|
|
54
57
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Vahvista metatietoesiintymän poistaminen",
|
|
55
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
|
|
56
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Haluatko varmasti poistaa metatietoesiintymän ”{templateName}” ja sen arvot?",
|
|
@@ -102,6 +102,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Automaattinen täyttö Box AI:n
|
|
|
102
102
|
metadataEditor.autofillButton.tooltip.ga = Automaattinen täyttö Box AI:n avulla
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
104
|
metadataEditor.autofillButton.tooltip.standard = Automaattinen täyttö Box AI:n avulla (vakio)
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Confidence score ({score}) has been reviewed and accepted by the user.
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
112
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Vahvista metatietoesiintymän poistaminen
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -51,6 +51,9 @@ export default {
|
|
|
51
51
|
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
|
54
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Confidence score ({score}) has been reviewed and accepted by the user.",
|
|
54
57
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
|
55
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
|
|
56
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
|
@@ -102,6 +102,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Bo
|
|
|
102
102
|
metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
104
|
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Confidence score ({score}) has been reviewed and accepted by the user.
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
112
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -51,6 +51,9 @@ export default {
|
|
|
51
51
|
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
|
54
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Confidence score ({score}) has been reviewed and accepted by the user.",
|
|
54
57
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
|
55
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
|
|
56
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
|
@@ -102,6 +102,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Bo
|
|
|
102
102
|
metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
|
103
103
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
104
|
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
|
105
|
+
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
|
|
107
|
+
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
|
|
109
|
+
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Confidence score ({score}) has been reviewed and accepted by the user.
|
|
105
111
|
# Label informing how to confirm deletion of the template
|
|
106
112
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
|
107
113
|
# Paragraph asking user are they sure that they want to delete the template
|