tickera-angular-components 0.0.1-dev.7 → 0.0.1-dev.71
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/fesm2022/tickera-angular-components.mjs +4084 -806
- package/fesm2022/tickera-angular-components.mjs.map +1 -1
- package/i18n/en.json +52 -1
- package/i18n/es.json +52 -1
- package/index.d.ts +1492 -356
- package/package.json +3 -2
package/i18n/en.json
CHANGED
|
@@ -10,7 +10,23 @@
|
|
|
10
10
|
"invalidSelection": "Invalid selection"
|
|
11
11
|
},
|
|
12
12
|
"common": {
|
|
13
|
-
"selectOption": "Select option"
|
|
13
|
+
"selectOption": "Select option",
|
|
14
|
+
"daysOfWeekByNumber": {
|
|
15
|
+
"1": "Monday",
|
|
16
|
+
"2": "Tuesday",
|
|
17
|
+
"3": "Wednesday",
|
|
18
|
+
"4": "Thursday",
|
|
19
|
+
"5": "Friday",
|
|
20
|
+
"6": "Saturday",
|
|
21
|
+
"7": "Sunday"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"cc": "National Identity Card",
|
|
25
|
+
"ce": "Foreigner's Identity Card",
|
|
26
|
+
"nit": "Tax Identification Number (NIT)",
|
|
27
|
+
"pp": "Passport",
|
|
28
|
+
"ti": "Identity Card"
|
|
29
|
+
}
|
|
14
30
|
},
|
|
15
31
|
"fileUpload": {
|
|
16
32
|
"dropSingle": "Drag and drop a file here, or click to select",
|
|
@@ -41,5 +57,40 @@
|
|
|
41
57
|
"cancel": "Cancel",
|
|
42
58
|
"save": "Save",
|
|
43
59
|
"saving": "Saving..."
|
|
60
|
+
},
|
|
61
|
+
"show": {
|
|
62
|
+
"next_performance": "Next performance:",
|
|
63
|
+
"showTypes": {
|
|
64
|
+
"PLAY": "Play",
|
|
65
|
+
"MUSICAL": "Musical",
|
|
66
|
+
"CONCERT": "Concert",
|
|
67
|
+
"DANCE": "Dance",
|
|
68
|
+
"OPERA": "Opera",
|
|
69
|
+
"COMEDY": "Comedy show",
|
|
70
|
+
"OTHER": "Other"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"order": {
|
|
74
|
+
"status": {
|
|
75
|
+
"on-hold": "On hold",
|
|
76
|
+
"pending-payment": "Pending Payment",
|
|
77
|
+
"processing": "Processing",
|
|
78
|
+
"completed": "Completed",
|
|
79
|
+
"failed": "Failed",
|
|
80
|
+
"cancelled": "Canceled",
|
|
81
|
+
"refunded": "Refunded"
|
|
82
|
+
},
|
|
83
|
+
"paymentMethods": {
|
|
84
|
+
"payroll": "Payroll",
|
|
85
|
+
"cash": "Cash",
|
|
86
|
+
"datafono": "Datafono",
|
|
87
|
+
"internal_exchange": "Internal exchange",
|
|
88
|
+
"customer_exchange": "Customer exchange",
|
|
89
|
+
"mercado_pago": "Mercado Pago"
|
|
90
|
+
},
|
|
91
|
+
"itemType": {
|
|
92
|
+
"PRODUCT": "Product",
|
|
93
|
+
"TICKET": "Ticket"
|
|
94
|
+
}
|
|
44
95
|
}
|
|
45
96
|
}
|
package/i18n/es.json
CHANGED
|
@@ -10,7 +10,23 @@
|
|
|
10
10
|
"invalidSelection": "Selección inválida"
|
|
11
11
|
},
|
|
12
12
|
"common": {
|
|
13
|
-
"selectOption": "Seleccionar opción"
|
|
13
|
+
"selectOption": "Seleccionar opción",
|
|
14
|
+
"daysOfWeekByNumber": {
|
|
15
|
+
"1": "Lunes",
|
|
16
|
+
"2": "Martes",
|
|
17
|
+
"3": "Miércoles",
|
|
18
|
+
"4": "Jueves",
|
|
19
|
+
"5": "Viernes",
|
|
20
|
+
"6": "Sábado",
|
|
21
|
+
"7": "Domingo"
|
|
22
|
+
},
|
|
23
|
+
"documentTypes": {
|
|
24
|
+
"cc": "Cedula de ciudadania",
|
|
25
|
+
"ce": "Cedula de extrangería",
|
|
26
|
+
"nit": "NIT",
|
|
27
|
+
"pp": "Pasaporte",
|
|
28
|
+
"ti": "Tarjeta de identidad"
|
|
29
|
+
}
|
|
14
30
|
},
|
|
15
31
|
"fileUpload": {
|
|
16
32
|
"dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
|
|
@@ -41,5 +57,40 @@
|
|
|
41
57
|
"cancel": "Cancelar",
|
|
42
58
|
"save": "Guardar",
|
|
43
59
|
"saving": "Guardando..."
|
|
60
|
+
},
|
|
61
|
+
"show": {
|
|
62
|
+
"next_performance": "Próxima función:",
|
|
63
|
+
"showTypes": {
|
|
64
|
+
"PLAY": "Obra de teatro",
|
|
65
|
+
"MUSICAL": "Musical",
|
|
66
|
+
"CONCERT": "Concierto",
|
|
67
|
+
"DANCE": "Baile",
|
|
68
|
+
"OPERA": "Ópera",
|
|
69
|
+
"COMEDY": "Comedia",
|
|
70
|
+
"OTHER": "Otro"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"order": {
|
|
74
|
+
"status": {
|
|
75
|
+
"on-hold": "En espera",
|
|
76
|
+
"pending-payment": "Pendiente de pago",
|
|
77
|
+
"processing": "Procesando",
|
|
78
|
+
"completed": "Completada",
|
|
79
|
+
"failed": "Fallida",
|
|
80
|
+
"cancelled": "Cancelada",
|
|
81
|
+
"refunded": "Reembolsada"
|
|
82
|
+
},
|
|
83
|
+
"paymentMethods": {
|
|
84
|
+
"payroll": "Nómina",
|
|
85
|
+
"cash": "Efectivo",
|
|
86
|
+
"datafono": "Datafono",
|
|
87
|
+
"internal_exchange": "Cambio interno",
|
|
88
|
+
"customer_exchange": "Cambio cliente",
|
|
89
|
+
"mercado_pago": "Mercado Pago"
|
|
90
|
+
},
|
|
91
|
+
"itemType": {
|
|
92
|
+
"PRODUCT": "Producto",
|
|
93
|
+
"TICKET": "Entrada"
|
|
94
|
+
}
|
|
44
95
|
}
|
|
45
96
|
}
|