@cobre-npm/library-onboarding-core 0.1.7 → 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 +1 -1
- package/src/locales/Common/en.json +11 -1
- package/src/locales/Common/es.json +11 -1
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",
|
|
@@ -38,5 +40,13 @@
|
|
|
38
40
|
"confirmRemoveDescription": "Are you sure you want to remove this person? This action cannot be undone.",
|
|
39
41
|
"confirmRemoveYes": "Remove",
|
|
40
42
|
"confirmRemoveNo": "Cancel"
|
|
43
|
+
},
|
|
44
|
+
"personMatch": {
|
|
45
|
+
"continueAsNew": "Continue with \"{value}\" as a new name"
|
|
46
|
+
},
|
|
47
|
+
"corporateEntities": {
|
|
48
|
+
"legal_representatives": "Legal Representatives",
|
|
49
|
+
"beneficial_owners": "Beneficial Owners",
|
|
50
|
+
"maximal_controllers": "Maximal Controllers"
|
|
41
51
|
}
|
|
42
52
|
}
|
|
@@ -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)"
|
|
@@ -38,5 +40,13 @@
|
|
|
38
40
|
"confirmRemoveDescription": "¿Estás seguro de que deseas eliminar esta persona? Esta acción no se puede deshacer.",
|
|
39
41
|
"confirmRemoveYes": "Eliminar",
|
|
40
42
|
"confirmRemoveNo": "Cancelar"
|
|
43
|
+
},
|
|
44
|
+
"personMatch": {
|
|
45
|
+
"continueAsNew": "Continuar con \"{value}\" como nombre nuevo"
|
|
46
|
+
},
|
|
47
|
+
"corporateEntities": {
|
|
48
|
+
"legal_representatives": "Representantes Legales",
|
|
49
|
+
"beneficial_owners": "Beneficiarios Finales",
|
|
50
|
+
"maximal_controllers": "Controladores Máximos"
|
|
41
51
|
}
|
|
42
52
|
}
|