@box/metadata-editor 1.61.4 → 1.62.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 (50) hide show
  1. package/dist/chunks/utils.js +39 -30
  2. package/dist/chunks/utils2.js +17 -19
  3. package/dist/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.js +62 -61
  4. package/dist/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/messages.js +16 -0
  5. package/dist/esm/lib/components/metadata-editor-fields/components/low-confidence-badge/low-confidence-badge.js +16 -21
  6. package/dist/esm/lib/components/metadata-editor-fields/hooks/use-review-field-filter.js +41 -0
  7. package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +77 -68
  8. package/dist/esm/lib/components/metadata-editor-fields/metadata-editor-fields.js +31 -24
  9. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +12 -11
  10. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.js +2 -2
  11. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +40 -40
  12. package/dist/esm/lib/utils/confidence-score/get-confidence-score-tooltip.js +10 -18
  13. package/dist/esm/lib/utils/confidence-score/get-fields-needing-review.js +3 -2
  14. package/dist/esm/lib/utils/confidence-score/messages.js +5 -5
  15. package/dist/i18n/bn-IN.js +4 -0
  16. package/dist/i18n/da-DK.js +4 -0
  17. package/dist/i18n/de-DE.js +4 -0
  18. package/dist/i18n/en-AU.js +4 -0
  19. package/dist/i18n/en-CA.js +4 -0
  20. package/dist/i18n/en-GB.js +4 -0
  21. package/dist/i18n/en-US.js +7 -3
  22. package/dist/i18n/en-US.properties +13 -5
  23. package/dist/i18n/en-x-pseudo.js +4 -0
  24. package/dist/i18n/es-419.js +4 -0
  25. package/dist/i18n/es-ES.js +4 -0
  26. package/dist/i18n/fi-FI.js +4 -0
  27. package/dist/i18n/fr-CA.js +4 -0
  28. package/dist/i18n/fr-FR.js +4 -0
  29. package/dist/i18n/hi-IN.js +4 -0
  30. package/dist/i18n/it-IT.js +4 -0
  31. package/dist/i18n/ja-JP.js +4 -0
  32. package/dist/i18n/json/src/lib/components/metadata-editor-fields/components/ai-suggestion-field/messages.json +1 -1
  33. package/dist/i18n/json/src/lib/utils/confidence-score/messages.json +1 -1
  34. package/dist/i18n/ko-KR.js +4 -0
  35. package/dist/i18n/nb-NO.js +4 -0
  36. package/dist/i18n/nl-NL.js +4 -0
  37. package/dist/i18n/pl-PL.js +4 -0
  38. package/dist/i18n/pt-BR.js +4 -0
  39. package/dist/i18n/ru-RU.js +4 -0
  40. package/dist/i18n/sv-SE.js +4 -0
  41. package/dist/i18n/tr-TR.js +4 -0
  42. package/dist/i18n/zh-CN.js +4 -0
  43. package/dist/i18n/zh-TW.js +4 -0
  44. package/dist/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/messages.d.ts +20 -0
  45. package/dist/types/lib/components/metadata-editor-fields/components/low-confidence-badge/low-confidence-badge.d.ts +1 -4
  46. package/dist/types/lib/components/metadata-editor-fields/hooks/use-review-field-filter.d.ts +7 -0
  47. package/dist/types/lib/components/metadata-editor-fields/types.d.ts +1 -0
  48. package/dist/types/lib/test-utils/confidence-score-fixtures.d.ts +4 -0
  49. package/dist/types/lib/utils/confidence-score/get-fields-needing-review.d.ts +4 -3
  50. package/package.json +10 -10
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Add template",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Append",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Add template",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Append",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
@@ -47,22 +47,26 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Add template",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Append",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
61
65
  "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
62
66
  "metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
63
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence ({score}) level for this extraction.",
64
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence ({score}) level for this extraction. Review the value.",
65
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human.",
67
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence level for this extraction.",
68
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence level for this extraction. Review the value.",
69
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence level for this extraction but it was accepted by a human.",
66
70
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirm deletion of Metadata instance",
67
71
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
68
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
@@ -94,6 +94,8 @@ metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
94
94
  metadataEditor.addMetadataTemplate.search.placeholder = Search templates
95
95
  # Call to encourage user to add metadata templates
96
96
  metadataEditor.addMetadataTemplate.trigger.label = Add template
97
+ # Label for accepting the AI suggestion when it matches the existing field value
98
+ metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
97
99
  # Label for value suggested by Box AI
98
100
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
99
101
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +106,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
104
106
  metadataEditor.aiSuggestionField.appendLabel = Append
105
107
  # Label for clearing the current value and applying the AI suggestion
106
108
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
109
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
110
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = High
111
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
112
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Low
107
113
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
114
  metadataEditor.aiSuggestionField.dismissLabel = Confirm
109
115
  # Label for ignoring the AI suggestion
110
116
  metadataEditor.aiSuggestionField.ignoreLabel = Ignore
111
117
  # Label informing that AI suggestion value is the same as already existing value
112
118
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
119
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
120
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggests the same value as above ({level} confidence)
113
121
  # Aria label for the autofill button
114
122
  metadataEditor.autofillButton.ariaLabel = Autofill with Box AI
115
123
  # Aria label for the autofill button with the template name
@@ -120,12 +128,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autofill with Box AI (Enhanced)
120
128
  metadataEditor.autofillButton.tooltip.ga = Autofill with Box AI
121
129
  # Tooltip for the autofill button when using standard AI agent
122
130
  metadataEditor.autofillButton.tooltip.standard = Autofill with Box AI (Standard)
123
- # Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
124
- metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence ({score}) level for this extraction.
125
- # Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
126
- metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence ({score}) level for this extraction. Review the value.
131
+ # Tooltip message shown when Box AI extraction has high confidence score
132
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI returned high confidence level for this extraction.
133
+ # Tooltip message shown when Box AI extraction has low confidence score
134
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI returned low confidence level for this extraction. Review the value.
127
135
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human.
136
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI returned low confidence level for this extraction but it was accepted by a human.
129
137
  # Label informing how to confirm deletion of the template
130
138
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirm deletion of Metadata instance
131
139
  # Paragraph asking user are they sure that they want to delete the template
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Ĉüŝŧőm Мěŧäďáτã 國國國國⟧",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ŝеãгсħ ŧέmΡĺâţéś 國國國國⟧",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Αďď ŧєmΡļατĕ 國國國⟧",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 Βох ÅĪ ѕμġĝеŝŧίŏη: 國國國國國⟧",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬 ßό× ǺÌ ѕŭġġεśŧîôŋ ({level} çοπƒϊďèп¢ё) 國國國國國國國國國國⟧",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ŌΡţїόйŝ 國國⟧",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ÀΡΡёиď 國⟧",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Ćĺėãг äйď ҐεΡļάćě 國國國國國⟧",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Čöʼnƒįŕm 國國⟧",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Іğлôяë 國⟧",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 ßó× ĂĬ ŝüġğęşťŝ ťнé ŝämē νáľцē ăѕ ãвøνę 國國國國國國國國國國國⟧",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Āцťόƒϊľľ ẃϊτħ ßõ× ÄΪ 國國國國國⟧",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Ãцŧõƒíľĺ {templateName} ẁîŧħ Бőх ÂĪ 國國國國國國國⟧",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Άūťôƒíļĺ шîťĥ Бŏ× ĄÎ (Ëηħâήĉĕď) 國國國國國國國國國⟧",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadatos personalizados",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugerencia de Box AI:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugerencia de Box AI (nivel de confianza {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opciones",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Anexar",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Eliminar y reemplazar",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autocompletar con Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autocompletar {templateName} con Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autocompletar con Box AI (mejorado)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadatos personalizados",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugerencia de Box AI:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugerencia de Box AI (nivel de confianza {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opciones",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Anexar",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Eliminar y reemplazar",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autocompletar con Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autocompletar {templateName} con Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autocompletar con Box AI (mejorado)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Mukautetut metatiedot",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI -ehdotus:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI -ehdotus (luottamustaso {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Vaihtoehdot",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Liitä",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tyhjennä ja korvaa",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Vahvista",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ohita",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI ehdottaa samaa arvoa kuin yllä",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Automaattinen täyttö Box AI:n avulla",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Täytä {templateName} automaattisesti Box AI:n avulla",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Automaattinen täyttö Box AI:n avulla (tehostettu)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggestion Box AI :",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggestion de Box AI (niveau de confiance {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Remplissage automatique avec Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Remplir automatiquement {templateName} avec Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggestion Box AI :",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggestion de Box AI (niveau de confiance {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Remplissage automatique avec Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Remplir automatiquement {templateName} avec Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "कस्टम मेटाडेटा",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "टेम्पलेट्स खोजें",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "टेम्पलेट जोड़ें",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI सुझाव:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI सुझाव ({level} आत्मविश्वास)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "विकल्प",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "शामिल करें",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "साफ करें और बदलें",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "पुष्टि करें",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "नज़रअंदाज़ करें",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Box AI के साथ ऑटोफिल करें",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI के साथ {templateName} को ऑटोफ़ाइल करें",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AI (उन्नत) के साथ ऑटोफिल करें",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadati personalizzati",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Cerca modelli",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggerimento Box AI:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggerimento di Box AI (attendibilità di livello {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opzioni",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Accoda",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Cancella e sostituisci",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Compilazione automatica con Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Compila automaticamente {templateName} con Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Compilazione automatica con Box AI (migliorato)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "カスタムメタデータ",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "テンプレートを検索",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AIによる候補:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AIによる候補 (信頼度{level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "オプション",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "追加する",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "クリアして置き換える",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "確認",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "無視する",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AIは上記と同じ値をお勧めします",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Box AIによる自動入力",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AIで{templateName}を自動入力",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AIによる自動入力 (強化)",
@@ -1 +1 @@
1
- [{"id":"metadataEditor.aiSuggestionField.aiSuggestionCaption","description":"Label for value suggested by Box AI","defaultMessage":"Box AI suggestion:"},{"id":"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption","description":"Label informing that AI suggestion value is the same as already existing value","defaultMessage":"Box AI suggests the same value as above"},{"id":"metadataEditor.aiSuggestionField.aiSuggestionOptions","description":"Aria-label for AI suggestion options","defaultMessage":"Options"},{"id":"metadataEditor.aiSuggestionField.appendLabel","description":"Label for appending the AI suggestion","defaultMessage":"Append"},{"id":"metadataEditor.aiSuggestionField.clearAndReplaceLabel","description":"Label for clearing the current value and applying the AI suggestion","defaultMessage":"Clear and Replace"},{"id":"metadataEditor.aiSuggestionField.ignoreLabel","description":"Label for ignoring the AI suggestion","defaultMessage":"Ignore"},{"id":"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel","description":"Label for value suggested by Box AI, including confidence level (e.g. \"low\")","defaultMessage":"Box AI suggestion ({level} confidence)"},{"id":"metadataEditor.aiSuggestionField.dismissLabel","description":"Label for confirming the message informing that AI suggestion is the same as already applied value","defaultMessage":"Confirm"}]
1
+ [{"id":"metadataEditor.aiSuggestionField.aiSuggestionCaption","description":"Label for value suggested by Box AI","defaultMessage":"Box AI suggestion:"},{"id":"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption","description":"Label informing that AI suggestion value is the same as already existing value","defaultMessage":"Box AI suggests the same value as above"},{"id":"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel","description":"Label informing that AI suggestion value is the same as already existing value, including confidence level","defaultMessage":"Box AI suggests the same value as above ({level} confidence)"},{"id":"metadataEditor.aiSuggestionField.aiSuggestionOptions","description":"Aria-label for AI suggestion options","defaultMessage":"Options"},{"id":"metadataEditor.aiSuggestionField.appendLabel","description":"Label for appending the AI suggestion","defaultMessage":"Append"},{"id":"metadataEditor.aiSuggestionField.clearAndReplaceLabel","description":"Label for clearing the current value and applying the AI suggestion","defaultMessage":"Clear and Replace"},{"id":"metadataEditor.aiSuggestionField.ignoreLabel","description":"Label for ignoring the AI suggestion","defaultMessage":"Ignore"},{"id":"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel","description":"Label for value suggested by Box AI, including confidence level (e.g. \"low\")","defaultMessage":"Box AI suggestion ({level} confidence)"},{"id":"metadataEditor.aiSuggestionField.confidenceLevelHigh","description":"Confidence level label shown in the AI suggestion caption when extraction confidence is high","defaultMessage":"High"},{"id":"metadataEditor.aiSuggestionField.confidenceLevelLow","description":"Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium","defaultMessage":"Low"},{"id":"metadataEditor.aiSuggestionField.dismissLabel","description":"Label for confirming the message informing that AI suggestion is the same as already applied value","defaultMessage":"Confirm"},{"id":"metadataEditor.aiSuggestionField.acceptLabel","description":"Label for accepting the AI suggestion when it matches the existing field value","defaultMessage":"Accept suggestion"}]
@@ -1 +1 @@
1
- [{"id":"metadataEditor.confidenceScore.tooltipLowConfidence","description":"Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., \"35%\")","defaultMessage":"Box AI returned low confidence ({score}) level for this extraction. Review the value."},{"id":"metadataEditor.confidenceScore.tooltipReviewedAndAccepted","description":"Tooltip message shown when a low confidence extraction has been reviewed and accepted by user","defaultMessage":"Box AI returned low confidence ({score}) level for this extraction but it was accepted by a human."},{"id":"metadataEditor.confidenceScore.tooltipHighConfidence","description":"Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., \"95%\")","defaultMessage":"Box AI returned high confidence ({score}) level for this extraction."}]
1
+ [{"id":"metadataEditor.confidenceScore.tooltipLowConfidence","description":"Tooltip message shown when Box AI extraction has low confidence score","defaultMessage":"Box AI returned low confidence level for this extraction. Review the value."},{"id":"metadataEditor.confidenceScore.tooltipReviewedAndAccepted","description":"Tooltip message shown when a low confidence extraction has been reviewed and accepted by user","defaultMessage":"Box AI returned low confidence level for this extraction but it was accepted by a human."},{"id":"metadataEditor.confidenceScore.tooltipHighConfidence","description":"Tooltip message shown when Box AI extraction has high confidence score","defaultMessage":"Box AI returned high confidence level for this extraction."}]
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "사용자 정의 메타데이터",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "검색 템플릿",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "템플릿 추가",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 제안:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 제안({level} 신뢰도)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "옵션",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "추가",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "지우기 및 바꾸기",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "확인",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "무시",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Box AI로 자동 완성하기",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI를 사용한 {templateName}자동 입력",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AI로 자동 완성하기(고급형)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Tilpasset metadata",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-forslag:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-forslag ({level} konfidens)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Alternativer",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Tilføy",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tøm og erstatt",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Automatisk utfylling med Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Fyll {templateName} automatisk med Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Automatisk utfylling med Box AI (forbedret)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Aangepaste metagegevens",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Sjablonen zoeken",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-suggestie:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-suggestie (betrouwbaarheidsscore {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opties",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Toevoegen",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Wissen en vervangen",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Bevestigen",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Automatisch invullen met Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} met Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Automatisch invullen met Box AI (Verbeterd)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Niestandardowe metadane",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Szablony wyszukiwania",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Dodaj szablon",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestia Box AI:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugestia Box AI (poziom pewności {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opcje",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Dołącz",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Wyczyść i zamień",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Potwierdź",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignoruj",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI sugeruje tę samą wartość, co powyżej",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autouzupełnianie za pomocą Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Automatycznie wypełnij {templateName} za pomocą Box AI.",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autouzupełnianie za pomocą Box AI (ulepszone)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadados personalizados",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modelos de pesquisa",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Adicionar modelo",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugestão do Box AI:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugestão do Box AI (confiança {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opções",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Acrescentar",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Limpar e substituir",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "O Box AI sugere o mesmo valor acima",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Preenchimento automático com o Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Preencher automaticamente {templateName} com o Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Preenchimento automático com o Box AI (aprimorado)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Настраиваемые метаданные",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Шаблоны для поиска",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Добавить шаблон",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Предложение ИИ Box:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Предложение Box AI (уровень уверенности: {level})",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Параметры",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Добавить",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Очистить и заменить",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Подтвердить",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Пропустить",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI предлагает то же значение, что и выше",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Автозаполнение с Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Автозаполнение {templateName} с помощью Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Автозаполнение с Box AI (улучшенное)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Anpassade metadata",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Sökmallar",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Lägg till mall",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-förslag:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-förslag ({level} konfidens)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Alternativ",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Lägg till",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Rensa och ersätt",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Bekräfta",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorera",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI föreslår samma värde som ovan",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Autofyll med Box AI",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofyll {templateName} med Box AI",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Autofyll med Box AI (Förbättrad)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "Özel Meta Veri",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları ara",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "Şablon ekle",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI önerisi:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI önerisi ({level} güven)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Seçenekler",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "Ekle",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Temizle ve Değiştir",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "Onayla",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "Yoksay",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI yukarıdaki ile aynı değeri öneriyor",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "Box AI ile otomatik doldurma",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI ile {templateName} şablonunu otomatik olarak doldurun",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AI ile otomatik doldurma (Geliştirilmiş)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "自定义元数据",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "搜索模板",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "添加模板",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 建议:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 建议({level} 置信度)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "选项",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "追加",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "清除和替换",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "确认",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "忽略",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建议与上述相同的值",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "使用 Box AI 自动填充",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "使用 Box AI 自动填充 {templateName}",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "使用 Box AI 自动填充(增强型)",
@@ -47,14 +47,18 @@ export default {
47
47
  "metadataEditor.addMetadataTemplate.customMetadataName": "自訂中繼資料",
48
48
  "metadataEditor.addMetadataTemplate.search.placeholder": "搜尋範本",
49
49
  "metadataEditor.addMetadataTemplate.trigger.label": "新增範本",
50
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
50
51
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI 建議:",
51
52
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI 建議 ({level} 信心指數)",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "選項",
53
54
  "metadataEditor.aiSuggestionField.appendLabel": "附加",
54
55
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "清除並取代",
56
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
57
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
55
58
  "metadataEditor.aiSuggestionField.dismissLabel": "確認",
56
59
  "metadataEditor.aiSuggestionField.ignoreLabel": "略過",
57
60
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建議與上方相同的值",
61
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
58
62
  "metadataEditor.autofillButton.ariaLabel": "使用 Box AI 自動填充",
59
63
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "使用 Box AI 自動填充 {templateName}",
60
64
  "metadataEditor.autofillButton.tooltip.enhanced": "使用 Box AI 自動填充 (增強)",
@@ -9,6 +9,11 @@ declare const _default: {
9
9
  description: string;
10
10
  id: string;
11
11
  };
12
+ sameValueAiSuggestionCaptionWithLevel: {
13
+ defaultMessage: string;
14
+ description: string;
15
+ id: string;
16
+ };
12
17
  aiSuggestionOptions: {
13
18
  defaultMessage: string;
14
19
  description: string;
@@ -34,10 +39,25 @@ declare const _default: {
34
39
  description: string;
35
40
  id: string;
36
41
  };
42
+ confidenceLevelHigh: {
43
+ defaultMessage: string;
44
+ description: string;
45
+ id: string;
46
+ };
47
+ confidenceLevelLow: {
48
+ defaultMessage: string;
49
+ description: string;
50
+ id: string;
51
+ };
37
52
  aiSuggestionConfirm: {
38
53
  defaultMessage: string;
39
54
  description: string;
40
55
  id: string;
41
56
  };
57
+ aiSuggestionAccept: {
58
+ defaultMessage: string;
59
+ description: string;
60
+ id: string;
61
+ };
42
62
  };
43
63
  export default _default;
@@ -1,4 +1 @@
1
- import { ConfidenceScoreData } from '../../../../types';
2
- export declare function LowConfidenceBadge({ confidenceScore }: {
3
- confidenceScore: ConfidenceScoreData;
4
- }): import("react/jsx-runtime").JSX.Element;
1
+ export declare function LowConfidenceBadge(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { MetadataTemplateField } from '../../../types';
2
+ type FieldEntry = {
3
+ field: MetadataTemplateField;
4
+ originalIndex: number;
5
+ };
6
+ export declare function useReviewFieldFilter(fields: MetadataTemplateField[], shouldShowOnlyReviewFields: boolean): FieldEntry[];
7
+ export {};
@@ -8,6 +8,7 @@ export type TemplateInstanceProps = {
8
8
  isExternallyOwned?: boolean;
9
9
  isMultilevelTaxonomyFieldEnabled: boolean;
10
10
  isConfidenceScoreReviewEnabled?: boolean;
11
+ shouldShowOnlyReviewFields?: boolean;
11
12
  onSelectMetadataField?: (field: MetadataTemplateField | null) => void;
12
13
  selectedMetadataFieldId?: string | null;
13
14
  };