tickera-angular-components 0.0.1-dev.5 → 0.0.1-dev.51
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 +3213 -337
- package/fesm2022/tickera-angular-components.mjs.map +1 -1
- package/i18n/en.json +22 -1
- package/i18n/es.json +22 -1
- package/index.d.ts +1300 -385
- package/package.json +1 -1
- package/tickera.styles.css +1 -1
package/i18n/en.json
CHANGED
|
@@ -10,7 +10,16 @@
|
|
|
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
|
+
}
|
|
14
23
|
},
|
|
15
24
|
"fileUpload": {
|
|
16
25
|
"dropSingle": "Drag and drop a file here, or click to select",
|
|
@@ -41,5 +50,17 @@
|
|
|
41
50
|
"cancel": "Cancel",
|
|
42
51
|
"save": "Save",
|
|
43
52
|
"saving": "Saving..."
|
|
53
|
+
},
|
|
54
|
+
"show": {
|
|
55
|
+
"next_performance": "Next performance:",
|
|
56
|
+
"showTypes": {
|
|
57
|
+
"PLAY": "Play",
|
|
58
|
+
"MUSICAL": "Musical",
|
|
59
|
+
"CONCERT": "Concert",
|
|
60
|
+
"DANCE": "Dance",
|
|
61
|
+
"OPERA": "Opera",
|
|
62
|
+
"COMEDY": "Comedy show",
|
|
63
|
+
"OTHER": "Other"
|
|
64
|
+
}
|
|
44
65
|
}
|
|
45
66
|
}
|
package/i18n/es.json
CHANGED
|
@@ -10,7 +10,16 @@
|
|
|
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
|
+
}
|
|
14
23
|
},
|
|
15
24
|
"fileUpload": {
|
|
16
25
|
"dropSingle": "Arrastra y suelta un archivo aquí, o haz clic para seleccionar",
|
|
@@ -41,5 +50,17 @@
|
|
|
41
50
|
"cancel": "Cancelar",
|
|
42
51
|
"save": "Guardar",
|
|
43
52
|
"saving": "Guardando..."
|
|
53
|
+
},
|
|
54
|
+
"show": {
|
|
55
|
+
"next_performance": "Próxima función:",
|
|
56
|
+
"showTypes": {
|
|
57
|
+
"PLAY": "Obra de teatro",
|
|
58
|
+
"MUSICAL": "Musical",
|
|
59
|
+
"CONCERT": "Concierto",
|
|
60
|
+
"DANCE": "Baile",
|
|
61
|
+
"OPERA": "Ópera",
|
|
62
|
+
"COMEDY": "Comedia",
|
|
63
|
+
"OTHER": "Otro"
|
|
64
|
+
}
|
|
44
65
|
}
|
|
45
66
|
}
|