@cobre-npm/library-onboarding-core 0.1.8 → 0.2.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
|
@@ -15,7 +15,9 @@
|
|
|
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."
|
|
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."
|
|
19
21
|
},
|
|
20
22
|
"title": "Documents",
|
|
21
23
|
"required": "Required",
|
|
@@ -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)"
|