@box/metadata-editor 1.64.7 → 1.65.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/chunks/metadata-instance-form-ai-disclaimer.js +28 -0
  2. package/dist/chunks/metadata-instance-form-card-wrapper.js +39 -33
  3. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.js +2 -0
  4. package/dist/esm/lib/messages.js +4 -0
  5. package/dist/i18n/bn-IN.js +9 -8
  6. package/dist/i18n/bn-IN.properties +17 -5
  7. package/dist/i18n/da-DK.js +9 -8
  8. package/dist/i18n/da-DK.properties +17 -5
  9. package/dist/i18n/de-DE.js +9 -8
  10. package/dist/i18n/de-DE.properties +17 -5
  11. package/dist/i18n/en-AU.js +4 -3
  12. package/dist/i18n/en-AU.properties +17 -5
  13. package/dist/i18n/en-CA.js +4 -3
  14. package/dist/i18n/en-CA.properties +17 -5
  15. package/dist/i18n/en-GB.js +4 -3
  16. package/dist/i18n/en-GB.properties +17 -5
  17. package/dist/i18n/en-US.js +1 -0
  18. package/dist/i18n/en-US.properties +2 -0
  19. package/dist/i18n/en-x-pseudo.js +157 -156
  20. package/dist/i18n/en-x-pseudo.properties +165 -153
  21. package/dist/i18n/es-419.js +9 -8
  22. package/dist/i18n/es-419.properties +17 -5
  23. package/dist/i18n/es-ES.js +9 -8
  24. package/dist/i18n/es-ES.properties +17 -5
  25. package/dist/i18n/fi-FI.js +9 -8
  26. package/dist/i18n/fi-FI.properties +17 -5
  27. package/dist/i18n/fr-CA.js +9 -8
  28. package/dist/i18n/fr-CA.properties +17 -5
  29. package/dist/i18n/fr-FR.js +9 -8
  30. package/dist/i18n/fr-FR.properties +17 -5
  31. package/dist/i18n/hi-IN.js +9 -8
  32. package/dist/i18n/hi-IN.properties +17 -5
  33. package/dist/i18n/it-IT.js +9 -8
  34. package/dist/i18n/it-IT.properties +17 -5
  35. package/dist/i18n/ja-JP.js +10 -9
  36. package/dist/i18n/ja-JP.properties +18 -6
  37. package/dist/i18n/json/src/lib/messages.json +1 -1
  38. package/dist/i18n/ko-KR.js +9 -8
  39. package/dist/i18n/ko-KR.properties +17 -5
  40. package/dist/i18n/nb-NO.js +9 -8
  41. package/dist/i18n/nb-NO.properties +17 -5
  42. package/dist/i18n/nl-NL.js +9 -8
  43. package/dist/i18n/nl-NL.properties +17 -5
  44. package/dist/i18n/pl-PL.js +9 -8
  45. package/dist/i18n/pl-PL.properties +17 -5
  46. package/dist/i18n/pt-BR.js +9 -8
  47. package/dist/i18n/pt-BR.properties +17 -5
  48. package/dist/i18n/ru-RU.js +9 -8
  49. package/dist/i18n/ru-RU.properties +17 -5
  50. package/dist/i18n/sv-SE.js +9 -8
  51. package/dist/i18n/sv-SE.properties +17 -5
  52. package/dist/i18n/tr-TR.js +9 -8
  53. package/dist/i18n/tr-TR.properties +17 -5
  54. package/dist/i18n/zh-CN.js +9 -8
  55. package/dist/i18n/zh-CN.properties +17 -5
  56. package/dist/i18n/zh-TW.js +9 -8
  57. package/dist/i18n/zh-TW.properties +17 -5
  58. package/dist/styles/metadata-instance-form-ai-disclaimer.css +1 -0
  59. package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-ai-disclaimer/metadata-instance-form-ai-disclaimer.d.ts +8 -0
  60. package/dist/types/lib/messages.d.ts +5 -0
  61. package/package.json +4 -4
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Cargando…
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No se han encontrado resultados
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = cargando
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Seleccionar una plantilla
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = No se pudo cargar las plantillas. Vuelve a intentarlo más tarde
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = Ver en el documento
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Metadatos personalizados
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Aceptar sugerencia
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Sugerencia de Box AI:
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opciones
104
110
  metadataEditor.aiSuggestionField.appendLabel = Anexar
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Eliminar y reemplazar
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = Alto
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Bajo
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirmar
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI recomienda el mismo valor que el anterior
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI sugiere el mismo valor que se indica más arriba (nivel de confianza {level})
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Autocompletar con Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autocompletar con Box AI (mejor
120
132
  metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
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 ha devuelto un nivel de confianza alto ({score}) para esta extracción.
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 ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha indicado un nivel de confianza alto para esta extracción.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha indicado un nivel de confianza bajo para esta extracción. Revise el valor.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción, pero ha sido aceptada por un humano.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha indicado un nivel de confianza bajo para esta extracción, pero una persona la ha aceptado.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Cargando…",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
8
8
  "comboboxWithApiPagination.noResults": "No se han encontrado resultados",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "cargando",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ingresa una fecha posterior a {date}",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Anexar",
@@ -44,30 +45,30 @@ export default {
44
45
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Buscar todas las plantillas",
45
46
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Seleccionar una plantilla",
46
47
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "No se pudo cargar las plantillas. Vuelve a intentarlo más tarde",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "Ver en el documento",
48
49
  "metadataEditor.addMetadataTemplate.customMetadataName": "Metadatos personalizados",
49
50
  "metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
50
51
  "metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "Aceptar sugerencia",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Sugerencia de Box AI:",
53
54
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Sugerencia de Box AI (nivel de confianza {level})",
54
55
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Opciones",
55
56
  "metadataEditor.aiSuggestionField.appendLabel": "Anexar",
56
57
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Eliminar y reemplazar",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "Alto",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Bajo",
59
60
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
60
61
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
61
62
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI sugiere el mismo valor que se indica más arriba (nivel de confianza {level})",
63
64
  "metadataEditor.autofillButton.ariaLabel": "Autocompletar con Box AI",
64
65
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autocompletar {templateName} con Box AI",
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Autocompletar con Box AI (mejorado)",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Autocompletar con Box AI",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Autocompletar con Box AI (estándar)",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha devuelto un nivel de confianza alto ({score}) para esta extracción.",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción, pero ha sido aceptada por un humano.",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha indicado un nivel de confianza alto para esta extracción.",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha indicado un nivel de confianza bajo para esta extracción. Revise el valor.",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ha indicado un nivel de confianza bajo para esta extracción, pero una persona la ha aceptado.",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmar eliminación de la instancia de metadatos",
72
73
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "¿Seguro que desea eliminar la instancia de metadatos \"{templateName}\" y sus valores?",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Cargando…
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No se han encontrado resultados
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = cargando
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Seleccionar una plantilla
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = No se pudo cargar las plantillas. Vuelve a intentarlo más tarde
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = Ver en el documento
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Metadatos personalizados
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Aceptar sugerencia
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Sugerencia de Box AI:
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Opciones
104
110
  metadataEditor.aiSuggestionField.appendLabel = Anexar
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Eliminar y reemplazar
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = Alto
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Bajo
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirmar
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI recomienda el mismo valor que el anterior
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI sugiere el mismo valor que se indica más arriba (nivel de confianza {level})
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Autocompletar con Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Autocompletar con Box AI (mejor
120
132
  metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
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 ha devuelto un nivel de confianza alto ({score}) para esta extracción.
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 ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha indicado un nivel de confianza alto para esta extracción.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha indicado un nivel de confianza bajo para esta extracción. Revise el valor.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción, pero ha sido aceptada por un humano.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI ha indicado un nivel de confianza bajo para esta extracción, pero una persona la ha aceptado.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Ladataan...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
8
8
  "comboboxWithApiPagination.noResults": "Ei tuloksia",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "ladataan",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Anna päiväys {date} jälkeen",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Liitä",
@@ -44,30 +45,30 @@ export default {
44
45
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Hae kaikki mallit",
45
46
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Valitse malli",
46
47
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Malleja ei voitu ladata. Yritä myöhemmin uudelleen",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "Näytä asiakirjassa",
48
49
  "metadataEditor.addMetadataTemplate.customMetadataName": "Mukautetut metatiedot",
49
50
  "metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
50
51
  "metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "Hyväksy ehdotus",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI -ehdotus:",
53
54
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI -ehdotus (luottamustaso {level})",
54
55
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Vaihtoehdot",
55
56
  "metadataEditor.aiSuggestionField.appendLabel": "Liitä",
56
57
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Tyhjennä ja korvaa",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "Suuri",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Pieni",
59
60
  "metadataEditor.aiSuggestionField.dismissLabel": "Vahvista",
60
61
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ohita",
61
62
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI ehdottaa samaa arvoa kuin yllä",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI ehdottaa samaa arvoa kuin edellä (luottamustaso {level})",
63
64
  "metadataEditor.autofillButton.ariaLabel": "Automaattinen täyttö Box AI:n avulla",
64
65
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Täytä {templateName} automaattisesti Box AI:n avulla",
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Automaattinen täyttö Box AI:n avulla (tehostettu)",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Automaattinen täyttö Box AI:n avulla",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Automaattinen täyttö Box AI:n avulla (vakio)",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI antoi korkean luottamustason ({score}) tälle poiminnalle.",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI antoi matalan luottamustason ({score}) tälle poiminnalle. Tarkista arvo.",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI antoi matalan luottamustason ({score}) tälle poiminnalle, mutta ihminen hyväksyi sen.",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI antoi korkean luottamustason tälle poiminnalle.",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI antoi tälle poiminnalle alhaisen luottamustason. Tarkista arvo.",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI antoi matalan luottamustason tälle poiminnalle, mutta ihminen hyväksyi sen.",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Vahvista metatietoesiintymän poistaminen",
72
73
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Haluatko varmasti poistaa metatietoesiintymän ”{templateName}” ja sen arvot?",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Ladataan...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Ladataan Lisää...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Ei tuloksia
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = ladataan
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Valitse malli
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Malleja ei voitu ladata. Yritä myöhemmin uudelleen
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = Näytä asiakirjassa
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Mukautetut metatiedot
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Hae malleja
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Lisää malli
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Hyväksy ehdotus
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI -ehdotus:
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Vaihtoehdot
104
110
  metadataEditor.aiSuggestionField.appendLabel = Liitä
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Tyhjennä ja korvaa
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = Suuri
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Pieni
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Vahvista
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ohita
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI ehdottaa samaa arvoa kuin yllä
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI ehdottaa samaa arvoa kuin edellä (luottamustaso {level})
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Automaattinen täyttö Box AI:n avulla
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Automaattinen täyttö Box AI:n
120
132
  metadataEditor.autofillButton.tooltip.ga = Automaattinen täyttö Box AI:n avulla
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Automaattinen täyttö Box AI:n avulla (vakio)
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 antoi korkean luottamustason ({score}) tälle poiminnalle.
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 antoi matalan luottamustason ({score}) tälle poiminnalle. Tarkista arvo.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI antoi korkean luottamustason tälle poiminnalle.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI antoi tälle poiminnalle alhaisen luottamustason. Tarkista arvo.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI antoi matalan luottamustason ({score}) tälle poiminnalle, mutta ihminen hyväksyi sen.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI antoi matalan luottamustason tälle poiminnalle, mutta ihminen hyväksyi sen.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Vahvista metatietoesiintymän poistaminen
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "en chargement",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Ajouter",
@@ -44,30 +45,30 @@ export default {
44
45
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Rechercher tous les modèles",
45
46
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Sélectionner un modèle",
46
47
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Impossible de charger les modèles. Réessayer plus tard",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "Afficher sur le document",
48
49
  "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
49
50
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
50
51
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accepter la suggestion",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggestion Box AI :",
53
54
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggestion de Box AI (niveau de confiance {level})",
54
55
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
55
56
  "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
56
57
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "Élevée",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Faible",
59
60
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
60
61
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
61
62
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggère la même valeur que ci-dessus (niveau de confiance {level})",
63
64
  "metadataEditor.autofillButton.ariaLabel": "Remplissage automatique avec Box AI",
64
65
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Remplir automatiquement {templateName} avec Box AI",
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI a attribué un faible niveau de confiance ({score}) à cette extraction, mais celle-ci a été validée par un humain.",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé pour cette extraction.",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un faible niveau de confiance pour cette extraction. Vérifiez la valeur.",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI a attribué un faible niveau de confiance pour cette extraction, mais celle-ci a été validée par un humain.",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
72
73
  "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 ?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Aucun résultat trouvé
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = en chargement
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sélectionner un modèle
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Impossible de charger les modèles. Réessayer plus tard
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = Afficher sur le document
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Accepter la suggestion
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Suggestion Box AI :
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
104
110
  metadataEditor.aiSuggestionField.appendLabel = Ajouter
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Effacer et remplacer
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = Élevée
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Faible
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirmer
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggère la même valeur que ci-dessus (niveau de confiance {level})
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Remplissage automatique avec Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Bo
120
132
  metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec 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 a renvoyé un niveau de confiance élevé ({score}) pour cette 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 a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI a renvoyé un niveau de confiance élevé pour cette extraction.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI a renvoyé un faible niveau de confiance pour cette extraction. Vérifiez la valeur.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI a attribué un faible niveau de confiance ({score}) à cette extraction, mais celle-ci a été validée par un humain.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI a attribué un faible niveau de confiance pour cette extraction, mais celle-ci a été validée par un humain.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "en chargement",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Ajouter",
@@ -44,30 +45,30 @@ export default {
44
45
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Rechercher tous les modèles",
45
46
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Sélectionner un modèle",
46
47
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Impossible de charger les modèles. Réessayer plus tard",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "Afficher sur le document",
48
49
  "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
49
50
  "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
50
51
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accepter la suggestion",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Suggestion Box AI :",
53
54
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Suggestion de Box AI (niveau de confiance {level})",
54
55
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
55
56
  "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
56
57
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Effacer et remplacer",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "Élevée",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Faible",
59
60
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
60
61
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
61
62
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggère la même valeur que ci-dessus (niveau de confiance {level})",
63
64
  "metadataEditor.autofillButton.ariaLabel": "Remplissage automatique avec Box AI",
64
65
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Remplir automatiquement {templateName} avec Box AI",
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI a attribué un faible niveau de confiance ({score}) à cette extraction, mais celle-ci a été validée par un humain.",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé pour cette extraction.",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un faible niveau de confiance pour cette extraction. Vérifiez la valeur.",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI a attribué un faible niveau de confiance pour cette extraction, mais celle-ci a été validée par un humain.",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
72
73
  "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 ?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
@@ -12,6 +12,8 @@ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Aucun résultat trouvé
15
+ # Disclaimer shown when at least one metadata field has been autofilled by AI
16
+ groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI is continuously evolving. Please verify all AI-generated information.
15
17
  # Aria label indicating that content is loading or in progress
16
18
  groupSharedFeatures.metadataEditor.loading = en chargement
17
19
  # Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
@@ -88,12 +90,16 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlacehold
88
90
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sélectionner un modèle
89
91
  # Error message displayed when templates fail to load
90
92
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Impossible de charger les modèles. Réessayer plus tard
93
+ # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
+ groupSharedFeatures.metadataEditor.viewOnDocument = Afficher sur le document
91
95
  # Display name for custom metadata templates
92
96
  metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
93
97
  # Description for the search input field in the metadata editor
94
98
  metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
95
99
  # Call to encourage user to add metadata templates
96
100
  metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
101
+ # Label for accepting the AI suggestion when it matches the existing field value
102
+ metadataEditor.aiSuggestionField.acceptLabel = Accepter la suggestion
97
103
  # Label for value suggested by Box AI
98
104
  metadataEditor.aiSuggestionField.aiSuggestionCaption = Suggestion Box AI :
99
105
  # Label for value suggested by Box AI, including confidence level (e.g. "low")
@@ -104,12 +110,18 @@ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
104
110
  metadataEditor.aiSuggestionField.appendLabel = Ajouter
105
111
  # Label for clearing the current value and applying the AI suggestion
106
112
  metadataEditor.aiSuggestionField.clearAndReplaceLabel = Effacer et remplacer
113
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is high
114
+ metadataEditor.aiSuggestionField.confidenceLevelHigh = Élevée
115
+ # Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
116
+ metadataEditor.aiSuggestionField.confidenceLevelLow = Faible
107
117
  # Label for confirming the message informing that AI suggestion is the same as already applied value
108
118
  metadataEditor.aiSuggestionField.dismissLabel = Confirmer
109
119
  # Label for ignoring the AI suggestion
110
120
  metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
111
121
  # Label informing that AI suggestion value is the same as already existing value
112
122
  metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
123
+ # Label informing that AI suggestion value is the same as already existing value, including confidence level
124
+ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = Box AI suggère la même valeur que ci-dessus (niveau de confiance {level})
113
125
  # Aria label for the autofill button
114
126
  metadataEditor.autofillButton.ariaLabel = Remplissage automatique avec Box AI
115
127
  # Aria label for the autofill button with the template name
@@ -120,12 +132,12 @@ metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Bo
120
132
  metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
121
133
  # Tooltip for the autofill button when using standard AI agent
122
134
  metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec 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 a renvoyé un niveau de confiance élevé ({score}) pour cette 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 a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.
135
+ # Tooltip message shown when Box AI extraction has high confidence score
136
+ metadataEditor.confidenceScore.tooltipHighConfidence = Box AI a renvoyé un niveau de confiance élevé pour cette extraction.
137
+ # Tooltip message shown when Box AI extraction has low confidence score
138
+ metadataEditor.confidenceScore.tooltipLowConfidence = Box AI a renvoyé un faible niveau de confiance pour cette extraction. Vérifiez la valeur.
127
139
  # Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
128
- metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI a attribué un faible niveau de confiance ({score}) à cette extraction, mais celle-ci a été validée par un humain.
140
+ metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Box AI a attribué un faible niveau de confiance pour cette extraction, mais celle-ci a été validée par un humain.
129
141
  # Label informing how to confirm deletion of the template
130
142
  metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
131
143
  # Paragraph asking user are they sure that they want to delete the template
@@ -6,6 +6,7 @@ export default {
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "और लोड हो रहा है...",
8
8
  "comboboxWithApiPagination.noResults": "कोई परिणाम नहीं मिला",
9
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI is continuously evolving. Please verify all AI-generated information.",
9
10
  "groupSharedFeatures.metadataEditor.loading": "लोड हो रहा है",
10
11
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} के बाद की एक तारीख़ दर्ज करें",
11
12
  "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "शामिल करें",
@@ -44,30 +45,30 @@ export default {
44
45
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "सभी टेम्पलेट्स खोजें",
45
46
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "एक टेम्पलेट चुनें",
46
47
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "टेम्पलेट्स लोड नहीं कर सका। बाद में पुनः प्रयास करें",
47
- "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
48
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "दस्तावेज़ पर देखें",
48
49
  "metadataEditor.addMetadataTemplate.customMetadataName": "कस्टम मेटाडेटा",
49
50
  "metadataEditor.addMetadataTemplate.search.placeholder": "टेम्पलेट्स खोजें",
50
51
  "metadataEditor.addMetadataTemplate.trigger.label": "टेम्पलेट जोड़ें",
51
- "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
52
+ "metadataEditor.aiSuggestionField.acceptLabel": "सुझाव स्वीकार करें",
52
53
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI सुझाव:",
53
54
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI सुझाव ({level} आत्मविश्वास)",
54
55
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "विकल्प",
55
56
  "metadataEditor.aiSuggestionField.appendLabel": "शामिल करें",
56
57
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "साफ करें और बदलें",
57
- "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
58
- "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
58
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "उच्च",
59
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "निम्न",
59
60
  "metadataEditor.aiSuggestionField.dismissLabel": "पुष्टि करें",
60
61
  "metadataEditor.aiSuggestionField.ignoreLabel": "नज़रअंदाज़ करें",
61
62
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
62
- "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
63
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI वही मान सुझाता है जो ऊपर ({level} आत्मविश्वास) दिख रहा है",
63
64
  "metadataEditor.autofillButton.ariaLabel": "Box AI के साथ ऑटोफिल करें",
64
65
  "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Box AI के साथ {templateName} को ऑटोफ़ाइल करें",
65
66
  "metadataEditor.autofillButton.tooltip.enhanced": "Box AI (उन्नत) के साथ ऑटोफिल करें",
66
67
  "metadataEditor.autofillButton.tooltip.ga": "Box AI के साथ ऑटोफिल करें",
67
68
  "metadataEditor.autofillButton.tooltip.standard": "Box AI (मानक) के साथ ऑटोफिल करें",
68
- "metadataEditor.confidenceScore.tooltipHighConfidence": "इस एक्सट्रैक्शन के लिए Box AI ने उच्च आत्मविश्वास ({score}) स्तर प्रदर्शित किया।",
69
- "metadataEditor.confidenceScore.tooltipLowConfidence": "इस एक्सट्रैक्शन के लिए Box AI ने कम आत्मविश्वास ({score}) स्तर प्रदर्शित किया। मान की समीक्षा करें।",
70
- "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ने इस एक्सट्रैक्शन के लिए कम आत्मविश्वास ({score}) स्तर दिखाया, लेकिन इसे किसी इन्सान द्वारा स्वीकार किया गया।",
69
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ने इस एक्सट्रैक्शन के लिए उच्च आत्मविश्वास स्तर प्रदर्शित किया।",
70
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ने इस एक्सट्रैक्शन के लिए निम्न आत्मविश्वास स्तर प्रदर्शित किया। मान की समीक्षा करें।",
71
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI ने इस एक्सट्रैक्शन के लिए निम्न आत्मविश्वास स्तर प्रदर्शित किया, लेकिन उसे एक व्यक्ति द्वारा स्वीकार किया गया।",
71
72
  "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें",
72
73
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
73
74
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "क्या आप वाकई \"{templateName}\" मेटाडेटा इंस्टेंस, और इसके मूल्यों को हटाना चाहते हैं?",