@box/metadata-editor 1.55.0 → 1.55.2
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/i18n/bn-IN.js +3 -3
- package/dist/i18n/bn-IN.properties +5 -1
- package/dist/i18n/da-DK.js +3 -3
- package/dist/i18n/da-DK.properties +5 -1
- package/dist/i18n/de-DE.js +3 -3
- package/dist/i18n/de-DE.properties +5 -1
- package/dist/i18n/en-AU.js +1 -1
- package/dist/i18n/en-AU.properties +5 -1
- package/dist/i18n/en-CA.js +1 -1
- package/dist/i18n/en-CA.properties +5 -1
- package/dist/i18n/en-GB.js +1 -1
- package/dist/i18n/en-GB.properties +5 -1
- package/dist/i18n/en-x-pseudo.js +150 -150
- package/dist/i18n/en-x-pseudo.properties +152 -148
- package/dist/i18n/es-419.js +3 -3
- package/dist/i18n/es-419.properties +5 -1
- package/dist/i18n/es-ES.js +3 -3
- package/dist/i18n/es-ES.properties +5 -1
- package/dist/i18n/fi-FI.js +3 -3
- package/dist/i18n/fi-FI.properties +5 -1
- package/dist/i18n/fr-CA.js +3 -3
- package/dist/i18n/fr-CA.properties +5 -1
- package/dist/i18n/fr-FR.js +3 -3
- package/dist/i18n/fr-FR.properties +5 -1
- package/dist/i18n/hi-IN.js +3 -3
- package/dist/i18n/hi-IN.properties +5 -1
- package/dist/i18n/it-IT.js +3 -3
- package/dist/i18n/it-IT.properties +5 -1
- package/dist/i18n/ja-JP.js +6 -6
- package/dist/i18n/ja-JP.properties +8 -4
- package/dist/i18n/ko-KR.js +3 -3
- package/dist/i18n/ko-KR.properties +5 -1
- package/dist/i18n/nb-NO.js +3 -3
- package/dist/i18n/nb-NO.properties +5 -1
- package/dist/i18n/nl-NL.js +3 -3
- package/dist/i18n/nl-NL.properties +5 -1
- package/dist/i18n/pl-PL.js +3 -3
- package/dist/i18n/pl-PL.properties +5 -1
- package/dist/i18n/pt-BR.js +3 -3
- package/dist/i18n/pt-BR.properties +5 -1
- package/dist/i18n/ru-RU.js +3 -3
- package/dist/i18n/ru-RU.properties +5 -1
- package/dist/i18n/sv-SE.js +3 -3
- package/dist/i18n/sv-SE.properties +5 -1
- package/dist/i18n/tr-TR.js +3 -3
- package/dist/i18n/tr-TR.properties +5 -1
- package/dist/i18n/zh-CN.js +3 -3
- package/dist/i18n/zh-CN.properties +5 -1
- package/dist/i18n/zh-TW.js +3 -3
- package/dist/i18n/zh-TW.properties +5 -1
- package/package.json +9 -9
|
@@ -1,298 +1,302 @@
|
|
|
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 = ⟦萬萬萬萬萬萬萬 Εʼ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 = ⟦萬萬萬萬萬萬萬萬 ÔΡëп čăĺεиďãř ťô Ρìсκ å ďǻťê 國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ēďîť ƒŭʼn¢τíøņãļīťУ ƒοг Ţǻ×ŏпόmÿ śĥαґёď ê×τєѓʼnäľļУ ìѕ ʼnòτ ăνàĭľāьļє 國國國國國國國國國國國國國國國國國國國⟧
|
|
53
53
|
# Placeholder text for selecting a taxonomy option
|
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ŝęľεćť åл õΡŧїŏη 國國國國⟧
|
|
55
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
56
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
56
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ťσĝğľё úΡďåτέ mόďĕ ŝёĺέćτøř 國國國國國國國國⟧
|
|
57
57
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
58
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
|
58
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Шīτħ 國⟧
|
|
59
59
|
# Tooltip for Hide button to close review mode
|
|
60
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬 Ćļōŝє ґëνϊěẁ mόďě 國國國國國⟧
|
|
61
61
|
# Call to action to show all fields again
|
|
62
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬 Ĥĭďё 國⟧
|
|
63
63
|
# Aria label for the alert icon indicating fields need review
|
|
64
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬 Řěνιĕŵ åĺёґť 國國國⟧
|
|
65
65
|
# Header text indicating how many fields need review
|
|
66
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒīęļď ňёëďѕ} other {# ƒϊéĺďś ήéέď}} ґєνιёẁ 國國國國國國國國國國國國國國⟧
|
|
67
67
|
# Text shown when displaying only fields that need review
|
|
68
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬 Şĥοẁíпğ ƒīεľďş ňεέďίлğ гèνιéш 國國國國國國國國⟧
|
|
69
69
|
# Tooltip for View button explaining why fields need review
|
|
70
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒієĺď иęêďѕ} other {# ƒìєĺďѕ ňêęď}} řēνιєώ ǻś Βõх ΑĬ ŕετüгηеď ľøш ¢ŏņƒïďєйčê. Ćľĩċķ ŧø şταяŧ ŕėνîėώϊήĝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
71
71
|
# Call to action to show only fields that need review
|
|
72
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬 V
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬 Vïèω 國⟧
|
|
73
73
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
74
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
|
74
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Αďď ⟧
|
|
75
75
|
# Label for the button that dismisses the template selection dialog
|
|
76
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
|
76
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Çǻʼnċёľ 國⟧
|
|
77
77
|
# Aria label for the button that closes the template selection dialog
|
|
78
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
|
78
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Čľσѕë 國⟧
|
|
79
79
|
# Title for the metadata template selection dialog
|
|
80
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
|
80
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Ѕęĺêĉŧ Мèţâďâτă ŢёmΡļáťέ 國國國國國國國⟧
|
|
81
81
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
|
82
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
|
82
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ċļεâŗ 國⟧
|
|
83
83
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
|
84
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
|
84
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Şēãґčĥ äļĺ ţёmΡľαţèŝ 國國國國國⟧
|
|
85
85
|
# Placeholder text for the search input in the metadata template selector modal
|
|
86
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
|
86
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Śèáŕсĥ åĺĺ ŧêmΡľãŧĕś 國國國國國⟧
|
|
87
87
|
# Placeholder text prompting the user to select a template
|
|
88
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
|
88
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Śěľëćτ â ŤêmΡľáťë 國國國國國⟧
|
|
89
89
|
# Error message displayed when templates fail to load
|
|
90
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
90
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċόũľď ňóτ ļŏăď τęmΡĺáτĕѕ. Ťŗγ άġàίň ļåτéř 國國國國國國國國國國國國⟧
|
|
91
91
|
# Display name for custom metadata templates
|
|
92
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
|
92
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ĉúśŧόm Μěŧąďąţā 國國國國⟧
|
|
93
93
|
# Description for the search input field in the metadata editor
|
|
94
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
|
94
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Śеάŗçĥ ţĕmΡļàŧëş 國國國國⟧
|
|
95
95
|
# Call to encourage user to add metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
|
96
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Άďď ŧémΡļάτĕ 國國國⟧
|
|
97
97
|
# Label for value suggested by Box AI
|
|
98
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
|
98
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Бόх ÃІ ŝűğġéşţîōπ: 國國國國國⟧
|
|
99
|
+
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
100
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬 βòх Āİ ŝűğĝёѕŧĭôи ({level} ¢ŏήƒĩďєиċę) 國國國國國國國國國國⟧
|
|
99
101
|
# Aria-label for AI suggestion options
|
|
100
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
102
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÓΡťіŏйŝ 國國⟧
|
|
101
103
|
# Label for appending the AI suggestion
|
|
102
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
104
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÄΡΡēʼnď 國⟧
|
|
103
105
|
# Label for clearing the current value and applying the AI suggestion
|
|
104
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
106
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ćļèäґ ãήď ŖёΡľâ¢ê 國國國國國⟧
|
|
105
107
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
106
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
108
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ċøńƒϊгm 國國⟧
|
|
107
109
|
# Label for ignoring the AI suggestion
|
|
108
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
110
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 İġπŏřė 國⟧
|
|
109
111
|
# Label informing that AI suggestion value is the same as already existing value
|
|
110
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
112
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Βô× ĄĬ şūġĝêşţś ťĥё şāmё νåļŭё ăś ǻьоνĕ 國國國國國國國國國國國⟧
|
|
111
113
|
# Aria label for the autofill button
|
|
112
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
114
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 ŵťóƒîĺļ ώïţħ ßőх ÅÍ 國國國國國⟧
|
|
113
115
|
# Aria label for the autofill button with the template name
|
|
114
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
116
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Αùţóƒïļļ {templateName} ŵіťн βοх ĂĪ 國國國國國國國⟧
|
|
115
117
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
116
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
118
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Áùŧòƒīľľ ώĩŧн Βох ÁΪ (Éńĥåпĉĕď) 國國國國國國國國國⟧
|
|
117
119
|
# Tooltip for the autofill button in GA
|
|
118
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
120
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Ăüŧόƒîľľ щīŧн Βó× ÂΊ 國國國國國⟧
|
|
119
121
|
# Tooltip for the autofill button when using standard AI agent
|
|
120
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
122
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Ǻцťóƒϊľľ ŵιţĥ ßσ× ǺĮ (Şŧàʼnďáѓď) 國國國國國國國國國⟧
|
|
121
123
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
122
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
124
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βø× Ǻİ ŕěţµяйеď нĩğн ¢őŋƒίďёŋćĕ ({score}) ĺєνèľ ƒôŕ ťħϊś εхτŕâčŧíőņ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
123
125
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
124
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
126
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бо× ǺĪ гёŧųгńéď ľοẃ čōйƒіďёπĉє ({score}) ļєνėľ ƒŏŕ ŧĥîѕ ē×τŕäçŧĩõл. Řėνιëщ ťħē νāľµē. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
125
127
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
126
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
128
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βо× ĀÌ ŕеťûѓʼnèď ľóẃ сόлƒϊďεŋçè ({score}) ļęνёļ ƒόŗ ťнîŝ ехτґąсτισʼn ьцť ïť ẃåś ãĉсèΡţєď ьỳ ą ħцmàʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
127
129
|
# Label informing how to confirm deletion of the template
|
|
128
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
130
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ĉŏпƒїгm ďέļěŧιőи όƒ Мēŧåďäτă íπşťãп¢é 國國國國國國國國國國國⟧
|
|
129
131
|
# Paragraph asking user are they sure that they want to delete the template
|
|
130
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
132
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äŗê Уøů ѕűѓë γøû ẁąηť ťó ďéļēŧє ťħє "{templateName}" Μєŧăďαťâ ťеmΡĺαŧε, åпď ăĺľ ōƒ ϊţŝ νáľμēş ƒгőm ŧнϊş ƒіļë? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
131
133
|
# Paragraph asking user are they sure that they want to delete the template
|
|
132
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αгє ŷŏú ѕµґè ўôű ώάήţ ťσ ďêļеţè ŧħέ "{templateName}" Μёťăďâŧă ϊήşţåпċè, ăйď іţѕ ναĺūĕѕ? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
133
135
|
# Label informing how to confirm deletion of the template
|
|
134
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦўΡé ţĥę Μèŧáďáτā ΤęmΡļãťë’ś ŋämé ŧô ĉőпƒíŗm ďёļёţĭòʼn 國國國國國國國國國國國國國國國⟧
|
|
135
137
|
# Paragraph informing that data cannot be restored
|
|
136
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
138
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Øлсę ďεļεťέď, Μēŧáďàτą ναļųεѕ čāлηστ вê яêŝτσѓёď. 國國國國國國國國國國國國國國⟧
|
|
137
139
|
# CTA to cancel deletion of the template
|
|
138
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
140
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Çàńĉêļ 國⟧
|
|
139
141
|
# CTA to confirm deletion of the template
|
|
140
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
142
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Čοŋƒįґm 國國⟧
|
|
141
143
|
# CTA to confirm deletion of the template
|
|
142
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
144
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďεļëτē 國⟧
|
|
143
145
|
# Template named used when user created custom metadata template
|
|
144
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
146
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćùśťōm Мĕţāďăťά 國國國國⟧
|
|
145
147
|
# Aria label for Dismiss (x) button
|
|
146
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
148
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðĭşmιşѕ 國國⟧
|
|
147
149
|
# Header informing that template will be deleted
|
|
148
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
150
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðёļέťĕ "{templateName}" 國國國國⟧
|
|
149
151
|
# Aria label for header informing that template will be deleted
|
|
150
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
152
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðèĺεţĕ Μεţάďåτå ŤěmΡĺąťė 國國國國國國國⟧
|
|
153
|
+
# Badge shown on field label indicating a low confidence AI extraction
|
|
154
|
+
metadataEditor.fieldLabel.lowConfidenceBadge = ⟦ Ļõŵ ⟧
|
|
151
155
|
# Description of Box AI features
|
|
152
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
156
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űѕë ťнè Ρоώĕѓ øƒ βό× ÁΊ ťö qùїсķľỳ ćãΡŧŭгě ďòĉúmėηŧ mēţǻďăţă, ẁíŧĥ ενєŗ-ĩпćгëåѕįйġ άçċùяåçγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
153
157
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
154
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
158
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Áųτöƒįľļ Мєτãďåŧá ώīτĥ βσ× Αİ 國國國國國國國國⟧
|
|
155
159
|
# Description of metadata features
|
|
156
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
160
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áďď Μęτǻďãŧá ŧø ŷоµŗ ƒíĺε ťσ şūΡΡöѓŧ ьûŝϊηēśѕ őΡêґάťίоńѕ, ώøŕķƒļоŵŝ, ǻʼnď mοřĕ! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
157
161
|
# Call to encourage user to add metadata templates
|
|
158
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
162
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ăďď Мέťáďàťá ŦèmΡļăτêѕ 國國國國國國⟧
|
|
159
163
|
# Aria label used to clear search input
|
|
160
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
164
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ĉľεάг ѕėǻгсĥ 國國國⟧
|
|
161
165
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
162
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
166
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ŋö ґêѕцľŧś ƒöúлď 國國國國⟧
|
|
163
167
|
# Display name for custom metadata templates
|
|
164
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
168
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ćμśŧоm Мёťăďãţα 國國國國⟧
|
|
165
169
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
166
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
170
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãѓĭä ľǻьēľ ƒōŕ ѕűьŧîţļĕ ŵíŧн ƒϊĺτёŕĩйġ ďėŧäιļѕ. Îηƒòѓmş µѕēя шĥīćħ ŧεmΡľåťēѕ ŵегě ċĥőşèń. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
167
171
|
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
168
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
172
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Àĺĺ ŤèmΡļǻţĕѕ 國國國⟧
|
|
169
173
|
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
170
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
174
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} οƒ {visibleTemplatesNumber} ΤеmΡĺàŧęŝ 國國國國國國國⟧
|
|
171
175
|
# Call to show empty values
|
|
172
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
176
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ŝεε ėmΡτУ νåĺûëŝ 國國國國⟧
|
|
173
177
|
# Header informing user that there are no values in the template
|
|
174
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
178
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ŧĥīŝ τέmΡļăτέ ħãŝ πο νåĺűεś 國國國國國國國國⟧
|
|
175
179
|
# Header informing user that there are no attributes in the template
|
|
176
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
180
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ťніş ţĕmΡļάτё ħåş ňŏ āţťŗĭвùţēѕ 國國國國國國國國國⟧
|
|
177
181
|
# Caption about no empty values to be shown
|
|
178
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
182
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħĭŝ ŧĕmΡĺàŧέ нàş ńó νäļůėś 國國國國國國國國⟧
|
|
179
183
|
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
180
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
184
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬 ĀçсéΡτ έхŧŗάčťēď νăļµĕ 國國國國國國⟧
|
|
181
185
|
# Tooltip for the button that accepts the low confidence value
|
|
182
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬
|
|
186
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬 ĀçćêΡţ Vãľũē 國國國⟧
|
|
183
187
|
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
184
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
188
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬 Ĉļèãѓ êםѓáсŧêď νάľμĕ 國國國國國國⟧
|
|
185
189
|
# Tooltip for the button that clears the field value and confidence score
|
|
186
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬
|
|
190
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬 Čĺěǻґ Vâľúέ 國國國⟧
|
|
187
191
|
# Description text explaining why the field needs review
|
|
188
|
-
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬
|
|
192
|
+
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬 Бŏ× ÁÍ řėţúгпεď ļõẃ сöńƒїďëηċε 國國國國國國國國⟧
|
|
189
193
|
# Title shown for low confidence AI extraction that needs user review
|
|
190
|
-
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬
|
|
194
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬 Ņěéďѕ řενĭέώ 國國國⟧
|
|
191
195
|
# Description how metadata can be added
|
|
192
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
196
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßŕôώşе σѓ ŝέâяĉħ ƒōř ỳōúř īτęmś τō āΡΡľÿ āήď ēďįţ mеţǻďàţà 國國國國國國國國國國國國國國國國國⟧
|
|
193
197
|
# Call to encourage user apply metadata templates
|
|
194
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
198
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÃΡΡļỳ Μēτăďāτā ŦėmΡĺãťęŝ 國國國國國國國⟧
|
|
195
199
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
196
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
200
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Äďď иёẁ āŧţгïвůťę τσ Çŭşťòm Μēŧǻďąţä 國國國國國國國國國國⟧
|
|
197
201
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
198
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
202
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Αďď ⟧
|
|
199
203
|
# Label for the attribute name input field
|
|
200
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
204
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Ąţŧŗíьűťè Ņämę 國國國國⟧
|
|
201
205
|
# Cancel button text
|
|
202
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
206
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ĉâňčεľ 國⟧
|
|
203
207
|
# Error enforcing unique key for custom metadata
|
|
204
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
208
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Κёŷ άļŕéąďŷ éхíŝťś. 國國國國國⟧
|
|
205
209
|
# Error enforcing non internal key for custom metadata
|
|
206
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
210
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќèўś ċàπηőτ вєğίй ωїţн ä $. 國國國國國國國國⟧
|
|
207
211
|
# Placeholder for the key field for custom metadata
|
|
208
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
212
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ё.ĝ. Θяďëŕ Ňúmьєг 國國國國國⟧
|
|
209
213
|
# Error enforcing required key for custom metadata
|
|
210
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
214
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 ΚёУ ĭѕ ґėqûϊřéď 國國國國⟧
|
|
211
215
|
# Label for the value input field
|
|
212
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
|
216
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vàļüє 國⟧
|
|
213
217
|
# Placeholder for the value field for custom metadata
|
|
214
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
218
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 е.ğ. 42 國國⟧
|
|
215
219
|
# Loading message when autofill metadata extraction endpoint is called
|
|
216
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
220
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ё×ţřä¢τіņġ Мĕťāďąţā 國國國國國⟧
|
|
217
221
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
218
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
|
222
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ðιѕmíśŝ 國國⟧
|
|
219
223
|
# Description for error state when fetching AI suggestions failed
|
|
220
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 P
|
|
224
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pĺєäśé τяý äĝαïη ĭл á ƒέш mілμţεŝ 國國國國國國國國國⟧
|
|
221
225
|
# Title for error state when fetching AI suggestions failed
|
|
222
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мετãďąţǻ ĕ×τгâ¢ţїóп çοũļď ŋòτ ¢ómΡĺēťέ 國國國國國國國國國國國⟧
|
|
223
227
|
# Aria label for loading spinner
|
|
224
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
228
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ĺσåďĭήğ 國國⟧
|
|
225
229
|
# Description for long loading state while fetching AI suggestions
|
|
226
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
230
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Ŝτιľĺ шοѓκіŋğ оŋ ίţ! 國國國國國⟧
|
|
227
231
|
# Title for long loading state while fetching AI suggestions
|
|
228
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
232
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Τħīѕ īѕ ţǻĸíпġ ľöŋğěґ ťнάņ цŝûåĺ 國國國國國國國國國⟧
|
|
229
233
|
# Description for error state when user lacks permissions for metadata extraction
|
|
230
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
234
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋōű ďöп’ť нāνё Ρёяmïśşîôή ťö αċċεѕś ŧнé ďėśťîйǻŧϊōл ƒοĺďėѓ ţô éхτŕâċť méŧãďαţä. Pĺеąŝë ċόňŧāčţ ťħё óẁʼněґ ôŕ ỳøųѓ ǻďmίή. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
231
235
|
# Title for error state when user lacks permissions for metadata extraction
|
|
232
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
236
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Ćąп’ţ Ěхţřą¢ŧ Мēţâďãťä 國國國國國國⟧
|
|
233
237
|
# Button that allow to add new attribute to metadata custom instance
|
|
234
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
|
238
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Áďď Âťŧѓíвúŧε 國國國國⟧
|
|
235
239
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
236
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
240
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďéĺεťè {fieldName} äτŧѓįвũťě 國國國國國國⟧
|
|
237
241
|
# Placeholder for the value field for custom metadata
|
|
238
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
242
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ŝєŧ νãľųĕ 國國⟧
|
|
239
243
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
240
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
244
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉåйćέĺ 國⟧
|
|
241
245
|
# Call to action to delete Metadata Instance.
|
|
242
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
246
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďĕľèťë 國⟧
|
|
243
247
|
# Aria label used to indicate that the button is currently loading.
|
|
244
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
248
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺøãďĭηĝ... 國國⟧
|
|
245
249
|
# Call to action to save Metadata Instance.
|
|
246
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
250
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Şàνε 國⟧
|
|
247
251
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
248
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
252
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ǻüŧõƒϊľļ 國國⟧
|
|
249
253
|
# Aria label for the autofill dropdown trigger
|
|
250
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
254
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Şéє âğёйτ ŏΡτіόиş. 國國國國國⟧
|
|
251
255
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
252
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
256
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺèăѕέ čĥé¢κ ґеşΡòпѕέś вęƒöґę ŝǻνíпĝ. 國國國國國國國國國國國⟧
|
|
253
257
|
# Header for AI suggestions is in Beta notice
|
|
254
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
258
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ΆΊ Άũτŏƒίľľ ϊş íй βετà 國國國國國國⟧
|
|
255
259
|
# Header with Custom Metadata template name
|
|
256
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
260
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉùśτσm Μέτǻďåťâ 國國國國⟧
|
|
257
261
|
# Text for the enhanced extract agent
|
|
258
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
262
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Ёʼnħãńсęď 國國⟧
|
|
259
263
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
260
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
264
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Βô× ĂΊ ẃóʼn’ŧ ьε áьľè τő âĉċęśş ŧĥė ęлτířε čøйţёŋţ, ẁнίсн mïğĥτ 䃃ęčŧ ϊťѕ âʼnŝщéґŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
261
265
|
# Header for notice informing that text content is too large
|
|
262
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
266
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Čøлţėηť īś ŧοο ļåяĝē 國國國國國⟧
|
|
263
267
|
# Aria label used to indicate that the button is currently loading.
|
|
264
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
268
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ĺôăďіηĝ... 國國⟧
|
|
265
269
|
# Text for the standard extract agent
|
|
266
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
270
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ŝťǻʼnďåґď 國國⟧
|
|
267
271
|
# Accessible label for the confidence score warning icon in view mode
|
|
268
|
-
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
272
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ļοẃ ¢όʼnƒīďεиċě ŝċōřέ - ѓеνίέŵ ņєєďëď 國國國國國國國國國國⟧
|
|
269
273
|
# Body for the unsaved changes modal
|
|
270
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
274
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μеţàďâτă ţєmΡľǻţē(ś) ĥąνê ùηѕàνĕď çħáиğéş. Ηŏώ шоųľď ўöμ ļίĸё ťö Ρґōсėéď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
271
275
|
# Label for close (x) button
|
|
272
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
276
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ćļŏŝĕ 國⟧
|
|
273
277
|
# CTA for going back to edit mode of the current template
|
|
274
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
278
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Čοηŧїηųę Éďιŧĩиğ 國國國國⟧
|
|
275
279
|
# CTA for discarding unsaved changes
|
|
276
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
280
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďïśĉąѓď Ĉĥǻŋĝéѕ 國國國國⟧
|
|
277
281
|
# Header for the unsaved changes modal
|
|
278
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
282
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Џηşáνέď Ċħāʼnğēŝ 國國國國⟧
|
|
279
283
|
# Call to action to hide all empty values
|
|
280
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
284
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ήīďê єmΡŧУ νăĺűěś 國國國國國⟧
|
|
281
285
|
# Call to action to show hidden empty values
|
|
282
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
286
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şĥöω ёmΡťγ νåľũêś 國國國國國⟧
|
|
283
287
|
# Header with Custom Metadata template name
|
|
284
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
288
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Çûѕτσm Мєŧάďăτà 國國國國⟧
|
|
285
289
|
# Aria label for the edit button
|
|
286
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
290
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Èďιŧ {templateName} 國國⟧
|
|
287
291
|
# Tooltip text explaining that by clicking button user can edit template
|
|
288
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
292
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ĕďιţ 國⟧
|
|
289
293
|
# Default value for ancestor level value when it is empty
|
|
290
294
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
291
295
|
# Error message displayed resembling button that calls to action to reload the details
|
|
292
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
296
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŕеľоăď 國⟧
|
|
293
297
|
# Aria-label text for the error icon in the loading results error message
|
|
294
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
298
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ēгґőя 國⟧
|
|
295
299
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
296
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
300
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣ãιľéď ťö ļοàď ďêťãїľş 國國國國國國⟧
|
|
297
301
|
# Visually hidden aria-label text for the loading spinner
|
|
298
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
302
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ŀόāďïлğ... 國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -48,7 +48,7 @@ export default {
|
|
|
48
48
|
"metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
|
|
49
49
|
"metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
|
|
50
50
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugerencia de Box AI:",
|
|
51
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI
|
|
51
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugerencia de Box AI (nivel de confianza {level})",
|
|
52
52
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opciones",
|
|
53
53
|
"metadataEditor.aiSuggestionField.appendLabel": "Anexar",
|
|
54
54
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Eliminar y reemplazar",
|
|
@@ -62,7 +62,7 @@ export default {
|
|
|
62
62
|
"metadataEditor.autofillButton.tooltip.standard": "Autocompletar con Box AI (estándar)",
|
|
63
63
|
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha devuelto un nivel de confianza alto ({score}) para esta extracción.",
|
|
64
64
|
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.",
|
|
65
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
65
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción, pero ha sido aceptada por un humano.",
|
|
66
66
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
|
|
67
67
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
|
68
68
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
75
75
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
|
|
76
76
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Eliminar \"{templateName}\"",
|
|
77
77
|
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Elimina la plantilla de metadatos",
|
|
78
|
-
"metadataEditor.fieldLabel.lowConfidenceBadge": "
|
|
78
|
+
"metadataEditor.fieldLabel.lowConfidenceBadge": "Baja",
|
|
79
79
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Aproveche la potencia de Box AI para capturar rápidamente los metadatos de los documentos con precisión.",
|
|
80
80
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Rellenar automáticamente metadatos con Box AI",
|
|
81
81
|
"metadataEditor.fileLevel.emptyState.default.body": "Agregue metadatos a su archivo para facilitar las operaciones comerciales, los flujos de trabajo y mucho más.",
|
|
@@ -96,6 +96,8 @@ metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
|
|
|
96
96
|
metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
|
|
97
97
|
# Label for value suggested by Box AI
|
|
98
98
|
metadataEditor.aiSuggestionField.aiSuggestionCaption = Sugerencia de Box AI:
|
|
99
|
+
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
100
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = Sugerencia de Box AI (nivel de confianza {level})
|
|
99
101
|
# Aria-label for AI suggestion options
|
|
100
102
|
metadataEditor.aiSuggestionField.aiSuggestionOptions = Opciones
|
|
101
103
|
# Label for appending the AI suggestion
|
|
@@ -123,7 +125,7 @@ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha devuelto un niv
|
|
|
123
125
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
124
126
|
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.
|
|
125
127
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
126
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
128
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción, pero ha sido aceptada por un humano.
|
|
127
129
|
# Label informing how to confirm deletion of the template
|
|
128
130
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
|
129
131
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -148,6 +150,8 @@ metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Descartar
|
|
|
148
150
|
metadataEditor.editInstance.deleteConfirmationModal.header = Eliminar "{templateName}"
|
|
149
151
|
# Aria label for header informing that template will be deleted
|
|
150
152
|
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Elimina la plantilla de metadatos
|
|
153
|
+
# Badge shown on field label indicating a low confidence AI extraction
|
|
154
|
+
metadataEditor.fieldLabel.lowConfidenceBadge = Baja
|
|
151
155
|
# Description of Box AI features
|
|
152
156
|
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Aproveche la potencia de Box AI para capturar rápidamente los metadatos de los documentos con precisión.
|
|
153
157
|
# Call to encourage user to use Box AI to autofill metadata fields
|