@glissandoo/lib 1.104.0 → 1.104.2
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/helpers/communicationTemplate/index.d.ts +32 -0
- package/helpers/communicationTemplate/index.js +45 -0
- package/helpers/communicationTemplate/newGroup.d.ts +3 -0
- package/helpers/communicationTemplate/newGroup.js +611 -0
- package/helpers/communicationTemplate/newMember.d.ts +3 -0
- package/helpers/communicationTemplate/newMember.js +176 -0
- package/lang/ca.json +8 -0
- package/lang/de.json +8 -0
- package/lang/en.json +8 -0
- package/lang/es.json +8 -0
- package/lang/eu.json +8 -0
- package/lang/fr.json +8 -0
- package/lang/gl.json +8 -0
- package/lang/it.json +8 -0
- package/lang/nl.json +8 -0
- package/lang/pt.json +8 -0
- package/models/Communication/index.d.ts +5 -2
- package/models/Communication/index.js +5 -5
- package/models/Communication/types.d.ts +6 -0
- package/models/Evento/index.js +3 -2
- package/models/Group/index.d.ts +1 -1
- package/models/Group/index.js +3 -3
- package/models/Notification/types.d.ts +1 -0
- package/models/Notification/types.js +1 -0
- package/package.json +2 -2
- package/types/supabase/generated.d.ts +208 -0
- package/types/supabase/generated.ts +196 -86
|
@@ -0,0 +1,611 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lang_1 = require("../../lang");
|
|
4
|
+
const newGroup = {
|
|
5
|
+
[lang_1.LanguagesTypes.ES]: {
|
|
6
|
+
title: '🙂🌱 ¡Bienvenid@ a {name}!',
|
|
7
|
+
message: [
|
|
8
|
+
{
|
|
9
|
+
'children': [
|
|
10
|
+
{ 'text': 'Estamos ' },
|
|
11
|
+
{ 'text': 'encantados ', 'bold': true },
|
|
12
|
+
{
|
|
13
|
+
'text': 'de darte la bienvenida a Glissandoo, la App para comunidades musicales.',
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
'type': 'paragraph',
|
|
17
|
+
},
|
|
18
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
19
|
+
{
|
|
20
|
+
'type': 'paragraph',
|
|
21
|
+
'children': [
|
|
22
|
+
{
|
|
23
|
+
'text': '¿Qué podrás hacer desde la App?',
|
|
24
|
+
'bold': true,
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
'type': 'paragraph',
|
|
30
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
'type': 'bulleted-list',
|
|
34
|
+
'children': [
|
|
35
|
+
{
|
|
36
|
+
'children': [{ 'text': 'Recibe las últimas novedades ' }],
|
|
37
|
+
'type': 'list-item',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
'children': [{ 'text': 'Calendario de ensayos y actos' }],
|
|
41
|
+
'type': 'list-item',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
'children': [{ 'text': 'Todo el repertorio' }],
|
|
45
|
+
'type': 'list-item',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
'type': 'list-item',
|
|
49
|
+
'children': [{ 'text': 'Consulta las estadísticas' }],
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
'type': 'paragraph',
|
|
55
|
+
'children': [
|
|
56
|
+
{ 'text': '¡Un canal ideal para la ' },
|
|
57
|
+
{ 'text': 'interacción ', 'bold': true },
|
|
58
|
+
{ 'text': 'y para ' },
|
|
59
|
+
{ 'text': 'mejorar la experiencia ', 'bold': true },
|
|
60
|
+
{
|
|
61
|
+
'text': 'de formar parte de una agrupación musical!♻️',
|
|
62
|
+
},
|
|
63
|
+
],
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
[lang_1.LanguagesTypes.CA]: {
|
|
68
|
+
title: '🙂🌱 Benvingut/uda a {name}!',
|
|
69
|
+
message: [
|
|
70
|
+
{
|
|
71
|
+
'type': 'paragraph',
|
|
72
|
+
'children': [
|
|
73
|
+
{ 'text': 'Estem ' },
|
|
74
|
+
{ 'text': 'encantats ', 'bold': true },
|
|
75
|
+
{
|
|
76
|
+
'text': "de donar-te la benvinguda a Glissandoo, l'App per comunitats musicals.",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
'children': [
|
|
82
|
+
{
|
|
83
|
+
'text': "Què podràs fer des de l'App?",
|
|
84
|
+
'bold': true,
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
'type': 'paragraph',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
'children': [
|
|
91
|
+
{
|
|
92
|
+
'children': [{ 'text': 'Rep les últimes novetats ' }],
|
|
93
|
+
'type': 'list-item',
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
'type': 'list-item',
|
|
97
|
+
'children': [{ 'text': "Calendari d'assajos i actes" }],
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
'type': 'list-item',
|
|
101
|
+
'children': [{ 'text': 'Accedeix al repertori' }],
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
'children': [{ 'text': 'Consulta totes les estadístiques' }],
|
|
105
|
+
'type': 'list-item',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
'type': 'bulleted-list',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
'children': [
|
|
112
|
+
{ 'text': 'En definitiva, un canal ideal per a la ' },
|
|
113
|
+
{ 'text': 'interacció ', 'bold': true },
|
|
114
|
+
{ 'text': 'i que pretén ' },
|
|
115
|
+
{ 'bold': true, 'text': "millorar l'experiència" },
|
|
116
|
+
{ 'text': " de formar part d'una agrupació musical!" },
|
|
117
|
+
],
|
|
118
|
+
'type': 'paragraph',
|
|
119
|
+
},
|
|
120
|
+
{ 'type': 'paragraph', 'children': [{ 'text': '♻️' }] },
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
[lang_1.LanguagesTypes.EN]: {
|
|
124
|
+
title: '🙂🌱 Welcome to {name}!',
|
|
125
|
+
message: [
|
|
126
|
+
{
|
|
127
|
+
'children': [
|
|
128
|
+
{ 'text': 'We are ' },
|
|
129
|
+
{ 'text': 'delighted ', 'bold': true },
|
|
130
|
+
{
|
|
131
|
+
'text': 'to welcome you to Glissandoo, the App for Music Communities.',
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
'type': 'paragraph',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
'children': [
|
|
138
|
+
{
|
|
139
|
+
'bold': true,
|
|
140
|
+
'text': "What's possible from the App?",
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
'type': 'paragraph',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
'children': [
|
|
147
|
+
{
|
|
148
|
+
'type': 'list-item',
|
|
149
|
+
'children': [{ 'text': 'Receive the latest communications' }],
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
'children': [{ 'text': 'Rehearsal and events calendar' }],
|
|
153
|
+
'type': 'list-item',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
'type': 'list-item',
|
|
157
|
+
'children': [{ 'text': 'Access the repertoire' }],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
'type': 'list-item',
|
|
161
|
+
'children': [{ 'text': 'Check the statistis' }],
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
'type': 'bulleted-list',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
'type': 'paragraph',
|
|
168
|
+
'children': [
|
|
169
|
+
{
|
|
170
|
+
'text': 'And much more! Discover Glissandoo, the best way for ',
|
|
171
|
+
},
|
|
172
|
+
{ 'bold': true, 'text': 'engaging ' },
|
|
173
|
+
{ 'text': 'with your music community.' },
|
|
174
|
+
],
|
|
175
|
+
},
|
|
176
|
+
{ 'children': [{ 'text': '♻️' }], 'type': 'paragraph' },
|
|
177
|
+
],
|
|
178
|
+
},
|
|
179
|
+
[lang_1.LanguagesTypes.DE]: {
|
|
180
|
+
title: '🙂🌱 Willkommen beim {name}!',
|
|
181
|
+
message: [
|
|
182
|
+
{
|
|
183
|
+
'children': [
|
|
184
|
+
{ 'text': 'Wir ' },
|
|
185
|
+
{ 'text': 'freuen uns, ', 'bold': true },
|
|
186
|
+
{
|
|
187
|
+
'text': 'Sie bei Glissandoo begrüßen zu dürfen. Glissandoo ist die ideale App für Musikvereine.',
|
|
188
|
+
},
|
|
189
|
+
],
|
|
190
|
+
'type': 'paragraph',
|
|
191
|
+
},
|
|
192
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
193
|
+
{
|
|
194
|
+
'type': 'paragraph',
|
|
195
|
+
'children': [
|
|
196
|
+
{
|
|
197
|
+
'text': 'Was können Sie mit der App tun?',
|
|
198
|
+
'bold': true,
|
|
199
|
+
},
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
'type': 'paragraph',
|
|
204
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
'type': 'bulleted-list',
|
|
208
|
+
'children': [
|
|
209
|
+
{
|
|
210
|
+
'children': [{ 'text': 'Erhalten Sie die neuesten Nachrichten ' }],
|
|
211
|
+
'type': 'list-item',
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
'children': [{ 'text': 'Kalender der Proben und Auftritte' }],
|
|
215
|
+
'type': 'list-item',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
'children': [{ 'text': 'Digitale Noten' }],
|
|
219
|
+
'type': 'list-item',
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
'type': 'list-item',
|
|
223
|
+
'children': [{ 'text': 'Überprüfen Sie die Statistiken' }],
|
|
224
|
+
},
|
|
225
|
+
],
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
'type': 'paragraph',
|
|
229
|
+
'children': [
|
|
230
|
+
{ 'text': 'Ein idealer Kanal für die' },
|
|
231
|
+
{ 'text': 'Interaktion ', 'bold': true },
|
|
232
|
+
{ 'text': 'und ' },
|
|
233
|
+
{ 'text': 'um das Erlebnis zu verbessern, ', 'bold': true },
|
|
234
|
+
{ 'text': 'teil eines Musikvereins zu sein!♻️' },
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
],
|
|
238
|
+
},
|
|
239
|
+
[lang_1.LanguagesTypes.PT]: {
|
|
240
|
+
title: '🙂🌱 Bem-vindo ao {name}!',
|
|
241
|
+
message: [
|
|
242
|
+
{
|
|
243
|
+
'children': [
|
|
244
|
+
{ 'text': 'Temos ' },
|
|
245
|
+
{ 'text': 'o prazer ', 'bold': true },
|
|
246
|
+
{
|
|
247
|
+
'text': 'de recebê-lo no Glissandoo, o app para comunidades de música.',
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
'type': 'paragraph',
|
|
251
|
+
},
|
|
252
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
253
|
+
{
|
|
254
|
+
'type': 'paragraph',
|
|
255
|
+
'children': [
|
|
256
|
+
{
|
|
257
|
+
'text': 'O que você pode fazer a partir daqui?',
|
|
258
|
+
'bold': true,
|
|
259
|
+
},
|
|
260
|
+
],
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
'type': 'paragraph',
|
|
264
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
'type': 'bulleted-list',
|
|
268
|
+
'children': [
|
|
269
|
+
{
|
|
270
|
+
'children': [{ 'text': 'Receba as últimas notícias ' }],
|
|
271
|
+
'type': 'list-item',
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
'children': [{ 'text': 'Calendário de ensaios e atos' }],
|
|
275
|
+
'type': 'list-item',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
'children': [{ 'text': 'Todo o repertório' }],
|
|
279
|
+
'type': 'list-item',
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
'type': 'list-item',
|
|
283
|
+
'children': [{ 'text': 'Confira as estatísticas' }],
|
|
284
|
+
},
|
|
285
|
+
],
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
'type': 'paragraph',
|
|
289
|
+
'children': [
|
|
290
|
+
{ 'text': 'Um canal ideal para ' },
|
|
291
|
+
{ 'text': 'interação ', 'bold': true },
|
|
292
|
+
{ 'text': 'e para ' },
|
|
293
|
+
{ 'text': 'melhorar a experiência ', 'bold': true },
|
|
294
|
+
{
|
|
295
|
+
'text': 'de fazer parte de um grupo musical!♻️',
|
|
296
|
+
},
|
|
297
|
+
],
|
|
298
|
+
},
|
|
299
|
+
],
|
|
300
|
+
},
|
|
301
|
+
[lang_1.LanguagesTypes.GL]: {
|
|
302
|
+
title: '🙂🌱 Benvido a {name}!',
|
|
303
|
+
message: [
|
|
304
|
+
{
|
|
305
|
+
'children': [
|
|
306
|
+
{ 'text': 'Estamos ' },
|
|
307
|
+
{ 'text': 'encantados ', 'bold': true },
|
|
308
|
+
{
|
|
309
|
+
'text': 'a benvida a Glissandoo, a aplicación para comunidades musicais.',
|
|
310
|
+
},
|
|
311
|
+
],
|
|
312
|
+
'type': 'paragraph',
|
|
313
|
+
},
|
|
314
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
315
|
+
{
|
|
316
|
+
'type': 'paragraph',
|
|
317
|
+
'children': [
|
|
318
|
+
{
|
|
319
|
+
'text': 'Que podes facer desde a aplicación?',
|
|
320
|
+
'bold': true,
|
|
321
|
+
},
|
|
322
|
+
],
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
'type': 'paragraph',
|
|
326
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
'type': 'bulleted-list',
|
|
330
|
+
'children': [
|
|
331
|
+
{
|
|
332
|
+
'children': [{ 'text': 'Recibe as últimas noticias ' }],
|
|
333
|
+
'type': 'list-item',
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
'children': [{ 'text': 'Calendario de ensaios e actos' }],
|
|
337
|
+
'type': 'list-item',
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
'children': [{ 'text': 'Todo o repertorio' }],
|
|
341
|
+
'type': 'list-item',
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
'type': 'list-item',
|
|
345
|
+
'children': [{ 'text': 'Consulta as estatísticas' }],
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
'type': 'paragraph',
|
|
351
|
+
'children': [
|
|
352
|
+
{ 'text': 'Unha canle ideal para a ' },
|
|
353
|
+
{ 'text': 'interacción ', 'bold': true },
|
|
354
|
+
{ 'text': 'e para ' },
|
|
355
|
+
{ 'text': 'mellorar a experiencia ', 'bold': true },
|
|
356
|
+
{
|
|
357
|
+
'text': 'de formar parte dun grupo musical!♻️',
|
|
358
|
+
},
|
|
359
|
+
],
|
|
360
|
+
},
|
|
361
|
+
],
|
|
362
|
+
},
|
|
363
|
+
[lang_1.LanguagesTypes.EU]: {
|
|
364
|
+
title: '🙂🌱 Ongi etorri {name}-ra!',
|
|
365
|
+
message: [
|
|
366
|
+
{
|
|
367
|
+
'children': [
|
|
368
|
+
{ 'text': 'Pozik gaude ' },
|
|
369
|
+
{ 'text': 'zurekin ', 'bold': true },
|
|
370
|
+
{
|
|
371
|
+
'text': 'Glissandoo-ra ongi etorria emateaz, musika komunitateentzako aplikazioa.',
|
|
372
|
+
},
|
|
373
|
+
],
|
|
374
|
+
'type': 'paragraph',
|
|
375
|
+
},
|
|
376
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
377
|
+
{
|
|
378
|
+
'type': 'paragraph',
|
|
379
|
+
'children': [
|
|
380
|
+
{
|
|
381
|
+
'text': 'Zer egin dezakezu aplikazioarekin?',
|
|
382
|
+
'bold': true,
|
|
383
|
+
},
|
|
384
|
+
],
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
'type': 'paragraph',
|
|
388
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
'type': 'bulleted-list',
|
|
392
|
+
'children': [
|
|
393
|
+
{
|
|
394
|
+
'children': [{ 'text': 'Azken berriak jaso' }],
|
|
395
|
+
'type': 'list-item',
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
'children': [{ 'text': 'Entsegu eta ekitaldi egutegia' }],
|
|
399
|
+
'type': 'list-item',
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
'children': [{ 'text': 'Errepertorio osoa' }],
|
|
403
|
+
'type': 'list-item',
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
'type': 'list-item',
|
|
407
|
+
'children': [{ 'text': 'Estatistikak kontsultatu' }],
|
|
408
|
+
},
|
|
409
|
+
],
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
'type': 'paragraph',
|
|
413
|
+
'children': [
|
|
414
|
+
{ 'text': 'Interakziorako ', 'bold': true },
|
|
415
|
+
{ 'text': 'eta ' },
|
|
416
|
+
{ 'text': 'musika talde batean parte hartzearen esperientzia ', 'bold': true },
|
|
417
|
+
{
|
|
418
|
+
'text': 'hobetzeko kanal ezin hobea!♻️',
|
|
419
|
+
},
|
|
420
|
+
],
|
|
421
|
+
},
|
|
422
|
+
],
|
|
423
|
+
},
|
|
424
|
+
[lang_1.LanguagesTypes.FR]: {
|
|
425
|
+
title: '🙂🌱 Bienvenue chez {name} !',
|
|
426
|
+
message: [
|
|
427
|
+
{
|
|
428
|
+
'children': [
|
|
429
|
+
{ 'text': 'Nous sommes ' },
|
|
430
|
+
{ 'text': 'ravis ', 'bold': true },
|
|
431
|
+
{
|
|
432
|
+
'text': 'de te souhaiter la bienvenue sur Glissandoo, l’application pour les communautés musicales.',
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
'type': 'paragraph',
|
|
436
|
+
},
|
|
437
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
438
|
+
{
|
|
439
|
+
'type': 'paragraph',
|
|
440
|
+
'children': [
|
|
441
|
+
{
|
|
442
|
+
'text': 'Que peux-tu faire avec l’App ?',
|
|
443
|
+
'bold': true,
|
|
444
|
+
},
|
|
445
|
+
],
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
'type': 'paragraph',
|
|
449
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
'type': 'bulleted-list',
|
|
453
|
+
'children': [
|
|
454
|
+
{
|
|
455
|
+
'children': [{ 'text': 'Recevoir les dernières nouvelles' }],
|
|
456
|
+
'type': 'list-item',
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
'children': [{ 'text': 'Calendrier des répétitions et événements' }],
|
|
460
|
+
'type': 'list-item',
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
'children': [{ 'text': 'Tout le répertoire' }],
|
|
464
|
+
'type': 'list-item',
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
'type': 'list-item',
|
|
468
|
+
'children': [{ 'text': 'Consulter les statistiques' }],
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
'type': 'paragraph',
|
|
474
|
+
'children': [
|
|
475
|
+
{ 'text': 'Un canal idéal pour ' },
|
|
476
|
+
{ 'text': 'l’interaction ', 'bold': true },
|
|
477
|
+
{ 'text': 'et pour ' },
|
|
478
|
+
{ 'text': 'améliorer l’expérience ', 'bold': true },
|
|
479
|
+
{
|
|
480
|
+
'text': 'de faire partie d’une formation musicale !♻️',
|
|
481
|
+
},
|
|
482
|
+
],
|
|
483
|
+
},
|
|
484
|
+
],
|
|
485
|
+
},
|
|
486
|
+
[lang_1.LanguagesTypes.IT]: {
|
|
487
|
+
title: '🙂🌱 Benvenut@ a {name}!',
|
|
488
|
+
message: [
|
|
489
|
+
{
|
|
490
|
+
'children': [
|
|
491
|
+
{ 'text': 'Siamo ' },
|
|
492
|
+
{ 'text': 'felici ', 'bold': true },
|
|
493
|
+
{
|
|
494
|
+
'text': 'di darti il benvenuto su Glissandoo, l’app per le comunità musicali.',
|
|
495
|
+
},
|
|
496
|
+
],
|
|
497
|
+
'type': 'paragraph',
|
|
498
|
+
},
|
|
499
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
500
|
+
{
|
|
501
|
+
'type': 'paragraph',
|
|
502
|
+
'children': [
|
|
503
|
+
{
|
|
504
|
+
'text': 'Cosa puoi fare con l’app?',
|
|
505
|
+
'bold': true,
|
|
506
|
+
},
|
|
507
|
+
],
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
'type': 'paragraph',
|
|
511
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
'type': 'bulleted-list',
|
|
515
|
+
'children': [
|
|
516
|
+
{
|
|
517
|
+
'children': [{ 'text': 'Ricevi le ultime novità' }],
|
|
518
|
+
'type': 'list-item',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
'children': [{ 'text': 'Calendario di prove ed eventi' }],
|
|
522
|
+
'type': 'list-item',
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
'children': [{ 'text': 'Tutto il repertorio' }],
|
|
526
|
+
'type': 'list-item',
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
'type': 'list-item',
|
|
530
|
+
'children': [{ 'text': 'Consulta le statistiche' }],
|
|
531
|
+
},
|
|
532
|
+
],
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
'type': 'paragraph',
|
|
536
|
+
'children': [
|
|
537
|
+
{ 'text': 'Un canale ideale per ' },
|
|
538
|
+
{ 'text': 'l’interazione ', 'bold': true },
|
|
539
|
+
{ 'text': 'e per ' },
|
|
540
|
+
{ 'text': 'migliorare l’esperienza ', 'bold': true },
|
|
541
|
+
{
|
|
542
|
+
'text': 'di far parte di un gruppo musicale!♻️',
|
|
543
|
+
},
|
|
544
|
+
],
|
|
545
|
+
},
|
|
546
|
+
],
|
|
547
|
+
},
|
|
548
|
+
[lang_1.LanguagesTypes.NL]: {
|
|
549
|
+
title: '🙂🌱 Welkom bij {name}!',
|
|
550
|
+
message: [
|
|
551
|
+
{
|
|
552
|
+
'children': [
|
|
553
|
+
{ 'text': 'We zijn ' },
|
|
554
|
+
{ 'text': 'blij ', 'bold': true },
|
|
555
|
+
{
|
|
556
|
+
'text': 'om je welkom te heten bij Glissandoo, de app voor muziekgemeenschappen.',
|
|
557
|
+
},
|
|
558
|
+
],
|
|
559
|
+
'type': 'paragraph',
|
|
560
|
+
},
|
|
561
|
+
{ 'children': [{ 'text': '' }], 'type': 'paragraph' },
|
|
562
|
+
{
|
|
563
|
+
'type': 'paragraph',
|
|
564
|
+
'children': [
|
|
565
|
+
{
|
|
566
|
+
'text': 'Wat kun je doen met de app?',
|
|
567
|
+
'bold': true,
|
|
568
|
+
},
|
|
569
|
+
],
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
'type': 'paragraph',
|
|
573
|
+
'children': [{ 'text': '', 'bold': true }],
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
'type': 'bulleted-list',
|
|
577
|
+
'children': [
|
|
578
|
+
{
|
|
579
|
+
'children': [{ 'text': 'Ontvang het laatste nieuws' }],
|
|
580
|
+
'type': 'list-item',
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
'children': [{ 'text': 'Repetitie- en evenementenagenda' }],
|
|
584
|
+
'type': 'list-item',
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
'children': [{ 'text': 'Het volledige repertoire' }],
|
|
588
|
+
'type': 'list-item',
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
'type': 'list-item',
|
|
592
|
+
'children': [{ 'text': 'Bekijk de statistieken' }],
|
|
593
|
+
},
|
|
594
|
+
],
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
'type': 'paragraph',
|
|
598
|
+
'children': [
|
|
599
|
+
{ 'text': 'Een ideaal kanaal voor ' },
|
|
600
|
+
{ 'text': 'interactie ', 'bold': true },
|
|
601
|
+
{ 'text': 'en om de ' },
|
|
602
|
+
{ 'text': 'ervaring te verbeteren ', 'bold': true },
|
|
603
|
+
{
|
|
604
|
+
'text': 'van deel uitmaken van een muziekvereniging!♻️',
|
|
605
|
+
},
|
|
606
|
+
],
|
|
607
|
+
},
|
|
608
|
+
],
|
|
609
|
+
},
|
|
610
|
+
};
|
|
611
|
+
exports.default = newGroup;
|