tickera-angular-components 0.0.1-dev.2 → 0.0.1-dev.200

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,175 @@
1
+ {
2
+ "formErrors": {
3
+ "required": "This field is required",
4
+ "minlength": "Must be at least {{length}} characters",
5
+ "maxlength": "Must not exceed {{length}} characters",
6
+ "pattern": "Invalid format",
7
+ "email": "Invalid format",
8
+ "mustMatch": "Passwords do not match",
9
+ "min": "Must be at least {{min}}",
10
+ "max": "Must not exceed {{max}}",
11
+ "invalidField": "Invalid field",
12
+ "invalidSelection": "Invalid selection"
13
+ },
14
+ "numberInput": {
15
+ "increment": "Increase value",
16
+ "decrement": "Decrease value"
17
+ },
18
+ "phoneInput": {
19
+ "label": "Phone",
20
+ "placeholder": "Phone number"
21
+ },
22
+ "common": {
23
+ "selectOption": "Select option",
24
+ "showMore": "Show more",
25
+ "showLess": "Show less",
26
+ "daysOfWeekByNumber": {
27
+ "1": "Monday",
28
+ "2": "Tuesday",
29
+ "3": "Wednesday",
30
+ "4": "Thursday",
31
+ "5": "Friday",
32
+ "6": "Saturday",
33
+ "7": "Sunday"
34
+ },
35
+ "documentTypes": {
36
+ "cc": "National Identity Card",
37
+ "ce": "Foreigner's Identity Card",
38
+ "nit": "Tax Identification Number (NIT)",
39
+ "pp": "Passport",
40
+ "ti": "Identity Card"
41
+ }
42
+ },
43
+ "fileUpload": {
44
+ "dropSingle": "Drag and drop a file here, or click to select",
45
+ "dropMultiple": "Drag and drop files here, or click to select",
46
+ "allowedExtensions": "Allowed extensions:",
47
+ "maxSize": "Maximum size:",
48
+ "sizeError": "File {{fileName}} exceeds maximum size of {{maxSize}} MB",
49
+ "extensionError": "File {{fileName}} has an invalid extension. Use: {{extensions}}",
50
+ "fileTypeImages": "Images",
51
+ "fileTypeExcel": "Excel",
52
+ "fileTypeWord": "Word",
53
+ "fileTypeText": "Text",
54
+ "fileTypeOther": "Other"
55
+ },
56
+ "deleteConfirmation": {
57
+ "warning": "Are you sure you want to delete this item?",
58
+ "instructions": "Type <strong>delete</strong> to confirm",
59
+ "placeholder": "Type delete",
60
+ "cancel": "Cancel",
61
+ "delete": "Delete",
62
+ "finalWarning": "This is your last chance to cancel.",
63
+ "finalMessage": "Are you sure you want to permanently delete {{resource}}? This action cannot be undone.",
64
+ "finalConfirm": "Yes, delete permanently"
65
+ },
66
+ "changePassword": {
67
+ "title": "Change password",
68
+ "newPasswordLabel": "New password",
69
+ "newPasswordPlaceholder": "Enter new password",
70
+ "confirmPasswordLabel": "Confirm password",
71
+ "confirmPasswordPlaceholder": "Confirm new password",
72
+ "cancel": "Cancel",
73
+ "save": "Save",
74
+ "saving": "Saving..."
75
+ },
76
+ "show": {
77
+ "next_performance": "Next performance:",
78
+ "showTypes": {
79
+ "PLAY": "Play",
80
+ "MUSICAL": "Musical",
81
+ "CONCERT": "Concert",
82
+ "DANCE": "Dance",
83
+ "OPERA": "Opera",
84
+ "COMEDY": "Comedy show",
85
+ "STAND_UP_COMEDY": "Stand-up comedy",
86
+ "SPORT": "Sport",
87
+ "DEFAULT": "General",
88
+ "OTHER": "Other"
89
+ }
90
+ },
91
+ "performance": {
92
+ "status": {
93
+ "scheduled": "Scheduled",
94
+ "open": "Open",
95
+ "closed": "Closed",
96
+ "cancelled": "Cancelled",
97
+ "completed": "Completed",
98
+ "postponed": "Postponed"
99
+ },
100
+ "ticketStatus": {
101
+ "available": "Available",
102
+ "reserved": "Reserved",
103
+ "sold": "Sold",
104
+ "blocked": "Blocked"
105
+ }
106
+ },
107
+ "order": {
108
+ "mpPayButton": "Pay with MercadoPago",
109
+ "mpPayButtonLoading": "Generating payment link...",
110
+ "mpPayButtonError": "Could not generate payment link.",
111
+ "status": {
112
+ "on-hold": "On hold",
113
+ "pending-payment": "Pending Payment",
114
+ "processing": "Processing",
115
+ "completed": "Completed",
116
+ "failed": "Failed",
117
+ "cancelled": "Canceled",
118
+ "refunded": "Refunded"
119
+ },
120
+ "paymentMethods": {
121
+ "payroll": "Payroll",
122
+ "cash": "Cash",
123
+ "datafono": "Datafono",
124
+ "internal_exchange": "Internal exchange",
125
+ "customer_exchange": "Customer exchange",
126
+ "mercado_pago": "Mercado Pago",
127
+ "mercadopago": "Mercado Pago",
128
+ "pse": "PSE",
129
+ "credit_card": "Credit card"
130
+ },
131
+ "transactionStatus": {
132
+ "PENDING": "Pending",
133
+ "APPROVED": "Approved",
134
+ "REJECTED": "Rejected",
135
+ "ERROR": "Error"
136
+ },
137
+ "itemType": {
138
+ "PRODUCT": "Product",
139
+ "TICKET": "Ticket",
140
+ "GIFT_BOND": "Gift bond",
141
+ "CORPORATE_BOND": "Corporate bond"
142
+ },
143
+ "discountTypes": {
144
+ "gift_bond": "Product",
145
+ "corporate_bond": "Ticket",
146
+ "coupon": "Gift bond",
147
+ "vip": "VIP card",
148
+ "subscription": "Subscription"
149
+ },
150
+ "transactionDetails": {
151
+ "title": "Transaction details",
152
+ "labels": {
153
+ "id": "ID",
154
+ "paymentMethod": "Payment method",
155
+ "status": "Status",
156
+ "amount": "Amount",
157
+ "currency": "Currency",
158
+ "gatewayId": "Transaction ID",
159
+ "createdAt": "Created at",
160
+ "updatedAt": "Last updated",
161
+ "gatewayResponse": "Gateway response"
162
+ },
163
+ "actions": {
164
+ "view": "View details"
165
+ }
166
+ }
167
+ },
168
+ "vipCard": {
169
+ "status": {
170
+ "ACTIVE": "Active",
171
+ "INACTIVE": "Inactive",
172
+ "EXPIRED": "Expired"
173
+ }
174
+ }
175
+ }
package/i18n/es.json ADDED
@@ -0,0 +1,175 @@
1
+ {
2
+ "formErrors": {
3
+ "required": "Este campo es requerido",
4
+ "minlength": "Debe tener al menos {{length}} caracteres",
5
+ "maxlength": "No debe exceder {{length}} 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
+ "min": "Debe ser al menos {{min}}",
10
+ "max": "No debe exceder {{max}}",
11
+ "invalidField": "Campo inválido",
12
+ "invalidSelection": "Selección inválida"
13
+ },
14
+ "numberInput": {
15
+ "increment": "Incrementar valor",
16
+ "decrement": "Disminuir valor"
17
+ },
18
+ "phoneInput": {
19
+ "label": "Teléfono",
20
+ "placeholder": "Número de teléfono"
21
+ },
22
+ "common": {
23
+ "selectOption": "Seleccionar opción",
24
+ "showMore": "Ver más",
25
+ "showLess": "Ver menos",
26
+ "daysOfWeekByNumber": {
27
+ "1": "Lunes",
28
+ "2": "Martes",
29
+ "3": "Miércoles",
30
+ "4": "Jueves",
31
+ "5": "Viernes",
32
+ "6": "Sábado",
33
+ "7": "Domingo"
34
+ },
35
+ "documentTypes": {
36
+ "cc": "Cedula de ciudadania",
37
+ "ce": "Cedula de extrangería",
38
+ "nit": "NIT",
39
+ "pp": "Pasaporte",
40
+ "ti": "Tarjeta de identidad"
41
+ }
42
+ },
43
+ "fileUpload": {
44
+ "dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
45
+ "dropMultiple": "Arrastra y suelta archivos aquí, o haz clic para seleccionar",
46
+ "allowedExtensions": "Extensiones permitidas:",
47
+ "maxSize": "Tamaño máximo:",
48
+ "sizeError": "El archivo {{fileName}} excede el tamaño máximo de {{maxSize}} MB",
49
+ "extensionError": "El archivo {{fileName}} no tiene una extensión permitida. Use: {{extensions}}",
50
+ "fileTypeImages": "Imágenes",
51
+ "fileTypeExcel": "Excel",
52
+ "fileTypeWord": "Word",
53
+ "fileTypeText": "Texto",
54
+ "fileTypeOther": "Otro"
55
+ },
56
+ "deleteConfirmation": {
57
+ "warning": "¿Estás seguro de que deseas eliminar este elemento?",
58
+ "instructions": "Escriba <strong>eliminar</strong> para confirmar",
59
+ "placeholder": "Escriba eliminar",
60
+ "cancel": "Cancelar",
61
+ "delete": "Eliminar",
62
+ "finalWarning": "Esta es tu última oportunidad para cancelar.",
63
+ "finalMessage": "¿Confirmas que deseas eliminar {{resource}} de forma permanente? Esta acción no se puede deshacer.",
64
+ "finalConfirm": "Sí, eliminar definitivamente"
65
+ },
66
+ "changePassword": {
67
+ "title": "Cambiar contraseña",
68
+ "newPasswordLabel": "Nueva contraseña",
69
+ "newPasswordPlaceholder": "Ingrese la nueva contraseña",
70
+ "confirmPasswordLabel": "Confirmar contraseña",
71
+ "confirmPasswordPlaceholder": "Confirme la nueva contraseña",
72
+ "cancel": "Cancelar",
73
+ "save": "Guardar",
74
+ "saving": "Guardando..."
75
+ },
76
+ "show": {
77
+ "next_performance": "Próxima función:",
78
+ "showTypes": {
79
+ "PLAY": "Obra de teatro",
80
+ "MUSICAL": "Musical",
81
+ "CONCERT": "Concierto",
82
+ "DANCE": "Baile",
83
+ "OPERA": "Ópera",
84
+ "COMEDY": "Comedia",
85
+ "STAND_UP_COMEDY": "Comedia stand-up",
86
+ "SPORT": "Deporte",
87
+ "DEFAULT": "General",
88
+ "OTHER": "Otro"
89
+ }
90
+ },
91
+ "performance": {
92
+ "status": {
93
+ "scheduled": "Programada",
94
+ "open": "Abierta",
95
+ "closed": "Cerrada",
96
+ "cancelled": "Cancelada",
97
+ "completed": "Completada",
98
+ "postponed": "Pospuesta"
99
+ },
100
+ "ticketStatus": {
101
+ "available": "Disponible",
102
+ "reserved": "Reservado",
103
+ "sold": "Vendido",
104
+ "blocked": "Bloqueado"
105
+ }
106
+ },
107
+ "order": {
108
+ "mpPayButton": "Pagar con MercadoPago",
109
+ "mpPayButtonLoading": "Generando link de pago...",
110
+ "mpPayButtonError": "No se pudo generar el link de pago.",
111
+ "status": {
112
+ "on-hold": "En espera",
113
+ "pending-payment": "Pendiente de pago",
114
+ "processing": "Procesando",
115
+ "completed": "Completada",
116
+ "failed": "Fallida",
117
+ "cancelled": "Cancelada",
118
+ "refunded": "Reembolsada"
119
+ },
120
+ "paymentMethods": {
121
+ "payroll": "Nómina",
122
+ "cash": "Efectivo",
123
+ "datafono": "Datafono",
124
+ "internal_exchange": "Cambio interno",
125
+ "customer_exchange": "Cambio cliente",
126
+ "mercado_pago": "Mercado Pago",
127
+ "mercadopago": "Mercado Pago",
128
+ "pse": "PSE",
129
+ "credit_card": "Tarjeta de crédito"
130
+ },
131
+ "transactionStatus": {
132
+ "PENDING": "Pendiente",
133
+ "APPROVED": "Aprobada",
134
+ "REJECTED": "Rechazada",
135
+ "ERROR": "Error"
136
+ },
137
+ "itemType": {
138
+ "PRODUCT": "Producto",
139
+ "TICKET": "Entrada",
140
+ "GIFT_BOND": "Bono de regalo",
141
+ "CORPORATE_BOND": "Bono corporativo"
142
+ },
143
+ "discountTypes": {
144
+ "gift_bond": "Bono de regalo",
145
+ "corporate_bond": "Bono corporativo",
146
+ "coupon": "Cupón de descuento",
147
+ "vip": "Tarjeta VIP",
148
+ "subscription": "Abono"
149
+ },
150
+ "transactionDetails": {
151
+ "title": "Detalle de transacción",
152
+ "labels": {
153
+ "id": "ID",
154
+ "paymentMethod": "Medio de pago",
155
+ "status": "Estado",
156
+ "amount": "Valor",
157
+ "currency": "Moneda",
158
+ "gatewayId": "ID transacción",
159
+ "createdAt": "Fecha de creación",
160
+ "updatedAt": "Última actualización",
161
+ "gatewayResponse": "Respuesta del gateway"
162
+ },
163
+ "actions": {
164
+ "view": "Ver detalle"
165
+ }
166
+ }
167
+ },
168
+ "vipCard": {
169
+ "status": {
170
+ "ACTIVE": "Activa",
171
+ "INACTIVE": "Inactiva",
172
+ "EXPIRED": "Expirada"
173
+ }
174
+ }
175
+ }