tickera-angular-components 0.0.1-dev.9 → 0.0.1-dev.90
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 +4573 -817
- package/fesm2022/tickera-angular-components.mjs.map +1 -1
- package/i18n/en.json +99 -1
- package/i18n/es.json +99 -1
- package/index.d.ts +1676 -338
- package/package.json +3 -2
package/i18n/en.json
CHANGED
|
@@ -10,7 +10,25 @@
|
|
|
10
10
|
"invalidSelection": "Invalid selection"
|
|
11
11
|
},
|
|
12
12
|
"common": {
|
|
13
|
-
"selectOption": "Select option"
|
|
13
|
+
"selectOption": "Select option",
|
|
14
|
+
"showMore": "Show more",
|
|
15
|
+
"showLess": "Show less",
|
|
16
|
+
"daysOfWeekByNumber": {
|
|
17
|
+
"1": "Monday",
|
|
18
|
+
"2": "Tuesday",
|
|
19
|
+
"3": "Wednesday",
|
|
20
|
+
"4": "Thursday",
|
|
21
|
+
"5": "Friday",
|
|
22
|
+
"6": "Saturday",
|
|
23
|
+
"7": "Sunday"
|
|
24
|
+
},
|
|
25
|
+
"documentTypes": {
|
|
26
|
+
"cc": "National Identity Card",
|
|
27
|
+
"ce": "Foreigner's Identity Card",
|
|
28
|
+
"nit": "Tax Identification Number (NIT)",
|
|
29
|
+
"pp": "Passport",
|
|
30
|
+
"ti": "Identity Card"
|
|
31
|
+
}
|
|
14
32
|
},
|
|
15
33
|
"fileUpload": {
|
|
16
34
|
"dropSingle": "Drag and drop a file here, or click to select",
|
|
@@ -41,5 +59,85 @@
|
|
|
41
59
|
"cancel": "Cancel",
|
|
42
60
|
"save": "Save",
|
|
43
61
|
"saving": "Saving..."
|
|
62
|
+
},
|
|
63
|
+
"show": {
|
|
64
|
+
"next_performance": "Next performance:",
|
|
65
|
+
"showTypes": {
|
|
66
|
+
"PLAY": "Play",
|
|
67
|
+
"MUSICAL": "Musical",
|
|
68
|
+
"CONCERT": "Concert",
|
|
69
|
+
"DANCE": "Dance",
|
|
70
|
+
"OPERA": "Opera",
|
|
71
|
+
"COMEDY": "Comedy show",
|
|
72
|
+
"STAND_UP_COMEDY": "Stand-up comedy",
|
|
73
|
+
"SPORT": "Sport",
|
|
74
|
+
"DEFAULT": "General",
|
|
75
|
+
"OTHER": "Other"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"performance": {
|
|
79
|
+
"status": {
|
|
80
|
+
"scheduled": "Scheduled",
|
|
81
|
+
"open": "Open",
|
|
82
|
+
"closed": "Closed",
|
|
83
|
+
"cancelled": "Cancelled",
|
|
84
|
+
"completed": "Completed",
|
|
85
|
+
"postponed": "Postponed"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"order": {
|
|
89
|
+
"status": {
|
|
90
|
+
"on-hold": "On hold",
|
|
91
|
+
"pending-payment": "Pending Payment",
|
|
92
|
+
"processing": "Processing",
|
|
93
|
+
"completed": "Completed",
|
|
94
|
+
"failed": "Failed",
|
|
95
|
+
"cancelled": "Canceled",
|
|
96
|
+
"refunded": "Refunded"
|
|
97
|
+
},
|
|
98
|
+
"paymentMethods": {
|
|
99
|
+
"payroll": "Payroll",
|
|
100
|
+
"cash": "Cash",
|
|
101
|
+
"datafono": "Datafono",
|
|
102
|
+
"internal_exchange": "Internal exchange",
|
|
103
|
+
"customer_exchange": "Customer exchange",
|
|
104
|
+
"mercado_pago": "Mercado Pago",
|
|
105
|
+
"mercadopago": "Mercado Pago",
|
|
106
|
+
"pse": "PSE",
|
|
107
|
+
"credit_card": "Credit card"
|
|
108
|
+
},
|
|
109
|
+
"transactionStatus": {
|
|
110
|
+
"PENDING": "Pending",
|
|
111
|
+
"APPROVED": "Approved",
|
|
112
|
+
"REJECTED": "Rejected",
|
|
113
|
+
"ERROR": "Error"
|
|
114
|
+
},
|
|
115
|
+
"itemType": {
|
|
116
|
+
"PRODUCT": "Product",
|
|
117
|
+
"TICKET": "Ticket",
|
|
118
|
+
"GIFT_BOND": "Gift bond"
|
|
119
|
+
},
|
|
120
|
+
"discountTypes": {
|
|
121
|
+
"gift_bond": "Product",
|
|
122
|
+
"corporate_bond": "Ticket",
|
|
123
|
+
"coupon": "Gift bond"
|
|
124
|
+
},
|
|
125
|
+
"transactionDetails": {
|
|
126
|
+
"title": "Transaction details",
|
|
127
|
+
"labels": {
|
|
128
|
+
"id": "ID",
|
|
129
|
+
"paymentMethod": "Payment method",
|
|
130
|
+
"status": "Status",
|
|
131
|
+
"amount": "Amount",
|
|
132
|
+
"currency": "Currency",
|
|
133
|
+
"gatewayId": "Transaction ID",
|
|
134
|
+
"createdAt": "Created at",
|
|
135
|
+
"updatedAt": "Last updated",
|
|
136
|
+
"gatewayResponse": "Gateway response"
|
|
137
|
+
},
|
|
138
|
+
"actions": {
|
|
139
|
+
"view": "View details"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
44
142
|
}
|
|
45
143
|
}
|
package/i18n/es.json
CHANGED
|
@@ -10,7 +10,25 @@
|
|
|
10
10
|
"invalidSelection": "Selección inválida"
|
|
11
11
|
},
|
|
12
12
|
"common": {
|
|
13
|
-
"selectOption": "Seleccionar opción"
|
|
13
|
+
"selectOption": "Seleccionar opción",
|
|
14
|
+
"showMore": "Ver más",
|
|
15
|
+
"showLess": "Ver menos",
|
|
16
|
+
"daysOfWeekByNumber": {
|
|
17
|
+
"1": "Lunes",
|
|
18
|
+
"2": "Martes",
|
|
19
|
+
"3": "Miércoles",
|
|
20
|
+
"4": "Jueves",
|
|
21
|
+
"5": "Viernes",
|
|
22
|
+
"6": "Sábado",
|
|
23
|
+
"7": "Domingo"
|
|
24
|
+
},
|
|
25
|
+
"documentTypes": {
|
|
26
|
+
"cc": "Cedula de ciudadania",
|
|
27
|
+
"ce": "Cedula de extrangería",
|
|
28
|
+
"nit": "NIT",
|
|
29
|
+
"pp": "Pasaporte",
|
|
30
|
+
"ti": "Tarjeta de identidad"
|
|
31
|
+
}
|
|
14
32
|
},
|
|
15
33
|
"fileUpload": {
|
|
16
34
|
"dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
|
|
@@ -41,5 +59,85 @@
|
|
|
41
59
|
"cancel": "Cancelar",
|
|
42
60
|
"save": "Guardar",
|
|
43
61
|
"saving": "Guardando..."
|
|
62
|
+
},
|
|
63
|
+
"show": {
|
|
64
|
+
"next_performance": "Próxima función:",
|
|
65
|
+
"showTypes": {
|
|
66
|
+
"PLAY": "Obra de teatro",
|
|
67
|
+
"MUSICAL": "Musical",
|
|
68
|
+
"CONCERT": "Concierto",
|
|
69
|
+
"DANCE": "Baile",
|
|
70
|
+
"OPERA": "Ópera",
|
|
71
|
+
"COMEDY": "Comedia",
|
|
72
|
+
"STAND_UP_COMEDY": "Comedia stand-up",
|
|
73
|
+
"SPORT": "Deporte",
|
|
74
|
+
"DEFAULT": "General",
|
|
75
|
+
"OTHER": "Otro"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"performance": {
|
|
79
|
+
"status": {
|
|
80
|
+
"scheduled": "Programada",
|
|
81
|
+
"open": "Abierta",
|
|
82
|
+
"closed": "Cerrada",
|
|
83
|
+
"cancelled": "Cancelada",
|
|
84
|
+
"completed": "Completada",
|
|
85
|
+
"postponed": "Pospuesta"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"order": {
|
|
89
|
+
"status": {
|
|
90
|
+
"on-hold": "En espera",
|
|
91
|
+
"pending-payment": "Pendiente de pago",
|
|
92
|
+
"processing": "Procesando",
|
|
93
|
+
"completed": "Completada",
|
|
94
|
+
"failed": "Fallida",
|
|
95
|
+
"cancelled": "Cancelada",
|
|
96
|
+
"refunded": "Reembolsada"
|
|
97
|
+
},
|
|
98
|
+
"paymentMethods": {
|
|
99
|
+
"payroll": "Nómina",
|
|
100
|
+
"cash": "Efectivo",
|
|
101
|
+
"datafono": "Datafono",
|
|
102
|
+
"internal_exchange": "Cambio interno",
|
|
103
|
+
"customer_exchange": "Cambio cliente",
|
|
104
|
+
"mercado_pago": "Mercado Pago",
|
|
105
|
+
"mercadopago": "Mercado Pago",
|
|
106
|
+
"pse": "PSE",
|
|
107
|
+
"credit_card": "Tarjeta de crédito"
|
|
108
|
+
},
|
|
109
|
+
"transactionStatus": {
|
|
110
|
+
"PENDING": "Pendiente",
|
|
111
|
+
"APPROVED": "Aprobada",
|
|
112
|
+
"REJECTED": "Rechazada",
|
|
113
|
+
"ERROR": "Error"
|
|
114
|
+
},
|
|
115
|
+
"itemType": {
|
|
116
|
+
"PRODUCT": "Producto",
|
|
117
|
+
"TICKET": "Entrada",
|
|
118
|
+
"GIFT_BOND": "Bono de regalo"
|
|
119
|
+
},
|
|
120
|
+
"discountTypes": {
|
|
121
|
+
"gift_bond": "Bono de regalo",
|
|
122
|
+
"corporate_bond": "Bono corporativo",
|
|
123
|
+
"coupon": "Cupón de descuento"
|
|
124
|
+
},
|
|
125
|
+
"transactionDetails": {
|
|
126
|
+
"title": "Detalle de transacción",
|
|
127
|
+
"labels": {
|
|
128
|
+
"id": "ID",
|
|
129
|
+
"paymentMethod": "Medio de pago",
|
|
130
|
+
"status": "Estado",
|
|
131
|
+
"amount": "Valor",
|
|
132
|
+
"currency": "Moneda",
|
|
133
|
+
"gatewayId": "ID transacción",
|
|
134
|
+
"createdAt": "Fecha de creación",
|
|
135
|
+
"updatedAt": "Última actualización",
|
|
136
|
+
"gatewayResponse": "Respuesta del gateway"
|
|
137
|
+
},
|
|
138
|
+
"actions": {
|
|
139
|
+
"view": "Ver detalle"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
44
142
|
}
|
|
45
143
|
}
|