@cobre-npm/library-onboarding-core 0.6.0 → 0.7.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/dist/index.d.ts
CHANGED
|
@@ -2365,6 +2365,7 @@ export declare const locales: {
|
|
|
2365
2365
|
uploadContentTypeRejected: string;
|
|
2366
2366
|
uploadBodyTooLarge: string;
|
|
2367
2367
|
generic: string;
|
|
2368
|
+
requiredError: string;
|
|
2368
2369
|
};
|
|
2369
2370
|
title: string;
|
|
2370
2371
|
required: string;
|
|
@@ -2437,6 +2438,7 @@ export declare const locales: {
|
|
|
2437
2438
|
uploadContentTypeRejected: string;
|
|
2438
2439
|
uploadBodyTooLarge: string;
|
|
2439
2440
|
generic: string;
|
|
2441
|
+
requiredError: string;
|
|
2440
2442
|
};
|
|
2441
2443
|
title: string;
|
|
2442
2444
|
required: string;
|
|
@@ -15,7 +15,8 @@
|
|
|
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
|
+
"requiredError": "Upload the required documents to continue"
|
|
19
20
|
},
|
|
20
21
|
"title": "Documents",
|
|
21
22
|
"required": "Required",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"invalidQuestionnaireContentType": "El cuestionario debe ser un archivo PDF o HTML.",
|
|
16
16
|
"uploadContentTypeRejected": "El archivo subido no corresponde a un formato aceptado (PDF o HTML).",
|
|
17
17
|
"uploadBodyTooLarge": "El archivo es demasiado grande. El máximo es 5 MB.",
|
|
18
|
-
"generic": "No se pudo subir el documento. Inténtalo de nuevo."
|
|
18
|
+
"generic": "No se pudo subir el documento. Inténtalo de nuevo.",
|
|
19
|
+
"requiredError": "Sube los documentos requeridos para continuar"
|
|
19
20
|
},
|
|
20
21
|
"title": "Documentos",
|
|
21
22
|
"required": "Requeridos",
|