@cobre-npm/library-onboarding-core 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/library-onboarding-core",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Shared configurations and resources for onboarding MFEs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -15,9 +15,7 @@
15
15
  "invalidQuestionnaireContentType": "The questionnaire must be a PDF or HTML file.",
16
16
  "uploadContentTypeRejected": "The uploaded file doesn't match an accepted format (PDF or HTML).",
17
17
  "uploadBodyTooLarge": "This file is too large. The maximum is 5 MB.",
18
- "generic": "Could not upload the document. Please try again.",
19
- "autofillBadge": "Auto-fills fields",
20
- "autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form fields."
18
+ "generic": "Could not upload the document. Please try again."
21
19
  },
22
20
  "title": "Documents",
23
21
  "required": "Required",
@@ -27,7 +25,21 @@
27
25
  "uploadLabel": "Upload document",
28
26
  "uploadFromDevice": "Upload from device",
29
27
  "maxSize": "Max size: 90 MB",
30
- "replaceFile": "Replace file"
28
+ "replaceFile": "Replace file",
29
+ "autofillBadge": "Auto-fills fields",
30
+ "autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form fields.",
31
+ "extractionNotice": "We are extracting information from your uploaded documents with AI.",
32
+ "extracting": "Extracting..."
33
+ },
34
+ "extractionReview": {
35
+ "title": "Review extracted information",
36
+ "description": "The document you uploaded has different data from what you already had. Do you want to replace it with the new extraction?",
37
+ "columnCurrent": "Current",
38
+ "columnExtracted": "Extracted",
39
+ "accept": "Accept all",
40
+ "reject": "Discard",
41
+ "showMore": "Show more",
42
+ "showLess": "Show less"
31
43
  },
32
44
  "messages": {
33
45
  "saved": "Data saved (see console)"
@@ -27,7 +27,19 @@
27
27
  "maxSize": "Tamaño máximo: 90 MB",
28
28
  "replaceFile": "Reemplazar archivo",
29
29
  "autofillBadge": "Pre-llena campos",
30
- "autofillBadgeTooltip": "Al subir este documento se pre-llenarán automáticamente algunos campos del formulario."
30
+ "autofillBadgeTooltip": "Al subir este documento se pre-llenarán automáticamente algunos campos del formulario.",
31
+ "extractionNotice": "Estamos extrayendo datos de tus documentos con IA.",
32
+ "extracting": "Extrayendo..."
33
+ },
34
+ "extractionReview": {
35
+ "title": "Revisar información extraída",
36
+ "description": "El documento que subiste tiene datos distintos a los que ya tenías. ¿Quieres reemplazarlos con la nueva extracción?",
37
+ "columnCurrent": "Actual",
38
+ "columnExtracted": "Extraído",
39
+ "accept": "Aceptar todo",
40
+ "reject": "Descartar",
41
+ "showMore": "Ver más",
42
+ "showLess": "Ver menos"
31
43
  },
32
44
  "messages": {
33
45
  "saved": "Datos guardados (ver consola)"