@box/metadata-editor 1.33.0 → 1.35.0

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