@box/metadata-editor 1.52.4 → 1.53.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/utils2.js +27 -26
- package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +81 -67
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +60 -59
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +24 -24
- package/dist/esm/lib/utils/confidence-score/get-fields-needing-review.js +4 -4
- package/dist/esm/lib/utils/confidence-score/index.js +10 -0
- package/dist/esm/lib/utils/confidence-score/is-confidence-score-needing-review.js +7 -0
- package/dist/i18n/bn-IN.js +6 -6
- package/dist/i18n/bn-IN.properties +12 -0
- package/dist/i18n/da-DK.js +6 -6
- package/dist/i18n/da-DK.properties +12 -0
- package/dist/i18n/de-DE.js +6 -6
- package/dist/i18n/de-DE.properties +12 -0
- package/dist/i18n/en-AU.properties +12 -0
- package/dist/i18n/en-CA.properties +12 -0
- package/dist/i18n/en-GB.properties +12 -0
- package/dist/i18n/en-x-pseudo.js +148 -148
- package/dist/i18n/en-x-pseudo.properties +154 -142
- package/dist/i18n/es-419.js +6 -6
- package/dist/i18n/es-419.properties +12 -0
- package/dist/i18n/es-ES.js +6 -6
- package/dist/i18n/es-ES.properties +12 -0
- package/dist/i18n/fi-FI.js +6 -6
- package/dist/i18n/fi-FI.properties +12 -0
- package/dist/i18n/fr-CA.js +6 -6
- package/dist/i18n/fr-CA.properties +12 -0
- package/dist/i18n/fr-FR.js +6 -6
- package/dist/i18n/fr-FR.properties +12 -0
- package/dist/i18n/hi-IN.js +6 -6
- package/dist/i18n/hi-IN.properties +12 -0
- package/dist/i18n/it-IT.js +6 -6
- package/dist/i18n/it-IT.properties +12 -0
- package/dist/i18n/ja-JP.js +6 -6
- package/dist/i18n/ja-JP.properties +12 -0
- package/dist/i18n/ko-KR.js +6 -6
- package/dist/i18n/ko-KR.properties +12 -0
- package/dist/i18n/nb-NO.js +6 -6
- package/dist/i18n/nb-NO.properties +12 -0
- package/dist/i18n/nl-NL.js +6 -6
- package/dist/i18n/nl-NL.properties +12 -0
- package/dist/i18n/pl-PL.js +6 -6
- package/dist/i18n/pl-PL.properties +12 -0
- package/dist/i18n/pt-BR.js +6 -6
- package/dist/i18n/pt-BR.properties +12 -0
- package/dist/i18n/ru-RU.js +6 -6
- package/dist/i18n/ru-RU.properties +12 -0
- package/dist/i18n/sv-SE.js +6 -6
- package/dist/i18n/sv-SE.properties +12 -0
- package/dist/i18n/tr-TR.js +6 -6
- package/dist/i18n/tr-TR.properties +12 -0
- package/dist/i18n/zh-CN.js +6 -6
- package/dist/i18n/zh-CN.properties +12 -0
- package/dist/i18n/zh-TW.js +6 -6
- package/dist/i18n/zh-TW.properties +12 -0
- package/dist/styles/utils.css +1 -1
- package/dist/types/lib/components/metadata-editor-fields/types.d.ts +1 -0
- package/dist/types/lib/utils/confidence-score/index.d.ts +4 -0
- package/dist/types/lib/utils/confidence-score/is-confidence-score-needing-review.d.ts +2 -0
- package/package.json +9 -9
|
@@ -1,286 +1,298 @@
|
|
|
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 = ⟦萬萬萬萬萬萬萬 Ĉľεăŕ їʼnΡūţ ăπď śêľëčŧíόņ 國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬 Éʼnŧεѓ á ďąŧé ьêƒøґε {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 = ⟦萬萬萬萬萬萬萬萬 ÔΡεʼ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ŏήŧĥ 國國國國國⟧
|
|
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 = ⟦萬萬萬萬 Ŝėļέĉť åʼn őΡťîоň 國國國國⟧
|
|
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 {# ƒīεľďѕ πēėď}} ѓєνìĕẃ άś Βøх ÅĪ гέŧūяήєď ĺôẃ ċöηƒίďέńĉе. Ćļîĉĸ ŧō ŝţářţ ґèνїεωīήğ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬 Čãйĉęļ 國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çόŭľď ʼnøť ľόάď τе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
|
# Aria-label for AI suggestion options
|
|
100
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
100
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÖΡτîôήś 國國⟧
|
|
101
101
|
# Label for appending the AI suggestion
|
|
102
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
102
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ĄΡΡέňď 國⟧
|
|
103
103
|
# Label for clearing the current value and applying the AI suggestion
|
|
104
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
104
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ćļеàŗ äŋď ŔєΡĺαсе 國國國國國⟧
|
|
105
105
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
106
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
106
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Çőńƒìѓm 國國⟧
|
|
107
107
|
# Label for ignoring the AI suggestion
|
|
108
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
108
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ĩĝиόяĕ 國⟧
|
|
109
109
|
# Label informing that AI suggestion value is the same as already existing value
|
|
110
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 ßòх Ǻİ şμġĝëѕťś ŧне şâmє νăľųέ ąś åвоνё 國國國國國國國國國國國⟧
|
|
111
111
|
# Aria label for the autofill button
|
|
112
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
112
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Άūţσƒϊľļ ẃіτħ Βοх ĄІ 國國國國國⟧
|
|
113
113
|
# Aria label for the autofill button with the template name
|
|
114
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
114
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Áűţóƒϊĺľ {templateName} ẁĩţħ βóх ÀĬ 國國國國國國國⟧
|
|
115
115
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
116
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
116
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Āμτοƒįĺļ ẃīťн ßōх ĄÌ (Ĕинǻήċéď) 國國國國國國國國國⟧
|
|
117
117
|
# Tooltip for the autofill button in GA
|
|
118
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
118
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Åūţоƒϊļľ щîŧħ Βόх ĀĬ 國國國國國⟧
|
|
119
119
|
# Tooltip for the autofill button when using standard AI agent
|
|
120
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
120
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Âùťоƒιľľ ẁĭťħ Βò× ÁĮ (Śτăηďāŕď) 國國國國國國國國國⟧
|
|
121
121
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
122
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
122
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βŏх ĂĪ ŕέţµґņėď ħίĝĥ čōήƒιďёиçе ({score}) ľęνęľ ƒοř ŧĥíś ë×τгάćτĭôи. 國國國國國國國國國國國國國國國國國國國⟧
|
|
123
123
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
124
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
124
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βŏ× ÀІ ŗëŧūŕńěď ĺŏẃ сőňƒϊďěňĉê ({score}) ļēνĕĺ ƒóя ťнïŝ έ×τřαçţìóή. Ґеνìêω ţĥê νãĺųě. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
125
125
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
126
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
126
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çòʼnƒїďêŋćё ŝçσŗё ({score}) нăѕ ьēέп ѓėνϊěẁęď άηď àćçėΡţěď ьý ŧħέ ùѕéя. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
127
127
|
# Label informing how to confirm deletion of the template
|
|
128
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
128
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Čòηƒìґm ďęĺèτϊοи øƒ Μєτàďάţå ϊпśτάʼnčè 國國國國國國國國國國國⟧
|
|
129
129
|
# Paragraph asking user are they sure that they want to delete the template
|
|
130
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
130
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãгę Уòū şμгè Уőű ωáńŧ ŧό ďєĺèτè τĥè "{templateName}" Μèţåďάťâ ťêmΡĺǻŧė, ăŋď àĺļ όƒ ϊťş νάľūеş ƒгόm τĥïѕ ƒïľέ? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
131
131
|
# Paragraph asking user are they sure that they want to delete the template
|
|
132
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
132
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áґє ýôú ѕúґé ÿσû ώăиţ ŧø ďēĺéťё τĥê "{templateName}" Μęţαďάťå īйѕţăňсê, àŋď ιţś νâĺŭëś? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
133
133
|
# Label informing how to confirm deletion of the template
|
|
134
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡέ ŧнé Мêŧáďǻţà ŦęmΡļăτē’ş ηāmε ŧő соņƒįŕm ďеļέţïσй 國國國國國國國國國國國國國國國⟧
|
|
135
135
|
# Paragraph informing that data cannot be restored
|
|
136
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Οпĉê ďěľęţëď, Μєταďăţâ νāĺŭěş ċαйήòť ьę ѓēśťŏřèď. 國國國國國國國國國國國國國國⟧
|
|
137
137
|
# CTA to cancel deletion of the template
|
|
138
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
138
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ċãŋçєľ 國⟧
|
|
139
139
|
# CTA to confirm deletion of the template
|
|
140
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
140
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċòʼnƒïŕm 國國⟧
|
|
141
141
|
# CTA to confirm deletion of the template
|
|
142
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
142
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ðęļëţё 國⟧
|
|
143
143
|
# Template named used when user created custom metadata template
|
|
144
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
144
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Çûѕŧõm Мēτäďăťα 國國國國⟧
|
|
145
145
|
# Aria label for Dismiss (x) button
|
|
146
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
146
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðįŝmĩşş 國國⟧
|
|
147
147
|
# Header informing that template will be deleted
|
|
148
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
148
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďεľęτĕ "{templateName}" 國國國國⟧
|
|
149
149
|
# Aria label for header informing that template will be deleted
|
|
150
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
150
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďĕĺēťę Мëťάďąťâ ΤεmΡĺàťë 國國國國國國國⟧
|
|
151
151
|
# Description of Box AI features
|
|
152
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
152
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Úśє ţĥē Ρōẁεŗ őƒ βô× ΑÌ ťσ qůî¢ĸĺγ ĉàΡţцяè ďôçümеʼnţ mëťäďáťą, шįţĥ еνëŕ-їŋçŗëąśįńġ άćçűřąćγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
153
153
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
154
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
154
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Αūŧσƒïļĺ Мĕťăďάţα ẁìťĥ Βο× ĄÍ 國國國國國國國國⟧
|
|
155
155
|
# Description of metadata features
|
|
156
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
156
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďď Мєŧãďáŧà τσ γõűѓ ƒîľë ťŏ şüΡΡοяť вûŝϊņеşŝ οΡёŕåţìöπś, ωŏґкƒļοώѕ, ãńď mόѓė! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
157
157
|
# Call to encourage user to add metadata templates
|
|
158
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
158
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Αďď Мēŧāďăţά ŦеmΡĺäťėŝ 國國國國國國⟧
|
|
159
159
|
# Aria label used to clear search input
|
|
160
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
160
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ċľęăŗ śēàѓсĥ 國國國⟧
|
|
161
161
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
162
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
162
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ņö ŕєѕμĺţś ƒøùиď 國國國國⟧
|
|
163
163
|
# Display name for custom metadata templates
|
|
164
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
164
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ĉμŝŧōm Мëţāďαŧα 國國國國⟧
|
|
165
165
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
166
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
166
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąѓïâ ĺãвέļ ƒőŕ ŝŭьţîτľë ωîŧħ ƒιľŧεѓιηğ ďėτáίļŝ. Ίηƒöŕmś цśĕŕ ώнι¢ĥ ťěmΡĺâťєѕ ωëяê čħōѕєň. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
167
167
|
# 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.
|
|
168
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
168
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Αĺľ ŦėmΡļãŧέś 國國國⟧
|
|
169
169
|
# 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.
|
|
170
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
170
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} øƒ {visibleTemplatesNumber} ŢëmΡĺąŧëś 國國國國國國國⟧
|
|
171
171
|
# Call to show empty values
|
|
172
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
172
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕёë ěmΡτУ νàļūέş 國國國國⟧
|
|
173
173
|
# Header informing user that there are no values in the template
|
|
174
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
174
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Τнįś ŧêmΡļåţě ħãş ńő νåļµєѕ 國國國國國國國國⟧
|
|
175
175
|
# Header informing user that there are no attributes in the template
|
|
176
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
176
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ťĥιş ŧεmΡĺąţė нäş ŋō àτťřĭьцţęś 國國國國國國國國國⟧
|
|
177
177
|
# Caption about no empty values to be shown
|
|
178
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
178
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħïѕ τêmΡĺáŧє ħāş ňø νάľúεŝ 國國國國國國國國⟧
|
|
179
|
+
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬 Åċ¢ěΡŧ ěхŧгαĉŧèď νäľůê 國國國國國國⟧
|
|
181
|
+
# Tooltip for the button that accepts the low confidence value
|
|
182
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬 ÂćçęΡţ Våļцě 國國國⟧
|
|
183
|
+
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬 Ćĺéăŗ εםŗå¢ŧéď νáĺūĕ 國國國國國國⟧
|
|
185
|
+
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬 Çĺěáг Vǻľúέ 國國國⟧
|
|
187
|
+
# Description text explaining why the field needs review
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬 Βõх ÅÎ ŗěţüŕήęď ľõω ćóпƒιďęńċé 國國國國國國國國⟧
|
|
189
|
+
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬 Йèēďŝ ґєνιĕώ 國國國⟧
|
|
179
191
|
# Description how metadata can be added
|
|
180
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
192
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βґôẁŝē ōŗ ŝєăřċн ƒог ỳòûг íτêmś ţõ âΡΡļŷ ąήď єďіť mєţǻďǻţā 國國國國國國國國國國國國國國國國國⟧
|
|
181
193
|
# Call to encourage user apply metadata templates
|
|
182
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
194
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÃΡΡĺУ Μėτåďàτà ΤèmΡĺãτέś 國國國國國國國⟧
|
|
183
195
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
184
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
196
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Άďď ήеŵ ăťţгíьμŧε ţõ Ċųşťòm Мêτăďáτä 國國國國國國國國國國⟧
|
|
185
197
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
186
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
198
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Αďď ⟧
|
|
187
199
|
# Label for the attribute name input field
|
|
188
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
200
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Āťţŗįьüţé Ñämĕ 國國國國⟧
|
|
189
201
|
# Cancel button text
|
|
190
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
202
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ċåńĉęľ 國⟧
|
|
191
203
|
# Error enforcing unique key for custom metadata
|
|
192
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
204
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 ĶěУ äļґěâďÿ ĕ×ϊśťś. 國國國國國⟧
|
|
193
205
|
# Error enforcing non internal key for custom metadata
|
|
194
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
206
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќέŷѕ ĉáňπōţ ьèġϊп ẃíτĥ á $. 國國國國國國國國⟧
|
|
195
207
|
# Placeholder for the key field for custom metadata
|
|
196
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
208
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ē.ĝ. Ǿřďęѓ Ńûmьėґ 國國國國國⟧
|
|
197
209
|
# Error enforcing required key for custom metadata
|
|
198
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
210
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ќêý ίѕ ŕēqūíгęď 國國國國⟧
|
|
199
211
|
# Label for the value input field
|
|
200
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
|
212
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vãľùè 國⟧
|
|
201
213
|
# Placeholder for the value field for custom metadata
|
|
202
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
214
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 є.ġ. 42 國國⟧
|
|
203
215
|
# Loading message when autofill metadata extraction endpoint is called
|
|
204
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
216
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Εхŧгãčŧīńğ Μëτâďǻŧä 國國國國國⟧
|
|
205
217
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
206
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
|
218
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďїśmíѕş 國國⟧
|
|
207
219
|
# Description for error state when fetching AI suggestions failed
|
|
208
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬
|
|
220
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pľéăѕε τґγ άĝãīй įŋ â ƒëώ mįņűţеś 國國國國國國國國國⟧
|
|
209
221
|
# Title for error state when fetching AI suggestions failed
|
|
210
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
222
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Μέţαďäŧá ę×τŗãĉťіõň çöŭľď ņóŧ ĉômΡĺéťè 國國國國國國國國國國國⟧
|
|
211
223
|
# Aria label for loading spinner
|
|
212
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
224
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ľöăďīπĝ 國國⟧
|
|
213
225
|
# Description for long loading state while fetching AI suggestions
|
|
214
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şτϊļĺ ŵόŕķιиġ óπ ĩť! 國國國國國⟧
|
|
215
227
|
# Title for long loading state while fetching AI suggestions
|
|
216
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
228
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ťĥĭŝ ĭş ŧαĸïņğ ļόηġèг ťħăπ úŝúàļ 國國國國國國國國國⟧
|
|
217
229
|
# Description for error state when user lacks permissions for metadata extraction
|
|
218
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
230
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷöц ďôл’ť ĥàνе Ρёŕmĭşŝίσŋ ţό ά¢¢êśş ťнė ďèşŧїňǻţīоŋ ƒőĺďēŕ τò еםѓàçţ méταďäŧā. Pľєάŝέ ćοňτäċτ τħę ŏẃйëŗ öŗ ýöµг áďmіŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
219
231
|
# Title for error state when user lacks permissions for metadata extraction
|
|
220
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
232
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Čãη’ť Є×ţѓåćť Мěŧāďǻţą 國國國國國國⟧
|
|
221
233
|
# Button that allow to add new attribute to metadata custom instance
|
|
222
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
|
234
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Âďď Ǻťţřĭьцτé 國國國國⟧
|
|
223
235
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
224
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
236
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðėľéťē {fieldName} åτţŕίьµŧě 國國國國國國⟧
|
|
225
237
|
# Placeholder for the value field for custom metadata
|
|
226
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
238
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ѕëŧ νǻļüĕ 國國⟧
|
|
227
239
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
228
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
240
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Čąпсêļ 國⟧
|
|
229
241
|
# Call to action to delete Metadata Instance.
|
|
230
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
242
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ðèĺęťē 國⟧
|
|
231
243
|
# Aria label used to indicate that the button is currently loading.
|
|
232
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
244
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺόâďĩπġ... 國國⟧
|
|
233
245
|
# Call to action to save Metadata Instance.
|
|
234
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
246
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Śāνё 國⟧
|
|
235
247
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
236
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
248
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Áûŧŏƒιľĺ 國國⟧
|
|
237
249
|
# Aria label for the autofill dropdown trigger
|
|
238
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
250
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Ѕέě áğеņτ őΡŧīõňŝ. 國國國國國⟧
|
|
239
251
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
240
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 P
|
|
252
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺëάşë сĥéċκ řëŝΡőпśęŝ вĕƒŏгę ѕανìлĝ. 國國國國國國國國國國國⟧
|
|
241
253
|
# Header for AI suggestions is in Beta notice
|
|
242
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
254
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ÄĮ Ǻцŧõƒĭĺľ ïŝ ĩи Беŧą 國國國國國國⟧
|
|
243
255
|
# Header with Custom Metadata template name
|
|
244
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
256
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉцşţøm Мёťáďąτå 國國國國⟧
|
|
245
257
|
# Text for the enhanced extract agent
|
|
246
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
258
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Єńħąйĉеď 國國⟧
|
|
247
259
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
248
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
260
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бõх ΆÎ ώōή’ŧ ьë åьĺę ťó à¢čéѕś ţĥè έηţιŗέ ¢ōήτěńτ, ẁĥїçн mίğħτ 僃έċţ їτś ǻʼnŝшéŕş. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
249
261
|
# Header for notice informing that text content is too large
|
|
250
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
262
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Čöлŧёйť įş τöσ ĺāŗĝє 國國國國國⟧
|
|
251
263
|
# Aria label used to indicate that the button is currently loading.
|
|
252
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
264
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ļòāďìʼnğ... 國國⟧
|
|
253
265
|
# Text for the standard extract agent
|
|
254
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
266
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ѕτäиďāѓď 國國⟧
|
|
255
267
|
# Accessible label for the confidence score warning icon in view mode
|
|
256
|
-
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
268
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ĺóщ çōйƒιďēņćέ ѕçôŕę - яéνієŵ ʼnèέďĕď 國國國國國國國國國國⟧
|
|
257
269
|
# Body for the unsaved changes modal
|
|
258
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
270
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мèτàďàŧą ŧέmΡļăτē(ş) нανе ŭлŝãνėď ċĥãиġêѕ. Ήôш шøůļď γοц ĺιķę τō Ρŕóçёèď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
259
271
|
# Label for close (x) button
|
|
260
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
272
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ċľöşè 國⟧
|
|
261
273
|
# CTA for going back to edit mode of the current template
|
|
262
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
274
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Çőňťϊиμè Èďĩťίήĝ 國國國國⟧
|
|
263
275
|
# CTA for discarding unsaved changes
|
|
264
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
276
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďĭśċαŗď Ċħάňġεş 國國國國⟧
|
|
265
277
|
# Header for the unsaved changes modal
|
|
266
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
278
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ùήşäνεď Ċħāņġéś 國國國國⟧
|
|
267
279
|
# Call to action to hide all empty values
|
|
268
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
280
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ηįďέ êmΡτγ νāľûèś 國國國國國⟧
|
|
269
281
|
# Call to action to show hidden empty values
|
|
270
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
282
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şħöẁ èmΡτγ νăĺũêѕ 國國國國國⟧
|
|
271
283
|
# Header with Custom Metadata template name
|
|
272
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
284
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Çûşťøm Мėţάďåŧą 國國國國⟧
|
|
273
285
|
# Aria label for the edit button
|
|
274
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
286
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Êďїť {templateName} 國國⟧
|
|
275
287
|
# Tooltip text explaining that by clicking button user can edit template
|
|
276
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
288
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ĕďĩτ 國⟧
|
|
277
289
|
# Default value for ancestor level value when it is empty
|
|
278
290
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
279
291
|
# Error message displayed resembling button that calls to action to reload the details
|
|
280
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
292
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ѓёľôăď 國⟧
|
|
281
293
|
# Aria-label text for the error icon in the loading results error message
|
|
282
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
294
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Εгяσř 國⟧
|
|
283
295
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
284
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
296
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣āĭľεď ŧõ ĺоäď ďĕťåĩľś 國國國國國國⟧
|
|
285
297
|
# Visually hidden aria-label text for the loading spinner
|
|
286
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
298
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ľõáďìήğ... 國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -88,12 +88,12 @@ export default {
|
|
|
88
88
|
"metadataEditor.instanceLevel.emptyState.heading": "Esta plantilla no tiene valores",
|
|
89
89
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Esta plantilla no tiene atributos",
|
|
90
90
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "Esta plantilla no tiene valores",
|
|
91
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "
|
|
92
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "
|
|
93
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "
|
|
94
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "
|
|
95
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI
|
|
96
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "
|
|
91
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "Aceptar valor extraído",
|
|
92
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "Aceptar valor",
|
|
93
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "Borrar valor extraído",
|
|
94
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Borrar valor",
|
|
95
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI ha devuelto un nivel de confianza bajo",
|
|
96
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Necesita revisión",
|
|
97
97
|
"metadataEditor.managerLevel.emptyState.body": "Examine o busque sus elementos para aplicar y editar los metadatos",
|
|
98
98
|
"metadataEditor.managerLevel.emptyState.heading": "Aplicar plantillas de metadatos",
|
|
99
99
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Agrega un nuevo atributo a los metadatos personalizados",
|
|
@@ -176,6 +176,18 @@ metadataEditor.instanceLevel.emptyState.heading = Esta plantilla no tiene valore
|
|
|
176
176
|
metadataEditor.instanceLevel.emptyState.noAttributes.heading = Esta plantilla no tiene atributos
|
|
177
177
|
# Caption about no empty values to be shown
|
|
178
178
|
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = Esta plantilla no tiene valores
|
|
179
|
+
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = Aceptar valor extraído
|
|
181
|
+
# Tooltip for the button that accepts the low confidence value
|
|
182
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = Aceptar valor
|
|
183
|
+
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = Borrar valor extraído
|
|
185
|
+
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Borrar valor
|
|
187
|
+
# Description text explaining why the field needs review
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.description = Box AI ha devuelto un nivel de confianza bajo
|
|
189
|
+
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = Necesita revisión
|
|
179
191
|
# Description how metadata can be added
|
|
180
192
|
metadataEditor.managerLevel.emptyState.body = Examine o busque sus elementos para aplicar y editar los metadatos
|
|
181
193
|
# Call to encourage user apply metadata templates
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -88,12 +88,12 @@ export default {
|
|
|
88
88
|
"metadataEditor.instanceLevel.emptyState.heading": "Esta plantilla no tiene valores",
|
|
89
89
|
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "Esta plantilla no tiene atributos",
|
|
90
90
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "Esta plantilla no tiene valores",
|
|
91
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "
|
|
92
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "
|
|
93
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "
|
|
94
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "
|
|
95
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI
|
|
96
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "
|
|
91
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "Aceptar valor extraído",
|
|
92
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "Aceptar valor",
|
|
93
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "Borrar valor extraído",
|
|
94
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Borrar valor",
|
|
95
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "Box AI ha devuelto un nivel de confianza bajo",
|
|
96
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "Necesita revisión",
|
|
97
97
|
"metadataEditor.managerLevel.emptyState.body": "Examine o busque sus elementos para aplicar y editar los metadatos",
|
|
98
98
|
"metadataEditor.managerLevel.emptyState.heading": "Aplicar plantillas de metadatos",
|
|
99
99
|
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Agrega un nuevo atributo a los metadatos personalizados",
|
|
@@ -176,6 +176,18 @@ metadataEditor.instanceLevel.emptyState.heading = Esta plantilla no tiene valore
|
|
|
176
176
|
metadataEditor.instanceLevel.emptyState.noAttributes.heading = Esta plantilla no tiene atributos
|
|
177
177
|
# Caption about no empty values to be shown
|
|
178
178
|
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = Esta plantilla no tiene valores
|
|
179
|
+
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = Aceptar valor extraído
|
|
181
|
+
# Tooltip for the button that accepts the low confidence value
|
|
182
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = Aceptar valor
|
|
183
|
+
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = Borrar valor extraído
|
|
185
|
+
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = Borrar valor
|
|
187
|
+
# Description text explaining why the field needs review
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.description = Box AI ha devuelto un nivel de confianza bajo
|
|
189
|
+
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = Necesita revisión
|
|
179
191
|
# Description how metadata can be added
|
|
180
192
|
metadataEditor.managerLevel.emptyState.body = Examine o busque sus elementos para aplicar y editar los metadatos
|
|
181
193
|
# Call to encourage user apply metadata templates
|