@selfcommunity/react-i18n 0.8.0-alpha.8 → 0.8.0-mui7.39
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/lib/cjs/index.d.ts +874 -2
- package/lib/cjs/locales/en.json +449 -14
- package/lib/cjs/locales/it.json +454 -17
- package/lib/esm/index.d.ts +874 -2
- package/lib/esm/locales/en.json +449 -14
- package/lib/esm/locales/it.json +454 -17
- package/lib/types/index.d.ts +874 -2
- package/lib/types/locales/en.json +449 -14
- package/lib/types/locales/it.json +454 -17
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +5 -5
package/lib/esm/index.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ declare const locales: {
|
|
|
7
7
|
"templates.groupFeed.tab.members.label": string;
|
|
8
8
|
"templates.groupFeed.tab.messages.label": string;
|
|
9
9
|
"templates.eventFeed.composer.label": string;
|
|
10
|
+
"templates.lesson.number": string;
|
|
11
|
+
"templates.lesson.button.completed": string;
|
|
12
|
+
"templates.lesson.button.complete": string;
|
|
13
|
+
"templates.lesson.save.success": string;
|
|
14
|
+
"templates.lesson.save.error": string;
|
|
15
|
+
"templates.lesson.previewMode": string;
|
|
10
16
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
11
17
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
12
18
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -42,6 +48,11 @@ declare const locales: {
|
|
|
42
48
|
"ui.acceptRequestUserEventButton.dialog.msg": string;
|
|
43
49
|
"ui.acceptRequestUserEventButton.dialog.title": string;
|
|
44
50
|
"ui.acceptRequestUserEventButton.snackbar.success": string;
|
|
51
|
+
"ui.acceptRequestUserGroupButton.accept": string;
|
|
52
|
+
"ui.acceptRequestUserGroupButton.dialog.confirm": string;
|
|
53
|
+
"ui.acceptRequestUserGroupButton.dialog.msg": string;
|
|
54
|
+
"ui.acceptRequestUserGroupButton.dialog.title": string;
|
|
55
|
+
"ui.acceptRequestUserGroupButton.snackbar.success": string;
|
|
45
56
|
"ui.accountRecover.email.error.exist": string;
|
|
46
57
|
"ui.accountRecover.email.error.invalid": string;
|
|
47
58
|
"ui.accountDataPortability.generatedInfo": string;
|
|
@@ -73,11 +84,18 @@ declare const locales: {
|
|
|
73
84
|
"ui.accountChangeMailValidation.error": string;
|
|
74
85
|
"ui.accountChangeMailValidation.success": string;
|
|
75
86
|
"ui.accountChangeMailValidation.verifying": string;
|
|
87
|
+
"ui.addUserButton.autocomplete.loading": string;
|
|
88
|
+
"ui.addUserButton.autocomplete.noResults": string;
|
|
89
|
+
"ui.addUserButton.dialog.confirm": string;
|
|
90
|
+
"ui.addUserButton.dialog.searchBar.placeholder": string;
|
|
91
|
+
"ui.addUserButton.dialog.title": string;
|
|
76
92
|
"ui.appBar.navigation.login": string;
|
|
77
93
|
"ui.appBar.navigation.register": string;
|
|
78
94
|
"ui.composerIconButton.composer.success": string;
|
|
95
|
+
"ui.composer.scheduled.success": string;
|
|
79
96
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
80
97
|
"ui.composerIconButton.list.content": string;
|
|
98
|
+
"ui.composerIconButton.list.course": string;
|
|
81
99
|
"ui.composerIconButton.list.event": string;
|
|
82
100
|
"ui.composerIconButton.list.group": string;
|
|
83
101
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -193,11 +211,13 @@ declare const locales: {
|
|
|
193
211
|
"ui.composer.layer.audience.all": string;
|
|
194
212
|
"ui.composer.layer.audience.all.message": string;
|
|
195
213
|
"ui.composer.layer.audience.tag": string;
|
|
214
|
+
"ui.composer.layer.audience.users": string;
|
|
196
215
|
"ui.composer.layer.audience.event": string;
|
|
197
216
|
"ui.composer.layer.audience.event.message": string;
|
|
198
217
|
"ui.composer.layer.audience.group": string;
|
|
199
218
|
"ui.composer.layer.audience.group.message": string;
|
|
200
219
|
"ui.composer.layer.audience.tag.message": string;
|
|
220
|
+
"ui.composer.layer.audience.users.message": string;
|
|
201
221
|
"ui.composer.layer.audience.tags.empty": string;
|
|
202
222
|
"ui.composer.layer.audience.tags.label": string;
|
|
203
223
|
"ui.composer.layer.audience.title": string;
|
|
@@ -208,9 +228,12 @@ declare const locales: {
|
|
|
208
228
|
"ui.composer.layer.close.yes": string;
|
|
209
229
|
"ui.composer.layer.location.title": string;
|
|
210
230
|
"ui.composer.layer.save": string;
|
|
231
|
+
"ui.composer.layer.scheduled.title": string;
|
|
232
|
+
"ui.composer.layer.scheduled.submit": string;
|
|
211
233
|
"ui.composer.media.file.photo": string;
|
|
212
234
|
"ui.composer.media.file.gallery": string;
|
|
213
235
|
"ui.composer.media.file.document": string;
|
|
236
|
+
"ui.composer.media.file.error": string;
|
|
214
237
|
"ui.composer.media.link.add.error.urlError.invalid": string;
|
|
215
238
|
"ui.composer.media.link.add.error.validationError": string;
|
|
216
239
|
"ui.composer.media.link.add.help": string;
|
|
@@ -218,7 +241,13 @@ declare const locales: {
|
|
|
218
241
|
"ui.composer.media.link.add.submit": string;
|
|
219
242
|
"ui.composer.media.link.layer.title": string;
|
|
220
243
|
"ui.composer.submit": string;
|
|
244
|
+
"ui.composer.submit.now": string;
|
|
245
|
+
"ui.composer.submit.scheduled": string;
|
|
246
|
+
"ui.composer.layer.scheduled.message": string;
|
|
221
247
|
"ui.composer.title.error.maxlength": string;
|
|
248
|
+
"ui.composer.categories.error.missing": string;
|
|
249
|
+
"ui.composer.addressing.error.missing": string;
|
|
250
|
+
"ui.composer.addressingRecipients.error.missing": string;
|
|
222
251
|
"ui.composer.typeSwitch.post": string;
|
|
223
252
|
"ui.composer.typeSwitch.discussion": string;
|
|
224
253
|
"ui.composer.typeSwitch.poll": string;
|
|
@@ -260,6 +289,7 @@ declare const locales: {
|
|
|
260
289
|
"ui.contributionActionMenu.moderatedMotivation": string;
|
|
261
290
|
"ui.contributionActionMenu.offtopic": string;
|
|
262
291
|
"ui.contributionActionMenu.permanentLink": string;
|
|
292
|
+
"ui.contributionActionMenu.downloadCSV": string;
|
|
263
293
|
"ui.contributionActionMenu.poorContent": string;
|
|
264
294
|
"ui.contributionActionMenu.restoreContribution": string;
|
|
265
295
|
"ui.contributionActionMenu.restoreFromDeleted": string;
|
|
@@ -269,10 +299,120 @@ declare const locales: {
|
|
|
269
299
|
"ui.contributionActionMenu.suspendNotificationEvent": string;
|
|
270
300
|
"ui.contributionActionMenu.title": string;
|
|
271
301
|
"ui.contributionActionMenu.vulgar": string;
|
|
302
|
+
"ui.contributionActionMenu.publishContribution": string;
|
|
303
|
+
"ui.contributionActionMenu.publishContributionInfo": string;
|
|
272
304
|
"ui.createEvent.title": string;
|
|
273
305
|
"ui.createEvent.description": string;
|
|
306
|
+
"ui.course.accordionLessons.date": string;
|
|
307
|
+
"ui.course.accordionLessons.empty": string;
|
|
308
|
+
"ui.course.completedDialog.btn.label": string;
|
|
309
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
310
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
311
|
+
"ui.course.completedDialog.title": string;
|
|
312
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
313
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
314
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
315
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
316
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
317
|
+
"ui.course.dashboard.student.button.request": string;
|
|
318
|
+
"ui.course.dashboard.student.button.review": string;
|
|
319
|
+
"ui.course.dashboard.student.button.start": string;
|
|
320
|
+
"ui.course.dashboard.student.completed": string;
|
|
321
|
+
"ui.course.dashboard.student.contents": string;
|
|
322
|
+
"ui.course.dashboard.student.description": string;
|
|
323
|
+
"ui.course.dashboard.student.progress": string;
|
|
324
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
325
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
326
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
327
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
328
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
329
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
330
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
331
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
332
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
333
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
334
|
+
"ui.course.dashboard.teacher.tab.comments.empty": string;
|
|
335
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
336
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
337
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
338
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
339
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
340
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
341
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
342
|
+
"ui.course.label": string;
|
|
343
|
+
"ui.course.paid": string;
|
|
344
|
+
"ui.course.status.new": string;
|
|
345
|
+
"ui.course.status.published": string;
|
|
346
|
+
"ui.course.status.completed": string;
|
|
347
|
+
"ui.course.status.draft": string;
|
|
348
|
+
"ui.course.status.joined": string;
|
|
349
|
+
"ui.course.table.lessons.title": string;
|
|
350
|
+
"ui.course.table.sections.title": string;
|
|
351
|
+
"ui.course.type": string;
|
|
352
|
+
"ui.course.type.self-paced": string;
|
|
353
|
+
"ui.course.type.scheduled": string;
|
|
354
|
+
"ui.course.type.structured": string;
|
|
355
|
+
"ui.course.userProfileSnippet.students": string;
|
|
356
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
357
|
+
"ui.courseUsersTable.btn.label": string;
|
|
358
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
359
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
360
|
+
"ui.courseUsersTable.dialog.info.text1: ": string;
|
|
361
|
+
"ui.courseUsersTable.dialog.info.text2: ": string;
|
|
362
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
363
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
364
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
365
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
366
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
367
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
368
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
369
|
+
"ui.editCourse.tab.customize": string;
|
|
370
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
371
|
+
"ui.editCourse.tab.lessons": string;
|
|
372
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
373
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
374
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
375
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
376
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
377
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
378
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
379
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
380
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
381
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
382
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
383
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
384
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
385
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
386
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
387
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
388
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
389
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
390
|
+
"ui.editCourse.tab.options": string;
|
|
391
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
392
|
+
"ui.editCourse.tab.options.description": string;
|
|
393
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
394
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
395
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
396
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
397
|
+
"ui.editCourse.tab.requests": string;
|
|
398
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
399
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
400
|
+
"ui.editCourse.tab.requests.title": string;
|
|
401
|
+
"ui.editCourse.tab.users": string;
|
|
402
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
403
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
404
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
405
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
406
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
407
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
408
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
409
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
410
|
+
"ui.editCourse.tab.requests.table.snackbar.removed": string;
|
|
411
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
412
|
+
"ui.editCourse.tab.users.title": string;
|
|
274
413
|
"ui.event.see": string;
|
|
275
414
|
"ui.event.inProgress": string;
|
|
415
|
+
"ui.event.finished": string;
|
|
276
416
|
"ui.eventHeader.visibility.private": string;
|
|
277
417
|
"ui.eventHeader.visibility.public": string;
|
|
278
418
|
"ui.eventHeader.location.live": string;
|
|
@@ -283,6 +423,9 @@ declare const locales: {
|
|
|
283
423
|
"ui.eventHeader.user.manager": string;
|
|
284
424
|
"ui.eventHeader.inProgress": string;
|
|
285
425
|
"ui.eventHeader.finished": string;
|
|
426
|
+
"ui.eventHeader.paid": string;
|
|
427
|
+
"ui.events.myEvents.title": string;
|
|
428
|
+
"ui.events.allEvents.title": string;
|
|
286
429
|
"ui.events.filterByName": string;
|
|
287
430
|
"ui.events.filterByDate": string;
|
|
288
431
|
"ui.events.select.any": string;
|
|
@@ -297,6 +440,7 @@ declare const locales: {
|
|
|
297
440
|
"ui.events.filterByFollowedInterest": string;
|
|
298
441
|
"ui.events.filterByCreatedByMe": string;
|
|
299
442
|
"ui.events.filterByPastEvents": string;
|
|
443
|
+
"ui.events.filterByOngoingEvents": string;
|
|
300
444
|
"ui.events.button.seeMore": string;
|
|
301
445
|
"ui.events.noEvents.title.personal": string;
|
|
302
446
|
"ui.events.noEvents.title": string;
|
|
@@ -401,6 +545,77 @@ declare const locales: {
|
|
|
401
545
|
"ui.eventSubscribeButton.notGoing": string;
|
|
402
546
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
403
547
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
548
|
+
"ui.course.privacy.private": string;
|
|
549
|
+
"ui.course.privacy.open": string;
|
|
550
|
+
"ui.course.privacy.secret": string;
|
|
551
|
+
"ui.course.privacy.draft": string;
|
|
552
|
+
"ui.course.enroll": string;
|
|
553
|
+
"ui.course.completed": string;
|
|
554
|
+
"ui.course.completion.percentage": string;
|
|
555
|
+
"ui.course.see": string;
|
|
556
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
557
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
558
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
559
|
+
"ui.courseForm.edit.title.general": string;
|
|
560
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
561
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
562
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
563
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
564
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
565
|
+
"ui.courseForm.edit.publication.title": string;
|
|
566
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
567
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
568
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
569
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
570
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
571
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
572
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
573
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
574
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
575
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
576
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
577
|
+
"ui.courseForm.edit.action.save": string;
|
|
578
|
+
"ui.courseForm.button.next": string;
|
|
579
|
+
"ui.courseForm.button.create": string;
|
|
580
|
+
"ui.courseForm.title.general": string;
|
|
581
|
+
"ui.courseForm.title.customization": string;
|
|
582
|
+
"ui.courseForm.title.edit": string;
|
|
583
|
+
"ui.courseForm.self-paced.title": string;
|
|
584
|
+
"ui.courseForm.self-paced.info": string;
|
|
585
|
+
"ui.courseForm.scheduled.title": string;
|
|
586
|
+
"ui.courseForm.scheduled.info": string;
|
|
587
|
+
"ui.courseForm.structured.title": string;
|
|
588
|
+
"ui.courseForm.structured.info": string;
|
|
589
|
+
"ui.courseForm.name.placeholder": string;
|
|
590
|
+
"ui.courseForm.description.placeholder": string;
|
|
591
|
+
"ui.courseForm.required": string;
|
|
592
|
+
"ui.courseForm.date.placeholder": string;
|
|
593
|
+
"ui.courseForm.date.title": string;
|
|
594
|
+
"ui.courseForm.time.placeholder": string;
|
|
595
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
596
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
597
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
598
|
+
"ui.courseForm.category.placeholder": string;
|
|
599
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
600
|
+
"ui.courseForm.name.error.unique": string;
|
|
601
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
602
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
603
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
604
|
+
"ui.courseJoinButton.join": string;
|
|
605
|
+
"ui.courseJoinButton.leave": string;
|
|
606
|
+
"ui.courseJoinButton.accept": string;
|
|
607
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
608
|
+
"ui.courses.empty.title": string;
|
|
609
|
+
"ui.courses.empty.info": string;
|
|
610
|
+
"ui.courses.noMore": string;
|
|
611
|
+
"ui.courses.filterByManagedByMe": string;
|
|
612
|
+
"ui.courses.filterByName": string;
|
|
613
|
+
"ui.courses.filterByMine": string;
|
|
614
|
+
"ui.courses.endMessage": string;
|
|
615
|
+
"ui.courseParticipantsButton.participants": string;
|
|
616
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
617
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
618
|
+
"ui.createCourseButton": string;
|
|
404
619
|
"ui.createGroupButton": string;
|
|
405
620
|
"ui.createEventButton": string;
|
|
406
621
|
"ui.editEventButton": string;
|
|
@@ -472,6 +687,7 @@ declare const locales: {
|
|
|
472
687
|
"ui.feedObject.unfollow": string;
|
|
473
688
|
"ui.feedObject.visibleToAll": string;
|
|
474
689
|
"ui.feedObject.visibleToGroup": string;
|
|
690
|
+
"ui.feedObject.visibleToRecipients": string;
|
|
475
691
|
"ui.feedObject.notificationsEnabled": string;
|
|
476
692
|
"ui.feedObject.notificationsDisabled": string;
|
|
477
693
|
"ui.feedObject.flagSent": string;
|
|
@@ -506,6 +722,7 @@ declare const locales: {
|
|
|
506
722
|
"ui.groupHeader.visibility.public": string;
|
|
507
723
|
"ui.groupHeader.visibility.visible": string;
|
|
508
724
|
"ui.groupHeader.visibility.hidden": string;
|
|
725
|
+
"ui.groupHeader.paid": string;
|
|
509
726
|
"ui.groupInvitedWidget.title": string;
|
|
510
727
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
511
728
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -520,11 +737,12 @@ declare const locales: {
|
|
|
520
737
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
521
738
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
522
739
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
740
|
+
"ui.groupRequestsWidget.noRequests": string;
|
|
523
741
|
"ui.groups.noGroups.title": string;
|
|
524
742
|
"ui.groups.noGroups.title.onlyStaff": string;
|
|
525
743
|
"ui.groups.noGroups.subtitle.onlyStaff": string;
|
|
526
744
|
"ui.groups.noGroups.subtitle": string;
|
|
527
|
-
"ui.groups.
|
|
745
|
+
"ui.groups.noResults": string;
|
|
528
746
|
"ui.groups.filterByName": string;
|
|
529
747
|
"ui.groups.endMessage": string;
|
|
530
748
|
"ui.groupSubscribeButton.enter": string;
|
|
@@ -591,8 +809,38 @@ declare const locales: {
|
|
|
591
809
|
"ui.infoEventWidget.title": string;
|
|
592
810
|
"ui.inlineComposerWidget.label": string;
|
|
593
811
|
"ui.inlineComposerWidget.success": string;
|
|
812
|
+
"ui.lessonAppbar.button.save": string;
|
|
813
|
+
"ui.lessonDrawer.comments": string;
|
|
814
|
+
"ui.lessonDrawer.lessons": string;
|
|
815
|
+
"ui.lessonDrawer.settings": string;
|
|
816
|
+
"ui.lessonEditForm.button.save": string;
|
|
817
|
+
"ui.lessonEditForm.status.title": string;
|
|
818
|
+
"ui.lessonEditForm.status.draft": string;
|
|
819
|
+
"ui.lessonEditForm.status.published": string;
|
|
820
|
+
"ui.lessonEditForm.settings.title": string;
|
|
821
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
594
822
|
"ui.inviteUserEventButton.invite": string;
|
|
595
823
|
"ui.inviteUserEventButton.remove": string;
|
|
824
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
825
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
826
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
827
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
828
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
829
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
830
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
831
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
832
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
833
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
834
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
835
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
836
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
837
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
838
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
839
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
840
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
841
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
842
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
843
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
596
844
|
"ui.locationAutocomplete.empty": string;
|
|
597
845
|
"ui.locationAutocomplete.label": string;
|
|
598
846
|
"ui.locationAutocomplete.title": string;
|
|
@@ -614,6 +862,7 @@ declare const locales: {
|
|
|
614
862
|
"ui.navigationSettingsIconButton.communityTour": string;
|
|
615
863
|
"ui.navigationSettingsIconButton.connections": string;
|
|
616
864
|
"ui.navigationSettingsIconButton.discussionsFollowed": string;
|
|
865
|
+
"ui.navigationSettingsIconButton.discussionsScheduled": string;
|
|
617
866
|
"ui.navigationSettingsIconButton.followers": string;
|
|
618
867
|
"ui.navigationSettingsIconButton.followings": string;
|
|
619
868
|
"ui.navigationSettingsIconButton.interests": string;
|
|
@@ -623,10 +872,13 @@ declare const locales: {
|
|
|
623
872
|
"ui.navigationSettingsIconButton.onboarding": string;
|
|
624
873
|
"ui.navigationSettingsIconButton.platform": string;
|
|
625
874
|
"ui.navigationSettingsIconButton.posts": string;
|
|
875
|
+
"ui.navigationSettingsIconButton.postsScheduled": string;
|
|
626
876
|
"ui.navigationSettingsIconButton.postsFollowed": string;
|
|
627
877
|
"ui.navigationSettingsIconButton.privateMessages": string;
|
|
628
878
|
"ui.navigationSettingsIconButton.profile": string;
|
|
629
879
|
"ui.navigationSettingsIconButton.settings": string;
|
|
880
|
+
"ui.navigationSettingsIconButton.historyOrders": string;
|
|
881
|
+
"ui.navigationSettingsIconButton.myPaymentMethods": string;
|
|
630
882
|
"ui.notification.collapsedFor.collapsedForAdvertising": string;
|
|
631
883
|
"ui.notification.collapsedFor.collapsedForAdvertisingSnippet": string;
|
|
632
884
|
"ui.notification.collapsedFor.collapsedForAggressive": string;
|
|
@@ -683,11 +935,20 @@ declare const locales: {
|
|
|
683
935
|
"ui.notification.user_requested_to_join_event": string;
|
|
684
936
|
"ui.notification.user_accepted_to_join_event": string;
|
|
685
937
|
"ui.notification.user_added_to_event": string;
|
|
938
|
+
"ui.notification.course.button.see": string;
|
|
939
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
940
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
941
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
942
|
+
"ui.notification.course.user_added_to_course": string;
|
|
943
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
944
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
686
945
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
687
946
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
688
947
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
689
948
|
"ui.notification.event.user_added_to_event": string;
|
|
690
949
|
"ui.notification.event.button.see": string;
|
|
950
|
+
"ui.notification.event.button.accept": string;
|
|
951
|
+
"ui.notification.event.button.accepted": string;
|
|
691
952
|
"ui.notification.event.privacy.public": string;
|
|
692
953
|
"ui.notification.event.privacy.private": string;
|
|
693
954
|
"ui.notification.event.address.live.label": string;
|
|
@@ -843,6 +1104,8 @@ declare const locales: {
|
|
|
843
1104
|
"ui.shared.eventActionsMenu.dialog.msg": string;
|
|
844
1105
|
"ui.shared.copyTextField.textToCopy": string;
|
|
845
1106
|
"ui.shared.copyTextField.textCopied": string;
|
|
1107
|
+
"ui.shared.hiddenPurchasableContent.title": string;
|
|
1108
|
+
"ui.shared.hiddenPurchasableContent.content": string;
|
|
846
1109
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
847
1110
|
"ui.snippetNotifications.noNotifications": string;
|
|
848
1111
|
"ui.suggestedEventsWidget.title": string;
|
|
@@ -856,6 +1119,10 @@ declare const locales: {
|
|
|
856
1119
|
"ui.userActionIconButton.show": string;
|
|
857
1120
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
858
1121
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1122
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1123
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1124
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1125
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
859
1126
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
860
1127
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
861
1128
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1087,6 +1354,174 @@ declare const locales: {
|
|
|
1087
1354
|
"ui.upScalingTierBadge.goFeature": string;
|
|
1088
1355
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
1089
1356
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
1357
|
+
"ui.buyButton.buy": string;
|
|
1358
|
+
"ui.buyButton.buyEvent": string;
|
|
1359
|
+
"ui.buyButton.buyGroup": string;
|
|
1360
|
+
"ui.buyButton.buyCategory": string;
|
|
1361
|
+
"ui.buyButton.buyCourse": string;
|
|
1362
|
+
"ui.buyButton.purchased": string;
|
|
1363
|
+
"ui.buyButton.subscribed": string;
|
|
1364
|
+
"ui.buyButton.disabled": string;
|
|
1365
|
+
"ui.buyButton.free": string;
|
|
1366
|
+
"ui.paywalls.priceNotIncluded": string;
|
|
1367
|
+
"ui.paywalls.contentPurchasedAt": string;
|
|
1368
|
+
"ui.paywallsDialog.title": string;
|
|
1369
|
+
"ui.paywallsDialog.title.purchased": string;
|
|
1370
|
+
"ui.paymentProduct.action.buy": string;
|
|
1371
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
1372
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
1373
|
+
"ui.paymentProduct.action.purchased": string;
|
|
1374
|
+
"ui.paymentProduct.action.purchasedAt": string;
|
|
1375
|
+
"ui.paymentProduct.price.day": string;
|
|
1376
|
+
"ui.paymentProduct.price.week": string;
|
|
1377
|
+
"ui.paymentProduct.price.month": string;
|
|
1378
|
+
"ui.paymentProduct.price.year": string;
|
|
1379
|
+
"ui.checkout.contentDesc.title": string;
|
|
1380
|
+
"ui.checkout.contentDesc.subTitle": string;
|
|
1381
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
1382
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
1383
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
1384
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
1385
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
1386
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
1387
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
1388
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
1389
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
1390
|
+
"ui.checkout.paymentOrder": string;
|
|
1391
|
+
"ui.checkoutReturnDialog.title": string;
|
|
1392
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
1393
|
+
"ui.checkoutReturnDialog.buy": string;
|
|
1394
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
1395
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
1396
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
1397
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
1398
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
1399
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
1400
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
1401
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
1402
|
+
"ui.checkoutReturnDialog.event.button": string;
|
|
1403
|
+
"ui.checkoutReturnDialog.category.button": string;
|
|
1404
|
+
"ui.checkoutReturnDialog.community.button": string;
|
|
1405
|
+
"ui.checkoutReturnDialog.group.button": string;
|
|
1406
|
+
"ui.checkoutReturnDialog.course.button": string;
|
|
1407
|
+
"ui.paymentDetailDialog.title": string;
|
|
1408
|
+
"ui.paymentDetailDialog.content": string;
|
|
1409
|
+
"ui.paymentOrders.number": string;
|
|
1410
|
+
"ui.paymentOrders.contentType": string;
|
|
1411
|
+
"ui.paymentOrders.content": string;
|
|
1412
|
+
"ui.paymentOrders.price": string;
|
|
1413
|
+
"ui.paymentOrders.createdAt": string;
|
|
1414
|
+
"ui.paymentOrders.expired_at": string;
|
|
1415
|
+
"ui.paymentOrders.status": string;
|
|
1416
|
+
"ui.paymentOrders.status.paid": string;
|
|
1417
|
+
"ui.paymentOrders.actions": string;
|
|
1418
|
+
"ui.paymentOrders.actions.pay": string;
|
|
1419
|
+
"ui.paymentOrders.noOrders": string;
|
|
1420
|
+
"ui.paymentOrders.search": string;
|
|
1421
|
+
"ui.paymentOrders.contentTypeFilter": string;
|
|
1422
|
+
"ui.paymentOrders.contentType.course": string;
|
|
1423
|
+
"ui.paymentOrders.contentType.community": string;
|
|
1424
|
+
"ui.paymentOrders.contentType.event": string;
|
|
1425
|
+
"ui.paymentOrders.contentType.group": string;
|
|
1426
|
+
"ui.paymentOrders.contentType.all": string;
|
|
1427
|
+
"ui.paymentOrders.dateFrom": string;
|
|
1428
|
+
"ui.paymentOrders.dateTo": string;
|
|
1429
|
+
"ui.paymentOrders.picker.cancel": string;
|
|
1430
|
+
"ui.paymentOrders.picker.clear": string;
|
|
1431
|
+
"ui.paymentOrders.picker.date": string;
|
|
1432
|
+
"ui.createPaymentProductForm.title": string;
|
|
1433
|
+
"ui.createPaymentProductForm.name": string;
|
|
1434
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
1435
|
+
"ui.createPaymentProductForm.description": string;
|
|
1436
|
+
"ui.createPaymentProductForm.price": string;
|
|
1437
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
1438
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
1439
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
1440
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
1441
|
+
"ui.createPaymentProductForm.error": string;
|
|
1442
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
1443
|
+
"ui.paywallsConfigurator.free": string;
|
|
1444
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
1445
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
1446
|
+
"ui.paywallsConfigurator.paid": string;
|
|
1447
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
1448
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
1449
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
1450
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
1451
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
1452
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
1453
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
1454
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
1455
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
1456
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
1457
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
1458
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
1459
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
1460
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
1461
|
+
"ui.paywallsConfigurator.openPriceslist": string;
|
|
1462
|
+
"ui.userAutocomplete.label": string;
|
|
1463
|
+
"ui.userAutocomplete.empty": string;
|
|
1464
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
1465
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
1466
|
+
"ui.userBillingInfo.infoLabel": string;
|
|
1467
|
+
"ui.userBillingInfo.name": string;
|
|
1468
|
+
"ui.userBillingInfo.phone": string;
|
|
1469
|
+
"ui.userBillingInfo.company": string;
|
|
1470
|
+
"ui.userBillingInfo.address1": string;
|
|
1471
|
+
"ui.userBillingInfo.address2": string;
|
|
1472
|
+
"ui.userBillingInfo.postalCode": string;
|
|
1473
|
+
"ui.userBillingInfo.city": string;
|
|
1474
|
+
"ui.userBillingInfo.state": string;
|
|
1475
|
+
"ui.userBillingInfo.country": string;
|
|
1476
|
+
"ui.userBillingInfo.taxCode": string;
|
|
1477
|
+
"ui.userBillingInfo.accountBusiness": string;
|
|
1478
|
+
"ui.userBillingInfo.taxId": string;
|
|
1479
|
+
"ui.userBillingInfo.taxCheckPending": string;
|
|
1480
|
+
"ui.userBillingInfo.taxCheckWarning": string;
|
|
1481
|
+
"ui.userBillingInfo.sdi": string;
|
|
1482
|
+
"ui.userBillingInfo.pec": string;
|
|
1483
|
+
"ui.userBillingInfo.field.optional": string;
|
|
1484
|
+
"ui.userBillingInfo.requiredFormat": string;
|
|
1485
|
+
"ui.userBillingInfo.error": string;
|
|
1486
|
+
"ui.userBillingInfo.errors": string;
|
|
1487
|
+
"ui.userBillingInfo.vatError": string;
|
|
1488
|
+
"ui.userBillingInfo.sdiPecError": string;
|
|
1489
|
+
"ui.userBillingInfo.pecError": string;
|
|
1490
|
+
"ui.userBillingInfo.save": string;
|
|
1491
|
+
"ui.userBillingInfo.back": string;
|
|
1492
|
+
"ui.userBillingInfo.noInfo": string;
|
|
1493
|
+
"ui.userPaymentMethods.btnAdd": string;
|
|
1494
|
+
"ui.userPaymentMethods.typeMethod": string;
|
|
1495
|
+
"ui.userPaymentMethods.brand": string;
|
|
1496
|
+
"ui.userPaymentMethods.expiration": string;
|
|
1497
|
+
"ui.userPaymentMethods.billingDetails": string;
|
|
1498
|
+
"ui.userPaymentMethods.default": string;
|
|
1499
|
+
"ui.userPaymentMethods.actions": string;
|
|
1500
|
+
"ui.userPaymentMethods.btnRemove": string;
|
|
1501
|
+
"ui.userPaymentMethods.noPaymentMethods": string;
|
|
1502
|
+
"ui.userPaymentMethods.error.unableToRemoveMethod": string;
|
|
1503
|
+
"ui.userPaymentMethods.error.unableToUpdateMethod": string;
|
|
1504
|
+
"ui.userPaymentMethods.error.unableToManageMethod": string;
|
|
1505
|
+
"ui.userPaymentMethods.error.unableToRemoveMethodSubscription": string;
|
|
1506
|
+
"ui.userPaymentMethods.error.unableToSetMethodAsDefault": string;
|
|
1507
|
+
"ui.userPaymentMethods.methodRemoved": string;
|
|
1508
|
+
"ui.userPaymentMethods.methodUpdated": string;
|
|
1509
|
+
"ui.userPaymentMethods.methodDefaultConfigured": string;
|
|
1510
|
+
"ui.userPaymentMethods.methodDefaultRemoved": string;
|
|
1511
|
+
"ui.userPaymentMethods.dialog.confirmDeleteTitle": string;
|
|
1512
|
+
"ui.userPaymentMethods.dialog.confirmDeleteDescription": string;
|
|
1513
|
+
"ui.userChangeAddressDialog.title": string;
|
|
1514
|
+
"ui.userAddPaymentMethodDialog.title": string;
|
|
1515
|
+
"ui.userAddPaymentMethodForm.useDefaultMethod": string;
|
|
1516
|
+
"ui.userAddPaymentMethodForm.addButton": string;
|
|
1517
|
+
"ui.userAddPaymentMethodForm.cancelButton": string;
|
|
1518
|
+
"ui.paymentOrder.buy": string;
|
|
1519
|
+
"ui.paymentOrder.date": string;
|
|
1520
|
+
"ui.paymentOrder.price": string;
|
|
1521
|
+
"ui.paymentOrder.status": string;
|
|
1522
|
+
"ui.paymentOrder.status.paid": string;
|
|
1523
|
+
"ui.paymentOrder.ticket.view": string;
|
|
1524
|
+
"ui.paymentOrderPdfButton.disabled": string;
|
|
1090
1525
|
};
|
|
1091
1526
|
it: {
|
|
1092
1527
|
"templates.feedObjectDetail.contributionNotFound": string;
|
|
@@ -1096,6 +1531,12 @@ declare const locales: {
|
|
|
1096
1531
|
"templates.groupFeed.tab.members.label": string;
|
|
1097
1532
|
"templates.groupFeed.tab.messages.label": string;
|
|
1098
1533
|
"templates.eventFeed.composer.label": string;
|
|
1534
|
+
"templates.lesson.number": string;
|
|
1535
|
+
"templates.lesson.button.completed": string;
|
|
1536
|
+
"templates.lesson.button.complete": string;
|
|
1537
|
+
"templates.lesson.save.success": string;
|
|
1538
|
+
"templates.lesson.save.error": string;
|
|
1539
|
+
"templates.lesson.previewMode": string;
|
|
1099
1540
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
1100
1541
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
1101
1542
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1131,6 +1572,11 @@ declare const locales: {
|
|
|
1131
1572
|
"ui.acceptRequestUserEventButton.dialog.msg": string;
|
|
1132
1573
|
"ui.acceptRequestUserEventButton.dialog.title": string;
|
|
1133
1574
|
"ui.acceptRequestUserEventButton.snackbar.success": string;
|
|
1575
|
+
"ui.acceptRequestUserGroupButton.accept": string;
|
|
1576
|
+
"ui.acceptRequestUserGroupButton.dialog.confirm": string;
|
|
1577
|
+
"ui.acceptRequestUserGroupButton.dialog.msg": string;
|
|
1578
|
+
"ui.acceptRequestUserGroupButton.dialog.title": string;
|
|
1579
|
+
"ui.acceptRequestUserGroupButton.snackbar.success": string;
|
|
1134
1580
|
"ui.accountRecover.email.error.exist": string;
|
|
1135
1581
|
"ui.accountRecover.email.error.invalid": string;
|
|
1136
1582
|
"ui.accountDataPortability.generatedInfo": string;
|
|
@@ -1162,11 +1608,18 @@ declare const locales: {
|
|
|
1162
1608
|
"ui.accountChangeMailValidation.error": string;
|
|
1163
1609
|
"ui.accountChangeMailValidation.success": string;
|
|
1164
1610
|
"ui.accountChangeMailValidation.verifying": string;
|
|
1611
|
+
"ui.addUserButton.autocomplete.loading": string;
|
|
1612
|
+
"ui.addUserButton.autocomplete.noResults": string;
|
|
1613
|
+
"ui.addUserButton.dialog.confirm": string;
|
|
1614
|
+
"ui.addUserButton.dialog.searchBar.placeholder": string;
|
|
1615
|
+
"ui.addUserButton.dialog.title": string;
|
|
1165
1616
|
"ui.appBar.navigation.login": string;
|
|
1166
1617
|
"ui.appBar.navigation.register": string;
|
|
1167
1618
|
"ui.composerIconButton.composer.success": string;
|
|
1619
|
+
"ui.composer.scheduled.success": string;
|
|
1168
1620
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1169
1621
|
"ui.composerIconButton.list.content": string;
|
|
1622
|
+
"ui.composerIconButton.list.course": string;
|
|
1170
1623
|
"ui.composerIconButton.list.event": string;
|
|
1171
1624
|
"ui.composerIconButton.list.group": string;
|
|
1172
1625
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -1282,11 +1735,13 @@ declare const locales: {
|
|
|
1282
1735
|
"ui.composer.layer.audience.all": string;
|
|
1283
1736
|
"ui.composer.layer.audience.all.message": string;
|
|
1284
1737
|
"ui.composer.layer.audience.tag": string;
|
|
1738
|
+
"ui.composer.layer.audience.users": string;
|
|
1285
1739
|
"ui.composer.layer.audience.event": string;
|
|
1286
1740
|
"ui.composer.layer.audience.event.message": string;
|
|
1287
1741
|
"ui.composer.layer.audience.group": string;
|
|
1288
1742
|
"ui.composer.layer.audience.group.message": string;
|
|
1289
1743
|
"ui.composer.layer.audience.tag.message": string;
|
|
1744
|
+
"ui.composer.layer.audience.users.message": string;
|
|
1290
1745
|
"ui.composer.layer.audience.tags.empty": string;
|
|
1291
1746
|
"ui.composer.layer.audience.tags.label": string;
|
|
1292
1747
|
"ui.composer.layer.audience.title": string;
|
|
@@ -1297,9 +1752,13 @@ declare const locales: {
|
|
|
1297
1752
|
"ui.composer.layer.close.yes": string;
|
|
1298
1753
|
"ui.composer.layer.location.title": string;
|
|
1299
1754
|
"ui.composer.layer.save": string;
|
|
1755
|
+
"ui.composer.layer.scheduled.title": string;
|
|
1756
|
+
"ui.composer.layer.scheduled.message": string;
|
|
1757
|
+
"ui.composer.layer.scheduled.submit": string;
|
|
1300
1758
|
"ui.composer.media.file.photo": string;
|
|
1301
1759
|
"ui.composer.media.file.gallery": string;
|
|
1302
1760
|
"ui.composer.media.file.document": string;
|
|
1761
|
+
"ui.composer.media.file.error": string;
|
|
1303
1762
|
"ui.composer.media.link.add.error.urlError.invalid": string;
|
|
1304
1763
|
"ui.composer.media.link.add.error.validationError": string;
|
|
1305
1764
|
"ui.composer.media.link.add.help": string;
|
|
@@ -1307,7 +1766,12 @@ declare const locales: {
|
|
|
1307
1766
|
"ui.composer.media.link.add.submit": string;
|
|
1308
1767
|
"ui.composer.media.link.layer.title": string;
|
|
1309
1768
|
"ui.composer.submit": string;
|
|
1769
|
+
"ui.composer.submit.now": string;
|
|
1770
|
+
"ui.composer.submit.scheduled": string;
|
|
1310
1771
|
"ui.composer.title.error.maxlength": string;
|
|
1772
|
+
"ui.composer.categories.error.missing": string;
|
|
1773
|
+
"ui.composer.addressing.error.missing": string;
|
|
1774
|
+
"ui.composer.addressingRecipients.error.missing": string;
|
|
1311
1775
|
"ui.composer.typeSwitch.post": string;
|
|
1312
1776
|
"ui.composer.typeSwitch.discussion": string;
|
|
1313
1777
|
"ui.composer.typeSwitch.poll": string;
|
|
@@ -1349,6 +1813,7 @@ declare const locales: {
|
|
|
1349
1813
|
"ui.contributionActionMenu.moderatedMotivation": string;
|
|
1350
1814
|
"ui.contributionActionMenu.offtopic": string;
|
|
1351
1815
|
"ui.contributionActionMenu.permanentLink": string;
|
|
1816
|
+
"ui.contributionActionMenu.downloadCSV": string;
|
|
1352
1817
|
"ui.contributionActionMenu.poorContent": string;
|
|
1353
1818
|
"ui.contributionActionMenu.restoreContribution": string;
|
|
1354
1819
|
"ui.contributionActionMenu.restoreFromDeleted": string;
|
|
@@ -1358,10 +1823,120 @@ declare const locales: {
|
|
|
1358
1823
|
"ui.contributionActionMenu.suspendNotificationEvent": string;
|
|
1359
1824
|
"ui.contributionActionMenu.title": string;
|
|
1360
1825
|
"ui.contributionActionMenu.vulgar": string;
|
|
1826
|
+
"ui.contributionActionMenu.publishContribution": string;
|
|
1827
|
+
"ui.contributionActionMenu.publishContributionInfo": string;
|
|
1361
1828
|
"ui.createEvent.title": string;
|
|
1362
1829
|
"ui.createEvent.description": string;
|
|
1830
|
+
"ui.course.accordionLessons.date": string;
|
|
1831
|
+
"ui.course.accordionLessons.empty": string;
|
|
1832
|
+
"ui.course.completedDialog.btn.label": string;
|
|
1833
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
1834
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
1835
|
+
"ui.course.completedDialog.title": string;
|
|
1836
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
1837
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
1838
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
1839
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
1840
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1841
|
+
"ui.course.dashboard.student.button.request": string;
|
|
1842
|
+
"ui.course.dashboard.student.button.review": string;
|
|
1843
|
+
"ui.course.dashboard.student.button.start": string;
|
|
1844
|
+
"ui.course.dashboard.student.completed": string;
|
|
1845
|
+
"ui.course.dashboard.student.contents": string;
|
|
1846
|
+
"ui.course.dashboard.student.description": string;
|
|
1847
|
+
"ui.course.dashboard.student.progress": string;
|
|
1848
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
1849
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
1850
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1851
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1852
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1853
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
1854
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
1855
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
1856
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
1857
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
1858
|
+
"ui.course.dashboard.teacher.tab.comments.empty": string;
|
|
1859
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
1860
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
1861
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
1862
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
1863
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
1864
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1865
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1866
|
+
"ui.course.label": string;
|
|
1867
|
+
"ui.course.paid": string;
|
|
1868
|
+
"ui.course.status.new": string;
|
|
1869
|
+
"ui.course.status.published": string;
|
|
1870
|
+
"ui.course.status.completed": string;
|
|
1871
|
+
"ui.course.status.draft": string;
|
|
1872
|
+
"ui.course.status.joined": string;
|
|
1873
|
+
"ui.course.table.lessons.title": string;
|
|
1874
|
+
"ui.course.table.sections.title": string;
|
|
1875
|
+
"ui.course.type": string;
|
|
1876
|
+
"ui.course.type.self-paced": string;
|
|
1877
|
+
"ui.course.type.structured": string;
|
|
1878
|
+
"ui.course.type.scheduled": string;
|
|
1879
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1880
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
1881
|
+
"ui.courseUsersTable.btn.label": string;
|
|
1882
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
1883
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
1884
|
+
"ui.courseUsersTable.dialog.info.text1": string;
|
|
1885
|
+
"ui.courseUsersTable.dialog.info.text2": string;
|
|
1886
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
1887
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
1888
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
1889
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
1890
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
1891
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
1892
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
1893
|
+
"ui.editCourse.tab.customize": string;
|
|
1894
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
1895
|
+
"ui.editCourse.tab.lessons": string;
|
|
1896
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
1897
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
1898
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
1899
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
1900
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
1901
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
1902
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
1903
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
1904
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
1905
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
1906
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
1907
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
1908
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
1909
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
1910
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
1911
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
1912
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
1913
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
1914
|
+
"ui.editCourse.tab.options": string;
|
|
1915
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
1916
|
+
"ui.editCourse.tab.options.description": string;
|
|
1917
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
1918
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
1919
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
1920
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
1921
|
+
"ui.editCourse.tab.requests": string;
|
|
1922
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
1923
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
1924
|
+
"ui.editCourse.tab.requests.title": string;
|
|
1925
|
+
"ui.editCourse.tab.users": string;
|
|
1926
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
1927
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
1928
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
1929
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
1930
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
1931
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
1932
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
1933
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
1934
|
+
"ui.editCourse.tab.users.table.snackbar.removed": string;
|
|
1935
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
1936
|
+
"ui.editCourse.tab.users.title": string;
|
|
1363
1937
|
"ui.event.see": string;
|
|
1364
1938
|
"ui.event.inProgress": string;
|
|
1939
|
+
"ui.event.finished": string;
|
|
1365
1940
|
"ui.eventHeader.visibility.private": string;
|
|
1366
1941
|
"ui.eventHeader.visibility.public": string;
|
|
1367
1942
|
"ui.eventHeader.location.live": string;
|
|
@@ -1372,6 +1947,9 @@ declare const locales: {
|
|
|
1372
1947
|
"ui.eventHeader.user.manager": string;
|
|
1373
1948
|
"ui.eventHeader.inProgress": string;
|
|
1374
1949
|
"ui.eventHeader.finished": string;
|
|
1950
|
+
"ui.eventHeader.paid": string;
|
|
1951
|
+
"ui.events.myEvents.title": string;
|
|
1952
|
+
"ui.events.allEvents.title": string;
|
|
1375
1953
|
"ui.events.filterByName": string;
|
|
1376
1954
|
"ui.events.filterByDate": string;
|
|
1377
1955
|
"ui.events.select.any": string;
|
|
@@ -1386,6 +1964,7 @@ declare const locales: {
|
|
|
1386
1964
|
"ui.events.filterByFollowedInterest": string;
|
|
1387
1965
|
"ui.events.filterByCreatedByMe": string;
|
|
1388
1966
|
"ui.events.filterByPastEvents": string;
|
|
1967
|
+
"ui.events.filterByOngoingEvents": string;
|
|
1389
1968
|
"ui.events.button.seeMore": string;
|
|
1390
1969
|
"ui.events.noEvents.title.personal": string;
|
|
1391
1970
|
"ui.events.noEvents.title": string;
|
|
@@ -1490,6 +2069,78 @@ declare const locales: {
|
|
|
1490
2069
|
"ui.eventSubscribeButton.notGoing": string;
|
|
1491
2070
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
1492
2071
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
2072
|
+
"ui.course.privacy.private": string;
|
|
2073
|
+
"ui.course.privacy.open": string;
|
|
2074
|
+
"ui.course.privacy.secret": string;
|
|
2075
|
+
"ui.course.privacy.draft": string;
|
|
2076
|
+
"ui.course.enroll": string;
|
|
2077
|
+
"ui.course.completed": string;
|
|
2078
|
+
"ui.course.completion.percentage": string;
|
|
2079
|
+
"ui.course.see": string;
|
|
2080
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
2081
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
2082
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
2083
|
+
"ui.courseForm.edit.title.general": string;
|
|
2084
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
2085
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
2086
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
2087
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
2088
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
2089
|
+
"ui.courseForm.edit.publication.title": string;
|
|
2090
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
2091
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
2092
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
2093
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
2094
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
2095
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
2096
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
2097
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
2098
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
2099
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
2100
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
2101
|
+
"ui.courseForm.edit.action.save": string;
|
|
2102
|
+
"ui.courseForm.button.next": string;
|
|
2103
|
+
"ui.courseForm.button.create": string;
|
|
2104
|
+
"ui.courseForm.title.general": string;
|
|
2105
|
+
"ui.courseForm.title.customization": string;
|
|
2106
|
+
"ui.courseForm.title.edit": string;
|
|
2107
|
+
"ui.courseForm.self-paced.title": string;
|
|
2108
|
+
"ui.courseForm.self-paced.info": string;
|
|
2109
|
+
"ui.courseForm.scheduled.title": string;
|
|
2110
|
+
"ui.courseForm.scheduled.info": string;
|
|
2111
|
+
"ui.courseForm.structured.title": string;
|
|
2112
|
+
"ui.courseForm.structured.info": string;
|
|
2113
|
+
"ui.courseForm.name.placeholder": string;
|
|
2114
|
+
"ui.courseForm.description.placeholder": string;
|
|
2115
|
+
"ui.courseForm.required": string;
|
|
2116
|
+
"ui.courseForm.date.placeholder": string;
|
|
2117
|
+
"ui.courseForm.date.title": string;
|
|
2118
|
+
"ui.courseForm.time.placeholder": string;
|
|
2119
|
+
"ui.courseForm.time.title": string;
|
|
2120
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
2121
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
2122
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
2123
|
+
"ui.courseForm.category.placeholder": string;
|
|
2124
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
2125
|
+
"ui.courseForm.name.error.unique": string;
|
|
2126
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
2127
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
2128
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
2129
|
+
"ui.courseJoinButton.join": string;
|
|
2130
|
+
"ui.courseJoinButton.leave": string;
|
|
2131
|
+
"ui.courseJoinButton.accept": string;
|
|
2132
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
2133
|
+
"ui.courses.empty.title": string;
|
|
2134
|
+
"ui.courses.empty.info": string;
|
|
2135
|
+
"ui.courses.noMore": string;
|
|
2136
|
+
"ui.courses.filterByManagedByMe": string;
|
|
2137
|
+
"ui.courses.filterByName": string;
|
|
2138
|
+
"ui.courses.filterByMine": string;
|
|
2139
|
+
"ui.courses.endMessage": string;
|
|
2140
|
+
"ui.courseParticipantsButton.participants": string;
|
|
2141
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
2142
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
2143
|
+
"ui.createCourseButton": string;
|
|
1493
2144
|
"ui.createEventButton": string;
|
|
1494
2145
|
"ui.createGroupButton": string;
|
|
1495
2146
|
"ui.editEventButton": string;
|
|
@@ -1561,6 +2212,7 @@ declare const locales: {
|
|
|
1561
2212
|
"ui.feedObject.unfollow": string;
|
|
1562
2213
|
"ui.feedObject.visibleToAll": string;
|
|
1563
2214
|
"ui.feedObject.visibleToGroup": string;
|
|
2215
|
+
"ui.feedObject.visibleToRecipients": string;
|
|
1564
2216
|
"ui.feedObject.notificationsEnabled": string;
|
|
1565
2217
|
"ui.feedObject.notificationsDisabled": string;
|
|
1566
2218
|
"ui.feedObject.flagSent": string;
|
|
@@ -1595,6 +2247,7 @@ declare const locales: {
|
|
|
1595
2247
|
"ui.groupHeader.visibility.public": string;
|
|
1596
2248
|
"ui.groupHeader.visibility.visible": string;
|
|
1597
2249
|
"ui.groupHeader.visibility.hidden": string;
|
|
2250
|
+
"ui.groupHeader.paid": string;
|
|
1598
2251
|
"ui.groupInvitedWidget.title": string;
|
|
1599
2252
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
1600
2253
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1609,11 +2262,12 @@ declare const locales: {
|
|
|
1609
2262
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
1610
2263
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
1611
2264
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
2265
|
+
"ui.groupRequestsWidget.noRequests": string;
|
|
1612
2266
|
"ui.groups.noGroups.title": string;
|
|
1613
2267
|
"ui.groups.noGroups.title.onlyStaff": string;
|
|
1614
2268
|
"ui.groups.noGroups.subtitle.onlyStaff": string;
|
|
1615
2269
|
"ui.groups.noGroups.subtitle": string;
|
|
1616
|
-
"ui.groups.
|
|
2270
|
+
"ui.groups.noResults": string;
|
|
1617
2271
|
"ui.groups.filterByName": string;
|
|
1618
2272
|
"ui.groups.endMessage": string;
|
|
1619
2273
|
"ui.groupSubscribeButton.enter": string;
|
|
@@ -1682,6 +2336,36 @@ declare const locales: {
|
|
|
1682
2336
|
"ui.inlineComposerWidget.success": string;
|
|
1683
2337
|
"ui.inviteUserEventButton.invite": string;
|
|
1684
2338
|
"ui.inviteUserEventButton.remove": string;
|
|
2339
|
+
"ui.lessonAppbar.button.save": string;
|
|
2340
|
+
"ui.lessonDrawer.comments": string;
|
|
2341
|
+
"ui.lessonDrawer.lessons": string;
|
|
2342
|
+
"ui.lessonDrawer.settings": string;
|
|
2343
|
+
"ui.lessonEditForm.button.save": string;
|
|
2344
|
+
"ui.lessonEditForm.status.title": string;
|
|
2345
|
+
"ui.lessonEditForm.status.draft": string;
|
|
2346
|
+
"ui.lessonEditForm.status.published": string;
|
|
2347
|
+
"ui.lessonEditForm.settings.title": string;
|
|
2348
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
2349
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
2350
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
2351
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
2352
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
2353
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
2354
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
2355
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
2356
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
2357
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
2358
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
2359
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
2360
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
2361
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
2362
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
2363
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
2364
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
2365
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
2366
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
2367
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
2368
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
1685
2369
|
"ui.locationAutocomplete.empty": string;
|
|
1686
2370
|
"ui.locationAutocomplete.label": string;
|
|
1687
2371
|
"ui.locationAutocomplete.title": string;
|
|
@@ -1703,6 +2387,7 @@ declare const locales: {
|
|
|
1703
2387
|
"ui.navigationSettingsIconButton.communityTour": string;
|
|
1704
2388
|
"ui.navigationSettingsIconButton.connections": string;
|
|
1705
2389
|
"ui.navigationSettingsIconButton.discussionsFollowed": string;
|
|
2390
|
+
"ui.navigationSettingsIconButton.discussionsScheduled": string;
|
|
1706
2391
|
"ui.navigationSettingsIconButton.followers": string;
|
|
1707
2392
|
"ui.navigationSettingsIconButton.followings": string;
|
|
1708
2393
|
"ui.navigationSettingsIconButton.interests": string;
|
|
@@ -1712,10 +2397,13 @@ declare const locales: {
|
|
|
1712
2397
|
"ui.navigationSettingsIconButton.onboarding": string;
|
|
1713
2398
|
"ui.navigationSettingsIconButton.platform": string;
|
|
1714
2399
|
"ui.navigationSettingsIconButton.posts": string;
|
|
2400
|
+
"ui.navigationSettingsIconButton.postsScheduled": string;
|
|
1715
2401
|
"ui.navigationSettingsIconButton.postsFollowed": string;
|
|
1716
2402
|
"ui.navigationSettingsIconButton.privateMessages": string;
|
|
1717
2403
|
"ui.navigationSettingsIconButton.profile": string;
|
|
1718
2404
|
"ui.navigationSettingsIconButton.settings": string;
|
|
2405
|
+
"ui.navigationSettingsIconButton.historyOrders": string;
|
|
2406
|
+
"ui.navigationSettingsIconButton.myPaymentMethods": string;
|
|
1719
2407
|
"ui.notification.collapsedFor.collapsedForAdvertising": string;
|
|
1720
2408
|
"ui.notification.collapsedFor.collapsedForAdvertisingSnippet": string;
|
|
1721
2409
|
"ui.notification.collapsedFor.collapsedForAggressive": string;
|
|
@@ -1772,11 +2460,21 @@ declare const locales: {
|
|
|
1772
2460
|
"ui.notification.user_requested_to_join_event": string;
|
|
1773
2461
|
"ui.notification.user_accepted_to_join_event": string;
|
|
1774
2462
|
"ui.notification.user_added_to_event": string;
|
|
2463
|
+
"ui.notification.course.button.see": string;
|
|
2464
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
2465
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
2466
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
2467
|
+
"ui.notification.course.user_added_to_course": string;
|
|
2468
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
2469
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
1775
2470
|
"ui.notification.event.button.see": string;
|
|
2471
|
+
"ui.notification.event.button.accept": string;
|
|
2472
|
+
"ui.notification.event.button.accepted": string;
|
|
1776
2473
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
1777
2474
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
1778
2475
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
1779
2476
|
"ui.notification.event.user_added_to_event": string;
|
|
2477
|
+
"ui.notification.event.user_commented_a_course_lesson": string;
|
|
1780
2478
|
"ui.notification.event.privacy.public": string;
|
|
1781
2479
|
"ui.notification.event.privacy.private": string;
|
|
1782
2480
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1932,6 +2630,8 @@ declare const locales: {
|
|
|
1932
2630
|
"ui.shared.eventActionsMenu.dialog.msg": string;
|
|
1933
2631
|
"ui.shared.copyTextField.textToCopy": string;
|
|
1934
2632
|
"ui.shared.copyTextField.textCopied": string;
|
|
2633
|
+
"ui.shared.hiddenPurchasableContent.title": string;
|
|
2634
|
+
"ui.shared.hiddenPurchasableContent.content": string;
|
|
1935
2635
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
1936
2636
|
"ui.snippetNotifications.noNotifications": string;
|
|
1937
2637
|
"ui.suggestedEventsWidget.title": string;
|
|
@@ -1945,6 +2645,10 @@ declare const locales: {
|
|
|
1945
2645
|
"ui.userActionIconButton.show": string;
|
|
1946
2646
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1947
2647
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2648
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2649
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2650
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2651
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1948
2652
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1949
2653
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1950
2654
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -2176,6 +2880,174 @@ declare const locales: {
|
|
|
2176
2880
|
"ui.upScalingTierBadge.goFeature": string;
|
|
2177
2881
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
2178
2882
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
2883
|
+
"ui.buyButton.buy": string;
|
|
2884
|
+
"ui.buyButton.buyEvent": string;
|
|
2885
|
+
"ui.buyButton.buyGroup": string;
|
|
2886
|
+
"ui.buyButton.buyCategory": string;
|
|
2887
|
+
"ui.buyButton.buyCourse": string;
|
|
2888
|
+
"ui.buyButton.purchased": string;
|
|
2889
|
+
"ui.buyButton.subscribed": string;
|
|
2890
|
+
"ui.buyButton.disabled": string;
|
|
2891
|
+
"ui.buyButton.free": string;
|
|
2892
|
+
"ui.paywalls.priceNotIncluded": string;
|
|
2893
|
+
"ui.paywalls.contentPurchasedAt": string;
|
|
2894
|
+
"ui.paywallsDialog.title": string;
|
|
2895
|
+
"ui.paywallsDialog.title.purchased": string;
|
|
2896
|
+
"ui.paymentProduct.action.buy": string;
|
|
2897
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
2898
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
2899
|
+
"ui.paymentProduct.action.purchased": string;
|
|
2900
|
+
"ui.paymentProduct.action.purchasedAt": string;
|
|
2901
|
+
"ui.paymentProduct.price.day": string;
|
|
2902
|
+
"ui.paymentProduct.price.week": string;
|
|
2903
|
+
"ui.paymentProduct.price.month": string;
|
|
2904
|
+
"ui.paymentProduct.price.year": string;
|
|
2905
|
+
"ui.checkout.contentDesc.title": string;
|
|
2906
|
+
"ui.checkout.contentDesc.subTitle": string;
|
|
2907
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2908
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2909
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2910
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2911
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2912
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2913
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2914
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2915
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2916
|
+
"ui.checkout.paymentOrder": string;
|
|
2917
|
+
"ui.checkoutReturnDialog.title": string;
|
|
2918
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
2919
|
+
"ui.checkoutReturnDialog.buy": string;
|
|
2920
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
2921
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
2922
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
2923
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
2924
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
2925
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
2926
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
2927
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
2928
|
+
"ui.checkoutReturnDialog.event.button": string;
|
|
2929
|
+
"ui.checkoutReturnDialog.category.button": string;
|
|
2930
|
+
"ui.checkoutReturnDialog.community.button": string;
|
|
2931
|
+
"ui.checkoutReturnDialog.group.button": string;
|
|
2932
|
+
"ui.checkoutReturnDialog.course.button": string;
|
|
2933
|
+
"ui.paymentDetailDialog.title": string;
|
|
2934
|
+
"ui.paymentDetailDialog.content": string;
|
|
2935
|
+
"ui.paymentOrders.number": string;
|
|
2936
|
+
"ui.paymentOrders.contentType": string;
|
|
2937
|
+
"ui.paymentOrders.content": string;
|
|
2938
|
+
"ui.paymentOrders.price": string;
|
|
2939
|
+
"ui.paymentOrders.createdAt": string;
|
|
2940
|
+
"ui.paymentOrders.expired_at": string;
|
|
2941
|
+
"ui.paymentOrders.status": string;
|
|
2942
|
+
"ui.paymentOrders.status.paid": string;
|
|
2943
|
+
"ui.paymentOrders.actions": string;
|
|
2944
|
+
"ui.paymentOrders.actions.pay": string;
|
|
2945
|
+
"ui.paymentOrders.noOrders": string;
|
|
2946
|
+
"ui.paymentOrders.search": string;
|
|
2947
|
+
"ui.paymentOrders.contentTypeFilter": string;
|
|
2948
|
+
"ui.paymentOrders.contentType.course": string;
|
|
2949
|
+
"ui.paymentOrders.contentType.community": string;
|
|
2950
|
+
"ui.paymentOrders.contentType.event": string;
|
|
2951
|
+
"ui.paymentOrders.contentType.group": string;
|
|
2952
|
+
"ui.paymentOrders.contentType.all": string;
|
|
2953
|
+
"ui.paymentOrders.dateFrom": string;
|
|
2954
|
+
"ui.paymentOrders.dateTo": string;
|
|
2955
|
+
"ui.paymentOrders.picker.cancel": string;
|
|
2956
|
+
"ui.paymentOrders.picker.clear": string;
|
|
2957
|
+
"ui.paymentOrders.picker.date": string;
|
|
2958
|
+
"ui.createPaymentProductForm.title": string;
|
|
2959
|
+
"ui.createPaymentProductForm.name": string;
|
|
2960
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
2961
|
+
"ui.createPaymentProductForm.description": string;
|
|
2962
|
+
"ui.createPaymentProductForm.price": string;
|
|
2963
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
2964
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
2965
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
2966
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
2967
|
+
"ui.createPaymentProductForm.error": string;
|
|
2968
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
2969
|
+
"ui.paywallsConfigurator.free": string;
|
|
2970
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
2971
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
2972
|
+
"ui.paywallsConfigurator.paid": string;
|
|
2973
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
2974
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
2975
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
2976
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
2977
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
2978
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
2979
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
2980
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
2981
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
2982
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
2983
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
2984
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
2985
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
2986
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
2987
|
+
"ui.paywallsConfigurator.openPriceslist": string;
|
|
2988
|
+
"ui.userAutocomplete.label": string;
|
|
2989
|
+
"ui.userAutocomplete.empty": string;
|
|
2990
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
2991
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
2992
|
+
"ui.userBillingInfo.infoLabel": string;
|
|
2993
|
+
"ui.userBillingInfo.name": string;
|
|
2994
|
+
"ui.userBillingInfo.phone": string;
|
|
2995
|
+
"ui.userBillingInfo.company": string;
|
|
2996
|
+
"ui.userBillingInfo.address1": string;
|
|
2997
|
+
"ui.userBillingInfo.address2": string;
|
|
2998
|
+
"ui.userBillingInfo.postalCode": string;
|
|
2999
|
+
"ui.userBillingInfo.city": string;
|
|
3000
|
+
"ui.userBillingInfo.state": string;
|
|
3001
|
+
"ui.userBillingInfo.country": string;
|
|
3002
|
+
"ui.userBillingInfo.taxCode": string;
|
|
3003
|
+
"ui.userBillingInfo.accountBusiness": string;
|
|
3004
|
+
"ui.userBillingInfo.taxId": string;
|
|
3005
|
+
"ui.userBillingInfo.taxCheckPending": string;
|
|
3006
|
+
"ui.userBillingInfo.taxCheckWarning": string;
|
|
3007
|
+
"ui.userBillingInfo.sdi": string;
|
|
3008
|
+
"ui.userBillingInfo.pec": string;
|
|
3009
|
+
"ui.userBillingInfo.field.optional": string;
|
|
3010
|
+
"ui.userBillingInfo.requiredFormat": string;
|
|
3011
|
+
"ui.userBillingInfo.error": string;
|
|
3012
|
+
"ui.userBillingInfo.errors": string;
|
|
3013
|
+
"ui.userBillingInfo.vatError": string;
|
|
3014
|
+
"ui.userBillingInfo.sdiPecError": string;
|
|
3015
|
+
"ui.userBillingInfo.pecError": string;
|
|
3016
|
+
"ui.userBillingInfo.save": string;
|
|
3017
|
+
"ui.userBillingInfo.back": string;
|
|
3018
|
+
"ui.userBillingInfo.noInfo": string;
|
|
3019
|
+
"ui.userPaymentMethods.btnAdd": string;
|
|
3020
|
+
"ui.userPaymentMethods.typeMethod": string;
|
|
3021
|
+
"ui.userPaymentMethods.brand": string;
|
|
3022
|
+
"ui.userPaymentMethods.expiration": string;
|
|
3023
|
+
"ui.userPaymentMethods.billingDetails": string;
|
|
3024
|
+
"ui.userPaymentMethods.default": string;
|
|
3025
|
+
"ui.userPaymentMethods.actions": string;
|
|
3026
|
+
"ui.userPaymentMethods.btnRemove": string;
|
|
3027
|
+
"ui.userPaymentMethods.noPaymentMethods": string;
|
|
3028
|
+
"ui.userPaymentMethods.error.unableToRemoveMethod": string;
|
|
3029
|
+
"ui.userPaymentMethods.error.unableToUpdateMethod": string;
|
|
3030
|
+
"ui.userPaymentMethods.error.unableToManageMethod": string;
|
|
3031
|
+
"ui.userPaymentMethods.error.unableToRemoveMethodSubscription": string;
|
|
3032
|
+
"ui.userPaymentMethods.error.unableToSetMethodAsDefault": string;
|
|
3033
|
+
"ui.userPaymentMethods.methodRemoved": string;
|
|
3034
|
+
"ui.userPaymentMethods.methodUpdated": string;
|
|
3035
|
+
"ui.userPaymentMethods.methodDefaultConfigured": string;
|
|
3036
|
+
"ui.userPaymentMethods.methodDefaultRemoved": string;
|
|
3037
|
+
"ui.userPaymentMethods.dialog.confirmDeleteTitle": string;
|
|
3038
|
+
"ui.userPaymentMethods.dialog.confirmDeleteDescription": string;
|
|
3039
|
+
"ui.userChangeAddressDialog.title": string;
|
|
3040
|
+
"ui.userAddPaymentMethodDialog.title": string;
|
|
3041
|
+
"ui.userAddPaymentMethodForm.useDefaultMethod": string;
|
|
3042
|
+
"ui.userAddPaymentMethodForm.addButton": string;
|
|
3043
|
+
"ui.userAddPaymentMethodForm.cancelButton": string;
|
|
3044
|
+
"ui.paymentOrder.buy": string;
|
|
3045
|
+
"ui.paymentOrder.date": string;
|
|
3046
|
+
"ui.paymentOrder.price": string;
|
|
3047
|
+
"ui.paymentOrder.status": string;
|
|
3048
|
+
"ui.paymentOrder.status.paid": string;
|
|
3049
|
+
"ui.paymentOrder.ticket.view": string;
|
|
3050
|
+
"ui.paymentOrderPdfButton.disabled": string;
|
|
2179
3051
|
};
|
|
2180
3052
|
};
|
|
2181
3053
|
export default locales;
|