@glissandoo/lib 1.102.12 → 1.102.14
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/functions/event.d.ts +19 -3
- package/functions/event.js +2 -0
- package/functions/partnershipGroup.d.ts +2 -1
- package/functions/partnershipPartner.d.ts +2 -2
- package/functions/partnershipPayment.d.ts +1 -2
- package/functions/partnershipPlan.d.ts +1 -2
- package/functions/partnershipSubscription.d.ts +3 -6
- package/helpers/appScenes.d.ts +22 -17
- package/helpers/appScenes.js +21 -16
- package/helpers/notifications/index.d.ts +2 -0
- package/helpers/notifications/index.js +10 -0
- package/lang/ca.json +13 -1
- package/lang/de.json +13 -1
- package/lang/en.json +13 -1
- package/lang/es.json +13 -1
- package/lang/eu.json +13 -1
- package/lang/fr.json +13 -1
- package/lang/gl.json +13 -1
- package/lang/it.json +13 -1
- package/lang/nl.json +15 -3
- package/lang/pt.json +13 -1
- package/models/Evento/index.d.ts +2 -0
- package/models/Evento/index.js +6 -0
- package/models/Evento/types.d.ts +2 -0
- package/models/Notification/types.d.ts +6 -0
- package/models/Notification/types.js +6 -0
- package/models/Partnership/Partner/index.d.ts +6 -1
- package/models/Partnership/Partner/index.js +11 -2
- package/models/Partnership/Partner/types.d.ts +3 -7
- package/models/Partnership/Payment/index.d.ts +2 -3
- package/models/Partnership/Payment/index.js +1 -1
- package/models/Partnership/Payment/types.d.ts +6 -2
- package/models/Partnership/Payment/types.js +7 -1
- package/models/Partnership/Plan/index.d.ts +2 -2
- package/models/Partnership/Plan/index.js +11 -4
- package/models/Partnership/Plan/types.d.ts +4 -8
- package/models/Partnership/Plan/types.js +0 -7
- package/models/Partnership/Subscription/index.d.ts +2 -1
- package/models/Partnership/Subscription/index.js +4 -1
- package/models/Partnership/Subscription/types.d.ts +5 -1
- package/models/User/index.d.ts +2 -0
- package/models/User/index.js +6 -0
- package/models/User/types.d.ts +1 -0
- package/package.json +13 -13
package/lang/eu.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Intrumentu ezezaguna",
|
|
132
132
|
"instruments.viola": "Biola",
|
|
133
133
|
"instruments.violin": "Biolina",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Musika taldea",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Danbor eta korneta banda",
|
|
135
136
|
"musicStyles.banda-de-musica": "Musika banda",
|
|
136
137
|
"musicStyles.batucada": "Batukada",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"musicStyles.marching-band": "Marching band",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Orkestra sinfonikoa",
|
|
144
145
|
"musicStyles.txistularis": "Txistu banda",
|
|
145
|
-
"musicStyles.agrupacion-musical": "Musika taldea",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} {string:extra.vacancyName} lanposturako eskatu du {string:group.0.displayName} en",
|
|
147
147
|
"offer.applicant.add.title": "Lanpostu eskaera berria",
|
|
148
148
|
"offer.select.applicant.text": "Zorionak! {string:extra.vacancyName} posturako zure eskaera {string:group.0.displayName} onartu da. Batu zaitez zure talde berrira eta hasi musika gozatzen zure kide berriekin",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Ekitaldia bertan behera utzi da",
|
|
160
160
|
"performance.create.text": "{string:group.0.displayName} taldeak {string:event.0.displayName} berria sortu du ",
|
|
161
161
|
"performance.create.title": "Kontzertu berria",
|
|
162
|
+
"performance.edit.attachments.text": "{string:event.0.displayName}(e)ko fitxategiak eguneratu dira",
|
|
163
|
+
"performance.edit.attachments.title": "Ekitaldia – fitxategiak eguneratuta",
|
|
162
164
|
"performance.edit.attendance.text": "{string:event.0.displayName} ekitaldirako aforoa eguneratu da",
|
|
163
165
|
"performance.edit.attendance.title": "Kontzertua- aforoa eguneratu da",
|
|
164
166
|
"performance.edit.comments.text": "{string:event.0.displayName}-ren deskripzioa aldatu da",
|
|
165
167
|
"performance.edit.comments.title": "Kontzertua- deskripzioa aldatu da",
|
|
166
168
|
"performance.edit.datetime.text": "{string:event.0.displayName} ekitaldiaren ordutegia aldatu da",
|
|
167
169
|
"performance.edit.datetime.title": "Kontzertua- ordutegia aldatu da",
|
|
170
|
+
"performance.edit.images.text": "{string:event.0.displayName}(e)ko irudiak eguneratu dira",
|
|
171
|
+
"performance.edit.images.title": "Ekitaldia – irudiak eguneratuta",
|
|
168
172
|
"performance.edit.locality.text": "{string:event.0.displayName} ekitaldiaren helbidea eguneratu da",
|
|
169
173
|
"performance.edit.locality.title": "Kontzertua- helbidea aldatu da",
|
|
170
174
|
"performance.edit.repertory.text": "{string:event.0.displayName} ekitaldiko errepertorioa eguneratu da",
|
|
@@ -216,12 +220,16 @@
|
|
|
216
220
|
"practice.cancel.title": "Etsegua bertan behera geratu da",
|
|
217
221
|
"practice.create.text": "{string:group.0.displayName} taldearen entsegu berria gehitu da egun honetan: {date:event.0.[datetime,timezone]:datetime}",
|
|
218
222
|
"practice.create.title": "Entsegu berria",
|
|
223
|
+
"practice.edit.attachments.text": "{string:event.0.displayName}(e)ko fitxategiak eguneratu dira",
|
|
224
|
+
"practice.edit.attachments.title": "Entsegua – fitxategiak eguneratuta",
|
|
219
225
|
"practice.edit.attendance.text": "{date:event.0.[datetime,timezone]:date} egunerako aforoa eguneratu da",
|
|
220
226
|
"practice.edit.attendance.title": "Entsegua - aforoa aldatu da",
|
|
221
227
|
"practice.edit.comments.text": "{date:event.0.[datetime,timezone]:date} eguneko entseguaren deskripzioa eguneratu da",
|
|
222
228
|
"practice.edit.comments.title": "Entsegua - deskripzioa aldatu da",
|
|
223
229
|
"practice.edit.datetime.text": "{date:event.0.[datetime,timezone]:date} eguneko entseguaren ordutegia aldatu da",
|
|
224
230
|
"practice.edit.datetime.title": "Entsegua - ordutegia aldatu da",
|
|
231
|
+
"practice.edit.images.text": "{string:event.0.displayName}(e)ko irudiak eguneratu dira",
|
|
232
|
+
"practice.edit.images.title": "Entsegua – irudiak eguneratuta",
|
|
225
233
|
"practice.edit.locality.text": "{date:event.0.[datetime,timezone]:date} eguneko entseguaren helbidea aldatu da",
|
|
226
234
|
"practice.edit.locality.title": "Entsegua - helbidea aldatu da",
|
|
227
235
|
"practice.edit.repertory.text": "{date:event.0.[datetime,timezone]:date} eguneko entseguaren errepertorioa aldatu da",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Bertan behera utzi diren entseguak",
|
|
266
274
|
"practices.create.text": "{string:group.0.displayName} taldearen {date:event.0.[datetime,timezone]:shortDate} eta {date:event.1.[datetime,timezone]:shortDate} tarteko {string:extra.num} entsegu gehitu da/dira",
|
|
267
275
|
"practices.create.title": "Entsegu berriak",
|
|
276
|
+
"practices.edit.attachments.text": "Entsegu sorta baten fitxategiak eguneratu dira",
|
|
277
|
+
"practices.edit.attachments.title": "Entseguak – fitxategiak eguneratuta",
|
|
268
278
|
"practices.edit.attendance.text": "Entsegu batzuetarako aforoa eguneratu da",
|
|
269
279
|
"practices.edit.attendance.title": "Entseguak - aforoa aldatu da",
|
|
270
280
|
"practices.edit.comments.text": "Entsegu batzuen deskribapena eguneratu da",
|
|
271
281
|
"practices.edit.comments.title": "Entseguak - iruzkinak eguneratu dira",
|
|
272
282
|
"practices.edit.datetime.text": "Entsegu batzuen ordutegia eguneratu da",
|
|
273
283
|
"practices.edit.datetime.title": "Entseguak - ordutegia aldatu da",
|
|
284
|
+
"practices.edit.images.text": "Entsegu sorta baten irudiak eguneratu dira",
|
|
285
|
+
"practices.edit.images.title": "Entseguak – irudiak eguneratuta",
|
|
274
286
|
"practices.edit.locality.text": "Entsegu batzuen helbidea eguneratu da",
|
|
275
287
|
"practices.edit.locality.title": "Entseguak - helbidea aldatu da",
|
|
276
288
|
"practices.edit.repertory.text": "Entsegu batzuetarako errepertorioa gehitu da",
|
package/lang/fr.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Instrument inconnu",
|
|
132
132
|
"instruments.viola": "Alto",
|
|
133
133
|
"instruments.violin": "Violon",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Ensemble musical",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Bande de cornets et tambours",
|
|
135
136
|
"musicStyles.banda-de-musica": "Bande de musique",
|
|
136
137
|
"musicStyles.batucada": "Batucada",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"musicStyles.marching-band": "Fanfare",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Orchestre symphonique",
|
|
144
145
|
"musicStyles.txistularis": "Bande de txistularis",
|
|
145
|
-
"musicStyles.agrupacion-musical": "Ensemble musical",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} a postulé pour le poste {string:extra.vacancyName} dans {string:group.0.displayName}",
|
|
147
147
|
"offer.applicant.add.title": "Nouvelle candidature",
|
|
148
148
|
"offer.select.applicant.text": "Félicitations ! Votre candidature pour le poste {string:extra.vacancyName} dans {string:group.0.displayName} a été acceptée. Rejoignez votre nouveau groupe et commencez à profiter de la musique avec vos nouveaux collègues",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Spectacle annulé",
|
|
160
160
|
"performance.create.text": "{string:event.0.displayName} de {string:group.0.displayName} a été créé",
|
|
161
161
|
"performance.create.title": "Nouveau spectacle",
|
|
162
|
+
"performance.edit.attachments.text": "Les fichiers de {string:event.0.displayName} ont été mis à jour",
|
|
163
|
+
"performance.edit.attachments.title": "Événement - fichiers mis à jour",
|
|
162
164
|
"performance.edit.attendance.text": "Le nombre de participants pour {string:event.0.displayName} a été mis à jour",
|
|
163
165
|
"performance.edit.attendance.title": "Spectacle - modification des participants",
|
|
164
166
|
"performance.edit.comments.text": "Les commentaires pour {string:event.0.displayName} ont été mis à jour",
|
|
165
167
|
"performance.edit.comments.title": "Spectacle - commentaires mis à jour",
|
|
166
168
|
"performance.edit.datetime.text": "L'horaire de {string:event.0.displayName} a été mis à jour",
|
|
167
169
|
"performance.edit.datetime.title": "Spectacle - horaire modifié",
|
|
170
|
+
"performance.edit.images.text": "Les images de {string:event.0.displayName} ont été mises à jour",
|
|
171
|
+
"performance.edit.images.title": "Événement - images mises à jour",
|
|
168
172
|
"performance.edit.locality.text": "L'adresse de {string:event.0.displayName} a été mise à jour",
|
|
169
173
|
"performance.edit.locality.title": "Spectacle - adresse modifiée",
|
|
170
174
|
"performance.edit.repertory.text": "Le répertoire de {string:event.0.displayName} a été mis à jour",
|
|
@@ -216,12 +220,16 @@
|
|
|
216
220
|
"practice.cancel.title": "Répétition annulée",
|
|
217
221
|
"practice.create.text": "Une répétition de {string:group.0.displayName} a été programmée pour le {date:event.0.[datetime,timezone]:datetime}",
|
|
218
222
|
"practice.create.title": "Nouvelle répétition",
|
|
223
|
+
"practice.edit.attachments.text": "Les fichiers de {string:event.0.displayName} ont été mis à jour",
|
|
224
|
+
"practice.edit.attachments.title": "Répétition - fichiers mis à jour",
|
|
219
225
|
"practice.edit.attendance.text": "La limite de participants pour la répétition du {date:event.0.[datetime,timezone]:date} a été mise à jour",
|
|
220
226
|
"practice.edit.attendance.title": "Répétition - modification de la limite de participants",
|
|
221
227
|
"practice.edit.comments.text": "Les commentaires de la répétition du {date:event.0.[datetime,timezone]:date} ont été mis à jour",
|
|
222
228
|
"practice.edit.comments.title": "Répétition - commentaires mis à jour",
|
|
223
229
|
"practice.edit.datetime.text": "L'horaire de la répétition du {date:event.0.[datetime,timezone]:date} a été mis à jour",
|
|
224
230
|
"practice.edit.datetime.title": "Répétition - horaire modifié",
|
|
231
|
+
"practice.edit.images.text": "Les images de {string:event.0.displayName} ont été mises à jour",
|
|
232
|
+
"practice.edit.images.title": "Répétition - images mises à jour",
|
|
225
233
|
"practice.edit.locality.text": "L'adresse de la répétition du {date:event.0.[datetime,timezone]:date} a été mise à jour",
|
|
226
234
|
"practice.edit.locality.title": "Répétition - adresse modifiée",
|
|
227
235
|
"practice.edit.repertory.text": "Le répertoire de la répétition du {date:event.0.[datetime,timezone]:date} a été mis à jour",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Répétitions annulées",
|
|
266
274
|
"practices.create.text": "{string:extra.num} répétitions de {string:group.0.displayName} ont été programmées entre le {date:event.0.[datetime,timezone]:shortDate} et le {date:event.1.[datetime,timezone]:shortDate}",
|
|
267
275
|
"practices.create.title": "Nouvelles répétitions",
|
|
276
|
+
"practices.edit.attachments.text": "Les fichiers d'une série de répétitions ont été mis à jour",
|
|
277
|
+
"practices.edit.attachments.title": "Répétitions - fichiers mis à jour",
|
|
268
278
|
"practices.edit.attendance.text": "La limite de participation pour une série de répétitions a été mise à jour",
|
|
269
279
|
"practices.edit.attendance.title": "Répétitions - limite de participation modifiée",
|
|
270
280
|
"practices.edit.comments.text": "Les commentaires pour une série de répétitions ont été mis à jour",
|
|
271
281
|
"practices.edit.comments.title": "Répétitions - commentaires mis à jour",
|
|
272
282
|
"practices.edit.datetime.text": "Les horaires pour une série de répétitions ont été mis à jour",
|
|
273
283
|
"practices.edit.datetime.title": "Répétitions - horaires mis à jour",
|
|
284
|
+
"practices.edit.images.text": "Les images d'une série de répétitions ont été mises à jour",
|
|
285
|
+
"practices.edit.images.title": "Répétitions - images mises à jour",
|
|
274
286
|
"practices.edit.locality.text": "Les adresses pour une série de répétitions ont été mises à jour",
|
|
275
287
|
"practices.edit.locality.title": "Répétitions - changement d'adresse",
|
|
276
288
|
"practices.edit.repertory.text": "Le répertoire pour une série de répétitions a été mis à jour",
|
package/lang/gl.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Instrumento descoñecido",
|
|
132
132
|
"instruments.viola": "Viola",
|
|
133
133
|
"instruments.violin": "Violín",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Agrupación musical",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Banda de cornetas e tambores",
|
|
135
136
|
"musicStyles.banda-de-musica": "Banda de música",
|
|
136
137
|
"musicStyles.batucada": "Batucada",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"musicStyles.marching-band": "Marching band",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Orquestra sinfónica",
|
|
144
145
|
"musicStyles.txistularis": "Banda de txistularis",
|
|
145
|
-
"musicStyles.agrupacion-musical": "Agrupación musical",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} solicitou a vacante {string:extra.vacancyName} en {string:group.0.displayName}",
|
|
147
147
|
"offer.applicant.add.title": "Nova solicitude de vacante",
|
|
148
148
|
"offer.select.applicant.text": "Parabéns! A túa solicitude para a vacante {string:extra.vacancyName} en {string:group.0.displayName} foi aceptada. Únete ao teu novo grupo e comeza a gozar da música cos teus novos compañeiros",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Evento cancelado",
|
|
160
160
|
"performance.create.text": "{string:event.0.displayName} creouse a partir de {string:group.0.displayName}",
|
|
161
161
|
"performance.create.title": "Novo acto",
|
|
162
|
+
"performance.edit.attachments.text": "Actualizáronse os ficheiros de {string:event.0.displayName}",
|
|
163
|
+
"performance.edit.attachments.title": "Actuación – ficheiros actualizados",
|
|
162
164
|
"performance.edit.attendance.text": "Actualizouse o límite de asistencia de {string:event.0.displayName}",
|
|
163
165
|
"performance.edit.attendance.title": "Acto - cambio no límite de asistencia",
|
|
164
166
|
"performance.edit.comments.text": "Actualizáronse os comentarios de {string:event.0.displayName}",
|
|
165
167
|
"performance.edit.comments.title": "Acto - cambian os comentarios",
|
|
166
168
|
"performance.edit.datetime.text": "Actualizouse a programación de {string: event.0.displayName}",
|
|
167
169
|
"performance.edit.datetime.title": "Acto - cambio de horario",
|
|
170
|
+
"performance.edit.images.text": "Actualizáronse as imaxes de {string:event.0.displayName}",
|
|
171
|
+
"performance.edit.images.title": "Actuación – imaxes actualizadas",
|
|
168
172
|
"performance.edit.locality.text": "Actualizouse o enderezo de {string:event.0.displayName}",
|
|
169
173
|
"performance.edit.locality.title": "Acto - cambio de enderezo",
|
|
170
174
|
"performance.edit.repertory.text": "Actualizouse o repertorio de {string:event.0.displayName}",
|
|
@@ -216,12 +220,16 @@
|
|
|
216
220
|
"practice.cancel.title": "Proba cancelada",
|
|
217
221
|
"practice.create.text": "Programouse unha proba de {string:group.0.displayName} o {date:event.0.[datetime,timezone]:datetime}",
|
|
218
222
|
"practice.create.title": "Novo ensaio",
|
|
223
|
+
"practice.edit.attachments.text": "Actualizáronse os ficheiros de {string:event.0.displayName}",
|
|
224
|
+
"practice.edit.attachments.title": "Ensaio – ficheiros actualizados",
|
|
219
225
|
"practice.edit.attendance.text": "Actualizouse o límite de asistencia ao ensaio para o {date:event.0.[datetime,timezone]:date}",
|
|
220
226
|
"practice.edit.attendance.title": "Ensaio - cambio de límite de asistencia",
|
|
221
227
|
"practice.edit.comments.text": "Actualizáronse os comentarios de ensaio para o {date:event.0.[datetime,timezone]:date}",
|
|
222
228
|
"practice.edit.comments.title": "Ensaio - cambian os comentarios",
|
|
223
229
|
"practice.edit.datetime.text": "Actualizouse o calendario de ensaios para {date:event.0.[datetime,timezone]:date}",
|
|
224
230
|
"practice.edit.datetime.title": "Ensaio - cambio de horario",
|
|
231
|
+
"practice.edit.images.text": "Actualizáronse as imaxes de {string:event.0.displayName}",
|
|
232
|
+
"practice.edit.images.title": "Ensaio – imaxes actualizadas",
|
|
225
233
|
"practice.edit.locality.text": "Actualizouse o enderezo do ensaio de {date:event.0.[datetime,timezone]:date}",
|
|
226
234
|
"practice.edit.locality.title": "Ensaio - cambio de enderezo",
|
|
227
235
|
"practice.edit.repertory.text": "Actualizouse o repertorio de ensaio para o {date:event.0.[datetime,timezone]:date}",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Probas canceladas",
|
|
266
274
|
"practices.create.text": "Programáronse {string:extra.num} ensaios de {string:group.0.displayName} entre {date:event.0.[datetime,timezone]:shortDate} e {date:event.1.[datetime,timezone]:shortDate}",
|
|
267
275
|
"practices.create.title": "Novas probas",
|
|
276
|
+
"practices.edit.attachments.text": "Actualizáronse os ficheiros dunha serie de ensaios",
|
|
277
|
+
"practices.edit.attachments.title": "Ensaios – ficheiros actualizados",
|
|
268
278
|
"practices.edit.attendance.text": "Una serie de ensayos actualizaron o seu límite de asistencia",
|
|
269
279
|
"practices.edit.attendance.title": "Ensaios - cambio de límite de asistencia",
|
|
270
280
|
"practices.edit.comments.text": "Unha serie de ensaios actualizaron os seus comentarios",
|
|
271
281
|
"practices.edit.comments.title": "Ensaios - cambian os comentarios",
|
|
272
282
|
"practices.edit.datetime.text": "Una serie de ensayos actualizaron a seu horario",
|
|
273
283
|
"practices.edit.datetime.title": "Ensaios - cambio de horario",
|
|
284
|
+
"practices.edit.images.text": "Actualizáronse as imaxes dunha serie de ensaios",
|
|
285
|
+
"practices.edit.images.title": "Ensaios – imaxes actualizadas",
|
|
274
286
|
"practices.edit.locality.text": "Una serie de ensayos actualizaron o seu enderezo",
|
|
275
287
|
"practices.edit.locality.title": "Ensaios - cambio de enderezo",
|
|
276
288
|
"practices.edit.repertory.text": "Unha serie de ensaios actualizaron o seu repertorio",
|
package/lang/it.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Strumento Sconosciuto",
|
|
132
132
|
"instruments.viola": "Viola",
|
|
133
133
|
"instruments.violin": "Violino",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Gruppo musicale",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Banda di Cornette e Tamburi",
|
|
135
136
|
"musicStyles.banda-de-musica": "Banda Musicale",
|
|
136
137
|
"musicStyles.batucada": "Batucada",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"musicStyles.marching-band": "Marching Band",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Orchestra Sinfonica",
|
|
144
145
|
"musicStyles.txistularis": "Banda di Txistularis",
|
|
145
|
-
"musicStyles.agrupacion-musical": "Gruppo musicale",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} ha fatto domanda per la posizione {string:extra.vacancyName} in {string:group.0.displayName}",
|
|
147
147
|
"offer.applicant.add.title": "Nuova domanda per una posizione",
|
|
148
148
|
"offer.select.applicant.text": "Congratulazioni! La tua domanda per la posizione {string:extra.vacancyName} in {string:group.0.displayName} è stata accettata. Unisciti al tuo nuovo gruppo e inizia a goderti la musica con i tuoi nuovi compagni",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Evento annullato",
|
|
160
160
|
"performance.create.text": "{string:event.0.displayName} di {string:group.0.displayName} è stato creato",
|
|
161
161
|
"performance.create.title": "Nuovo evento",
|
|
162
|
+
"performance.edit.attachments.text": "I file di {string:event.0.displayName} sono stati aggiornati",
|
|
163
|
+
"performance.edit.attachments.title": "Evento – file aggiornati",
|
|
162
164
|
"performance.edit.attendance.text": "È stato aggiornato il limite di partecipazione per {string:event.0.displayName}",
|
|
163
165
|
"performance.edit.attendance.title": "Evento - modifica del limite di partecipazione",
|
|
164
166
|
"performance.edit.comments.text": "Sono stati aggiornati i commenti per {string:event.0.displayName}",
|
|
165
167
|
"performance.edit.comments.title": "Evento - commenti aggiornati",
|
|
166
168
|
"performance.edit.datetime.text": "L'orario di {string:event.0.displayName} è stato aggiornato",
|
|
167
169
|
"performance.edit.datetime.title": "Evento - modifica dell'orario",
|
|
170
|
+
"performance.edit.images.text": "Le immagini di {string:event.0.displayName} sono state aggiornate",
|
|
171
|
+
"performance.edit.images.title": "Evento – immagini aggiornate",
|
|
168
172
|
"performance.edit.locality.text": "L'indirizzo di {string:event.0.displayName} è stato aggiornato",
|
|
169
173
|
"performance.edit.locality.title": "Evento - modifica dell'indirizzo",
|
|
170
174
|
"performance.edit.repertory.text": "Il repertorio per {string:event.0.displayName} è stato aggiornato",
|
|
@@ -216,12 +220,16 @@
|
|
|
216
220
|
"practice.cancel.title": "Prova annullata",
|
|
217
221
|
"practice.create.text": "È stata programmata una prova di {string:group.0.displayName} il {date:event.0.[datetime,timezone]:datetime}",
|
|
218
222
|
"practice.create.title": "Nuova prova",
|
|
223
|
+
"practice.edit.attachments.text": "I file di {string:event.0.displayName} sono stati aggiornati",
|
|
224
|
+
"practice.edit.attachments.title": "Prova – file aggiornati",
|
|
219
225
|
"practice.edit.attendance.text": "È stato aggiornato il limite di partecipazione per la prova del {date:event.0.[datetime,timezone]:date}",
|
|
220
226
|
"practice.edit.attendance.title": "Prova - modifica del limite di partecipazione",
|
|
221
227
|
"practice.edit.comments.text": "Sono stati aggiornati i commenti per la prova del {date:event.0.[datetime,timezone]:date}",
|
|
222
228
|
"practice.edit.comments.title": "Prova - commenti aggiornati",
|
|
223
229
|
"practice.edit.datetime.text": "L'orario della prova del {date:event.0.[datetime,timezone]:date} è stato aggiornato",
|
|
224
230
|
"practice.edit.datetime.title": "Prova - modifica dell'orario",
|
|
231
|
+
"practice.edit.images.text": "Le immagini di {string:event.0.displayName} sono state aggiornate",
|
|
232
|
+
"practice.edit.images.title": "Prova – immagini aggiornate",
|
|
225
233
|
"practice.edit.locality.text": "L'indirizzo della prova del {date:event.0.[datetime,timezone]:date} è stato aggiornato",
|
|
226
234
|
"practice.edit.locality.title": "Prova - modifica dell'indirizzo",
|
|
227
235
|
"practice.edit.repertory.text": "Il repertorio per la prova del {date:event.0.[datetime,timezone]:date} è stato aggiornato",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Prove cancellate",
|
|
266
274
|
"practices.create.text": "Sono state programmate {string:extra.num} prove di {string:group.0.displayName} tra il {date:event.0.[datetime,timezone]:shortDate} e il {date:event.1.[datetime,timezone]:shortDate}",
|
|
267
275
|
"practices.create.title": "Nuove prove",
|
|
276
|
+
"practices.edit.attachments.text": "I file di una serie di prove sono stati aggiornati",
|
|
277
|
+
"practices.edit.attachments.title": "Prove – file aggiornati",
|
|
268
278
|
"practices.edit.attendance.text": "Una serie di prove ha aggiornato il limite di partecipazione",
|
|
269
279
|
"practices.edit.attendance.title": "Prove - limite di partecipazione modificato",
|
|
270
280
|
"practices.edit.comments.text": "Una serie di prove ha aggiornato i suoi commenti",
|
|
271
281
|
"practices.edit.comments.title": "Prove - commenti aggiornati",
|
|
272
282
|
"practices.edit.datetime.text": "Una serie di prove ha aggiornato il suo orario",
|
|
273
283
|
"practices.edit.datetime.title": "Prove - orari aggiornati",
|
|
284
|
+
"practices.edit.images.text": "Le immagini di una serie di prove sono state aggiornate",
|
|
285
|
+
"practices.edit.images.title": "Prove – immagini aggiornate",
|
|
274
286
|
"practices.edit.locality.text": "Una serie di prove ha aggiornato il suo indirizzo",
|
|
275
287
|
"practices.edit.locality.title": "Prove - cambio di indirizzo",
|
|
276
288
|
"practices.edit.repertory.text": "Una serie di prove ha aggiornato il repertorio",
|
package/lang/nl.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Onbekend instrument",
|
|
132
132
|
"instruments.viola": "Altviool",
|
|
133
133
|
"instruments.violin": "Viool",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Muzikale groep",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Cornet- en trommelband",
|
|
135
136
|
"musicStyles.banda-de-musica": "Muziekband",
|
|
136
137
|
"musicStyles.batucada": "Batucada",
|
|
@@ -141,7 +142,6 @@
|
|
|
141
142
|
"musicStyles.jazz-band": "Jazzband",
|
|
142
143
|
"musicStyles.marching-band": "Marchingband",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Symfonieorkest",
|
|
144
|
-
"musicStyles.agrupacion-musical": "Muzikale groep",
|
|
145
145
|
"musicStyles.txistularis": "Txistularisband",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} heeft gesolliciteerd naar de vacature {string:extra.vacancyName} bij {string:group.0.displayName}",
|
|
147
147
|
"offer.applicant.add.title": "Nieuwe sollicitatie voor vacature",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Uitvoering geannuleerd",
|
|
160
160
|
"performance.create.text": "{string:event.0.displayName} van {string:group.0.displayName} is aangemaakt",
|
|
161
161
|
"performance.create.title": "Nieuwe uitvoering",
|
|
162
|
+
"performance.edit.attachments.text": "De bestanden van {string:event.0.displayName} zijn bijgewerkt",
|
|
163
|
+
"performance.edit.attachments.title": "Evenement – bestanden bijgewerkt",
|
|
162
164
|
"performance.edit.attendance.text": "De aanwezigheidslimiet van {string:event.0.displayName} is bijgewerkt",
|
|
163
165
|
"performance.edit.attendance.title": "Uitvoering - wijziging aanwezigheidslimiet",
|
|
164
166
|
"performance.edit.comments.text": "De opmerkingen van {string:event.0.displayName} zijn bijgewerkt",
|
|
165
167
|
"performance.edit.comments.title": "Uitvoering - opmerkingen bijgewerkt",
|
|
166
168
|
"performance.edit.datetime.text": "Het schema van {string:event.0.displayName} is bijgewerkt",
|
|
167
169
|
"performance.edit.datetime.title": "Uitvoering - schema gewijzigd",
|
|
170
|
+
"performance.edit.images.text": "De afbeeldingen van {string:event.0.displayName} zijn bijgewerkt",
|
|
171
|
+
"performance.edit.images.title": "Evenement – afbeeldingen bijgewerkt",
|
|
168
172
|
"performance.edit.locality.text": "Het adres van {string:event.0.displayName} is bijgewerkt",
|
|
169
173
|
"performance.edit.locality.title": "Uitvoering - adres gewijzigd",
|
|
170
174
|
"performance.edit.repertory.text": "Het repertoire voor {string:event.0.displayName} is bijgewerkt",
|
|
@@ -206,22 +210,26 @@
|
|
|
206
210
|
"performance": "Uitvoering",
|
|
207
211
|
"practice.assistance.confirm.byAdmin.text": "Een beheerder heeft je aanwezigheid bevestigd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
208
212
|
"practice.assistance.confirm.byAdmin.title": "Aanwezigheid bevestigd door beheerder",
|
|
209
|
-
"practice.assistance.confirm.text": "{string:user.0.displayName} heeft zijn aanwezigheid bevestigd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
213
|
+
"practice.assistance.confirm.text": "{string:user.0.displayName} heeft zijn/haar aanwezigheid bevestigd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
210
214
|
"practice.assistance.confirm.title": "Aanwezigheid bevestigd",
|
|
211
215
|
"practice.assistance.decline.byAdmin.text": "Een beheerder heeft je aanwezigheid geweigerd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
212
216
|
"practice.assistance.decline.byAdmin.title": "Aanwezigheid geweigerd door beheerder",
|
|
213
|
-
"practice.assistance.decline.text": "{string:user.0.displayName} heeft zijn aanwezigheid geweigerd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
217
|
+
"practice.assistance.decline.text": "{string:user.0.displayName} heeft zijn/haar aanwezigheid geweigerd voor de repetitie op {date:event.0.[datetime,timezone]:date}",
|
|
214
218
|
"practice.assistance.decline.title": "Aanwezigheid geweigerd",
|
|
215
219
|
"practice.cancel.text": "De repetitie op {date:event.0.[datetime,timezone]:date} van {string:group.0.displayName} is geannuleerd",
|
|
216
220
|
"practice.cancel.title": "Repetitie geannuleerd",
|
|
217
221
|
"practice.create.text": "Een repetitie van {string:group.0.displayName} is gepland op {date:event.0.[datetime,timezone]:datetime}",
|
|
218
222
|
"practice.create.title": "Nieuwe repetitie",
|
|
223
|
+
"practice.edit.attachments.text": "De bestanden van {string:event.0.displayName} zijn bijgewerkt",
|
|
224
|
+
"practice.edit.attachments.title": "Repetitie – bestanden bijgewerkt",
|
|
219
225
|
"practice.edit.attendance.text": "De aanwezigheidslimiet van de repetitie op {date:event.0.[datetime,timezone]:date} is bijgewerkt",
|
|
220
226
|
"practice.edit.attendance.title": "Repetitie - wijziging aanwezigheidslimiet",
|
|
221
227
|
"practice.edit.comments.text": "De opmerkingen van de repetitie op {date:event.0.[datetime,timezone]:date} zijn bijgewerkt",
|
|
222
228
|
"practice.edit.comments.title": "Repetitie - opmerkingen bijgewerkt",
|
|
223
229
|
"practice.edit.datetime.text": "Het schema van de repetitie op {date:event.0.[datetime,timezone]:date} is bijgewerkt",
|
|
224
230
|
"practice.edit.datetime.title": "Repetitie - schema gewijzigd",
|
|
231
|
+
"practice.edit.images.text": "De afbeeldingen van {string:event.0.displayName} zijn bijgewerkt",
|
|
232
|
+
"practice.edit.images.title": "Repetitie – afbeeldingen bijgewerkt",
|
|
225
233
|
"practice.edit.locality.text": "Het adres van de repetitie op {date:event.0.[datetime,timezone]:date} is bijgewerkt",
|
|
226
234
|
"practice.edit.locality.title": "Repetitie - adres gewijzigd",
|
|
227
235
|
"practice.edit.repertory.text": "Het repertoire van de repetitie op {date:event.0.[datetime,timezone]:date} is bijgewerkt",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Repetities geannuleerd",
|
|
266
274
|
"practices.create.text": "Er zijn {string:extra.num} repetities van {string:group.0.displayName} gepland tussen {date:event.0.[datetime,timezone]:shortDate} en {date:event.1.[datetime,timezone]:shortDate}",
|
|
267
275
|
"practices.create.title": "Nieuwe repetities",
|
|
276
|
+
"practices.edit.attachments.text": "De bestanden van een reeks repetities zijn bijgewerkt",
|
|
277
|
+
"practices.edit.attachments.title": "Repetities – bestanden bijgewerkt",
|
|
268
278
|
"practices.edit.attendance.text": "De aanwezigheidslimiet van een reeks repetities is bijgewerkt",
|
|
269
279
|
"practices.edit.attendance.title": "Repetities - aanwezigheidslimiet gewijzigd",
|
|
270
280
|
"practices.edit.comments.text": "De opmerkingen van een reeks repetities zijn bijgewerkt",
|
|
271
281
|
"practices.edit.comments.title": "Repetities - opmerkingen bijgewerkt",
|
|
272
282
|
"practices.edit.datetime.text": "Het schema van een reeks repetities is bijgewerkt",
|
|
273
283
|
"practices.edit.datetime.title": "Repetities - schema's bijgewerkt",
|
|
284
|
+
"practices.edit.images.text": "De afbeeldingen van een reeks repetities zijn bijgewerkt",
|
|
285
|
+
"practices.edit.images.title": "Repetities – afbeeldingen bijgewerkt",
|
|
274
286
|
"practices.edit.locality.text": "Het adres van een reeks repetities is bijgewerkt",
|
|
275
287
|
"practices.edit.locality.title": "Repetities - adres gewijzigd",
|
|
276
288
|
"practices.edit.repertory.text": "Het repertoire van een reeks repetities is bijgewerkt",
|
package/lang/pt.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"instruments.unknown": "Instrumento desconhecido",
|
|
132
132
|
"instruments.viola": "viola",
|
|
133
133
|
"instruments.violin": "Violino",
|
|
134
|
+
"musicStyles.agrupacion-musical": "Agrupamento musical",
|
|
134
135
|
"musicStyles.banda-cornetas-y-tambores": "Banda de Sopros e Percussão",
|
|
135
136
|
"musicStyles.banda-de-musica": "Banda",
|
|
136
137
|
"musicStyles.batucada": "Batucada",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"musicStyles.marching-band": "Marching Band",
|
|
143
144
|
"musicStyles.orquesta-sinfonica": "Orquestra sinfónica",
|
|
144
145
|
"musicStyles.txistularis": "Banda Txistus",
|
|
145
|
-
"musicStyles.agrupacion-musical": "Agrupamento musical",
|
|
146
146
|
"offer.applicant.add.text": "{string:user.0.displayName} candidatou-se à vaga {string:extra.vacancyName} em {string:group.0.displayName}",
|
|
147
147
|
"offer.applicant.add.title": "Nova candidatura à vaga",
|
|
148
148
|
"offer.select.applicant.text": "Parabéns! Sua solicitação para a vaga {string:extra.vacancyName} em {string:group.0.displayName} foi aceita. Junte-se ao seu novo grupo e comece a aproveitar a música com seus novos companheiros",
|
|
@@ -159,12 +159,16 @@
|
|
|
159
159
|
"performance.cancel.title": "Serviço cancelado",
|
|
160
160
|
"performance.create.text": "Um novo {string:event.0.displayName} de {string:group.0.displayName} foi criado",
|
|
161
161
|
"performance.create.title": "Novo concerto",
|
|
162
|
+
"performance.edit.attachments.text": "Os ficheiros de {string:event.0.displayName} foram atualizados",
|
|
163
|
+
"performance.edit.attachments.title": "Evento – ficheiros atualizados",
|
|
162
164
|
"performance.edit.attendance.text": "O limite de participantes no {string:event.0.displayName} foi atualizado",
|
|
163
165
|
"performance.edit.attendance.title": "Concerto - o limite de presenças mudou",
|
|
164
166
|
"performance.edit.comments.text": "A descrição de {string:event.0.displayName} foi atualizada",
|
|
165
167
|
"performance.edit.comments.title": "Concerto - a descrição mudou",
|
|
166
168
|
"performance.edit.datetime.text": "O horário de {string:event.0.displayName} foi atualizado",
|
|
167
169
|
"performance.edit.datetime.title": "Concerto - o horário mudou",
|
|
170
|
+
"performance.edit.images.text": "As imagens de {string:event.0.displayName} foram atualizadas",
|
|
171
|
+
"performance.edit.images.title": "Evento – imagens atualizadas",
|
|
168
172
|
"performance.edit.locality.text": "O endereço do {string:event.0.displayName} foi atualizado",
|
|
169
173
|
"performance.edit.locality.title": "Concerto - o endereço mudou",
|
|
170
174
|
"performance.edit.repertory.text": "O repertório de {string:event.0.displayName} foi atualizado",
|
|
@@ -216,12 +220,16 @@
|
|
|
216
220
|
"practice.cancel.title": "Ensaio cancelado",
|
|
217
221
|
"practice.create.text": "Um novo ensaio de {string:group.0.displayName} em {date:event.0.[datetime,timezone]:datetime} foi adicionado",
|
|
218
222
|
"practice.create.title": "Novo ensaio",
|
|
223
|
+
"practice.edit.attachments.text": "Os ficheiros de {string:event.0.displayName} foram atualizados",
|
|
224
|
+
"practice.edit.attachments.title": "Ensaio – ficheiros atualizados",
|
|
219
225
|
"practice.edit.attendance.text": "O limite de presenças no ensaio para o {date:event.0.[datetime,timezone]:date} foi atualizado",
|
|
220
226
|
"practice.edit.attendance.title": "Ensaio - limite de presenças alterado",
|
|
221
227
|
"practice.edit.comments.text": "A descrição do ensaio {date:event.0.[datetime,timezone]:date} foi atualizada",
|
|
222
228
|
"practice.edit.comments.title": "Ensaio - a descrição mudou",
|
|
223
229
|
"practice.edit.datetime.text": "A programação para o ensaio {date:event.0.[datetime,timezone]:date} foi modificada",
|
|
224
230
|
"practice.edit.datetime.title": "Ensaio - horário alterado",
|
|
231
|
+
"practice.edit.images.text": "As imagens de {string:event.0.displayName} foram atualizadas",
|
|
232
|
+
"practice.edit.images.title": "Ensaio – imagens atualizadas",
|
|
225
233
|
"practice.edit.locality.text": "O endereço do ensaio de {date:event.0.[datetime,timezone]:date} foi atualizado",
|
|
226
234
|
"practice.edit.locality.title": "Ensaio - endereço alterado",
|
|
227
235
|
"practice.edit.repertory.text": "Repertório para ensaio {date:event.0.[datetime,timezone]:date} foram atualizados",
|
|
@@ -265,12 +273,16 @@
|
|
|
265
273
|
"practices.cancel.title": "Ensaios cancelados",
|
|
266
274
|
"practices.create.text": "{string:extra.num} novos ensaios de {string:group.0.displayName} entre {date:event.0.[datetime,timezone]:shortDate} e {date:event.1.[datetime,timezone]:shortDate} foram adicionados",
|
|
267
275
|
"practices.create.title": "Novos ensaios",
|
|
276
|
+
"practices.edit.attachments.text": "Os ficheiros de uma série de ensaios foram atualizados",
|
|
277
|
+
"practices.edit.attachments.title": "Ensaios – ficheiros atualizados",
|
|
268
278
|
"practices.edit.attendance.text": "O limite de presenças foi atualizado em vários ensaios",
|
|
269
279
|
"practices.edit.attendance.title": "Ensaios - limite de participação alterado",
|
|
270
280
|
"practices.edit.comments.text": "A área de descrição foi atualizada em vários ensaios",
|
|
271
281
|
"practices.edit.comments.title": "Ensaios - comentários alterados",
|
|
272
282
|
"practices.edit.datetime.text": "O horário de vários ensaios foi atualizado",
|
|
273
283
|
"practices.edit.datetime.title": "Ensaios - horário alterado",
|
|
284
|
+
"practices.edit.images.text": "As imagens de uma série de ensaios foram atualizadas",
|
|
285
|
+
"practices.edit.images.title": "Ensaios – imagens atualizadas",
|
|
274
286
|
"practices.edit.locality.text": "O endereço de vários ensaios mudou",
|
|
275
287
|
"practices.edit.locality.title": "Ensaios - endereço alterado",
|
|
276
288
|
"practices.edit.repertory.text": "O repertório para vários ensaios foi atualizado",
|
package/models/Evento/index.d.ts
CHANGED
package/models/Evento/index.js
CHANGED
|
@@ -207,5 +207,11 @@ class Evento extends promoter_1.default {
|
|
|
207
207
|
get sites() {
|
|
208
208
|
return this.data.sites || false;
|
|
209
209
|
}
|
|
210
|
+
get imagesPath() {
|
|
211
|
+
return this.data.imagesPath || [];
|
|
212
|
+
}
|
|
213
|
+
get attachmentsPath() {
|
|
214
|
+
return this.data.attachmentsPath || [];
|
|
215
|
+
}
|
|
210
216
|
}
|
|
211
217
|
exports.default = Evento;
|
package/models/Evento/types.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export interface EventData extends EventPromoterData {
|
|
|
119
119
|
};
|
|
120
120
|
selectionModeClosedAt: Timestamp | null;
|
|
121
121
|
sites: boolean;
|
|
122
|
+
imagesPath: string[];
|
|
123
|
+
attachmentsPath: string[];
|
|
122
124
|
readonly owner: DocumentReference;
|
|
123
125
|
readonly createdAt: Timestamp;
|
|
124
126
|
readonly createdOn: CreatedOn;
|
|
@@ -42,6 +42,8 @@ export declare enum NotificationActions {
|
|
|
42
42
|
PerformanceEditTitle = "performance.edit.title",
|
|
43
43
|
PerformanceEditStage = "performance.edit.stage",
|
|
44
44
|
PerformanceEditResponseDeadline = "performance.edit.responseDeadline",
|
|
45
|
+
PerformanceEditImages = "performance.edit.images",
|
|
46
|
+
PerformanceEditAttachments = "performance.edit.attachments",
|
|
45
47
|
PerformanceReminderDatetimeToConfirmed = "performance.reminderDatetime.confirmed",
|
|
46
48
|
PerformanceReminderDeadlineSoonToPending = "performance.reminderDeadlineSoon.pending",
|
|
47
49
|
PerformanceReminderDeadlineEndedInSelectionModeOpen = "performance.reminderDeadlineEnded.selectionModeOpen",
|
|
@@ -70,6 +72,8 @@ export declare enum NotificationActions {
|
|
|
70
72
|
PracticeEditTitle = "practice.edit.title",
|
|
71
73
|
PracticeEditStage = "practice.edit.stage",
|
|
72
74
|
PracticeEditResponseDeadline = "practice.edit.responseDeadline",
|
|
75
|
+
PracticeEditImages = "practice.edit.images",
|
|
76
|
+
PracticeEditAttachments = "practice.edit.attachments",
|
|
73
77
|
PracticeReminderDatetimeToConfirmed = "practice.reminderDatetime.confirmed",
|
|
74
78
|
PracticeReminderDeadlineSoonToPending = "practice.reminderDeadlineSoon.pending",
|
|
75
79
|
PracticeReminderDeadlineEndedInSelectionModeOpen = "practice.reminderDeadlineEnded.selectionModeOpen",
|
|
@@ -88,6 +92,8 @@ export declare enum NotificationActions {
|
|
|
88
92
|
PracticesEditTitle = "practices.edit.title",
|
|
89
93
|
PracticesEditStage = "practices.edit.stage",
|
|
90
94
|
PracticesEditResponseDeadline = "practices.edit.responseDeadline",
|
|
95
|
+
PracticesEditImages = "practices.edit.images",
|
|
96
|
+
PracticesEditAttachments = "practices.edit.attachments",
|
|
91
97
|
PracticesPlayersAdd = "practices.players.add",
|
|
92
98
|
PracticesPlayersRemove = "practices.players.remove",
|
|
93
99
|
ThemeClaimNew = "theme.claim.new",
|
|
@@ -39,6 +39,8 @@ var NotificationActions;
|
|
|
39
39
|
NotificationActions["PerformanceEditTitle"] = "performance.edit.title";
|
|
40
40
|
NotificationActions["PerformanceEditStage"] = "performance.edit.stage";
|
|
41
41
|
NotificationActions["PerformanceEditResponseDeadline"] = "performance.edit.responseDeadline";
|
|
42
|
+
NotificationActions["PerformanceEditImages"] = "performance.edit.images";
|
|
43
|
+
NotificationActions["PerformanceEditAttachments"] = "performance.edit.attachments";
|
|
42
44
|
NotificationActions["PerformanceReminderDatetimeToConfirmed"] = "performance.reminderDatetime.confirmed";
|
|
43
45
|
NotificationActions["PerformanceReminderDeadlineSoonToPending"] = "performance.reminderDeadlineSoon.pending";
|
|
44
46
|
NotificationActions["PerformanceReminderDeadlineEndedInSelectionModeOpen"] = "performance.reminderDeadlineEnded.selectionModeOpen";
|
|
@@ -67,6 +69,8 @@ var NotificationActions;
|
|
|
67
69
|
NotificationActions["PracticeEditTitle"] = "practice.edit.title";
|
|
68
70
|
NotificationActions["PracticeEditStage"] = "practice.edit.stage";
|
|
69
71
|
NotificationActions["PracticeEditResponseDeadline"] = "practice.edit.responseDeadline";
|
|
72
|
+
NotificationActions["PracticeEditImages"] = "practice.edit.images";
|
|
73
|
+
NotificationActions["PracticeEditAttachments"] = "practice.edit.attachments";
|
|
70
74
|
NotificationActions["PracticeReminderDatetimeToConfirmed"] = "practice.reminderDatetime.confirmed";
|
|
71
75
|
NotificationActions["PracticeReminderDeadlineSoonToPending"] = "practice.reminderDeadlineSoon.pending";
|
|
72
76
|
NotificationActions["PracticeReminderDeadlineEndedInSelectionModeOpen"] = "practice.reminderDeadlineEnded.selectionModeOpen";
|
|
@@ -85,6 +89,8 @@ var NotificationActions;
|
|
|
85
89
|
NotificationActions["PracticesEditTitle"] = "practices.edit.title";
|
|
86
90
|
NotificationActions["PracticesEditStage"] = "practices.edit.stage";
|
|
87
91
|
NotificationActions["PracticesEditResponseDeadline"] = "practices.edit.responseDeadline";
|
|
92
|
+
NotificationActions["PracticesEditImages"] = "practices.edit.images";
|
|
93
|
+
NotificationActions["PracticesEditAttachments"] = "practices.edit.attachments";
|
|
88
94
|
NotificationActions["PracticesPlayersAdd"] = "practices.players.add";
|
|
89
95
|
NotificationActions["PracticesPlayersRemove"] = "practices.players.remove";
|
|
90
96
|
NotificationActions["ThemeClaimNew"] = "theme.claim.new";
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import ModelWithLang from '../../Model/lang';
|
|
2
2
|
import { PartnershipPartnerData } from './types';
|
|
3
3
|
export default class PartnershipPartner extends ModelWithLang<PartnershipPartnerData> {
|
|
4
|
+
get tinyInfo(): {
|
|
5
|
+
displayName: string;
|
|
6
|
+
photoURL: string;
|
|
7
|
+
};
|
|
4
8
|
get partnershipId(): string;
|
|
5
9
|
get name(): string;
|
|
6
10
|
get lastname(): string;
|
|
7
|
-
get photoURL(): string
|
|
11
|
+
get photoURL(): string;
|
|
8
12
|
get displayName(): string;
|
|
9
13
|
get NIF(): string | null;
|
|
10
14
|
get email(): string;
|
|
@@ -28,4 +32,5 @@ export default class PartnershipPartner extends ModelWithLang<PartnershipPartner
|
|
|
28
32
|
get isActive(): boolean;
|
|
29
33
|
get userId(): string | null;
|
|
30
34
|
get groupIds(): string[];
|
|
35
|
+
get subscriptionIds(): string[];
|
|
31
36
|
}
|
|
@@ -7,6 +7,12 @@ const types_1 = require("../../../helpers/types");
|
|
|
7
7
|
const utils_1 = require("../../../helpers/utils");
|
|
8
8
|
const lang_1 = __importDefault(require("../../Model/lang"));
|
|
9
9
|
class PartnershipPartner extends lang_1.default {
|
|
10
|
+
get tinyInfo() {
|
|
11
|
+
return {
|
|
12
|
+
displayName: this.displayName,
|
|
13
|
+
photoURL: this.photoURL,
|
|
14
|
+
};
|
|
15
|
+
}
|
|
10
16
|
get partnershipId() {
|
|
11
17
|
return (0, utils_1.at)(this.ref.path.split('/'), 1) || '';
|
|
12
18
|
}
|
|
@@ -17,7 +23,7 @@ class PartnershipPartner extends lang_1.default {
|
|
|
17
23
|
return this.data.lastname;
|
|
18
24
|
}
|
|
19
25
|
get photoURL() {
|
|
20
|
-
return this.data.photoURL
|
|
26
|
+
return this.data.photoURL;
|
|
21
27
|
}
|
|
22
28
|
get displayName() {
|
|
23
29
|
return this.data.displayName;
|
|
@@ -32,7 +38,7 @@ class PartnershipPartner extends lang_1.default {
|
|
|
32
38
|
return this.data.phone;
|
|
33
39
|
}
|
|
34
40
|
get birthdate() {
|
|
35
|
-
return this.data.
|
|
41
|
+
return this.data.birthDate;
|
|
36
42
|
}
|
|
37
43
|
get sepaMandate() {
|
|
38
44
|
if (!this.data.sepaMandate)
|
|
@@ -72,5 +78,8 @@ class PartnershipPartner extends lang_1.default {
|
|
|
72
78
|
get groupIds() {
|
|
73
79
|
return this.data.groupIds || [];
|
|
74
80
|
}
|
|
81
|
+
get subscriptionIds() {
|
|
82
|
+
return this.data.subscriptionIds || [];
|
|
83
|
+
}
|
|
75
84
|
}
|
|
76
85
|
exports.default = PartnershipPartner;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Timestamp } from '@google-cloud/firestore';
|
|
2
2
|
import { BasicAddressData } from '../../../helpers/types';
|
|
3
3
|
import { DocumentReference } from '../../../types/firestore';
|
|
4
|
+
import { UserExtendedData } from '../../User/types';
|
|
4
5
|
export interface PartnershipPartnerSepaMandate {
|
|
5
6
|
mandateId: string;
|
|
6
7
|
iban: string;
|
|
@@ -8,19 +9,14 @@ export interface PartnershipPartnerSepaMandate {
|
|
|
8
9
|
holderAddress: BasicAddressData;
|
|
9
10
|
swiftbic: string | null;
|
|
10
11
|
}
|
|
11
|
-
export interface PartnershipPartnerData {
|
|
12
|
-
name: string;
|
|
13
|
-
lastname: string;
|
|
14
|
-
photoURL: string | null;
|
|
15
|
-
displayName: string;
|
|
16
|
-
email: string;
|
|
12
|
+
export interface PartnershipPartnerData extends UserExtendedData {
|
|
17
13
|
address: BasicAddressData | null;
|
|
18
14
|
phone: string | null;
|
|
19
|
-
birthdate: Timestamp | null;
|
|
20
15
|
NIF: string | null;
|
|
21
16
|
sepaMandate: PartnershipPartnerSepaMandate | null;
|
|
22
17
|
userId: string | null;
|
|
23
18
|
groupIds: string[];
|
|
19
|
+
subscriptionIds: string[];
|
|
24
20
|
createdAt: Timestamp;
|
|
25
21
|
createdBy: DocumentReference;
|
|
26
22
|
editedAt: Timestamp | null;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import ModelWithLang from '../../Model/lang';
|
|
2
|
-
import { PaymentMethod } from '
|
|
3
|
-
import { PartnershipPaymentData } from './types';
|
|
2
|
+
import { PartnershipPaymentData, PaymentMethod } from './types';
|
|
4
3
|
export default class PartnershipPayment extends ModelWithLang<PartnershipPaymentData> {
|
|
5
4
|
get partnershipId(): string;
|
|
6
5
|
get title(): string;
|
|
@@ -10,7 +9,7 @@ export default class PartnershipPayment extends ModelWithLang<PartnershipPayment
|
|
|
10
9
|
get partnerId(): string;
|
|
11
10
|
get isRecurrent(): boolean;
|
|
12
11
|
get isOneTime(): boolean;
|
|
13
|
-
get paymentMethod(): PaymentMethod;
|
|
12
|
+
get paymentMethod(): PaymentMethod | null;
|
|
14
13
|
get isMethodSepa(): boolean;
|
|
15
14
|
get status(): import("./types").PaymentStatus;
|
|
16
15
|
get statusHistory(): import("./types").PaymentStatusHistoryItem[];
|