@box/metadata-editor 0.109.6 → 0.110.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/metadata-instance-form-card-wrapper.js +32 -30
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.js +1 -1
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +70 -68
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +14 -14
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +100 -56
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +24 -22
- package/dist/esm/lib/components/metadata-instance-list/metadata-instance-list.js +10 -8
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +29 -27
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +2 -14
- package/dist/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +46 -40
- package/dist/esm/lib/constants.js +13 -2
- package/dist/esm/lib/messages.js +18 -0
- package/dist/esm/lib/utils/utils.js +7 -5
- package/dist/i18n/bn-IN.js +17 -10
- package/dist/i18n/bn-IN.properties +5 -1
- package/dist/i18n/da-DK.js +17 -10
- package/dist/i18n/da-DK.properties +5 -1
- package/dist/i18n/de-DE.js +17 -10
- package/dist/i18n/de-DE.properties +5 -1
- package/dist/i18n/en-AU.js +15 -8
- package/dist/i18n/en-AU.properties +5 -1
- package/dist/i18n/en-CA.js +15 -8
- package/dist/i18n/en-CA.properties +5 -1
- package/dist/i18n/en-GB.js +15 -8
- package/dist/i18n/en-GB.properties +5 -1
- package/dist/i18n/en-US.js +7 -6
- package/dist/i18n/en-US.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +132 -125
- package/dist/i18n/en-x-pseudo.properties +127 -123
- package/dist/i18n/es-419.js +17 -10
- package/dist/i18n/es-419.properties +5 -1
- package/dist/i18n/es-ES.js +17 -10
- package/dist/i18n/es-ES.properties +5 -1
- package/dist/i18n/fi-FI.js +17 -10
- package/dist/i18n/fi-FI.properties +5 -1
- package/dist/i18n/fr-CA.js +17 -10
- package/dist/i18n/fr-CA.properties +5 -1
- package/dist/i18n/fr-FR.js +17 -10
- package/dist/i18n/fr-FR.properties +5 -1
- package/dist/i18n/hi-IN.js +17 -10
- package/dist/i18n/hi-IN.properties +5 -1
- package/dist/i18n/it-IT.js +17 -10
- package/dist/i18n/it-IT.properties +5 -1
- package/dist/i18n/ja-JP.js +17 -10
- package/dist/i18n/ja-JP.properties +5 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.json +1 -1
- package/dist/i18n/json/src/lib/messages.json +1 -1
- package/dist/i18n/ko-KR.js +17 -10
- package/dist/i18n/ko-KR.properties +5 -1
- package/dist/i18n/nb-NO.js +17 -10
- package/dist/i18n/nb-NO.properties +5 -1
- package/dist/i18n/nl-NL.js +17 -10
- package/dist/i18n/nl-NL.properties +5 -1
- package/dist/i18n/pl-PL.js +17 -10
- package/dist/i18n/pl-PL.properties +5 -1
- package/dist/i18n/pt-BR.js +17 -10
- package/dist/i18n/pt-BR.properties +5 -1
- package/dist/i18n/ru-RU.js +17 -10
- package/dist/i18n/ru-RU.properties +5 -1
- package/dist/i18n/sv-SE.js +17 -10
- package/dist/i18n/sv-SE.properties +5 -1
- package/dist/i18n/tr-TR.js +17 -10
- package/dist/i18n/tr-TR.properties +5 -1
- package/dist/i18n/zh-CN.js +17 -10
- package/dist/i18n/zh-CN.properties +5 -1
- package/dist/i18n/zh-TW.js +17 -10
- package/dist/i18n/zh-TW.properties +5 -1
- package/dist/styles/metadata-instance-form-autofill-button.css +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.d.ts +4 -4
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +7 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.d.ts +0 -15
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-list/types.d.ts +1 -0
- package/dist/types/lib/constants.d.ts +12 -0
- package/dist/types/lib/messages.d.ts +22 -0
- package/dist/types/lib/types.d.ts +1 -0
- package/dist/types/lib/utils/utils.d.ts +3 -1
- package/package.json +4 -2
@@ -1,248 +1,252 @@
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ĉļēąŗ ĩńΡűτ αйď ŝêļėсŧίòп 國國國國國國國⟧
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
4
|
-
comboboxWithApiPagination.errorAction = ⟦萬
|
4
|
+
comboboxWithApiPagination.errorAction = ⟦萬 Ŕéļόàď 國⟧
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
6
|
-
comboboxWithApiPagination.errorIconLabel = ⟦萬
|
6
|
+
comboboxWithApiPagination.errorIconLabel = ⟦萬 Ęґгσг 國⟧
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
8
|
-
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬
|
8
|
+
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣ǻіľèď τŏ ĺоαď ôΡŧįσņś 國國國國國國⟧
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ļòǻďϊлĝ... 國國⟧
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ĺõâďīņĝ möŕē... 國國國國⟧
|
13
13
|
# Message displayed when no results are found in the combobox
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ńõ ŕеşųļŧś ƒőūŋď 國國國國⟧
|
15
15
|
# Aria label indicating that content is loading or in progress
|
16
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
16
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ĺõäďїņġ 國國⟧
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
18
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
18
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Éπτêг â ďãťê ăƒťęѓ {date} 國國國國國國國⟧
|
19
19
|
# Label for the append radio button in the update mode selector
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ÄΡΡєņď 國⟧
|
21
21
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ēиťёř á ďåŧé веƒσґе {date} 國國國國國國國⟧
|
23
23
|
# Label for the Clear All & Replace radio button in the update mode selector
|
24
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬
|
24
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Ĉĺéäѓ Äĺľ & ҐēΡļåčē 國國國國國⟧
|
25
25
|
# Aria label for clearing the selected date
|
26
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬
|
26
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Çĺéαя şёĺėсτéď ďåţĕ 國國國國國⟧
|
27
27
|
# Error message shown for an invalid field value
|
28
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬
|
28
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Ίňνâļįď ƒіεļď νăĺµë 國國國國國⟧
|
29
29
|
# Placeholder text for the multiselect field
|
30
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬
|
30
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Śėľĕĉť νąľцε(ŝ) 國國國國⟧
|
31
31
|
# Error message shown if no attributes are available in the template
|
32
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
32
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥέяĕ ãґė ʼnо ãťţґîвμťеş ίπ τħîş ţémΡļàţё. 國國國國國國國國國國國國⟧
|
33
33
|
# Aria label for opening the calendar to pick a date
|
34
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
34
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ŌΡëл ćάĺéńďåґ ťσ Ρĩĉķ á ďăŧе 國國國國國國國國⟧
|
35
35
|
# Label for the remove entered radio button in the update mode selector
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ŗέmòνė Ěʼnťёѓëď 國國國國⟧
|
37
37
|
# Label for the replace entered radio button in the update mode selector
|
38
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬
|
38
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ЃēΡļάċе Ĕлťěѓéď 國國國國⟧
|
39
39
|
# Aria label for selecting the date
|
40
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬
|
40
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Şėľєċτ ťнè ďāŧε 國國國國⟧
|
41
41
|
# Placeholder text for selecting a value
|
42
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬
|
42
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Şĕļε¢ť ǻ νäļúè 國國國國⟧
|
43
43
|
# Placeholder text for setting a value
|
44
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬
|
44
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Ŝêŧ Vāĺŭé 國國⟧
|
45
45
|
# Aria label for switching to the next month in the calendar
|
46
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬
|
46
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Şшìťčħ ťő лέхτ mōʼnτĥ 國國國國國⟧
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬
|
48
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şẁίŧçħ ťō Ρґеνіŏµş mŏņŧħ 國國國國國國國⟧
|
49
49
|
# Placeholder text for selecting a taxonomy option
|
50
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ŝеļėсŧ āň όΡťισň 國國國國⟧
|
51
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ŧòġĝļё ûΡďąťĕ möďє şєĺεćŧőя 國國國國國國國國⟧
|
53
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Ẃįŧħ 國⟧
|
55
55
|
# Label for the button that applies the selection and closes the template selection dialog
|
56
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
56
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Äďď ⟧
|
57
57
|
# Label for the button that dismisses the template selection dialog
|
58
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
58
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Čăʼnĉèĺ 國⟧
|
59
59
|
# Aria label for the button that closes the template selection dialog
|
60
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
60
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Ćĺôśё 國⟧
|
61
61
|
# Title for the metadata template selection dialog
|
62
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
62
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Ѕêľē¢ŧ Мéŧãďάτà ΤеmΡľąτε 國國國國國國國⟧
|
63
63
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
64
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
64
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Çľеāř 國⟧
|
65
65
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
66
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
66
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Şěäŗçħ åļľ τémΡļåţεŝ 國國國國國⟧
|
67
67
|
# Placeholder text for the search input in the metadata template selector modal
|
68
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
68
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Ѕěãяćн äĺļ ţέmΡĺäţéѕ 國國國國國⟧
|
69
69
|
# Placeholder text prompting the user to select a template
|
70
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
70
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Şęĺέсť ã ΤēmΡĺāτе 國國國國國⟧
|
71
71
|
# Error message displayed when templates fail to load
|
72
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
72
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćσµĺď πôţ ľõäď ťèmΡĺâτеś. Ŧѓỳ αġǻîи ļäŧєя 國國國國國國國國國國國國⟧
|
73
73
|
# Display name for custom metadata templates
|
74
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
74
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ċůѕŧόm Μéţąďäťǻ 國國國國⟧
|
75
75
|
# Description for the search input field in the metadata editor
|
76
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
76
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Şєáґĉħ τèmΡļāťеş 國國國國⟧
|
77
77
|
# Call to encourage user to add metadata templates
|
78
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
78
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Åďď ŧěmΡľάţę 國國國⟧
|
79
79
|
# Label for value suggested by Box AI
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 βο× ĂĪ śűğğéşťĩöη: 國國國國國⟧
|
81
81
|
# Aria-label for AI suggestion options
|
82
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
82
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ΌΡτĩóπş 國國⟧
|
83
83
|
# Label for appending the AI suggestion
|
84
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
84
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÅΡΡėŋď 國⟧
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
86
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Čĺėåŗ áňď ŘέΡļãċє 國國國國國⟧
|
87
87
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Çöηƒιѓm 國國⟧
|
89
89
|
# Label for ignoring the AI suggestion
|
90
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
90
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ίġйøŗέ 國⟧
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 βô× ÀĮ şùğĝёśťş ţĥè şămē νäĺûë äѕ áвőνê 國國國國國國國國國國國⟧
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ċöиƒігm ďёĺėţĭöй ŏƒ Мęţâďǻτā ĩŋśţăпćè 國國國國國國國國國國國⟧
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
96
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąŗέ γôų ѕũŗę γøů ωàηť ťò ďëĺěŧé ťħе "{templateName}" Мěťαďαŧä ťęmΡľáţê, äлď άĺľ øƒ іťś νāļμєŝ ƒřõm ŧнĩѕ ƒίļε? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áгέ Уоµ şúѓέ ýôµ ώăйŧ ŧö ďεĺέţè ťħē "{templateName}" Мęŧάďāţǻ ìпşťåŋ¢ē, âńď íŧś νàļùëş? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
100
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤўΡē τħë Мēŧâďăťä ŦеmΡľαŧέ’ş ŋāmе τò ćöňƒíŕm ďēľēŧîøņ 國國國國國國國國國國國國國國國⟧
|
99
101
|
# Paragraph informing that data cannot be restored
|
100
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
102
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Θпĉе ďéļêţеď, Мéτáďāťâ νāļúεş ċάпήôţ вέ гěşťôяęď. 國國國國國國國國國國國國國國⟧
|
101
103
|
# CTA to cancel deletion of the template
|
102
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ĉåņ¢ęļ 國⟧
|
105
|
+
# CTA to confirm deletion of the template
|
106
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Çοήƒϊѓm 國國⟧
|
103
107
|
# CTA to confirm deletion of the template
|
104
|
-
metadataEditor.editInstance.deleteConfirmationModal.
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďęĺέτĕ 國⟧
|
105
109
|
# Template named used when user created custom metadata template
|
106
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
110
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ċųѕťσm Мετåďąťā 國國國國⟧
|
107
111
|
# Aria label for Dismiss (x) button
|
108
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
112
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðĩŝmįśş 國國⟧
|
109
113
|
# Header informing that template will be deleted
|
110
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
114
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďёľєťę "{templateName}" 國國國國⟧
|
111
115
|
# Aria label for header informing that template will be deleted
|
112
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
116
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðėļëťε Μēŧάďàťâ ΤεmΡĺăŧè 國國國國國國國⟧
|
113
117
|
# Description of Box AI features
|
114
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
118
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŭśë ťĥě Ρŏώėѓ ŏƒ Бοх ǺĪ ŧŏ qμіčкľў ċąΡτúяε ďõćūměņţ mêţãďăτā, ẃìţн èνėґ-іŋ¢řëåşîʼnğ ãçċµѓåčγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
115
119
|
# Call to encourage user to use Box AI to autofill metadata fields
|
116
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
120
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Áüţøƒîļľ Μєτăďąţä ẁĩťн βõх Åİ 國國國國國國國國⟧
|
117
121
|
# Description of metadata features
|
118
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
122
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãďď Μěŧąďąťã το ŷоμѓ ƒīĺė ťö şµΡΡόґţ ьŭśïņęŝś őΡëгǻťιøņś, шöřκƒľόшś, ąņď môŗε! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
119
123
|
# Call to encourage user to add metadata templates
|
120
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
124
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Ăďď Мєτăďάτā ŦеmΡľάŧëş 國國國國國國⟧
|
121
125
|
# Aria label used to clear search input
|
122
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
126
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Çľęāг şєăŗčħ 國國國⟧
|
123
127
|
# Message displayed when there is no matching option in filter dropdown menu
|
124
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
128
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Иô ѓέśûľŧş ƒöμηď 國國國國⟧
|
125
129
|
# Display name for custom metadata templates
|
126
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
130
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 ǵşŧοm Мĕţăďάŧă 國國國國⟧
|
127
131
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
128
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
132
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αřįą ĺãьĕĺ ƒοя ѕůьŧïŧļє ẃίŧħ ƒіļťέŗίпġ ďéŧāįļś. Ĭηƒοřmş úŝèг щніĉħ τēmΡľåťєŝ щéґέ çнőşëπ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
129
133
|
# 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.
|
130
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
134
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Ǻļĺ ŢέmΡľǻτĕś 國國國⟧
|
131
135
|
# 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.
|
132
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
136
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} ŏƒ {visibleTemplatesNumber} ΤèmΡľãţёŝ 國國國國國國國⟧
|
133
137
|
# Call to show empty values
|
134
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
138
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ŝëє єmΡťŷ νáľüёѕ 國國國國⟧
|
135
139
|
# Header informing user that there are no values in the template
|
136
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
140
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Τħìş ŧєmΡľåţе ħąś ņō νåľцěѕ 國國國國國國國國⟧
|
137
141
|
# Header informing user that there are no attributes in the template
|
138
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
142
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Ţĥĩś ŧěmΡļατε ħăş иő ãŧťŕįвüťēŝ 國國國國國國國國國⟧
|
139
143
|
# Caption about no empty values to be shown
|
140
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
144
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ťħìś ŧёmΡļǻťè ĥāş ʼnő νáĺŭěѕ 國國國國國國國國⟧
|
141
145
|
# Description how metadata can be added
|
142
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
146
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βяōщŝě őґ śĕáŕсħ ƒøя ўóũŗ īťёmś ţσ ąΡΡļỳ ăπď ęďīŧ měţāďăτα 國國國國國國國國國國國國國國國國國⟧
|
143
147
|
# Call to encourage user apply metadata templates
|
144
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
148
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÁΡΡļγ Мёťäďâťâ ŦεmΡļǻŧєŝ 國國國國國國國⟧
|
145
149
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
146
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
150
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Àďď πęẁ áťţґîвŭťе ţó Ćŭѕţőm Μêťâďāŧā 國國國國國國國國國國⟧
|
147
151
|
# Primary CTA button to add new field to cutom meatdata instance
|
148
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
152
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Āďď ⟧
|
149
153
|
# Label for the attribute name input field
|
150
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
154
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Åττґϊьũţέ Νâmе 國國國國⟧
|
151
155
|
# Cancel button text
|
152
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
156
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ċăйčёĺ 國⟧
|
153
157
|
# Error enforcing unique key for custom metadata
|
154
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
158
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ķèў ąľѓěåďў ĕхíѕţŝ. 國國國國國⟧
|
155
159
|
# Error enforcing non internal key for custom metadata
|
156
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
160
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 ĶéУŝ çāņŋôť ьεġìή ωįťн ά $. 國國國國國國國國⟧
|
157
161
|
# Placeholder for the key field for custom metadata
|
158
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
162
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ē.ġ. Όѓďèя Ŋúmвèѓ 國國國國國⟧
|
159
163
|
# Error enforcing required key for custom metadata
|
160
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
164
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Κëý îѕ ŕéqűїґєď 國國國國⟧
|
161
165
|
# Label for the value input field
|
162
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
166
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vàľùĕ 國⟧
|
163
167
|
# Placeholder for the value field for custom metadata
|
164
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
168
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ê.ġ. 42 國國⟧
|
165
169
|
# Loading message when autofill metadata extraction endpoint is called
|
166
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
170
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ēхŧŕâсτîлĝ Мèţάďàţǻ 國國國國國⟧
|
167
171
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
168
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬
|
172
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ðιŝmíśş 國國⟧
|
169
173
|
# Description for error state when fetching AI suggestions failed
|
170
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 P
|
174
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pļέáŝê ţґý ãĝâįй ìи á ƒėŵ mїηüτėŝ 國國國國國國國國國⟧
|
171
175
|
# Title for error state when fetching AI suggestions failed
|
172
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
176
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мëŧąďâťä êхťгăĉτϊοπ сôцĺď ŋοτ čómΡļеτē 國國國國國國國國國國國⟧
|
173
177
|
# Aria label for loading spinner
|
174
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
178
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ļõάďįлġ 國國⟧
|
175
179
|
# Description for long loading state while fetching AI suggestions
|
176
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
180
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Śŧīľĺ ẃòгкιπġ őή ïť! 國國國國國⟧
|
177
181
|
# Title for long loading state while fetching AI suggestions
|
178
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
182
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ŧħįś íѕ ťąķíйġ ĺóŋĝєŗ ŧħǻň цŝûάļ 國國國國國國國國國⟧
|
179
183
|
# Button that allow to add new attribute to metadata custom instance
|
180
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
184
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Áďď Αţŧŕĩвцťĕ 國國國國⟧
|
181
185
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
182
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
186
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďεĺěŧė {fieldName} άŧτŗíвűťĕ 國國國國國國⟧
|
183
187
|
# Placeholder for the value field for custom metadata
|
184
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
188
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Ŝëŧ νäļūĕ 國國⟧
|
185
189
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
186
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
190
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉăʼnсёľ 國⟧
|
187
191
|
# Call to action to delete Metadata Instance.
|
188
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
192
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďέļĕťě 國⟧
|
189
193
|
# Aria label used to indicate that the button is currently loading.
|
190
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
194
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ĺóãďįήğ... 國國⟧
|
191
195
|
# Call to action to save Metadata Instance.
|
192
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
196
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ŝǻνë 國⟧
|
193
197
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
194
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
198
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Äцτσƒîļľ 國國⟧
|
195
199
|
# Aria label for the "Autofill" button.
|
196
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬
|
200
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬 Αųŧóƒїļĺ ẁìťĥ Βο× ĀÎ 國國國國國⟧
|
197
201
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
198
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
202
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 ĵťòƒϊľľ ẁίťĥ Βох ĄÎ (ßеţä) 國國國國國國國國⟧
|
199
203
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = ⟦萬萬萬萬萬
|
204
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = ⟦萬萬萬萬萬 Àŭτøƒϊĺļ ẁĩτн Βö× ÀĬ 國國國國國⟧
|
201
205
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 P
|
206
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺеáśè сĥέĉк řέśΡóņѕēş ьéƒóґě şăνίŋğ. 國國國國國國國國國國國⟧
|
203
207
|
# Header for AI suggestions is in Beta notice
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ÀΊ Αùτόƒĭľľ ϊѕ įи ßеŧǻ 國國國國國國⟧
|
205
209
|
# Header with Custom Metadata template name
|
206
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
210
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ćûşŧóm Мёτåďąŧα 國國國國⟧
|
207
211
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
212
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßох ΆÍ ẁоʼn’τ вĕ ąьĺё τö άçĉèśş τĥė ęлťìřė ċŏπŧεпť, ẁĥĭ¢ĥ míĝнţ ăƒƒёсţ ìţѕ áηśŵěѓŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
209
213
|
# Header for notice informing that text content is too large
|
210
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
214
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Ĉôήŧèлτ іŝ ţõö ĺàřĝĕ 國國國國國⟧
|
211
215
|
# Aria label used to indicate that the button is currently loading.
|
212
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ŀσáďìηġ... 國國⟧
|
213
217
|
# Body for the unsaved changes modal
|
214
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
218
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μĕťãďαţà ţëmΡľąťė(ѕ) нάνĕ ûпşǻνéď ¢нāлġěŝ. Ĥош ẃôüļď ÿøµ ļιķē ţō Ρѓŏсēєď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
215
219
|
# Label for close (x) button
|
216
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
220
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ċľõşê 國⟧
|
217
221
|
# CTA for going back to edit mode of the current template
|
218
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
222
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ćøлţíпûέ Ĕďĭťιńĝ 國國國國⟧
|
219
223
|
# CTA for discarding unsaved changes
|
220
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
224
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďìş¢àřď Čĥάйġèş 國國國國⟧
|
221
225
|
# Header for the unsaved changes modal
|
222
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
226
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ūήѕáνëď Ćħâňġєѕ 國國國國⟧
|
223
227
|
# Call to action to hide all empty values
|
224
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
228
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ήϊďε έmΡťỳ νǻĺűëş 國國國國國⟧
|
225
229
|
# Call to action to show hidden empty values
|
226
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
230
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ŝħòщ έmΡťÿ νãľûěś 國國國國國⟧
|
227
231
|
# Aria label for the autofill button
|
228
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
232
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Āűţóƒіļļ {templateName} ŵίτħ Бō× ΑÎ 國國國國國國國⟧
|
229
233
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
230
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
234
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Ăцτòƒìľļ ŵĭτĥ Βох ĂĮ (Βèτà) 國國國國國國國國⟧
|
231
235
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = ⟦萬萬萬萬萬
|
236
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = ⟦萬萬萬萬萬 ĵŧŏƒįľĺ ώïτħ βő× ÂÍ 國國國國國⟧
|
233
237
|
# Header with Custom Metadata template name
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
238
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Çũśťŏm Μĕŧâďāţα 國國國國⟧
|
235
239
|
# Aria label for the edit button
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
240
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ėďîŧ {templateName} 國國⟧
|
237
241
|
# Tooltip text explaining that by clicking button user can edit template
|
238
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
242
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Èďíτ 國⟧
|
239
243
|
# Default value for ancestor level value when it is empty
|
240
244
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
241
245
|
# Error message displayed resembling button that calls to action to reload the details
|
242
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
246
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŕęľôăď 國⟧
|
243
247
|
# Aria-label text for the error icon in the loading results error message
|
244
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
248
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ėгŗőŗ 國⟧
|
245
249
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
246
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
250
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣αĭļėď ţõ ĺőâď ďéŧǻîľŝ 國國國國國國⟧
|
247
251
|
# Visually hidden aria-label text for the loading spinner
|
248
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
252
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺоăďïňğ... 國國⟧
|
package/dist/i18n/es-419.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Eliminar",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Metadatos personalizados",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Eliminar \"{templateName}\"",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Cargando…",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Guardar",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autorrellenar",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Verifica las respuestas antes de guardarlas.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill está en Beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadatos personalizados",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI no podrá acceder al contenido completo, lo que podría afectar a sus respuestas.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "El contenido es demasiado grande",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Cargando…",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Cerrar",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Continuar editando",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Sin guardar cambios",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ocultar los valores vacíos",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar los valores vacíos",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Recargar",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autocompletar con Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autocompletar con Box AI"
|
128
135
|
}
|
@@ -91,9 +91,11 @@ metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
|
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI recomienda el mismo valor que el anterior
|
93
93
|
# Label informing how to confirm deletion of the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel =
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ¿Seguro que deseas eliminar la plantilla de metadatos "{templateName}" y todos sus valores de este archivo?
|
97
|
+
# Paragraph asking user are they sure that they want to delete the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ¿Seguro que desea eliminar la instancia de metadatos "{templateName}" y sus valores?
|
97
99
|
# Label informing how to confirm deletion of the template
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.
|
99
101
|
# Paragraph informing that data cannot be restored
|
@@ -102,6 +104,8 @@ metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Una v
|
|
102
104
|
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = Anular
|
103
105
|
# CTA to confirm deletion of the template
|
104
106
|
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = Confirmar
|
107
|
+
# CTA to confirm deletion of the template
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = Eliminar
|
105
109
|
# Template named used when user created custom metadata template
|
106
110
|
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Metadatos personalizados
|
107
111
|
# Aria label for Dismiss (x) button
|
package/dist/i18n/es-ES.js
CHANGED
@@ -45,14 +45,18 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
|
48
|
-
"metadataEditor.
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Autofill {templateName} with Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
|
49
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
|
51
55
|
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
|
52
56
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
|
53
57
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
|
54
58
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
55
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "
|
59
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Eliminar",
|
56
60
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Metadatos personalizados",
|
57
61
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
|
58
62
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Eliminar \"{templateName}\"",
|
@@ -98,15 +102,15 @@ export default {
|
|
98
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Cargando…",
|
99
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Guardar",
|
100
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autorrellenar",
|
101
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
102
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
103
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
|
104
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Verifica las respuestas antes de guardarlas.",
|
105
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill está en Beta",
|
106
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadatos personalizados",
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
|
107
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI no podrá acceder al contenido completo, lo que podría afectar a sus respuestas.",
|
108
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "El contenido es demasiado grande",
|
109
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Cargando…",
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
110
114
|
"metadataEditor.unsavedChangesModal.body": "No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?",
|
111
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Cerrar",
|
112
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Continuar editando",
|
@@ -114,9 +118,6 @@ export default {
|
|
114
118
|
"metadataEditor.unsavedChangesModal.header": "Sin guardar cambios",
|
115
119
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ocultar los valores vacíos",
|
116
120
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar los valores vacíos",
|
117
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
118
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
119
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
120
121
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados",
|
121
122
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
|
122
123
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
|
@@ -124,5 +125,11 @@ export default {
|
|
124
125
|
"taxonomyAncestorStatusPill.errorAction": "Recargar",
|
125
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
126
127
|
"taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
|
127
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…",
|
129
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autocompletar con Box AI",
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autocompletar con Box AI",
|
132
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
133
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
134
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autocompletar con Box AI"
|
128
135
|
}
|