@cobre-npm/library-onboarding-core 0.2.1 → 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 +1 -1
- package/src/locales/Common/en.json +13 -1
- package/src/locales/Common/es.json +13 -1
package/package.json
CHANGED
|
@@ -27,7 +27,19 @@
|
|
|
27
27
|
"maxSize": "Max size: 90 MB",
|
|
28
28
|
"replaceFile": "Replace file",
|
|
29
29
|
"autofillBadge": "Auto-fills fields",
|
|
30
|
-
"autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form 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)"
|