tickera-angular-components 0.0.1-dev.4 → 0.0.1-dev.41

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/i18n/en.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "formErrors": {
3
+ "required": "This field is required",
4
+ "minlength": "Must be at least {{minLength}} characters",
5
+ "maxlength": "Must not exceed {{maxLength}} characters",
6
+ "pattern": "Invalid format",
7
+ "email": "Invalid format",
8
+ "mustMatch": "Passwords do not match",
9
+ "invalidField": "Invalid field",
10
+ "invalidSelection": "Invalid selection"
11
+ },
12
+ "common": {
13
+ "selectOption": "Select option"
14
+ },
15
+ "fileUpload": {
16
+ "dropSingle": "Drag and drop a file here, or click to select",
17
+ "dropMultiple": "Drag and drop files here, or click to select",
18
+ "allowedExtensions": "Allowed extensions:",
19
+ "maxSize": "Maximum size:",
20
+ "sizeError": "File {{fileName}} exceeds maximum size of {{maxSize}} MB",
21
+ "extensionError": "File {{fileName}} has an invalid extension. Use: {{extensions}}",
22
+ "fileTypeImages": "Images",
23
+ "fileTypeExcel": "Excel",
24
+ "fileTypeWord": "Word",
25
+ "fileTypeText": "Text",
26
+ "fileTypeOther": "Other"
27
+ },
28
+ "deleteConfirmation": {
29
+ "warning": "Are you sure you want to delete this item?",
30
+ "instructions": "Type <strong>delete</strong> to confirm",
31
+ "placeholder": "Type delete",
32
+ "cancel": "Cancel",
33
+ "delete": "Delete"
34
+ },
35
+ "changePassword": {
36
+ "title": "Change password",
37
+ "newPasswordLabel": "New password",
38
+ "newPasswordPlaceholder": "Enter new password",
39
+ "confirmPasswordLabel": "Confirm password",
40
+ "confirmPasswordPlaceholder": "Confirm new password",
41
+ "cancel": "Cancel",
42
+ "save": "Save",
43
+ "saving": "Saving..."
44
+ }
45
+ }
package/i18n/es.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "formErrors": {
3
+ "required": "Este campo es requerido",
4
+ "minlength": "Debe tener al menos {{minLength}} caracteres",
5
+ "maxlength": "No debe exceder {{maxLength}} caracteres",
6
+ "pattern": "El formato no es válido",
7
+ "email": "El formato no es válido",
8
+ "mustMatch": "Las contraseñas no coinciden",
9
+ "invalidField": "Campo inválido",
10
+ "invalidSelection": "Selección inválida"
11
+ },
12
+ "common": {
13
+ "selectOption": "Seleccionar opción"
14
+ },
15
+ "fileUpload": {
16
+ "dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
17
+ "dropMultiple": "Arrastra y suelta archivos aquí, o haz clic para seleccionar",
18
+ "allowedExtensions": "Extensiones permitidas:",
19
+ "maxSize": "Tamaño máximo:",
20
+ "sizeError": "El archivo {{fileName}} excede el tamaño máximo de {{maxSize}} MB",
21
+ "extensionError": "El archivo {{fileName}} no tiene una extensión permitida. Use: {{extensions}}",
22
+ "fileTypeImages": "Imágenes",
23
+ "fileTypeExcel": "Excel",
24
+ "fileTypeWord": "Word",
25
+ "fileTypeText": "Texto",
26
+ "fileTypeOther": "Otro"
27
+ },
28
+ "deleteConfirmation": {
29
+ "warning": "¿Estás seguro de que deseas eliminar este elemento?",
30
+ "instructions": "Escriba <strong>eliminar</strong> para confirmar",
31
+ "placeholder": "Escriba eliminar",
32
+ "cancel": "Cancelar",
33
+ "delete": "Eliminar"
34
+ },
35
+ "changePassword": {
36
+ "title": "Cambiar contraseña",
37
+ "newPasswordLabel": "Nueva contraseña",
38
+ "newPasswordPlaceholder": "Ingrese la nueva contraseña",
39
+ "confirmPasswordLabel": "Confirmar contraseña",
40
+ "confirmPasswordPlaceholder": "Confirme la nueva contraseña",
41
+ "cancel": "Cancelar",
42
+ "save": "Guardar",
43
+ "saving": "Guardando..."
44
+ }
45
+ }