@cobre-npm/library-onboarding-core 0.1.8 → 0.2.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.
package/package.json
CHANGED
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
"uploadLabel": "Upload document",
|
|
26
26
|
"uploadFromDevice": "Upload from device",
|
|
27
27
|
"maxSize": "Max size: 90 MB",
|
|
28
|
-
"replaceFile": "Replace file"
|
|
28
|
+
"replaceFile": "Replace file",
|
|
29
|
+
"autofillBadge": "Auto-fills fields",
|
|
30
|
+
"autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form fields."
|
|
29
31
|
},
|
|
30
32
|
"messages": {
|
|
31
33
|
"saved": "Data saved (see console)"
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
"uploadLabel": "Subir documento",
|
|
26
26
|
"uploadFromDevice": "Subir desde dispositivo",
|
|
27
27
|
"maxSize": "Tamaño máximo: 90 MB",
|
|
28
|
-
"replaceFile": "Reemplazar archivo"
|
|
28
|
+
"replaceFile": "Reemplazar archivo",
|
|
29
|
+
"autofillBadge": "Pre-llena campos",
|
|
30
|
+
"autofillBadgeTooltip": "Al subir este documento se pre-llenarán automáticamente algunos campos del formulario."
|
|
29
31
|
},
|
|
30
32
|
"messages": {
|
|
31
33
|
"saved": "Datos guardados (ver consola)"
|