@box/metadata-editor 0.86.1 → 0.87.1
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/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.js +31 -29
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +62 -60
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +6 -2
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +34 -33
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +32 -30
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +21 -20
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +4 -0
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +20 -19
- package/i18n/bn-IN.js +2 -0
- package/i18n/da-DK.js +2 -0
- package/i18n/de-DE.js +2 -0
- package/i18n/en-AU.js +2 -0
- package/i18n/en-CA.js +2 -0
- package/i18n/en-GB.js +2 -0
- package/i18n/en-US.js +2 -0
- package/i18n/en-US.properties +4 -0
- package/i18n/en-x-pseudo.js +113 -111
- package/i18n/en-x-pseudo.properties +111 -111
- package/i18n/es-419.js +2 -0
- package/i18n/es-ES.js +2 -0
- package/i18n/fi-FI.js +2 -0
- package/i18n/fr-CA.js +2 -0
- package/i18n/fr-FR.js +2 -0
- package/i18n/hi-IN.js +2 -0
- package/i18n/it-IT.js +2 -0
- package/i18n/ja-JP.js +6 -4
- package/i18n/ja-JP.properties +4 -4
- package/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.json +1 -1
- package/i18n/json/src/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.json +1 -1
- package/i18n/ko-KR.js +2 -0
- package/i18n/nb-NO.js +2 -0
- package/i18n/nl-NL.js +2 -0
- package/i18n/pl-PL.js +2 -0
- package/i18n/pt-BR.js +2 -0
- package/i18n/ru-RU.js +2 -0
- package/i18n/sv-SE.js +2 -0
- package/i18n/tr-TR.js +2 -0
- package/i18n/zh-CN.js +2 -0
- package/i18n/zh-TW.js +2 -0
- package/package.json +2 -2
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.d.ts +5 -0
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +1 -0
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -0
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.d.ts +5 -0
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/types.d.ts +1 -0
@@ -1,224 +1,224 @@
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ćľëåѓ ίиΡŭť άńď ŝěľє¢ţĩоʼn 國國國國國國國⟧
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
4
|
-
comboboxWithApiPagination.errorAction = ⟦萬
|
4
|
+
comboboxWithApiPagination.errorAction = ⟦萬 Ŕėľοãď 國⟧
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
6
|
-
comboboxWithApiPagination.errorIconLabel = ⟦萬
|
6
|
+
comboboxWithApiPagination.errorIconLabel = ⟦萬 Εяѓòґ 國⟧
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
8
|
-
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬
|
8
|
+
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣àĭĺėď ţŏ ľŏâď øΡτĭòήŝ 國國國國國國⟧
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ļôǻďιиğ... 國國⟧
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ĺοαďілĝ møгĕ... 國國國國⟧
|
13
13
|
# Message displayed when no results are found in the combobox
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ņô řèŝũĺτŝ ƒøũйď 國國國國⟧
|
15
15
|
# Aria label indicating that content is loading or in progress
|
16
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
16
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ľóäďïπĝ 國國⟧
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
18
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
18
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Έņτëѓ ã ďăτĕ äƒţëя {date} 國國國國國國國⟧
|
19
19
|
# Label for the append radio button in the update mode selector
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ǺΡΡėйď 國⟧
|
21
21
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Èйτёґ ά ďǻτĕ вέƒοŕé {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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥєŕє ăґè ήσ ăţŧŗïвμŧēś íи ŧĥįś ťë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оνё Ęŋŧèŕёď 國國國國⟧
|
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õηťн 國國國國國⟧
|
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 = ⟦萬 Čáňçеľ 國⟧
|
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 = ⟦萬萬 ΘΡŧїòʼnѕ 國國⟧
|
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
|
# Paragraph asking user are they sure that they want to delete the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąŗė ŷöµ şùгĕ ŷоµ ώàήτ τõ ďęĺèτé ţĥę "{templateName}" Мéŧàďǻťá ŧėmΡļäτė, ãηď áļľ óƒ ίţŝ νāļůеş ƒřŏm ŧнíś ƒїļé? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
95
95
|
# Label informing how to confirm deletion of the template
|
96
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
96
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦŷΡε ťħе Μèŧâďâţα ŦèmΡļąτē’ş ňαmě ťó čōʼnƒìŕm ďěĺέţīόņ 國國國國國國國國國國國國國國國⟧
|
97
97
|
# Paragraph informing that data cannot be restored
|
98
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óпčë ďεļēŧĕď, Мéťάďäţã νäļùέś ċǻňпóτ вé ѓёѕŧŏŕёď. 國國國國國國國國國國國國國國⟧
|
99
99
|
# CTA to cancel deletion of the template
|
100
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
100
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Čąйčėľ 國⟧
|
101
101
|
# CTA to confirm deletion of the template
|
102
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
102
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċőŋƒίгm 國國⟧
|
103
103
|
# Template named used when user created custom metadata template
|
104
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Čũѕτõm Μéťǻďąţά 國國國國⟧
|
105
105
|
# Aria label for Dismiss (x) button
|
106
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
106
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ðìѕmíśş 國國⟧
|
107
107
|
# Header informing that template will be deleted
|
108
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ďéĺëŧē "{templateName}" 國國國國⟧
|
109
109
|
# Aria label for header informing that template will be deleted
|
110
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
110
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðеļéτė Μєτåďãťá ŦęmΡļάτε 國國國國國國國⟧
|
111
111
|
# Description of Box AI features
|
112
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
112
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ũşė ťĥέ Ρõωеŗ ōƒ βôх ÀÍ ţō qùιčκĺγ ćåΡτûяě ďόćųmęйţ méτáďáŧà, ẃìŧн еνєя-ĩŋ¢ґęăşîиğ ǻсćúяàсỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
113
113
|
# Call to encourage user to use Box AI to autofill metadata fields
|
114
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
114
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Ãüťσƒîľļ Μěťãďάţα ŵįťħ Бóх ĀІ 國國國國國國國國⟧
|
115
115
|
# Description of metadata features
|
116
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
116
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąďď Μęţãďáťà ŧō ýσűѓ ƒіĺē ţó śûΡΡōѓť вüśĭπέśś òΡëŗâţīőиś, ŵòřĸƒļóẁѕ, åņď mőѓë! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
117
117
|
# Call to encourage user to add metadata templates
|
118
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď
|
118
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď Μéťàďāťā ŢеmΡľąŧêѕ 國國國國國國⟧
|
119
119
|
# Aria label used to clear search input
|
120
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
120
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Çļęàґ şêáŕ¢ħ 國國國⟧
|
121
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
122
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
122
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Ñô ґеѕùĺţś ƒŏūηď 國國國國⟧
|
123
123
|
# Display name for custom metadata templates
|
124
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ċŭşţόm Мêŧâďâţǻ 國國國國⟧
|
125
125
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăѓĩą ļąьєľ ƒοґ ŝúьťîťľĕ ẃĩτĥ ƒїĺťęříηĝ ďéťāíľś. Íńƒōѓmѕ ŭѕêя ŵнιċĥ ŧёmΡĺăŧęś шéŗė сħοśёи. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
127
127
|
# 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.
|
128
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Äľľ ŢèmΡļàτєŝ 國國國⟧
|
129
129
|
# 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.
|
130
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} ŏƒ {visibleTemplatesNumber} ŤēmΡľάţęś 國國國國國國國⟧
|
131
131
|
# Call to show empty values
|
132
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
132
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Şёє êmΡτў ναļцéş 國國國國⟧
|
133
133
|
# Header informing user that there are no values in the template
|
134
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
134
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ťĥїş ţěmΡļăťе ĥăŝ ńó νàļűêŝ 國國國國國國國國⟧
|
135
135
|
# Header informing user that there are no attributes in the template
|
136
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
136
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τнїś τėmΡļáŧě нâş ńø āţťяїьцτěŝ 國國國國國國國國國⟧
|
137
137
|
# Caption about no empty values to be shown
|
138
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
138
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Τħīś ŧέmΡļåŧе ħáŝ ņŏ νãĺūεѕ 國國國國國國國國⟧
|
139
139
|
# Description how metadata can be added
|
140
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
140
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βґöŵѕє öŕ şëāґčħ ƒóя ўöμґ ïŧémś τő äΡΡĺγ αňď ęďίť měτǻďäŧà 國國國國國國國國國國國國國國國國國⟧
|
141
141
|
# Call to encourage user apply metadata templates
|
142
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
142
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÄΡΡľỳ Μєτǻďáτà ΤěmΡļăτëѕ 國國國國國國國⟧
|
143
143
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
144
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
144
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ąďď иεŵ ăτţґϊьμτë ţō Çūśŧöm Μęťáďàŧă 國國國國國國國國國國⟧
|
145
145
|
# Primary CTA button to add new field to cutom meatdata instance
|
146
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
146
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Âďď ⟧
|
147
147
|
# Label for the attribute name input field
|
148
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
148
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Ąţťŕїьùťě Ŋãmë 國國國國⟧
|
149
149
|
# Cancel button text
|
150
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
150
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ĉáй¢єĺ 國⟧
|
151
151
|
# Error enforcing unique key for custom metadata
|
152
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
152
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Ќėγ ąľґěάďỳ ęхìŝţś. 國國國國國⟧
|
153
153
|
# Error enforcing non internal key for custom metadata
|
154
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
154
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 ΚëУŝ ¢âπʼnøť вëġîʼn ŵіţħ â $. 國國國國國國國國⟧
|
155
155
|
# Placeholder for the key field for custom metadata
|
156
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
156
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 е.ğ. Õřďęг Ñųmьёя 國國國國國⟧
|
157
157
|
# Error enforcing required key for custom metadata
|
158
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
158
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ķĕý ιѕ ŕéqũįѓěď 國國國國⟧
|
159
159
|
# Label for the value input field
|
160
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
160
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Våľųĕ 國⟧
|
161
161
|
# Placeholder for the value field for custom metadata
|
162
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
162
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ê.ĝ. 42 國國⟧
|
163
163
|
# Button that allow to add new attribute to metadata custom instance
|
164
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
164
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Āďď Αţŧгіьùτę 國國國國⟧
|
165
165
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
166
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
166
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ðέľėťē {fieldName} åττŕϊьűτε 國國國國國國⟧
|
167
167
|
# Placeholder for the value field for custom metadata
|
168
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
168
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śēŧ νâľűё 國國⟧
|
169
169
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
170
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
170
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Čàπĉèľ 國⟧
|
171
171
|
# Call to action to delete Metadata Instance.
|
172
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
172
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ðēļëŧě 國⟧
|
173
173
|
# Aria label used to indicate that the button is currently loading.
|
174
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
174
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ļσαďĭňğ... 國國⟧
|
175
175
|
# Call to action to save Metadata Instance.
|
176
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
176
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ŝâνě 國⟧
|
177
177
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
178
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
178
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pļèăşė ċħεčĸ гěśΡοηşēŝ ьěƒόяĕ şąνίńġ. 國國國國國國國國國國國⟧
|
179
179
|
# Header for AI suggestions is in Beta notice
|
180
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬 ÃΪ Âúτōƒĭľĺ іѕ îй Бéťă 國國國國國國⟧
|
181
181
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
182
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
182
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Āūŧōƒіĺĺ 國國⟧
|
183
183
|
# Aria label for the "Autofill" button.
|
184
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬
|
184
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬 Áũţòƒïĺľ ωϊţħ Βö× ÁÎ 國國國國國⟧
|
185
185
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
186
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
186
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Åŭτŏƒĭļĺ ŵĩŧħ Βох ÂĮ (Βеŧā) 國國國國國國國國⟧
|
187
187
|
# Header with Custom Metadata template name
|
188
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
188
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Çųѕτóm Μěŧâďąťâ 國國國國⟧
|
189
189
|
# Aria label used to indicate that the button is currently loading.
|
190
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
190
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ĺõαďĩпğ... 國國⟧
|
191
191
|
# Body for the unsaved changes modal
|
192
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
192
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мêťąďäťá τémΡĺàţê(ş) нǻνě űпśãνęď сħαиġěѕ. Ήŏώ ώõũĺď ŷòų ĺįκĕ τø Ρŗőčєеď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
193
193
|
# Label for close (x) button
|
194
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
194
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ćĺøŝę 國⟧
|
195
195
|
# CTA for going back to edit mode of the current template
|
196
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
196
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ĉόŋŧĩиúę Ēďίŧϊлğ 國國國國⟧
|
197
197
|
# CTA for discarding unsaved changes
|
198
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
198
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ðіśċãяď Ćнάπğëś 國國國國⟧
|
199
199
|
# Header for the unsaved changes modal
|
200
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
200
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ûήѕāνéď Ćнäηĝέś 國國國國⟧
|
201
201
|
# Call to action to hide all empty values
|
202
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
202
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħíďē êmΡťγ νåľŭėŝ 國國國國國⟧
|
203
203
|
# Call to action to show hidden empty values
|
204
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
204
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Ѕħош êmΡťỳ ναľűēŝ 國國國國國⟧
|
205
205
|
# Aria label for the autofill button
|
206
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
206
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ǻüťοƒìĺļ {templateName} ẃīťн Βόх ÄÌ 國國國國國國國⟧
|
207
207
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
208
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
208
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Áůťŏƒīľľ ẁīŧĥ Βõ× ÂÎ (Бёŧà) 國國國國國國國國⟧
|
209
209
|
# Header with Custom Metadata template name
|
210
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
210
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ćűѕτòm Μēŧαďäŧą 國國國國⟧
|
211
211
|
# Aria label for the edit button
|
212
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
212
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ěďĩŧ {templateName} 國國⟧
|
213
213
|
# Tooltip text explaining that by clicking button user can edit template
|
214
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
214
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Èďіţ 國⟧
|
215
215
|
# Default value for ancestor level value when it is empty
|
216
216
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
217
217
|
# Error message displayed resembling button that calls to action to reload the details
|
218
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
218
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ŕеľóáď 國⟧
|
219
219
|
# Aria-label text for the error icon in the loading results error message
|
220
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
220
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Èѓяоř 國⟧
|
221
221
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
222
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
222
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣åιĺėď ţο ĺöǻď ďéŧǻíļŝ 國國國國國國⟧
|
223
223
|
# Visually hidden aria-label text for the loading spinner
|
224
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
224
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ľöãďĭпġ... 國國⟧
|
package/i18n/es-419.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autorrellenar",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autocompletar con Box AI",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadatos personalizados",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Cargando…",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar los valores vacíos",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
|
package/i18n/es-ES.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autorrellenar",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Autocompletar con Box AI",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadatos personalizados",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Cargando…",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar los valores vacíos",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autocompletar {templateName} con Box AI",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill con Box AI (Beta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Editar {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Editar",
|
package/i18n/fi-FI.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automaattinen täyttö",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Täytä metatiedot automaattisesti Box AI:n avulla",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Täytä automaattisesti BOX AI:lla (Beta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Mukautetut metatiedot",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Ladataan...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "Metatietomalleissa on tallentamattomia muutoksia. Miten haluat jatkaa?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Näytä tyhjät arvot",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Täytä {templateName} automaattisesti Box AI:n avulla",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Täytä automaattisesti BOX AI:lla (Beta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Mukautetut metatiedot",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Muokkaa mallia {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Muokkaa",
|
package/i18n/fr-CA.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Afficher les valeurs vides",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
|
package/i18n/fr-FR.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Afficher les valeurs vides",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifier {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifier",
|
package/i18n/hi-IN.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "ऑटोफिल",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI के साथ ऑटोफ़िल",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI (बीटा) के साथ ऑटोफिल करें",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "कस्टम मेटाडेटा",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "लोड हो रहा है...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "खाली वैल्यू को दिखाएँ",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI के साथ {templateName} को ऑटोफ़ाइल करें",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI (बीटा) के साथ ऑटोफिल करें",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "कस्टम मेटाडेटा",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} संपादित करें",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "संपादित करें",
|
package/i18n/it-IT.js
CHANGED
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Riempimento automatico",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Riempimento automatico con Box AI",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Compilazione automatica con Box AI (beta)",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadati personalizzati",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Caricamento in corso...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "Gli uno o più modelli di metadati hanno delle modifiche non salvate. Come vuoi procedere?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostra valori vuoti",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Compila automaticamente {templateName} con Box AI",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Compilazione automatica con Box AI (beta)",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadati personalizzati",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Modifica {templateName}",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Modifica",
|
package/i18n/ja-JP.js
CHANGED
@@ -8,7 +8,7 @@ export default {
|
|
8
8
|
"comboboxWithApiPagination.noResults": "一致する結果がありません",
|
9
9
|
"groupSharedFeatures.metadataEditor.loading": "読み込み中",
|
10
10
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date}より後の日付を入力してください",
|
11
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "
|
11
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "追加する",
|
12
12
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "{date}より前の日付を入力してください",
|
13
13
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "すべてクリアして置き換える",
|
14
14
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "選択した日付をクリア",
|
@@ -16,8 +16,8 @@ export default {
|
|
16
16
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "値を選択",
|
17
17
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "このテンプレートには属性がありません。",
|
18
18
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "カレンダーを開いて日付を選択",
|
19
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "
|
20
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "
|
19
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "入力した値を削除する",
|
20
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "入力した値を置き換える",
|
21
21
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "日付を選択",
|
22
22
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "値を選択",
|
23
23
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "値を設定",
|
@@ -40,7 +40,7 @@ export default {
|
|
40
40
|
"metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
|
41
41
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIの提案:",
|
42
42
|
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
|
43
|
-
"metadataEditor.aiSuggestionField.appendLabel": "
|
43
|
+
"metadataEditor.aiSuggestionField.appendLabel": "追加する",
|
44
44
|
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "確認",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "無視する",
|
@@ -92,6 +92,7 @@ export default {
|
|
92
92
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "自動入力",
|
93
93
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AIで自動入力",
|
94
94
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI (ベータ版) で自動入力",
|
95
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
95
96
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "カスタムメタデータ",
|
96
97
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "読み込み中...",
|
97
98
|
"metadataEditor.unsavedChangesModal.body": "メタデータテンプレートに保存されていない変更があります。どのように続行しますか?",
|
@@ -103,6 +104,7 @@ export default {
|
|
103
104
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "空の値を表示",
|
104
105
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AIで{templateName}を自動入力",
|
105
106
|
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI (ベータ版) で自動入力",
|
107
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Autofill with Box AI",
|
106
108
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "カスタムメタデータ",
|
107
109
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName}を編集",
|
108
110
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "編集",
|
package/i18n/ja-JP.properties
CHANGED
@@ -17,7 +17,7 @@ groupSharedFeatures.metadataEditor.loading = 読み込み中
|
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
18
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
22
|
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = {date}より前の日付を入力してください
|
23
23
|
# Label for the Clear All & Replace radio button in the update mode selector
|
@@ -33,9 +33,9 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError
|
|
33
33
|
# Aria label for opening the calendar to pick a date
|
34
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 = 入力した値を削除する
|
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
40
|
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = 日付を選択
|
41
41
|
# Placeholder text for selecting a value
|
@@ -81,7 +81,7 @@ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AIの提案:
|
|
81
81
|
# Aria-label for AI suggestion options
|
82
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
86
|
metadataEditor.aiSuggestionField.clearAndReplaceLabel = クリアして置き換える
|
87
87
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
@@ -1 +1 @@
|
|
1
|
-
[{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton","description":"Button with \"Autofill\" text. Call to action to automatically fill in form fields based on AI information","defaultMessage":"Autofill"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel","description":"Aria label for the \"Autofill\" button.","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip","description":"Tooltip text explaining that by clicking button user can autofill template using Box AI","defaultMessage":"Autofill with Box AI (Beta)"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel","description":"Aria label used to indicate that the button is currently loading.","defaultMessage":"Loading..."}]
|
1
|
+
[{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton","description":"Button with \"Autofill\" text. Call to action to automatically fill in form fields based on AI information","defaultMessage":"Autofill"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel","description":"Aria label for the \"Autofill\" button.","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip","description":"Tooltip text explaining that by clicking button user can autofill template using Box AI","defaultMessage":"Autofill with Box AI (Beta)"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA","description":"Tooltip text explaining that by clicking button user can autofill template using Box AI","defaultMessage":"Autofill with Box AI"},{"id":"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel","description":"Aria label used to indicate that the button is currently loading.","defaultMessage":"Loading..."}]
|