@selfcommunity/react-i18n 0.8.0-alpha.13 → 0.8.0-alpha.15
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 +842 -0
- package/lib/cjs/locales/en.json +423 -3
- package/lib/cjs/locales/it.json +425 -3
- package/lib/esm/index.d.ts +842 -0
- package/lib/esm/locales/en.json +423 -3
- package/lib/esm/locales/it.json +425 -3
- package/lib/types/index.d.ts +842 -0
- package/lib/types/locales/en.json +423 -3
- package/lib/types/locales/it.json +425 -3
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
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;
|
|
@@ -208,9 +226,12 @@ declare const locales: {
|
|
|
208
226
|
"ui.composer.layer.close.yes": string;
|
|
209
227
|
"ui.composer.layer.location.title": string;
|
|
210
228
|
"ui.composer.layer.save": string;
|
|
229
|
+
"ui.composer.layer.scheduled.title": string;
|
|
230
|
+
"ui.composer.layer.scheduled.submit": string;
|
|
211
231
|
"ui.composer.media.file.photo": string;
|
|
212
232
|
"ui.composer.media.file.gallery": string;
|
|
213
233
|
"ui.composer.media.file.document": string;
|
|
234
|
+
"ui.composer.media.file.error": string;
|
|
214
235
|
"ui.composer.media.link.add.error.urlError.invalid": string;
|
|
215
236
|
"ui.composer.media.link.add.error.validationError": string;
|
|
216
237
|
"ui.composer.media.link.add.help": string;
|
|
@@ -218,7 +239,12 @@ declare const locales: {
|
|
|
218
239
|
"ui.composer.media.link.add.submit": string;
|
|
219
240
|
"ui.composer.media.link.layer.title": string;
|
|
220
241
|
"ui.composer.submit": string;
|
|
242
|
+
"ui.composer.submit.now": string;
|
|
243
|
+
"ui.composer.submit.scheduled": string;
|
|
244
|
+
"ui.composer.layer.scheduled.message": string;
|
|
221
245
|
"ui.composer.title.error.maxlength": string;
|
|
246
|
+
"ui.composer.categories.error.missing": string;
|
|
247
|
+
"ui.composer.addressing.error.missing": string;
|
|
222
248
|
"ui.composer.typeSwitch.post": string;
|
|
223
249
|
"ui.composer.typeSwitch.discussion": string;
|
|
224
250
|
"ui.composer.typeSwitch.poll": string;
|
|
@@ -269,8 +295,117 @@ declare const locales: {
|
|
|
269
295
|
"ui.contributionActionMenu.suspendNotificationEvent": string;
|
|
270
296
|
"ui.contributionActionMenu.title": string;
|
|
271
297
|
"ui.contributionActionMenu.vulgar": string;
|
|
298
|
+
"ui.contributionActionMenu.publishContribution": string;
|
|
299
|
+
"ui.contributionActionMenu.publishContributionInfo": string;
|
|
272
300
|
"ui.createEvent.title": string;
|
|
273
301
|
"ui.createEvent.description": string;
|
|
302
|
+
"ui.course.accordionLessons.date": string;
|
|
303
|
+
"ui.course.accordionLessons.empty": string;
|
|
304
|
+
"ui.course.completedDialog.btn.label": string;
|
|
305
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
306
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
307
|
+
"ui.course.completedDialog.title": string;
|
|
308
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
309
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
310
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
311
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
312
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
313
|
+
"ui.course.dashboard.student.button.request": string;
|
|
314
|
+
"ui.course.dashboard.student.button.review": string;
|
|
315
|
+
"ui.course.dashboard.student.button.start": string;
|
|
316
|
+
"ui.course.dashboard.student.completed": string;
|
|
317
|
+
"ui.course.dashboard.student.contents": string;
|
|
318
|
+
"ui.course.dashboard.student.description": string;
|
|
319
|
+
"ui.course.dashboard.student.progress": string;
|
|
320
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
321
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
322
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
323
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
324
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
325
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
326
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
327
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
328
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
329
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
330
|
+
"ui.course.dashboard.teacher.tab.comments.empty": string;
|
|
331
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
332
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
333
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
334
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
335
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
336
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
337
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
338
|
+
"ui.course.label": string;
|
|
339
|
+
"ui.course.paid": string;
|
|
340
|
+
"ui.course.status.new": string;
|
|
341
|
+
"ui.course.status.published": string;
|
|
342
|
+
"ui.course.status.completed": string;
|
|
343
|
+
"ui.course.status.draft": string;
|
|
344
|
+
"ui.course.status.joined": string;
|
|
345
|
+
"ui.course.table.lessons.title": string;
|
|
346
|
+
"ui.course.table.sections.title": string;
|
|
347
|
+
"ui.course.type": string;
|
|
348
|
+
"ui.course.type.self-paced": string;
|
|
349
|
+
"ui.course.type.scheduled": string;
|
|
350
|
+
"ui.course.type.structured": string;
|
|
351
|
+
"ui.course.userProfileSnippet.students": string;
|
|
352
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
353
|
+
"ui.courseUsersTable.btn.label": string;
|
|
354
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
355
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
356
|
+
"ui.courseUsersTable.dialog.info.text1: ": string;
|
|
357
|
+
"ui.courseUsersTable.dialog.info.text2: ": string;
|
|
358
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
359
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
360
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
361
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
362
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
363
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
364
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
365
|
+
"ui.editCourse.tab.customize": string;
|
|
366
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
367
|
+
"ui.editCourse.tab.lessons": string;
|
|
368
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
369
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
370
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
371
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
372
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
373
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
374
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
375
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
376
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
377
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
378
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
379
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
380
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
381
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
382
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
383
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
384
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
385
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
386
|
+
"ui.editCourse.tab.options": string;
|
|
387
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
388
|
+
"ui.editCourse.tab.options.description": string;
|
|
389
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
390
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
391
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
392
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
393
|
+
"ui.editCourse.tab.requests": string;
|
|
394
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
395
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
396
|
+
"ui.editCourse.tab.requests.title": string;
|
|
397
|
+
"ui.editCourse.tab.users": string;
|
|
398
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
399
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
400
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
401
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
402
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
403
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
404
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
405
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
406
|
+
"ui.editCourse.tab.requests.table.snackbar.removed": string;
|
|
407
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
408
|
+
"ui.editCourse.tab.users.title": string;
|
|
274
409
|
"ui.event.see": string;
|
|
275
410
|
"ui.event.inProgress": string;
|
|
276
411
|
"ui.event.finished": string;
|
|
@@ -284,6 +419,7 @@ declare const locales: {
|
|
|
284
419
|
"ui.eventHeader.user.manager": string;
|
|
285
420
|
"ui.eventHeader.inProgress": string;
|
|
286
421
|
"ui.eventHeader.finished": string;
|
|
422
|
+
"ui.eventHeader.paid": string;
|
|
287
423
|
"ui.events.myEvents.title": string;
|
|
288
424
|
"ui.events.allEvents.title": string;
|
|
289
425
|
"ui.events.filterByName": string;
|
|
@@ -405,6 +541,77 @@ declare const locales: {
|
|
|
405
541
|
"ui.eventSubscribeButton.notGoing": string;
|
|
406
542
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
407
543
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
544
|
+
"ui.course.privacy.private": string;
|
|
545
|
+
"ui.course.privacy.open": string;
|
|
546
|
+
"ui.course.privacy.secret": string;
|
|
547
|
+
"ui.course.privacy.draft": string;
|
|
548
|
+
"ui.course.enroll": string;
|
|
549
|
+
"ui.course.completed": string;
|
|
550
|
+
"ui.course.completion.percentage": string;
|
|
551
|
+
"ui.course.see": string;
|
|
552
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
553
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
554
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
555
|
+
"ui.courseForm.edit.title.general": string;
|
|
556
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
557
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
558
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
559
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
560
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
561
|
+
"ui.courseForm.edit.publication.title": string;
|
|
562
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
563
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
564
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
565
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
566
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
567
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
568
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
569
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
570
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
571
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
572
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
573
|
+
"ui.courseForm.edit.action.save": string;
|
|
574
|
+
"ui.courseForm.button.next": string;
|
|
575
|
+
"ui.courseForm.button.create": string;
|
|
576
|
+
"ui.courseForm.title.general": string;
|
|
577
|
+
"ui.courseForm.title.customization": string;
|
|
578
|
+
"ui.courseForm.title.edit": string;
|
|
579
|
+
"ui.courseForm.self-paced.title": string;
|
|
580
|
+
"ui.courseForm.self-paced.info": string;
|
|
581
|
+
"ui.courseForm.scheduled.title": string;
|
|
582
|
+
"ui.courseForm.scheduled.info": string;
|
|
583
|
+
"ui.courseForm.structured.title": string;
|
|
584
|
+
"ui.courseForm.structured.info": string;
|
|
585
|
+
"ui.courseForm.name.placeholder": string;
|
|
586
|
+
"ui.courseForm.description.placeholder": string;
|
|
587
|
+
"ui.courseForm.required": string;
|
|
588
|
+
"ui.courseForm.date.placeholder": string;
|
|
589
|
+
"ui.courseForm.date.title": string;
|
|
590
|
+
"ui.courseForm.time.placeholder": string;
|
|
591
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
592
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
593
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
594
|
+
"ui.courseForm.category.placeholder": string;
|
|
595
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
596
|
+
"ui.courseForm.name.error.unique": string;
|
|
597
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
598
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
599
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
600
|
+
"ui.courseJoinButton.join": string;
|
|
601
|
+
"ui.courseJoinButton.leave": string;
|
|
602
|
+
"ui.courseJoinButton.accept": string;
|
|
603
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
604
|
+
"ui.courses.empty.title": string;
|
|
605
|
+
"ui.courses.empty.info": string;
|
|
606
|
+
"ui.courses.noMore": string;
|
|
607
|
+
"ui.courses.filterByManagedByMe": string;
|
|
608
|
+
"ui.courses.filterByName": string;
|
|
609
|
+
"ui.courses.filterByMine": string;
|
|
610
|
+
"ui.courses.endMessage": string;
|
|
611
|
+
"ui.courseParticipantsButton.participants": string;
|
|
612
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
613
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
614
|
+
"ui.createCourseButton": string;
|
|
408
615
|
"ui.createGroupButton": string;
|
|
409
616
|
"ui.createEventButton": string;
|
|
410
617
|
"ui.editEventButton": string;
|
|
@@ -510,6 +717,7 @@ declare const locales: {
|
|
|
510
717
|
"ui.groupHeader.visibility.public": string;
|
|
511
718
|
"ui.groupHeader.visibility.visible": string;
|
|
512
719
|
"ui.groupHeader.visibility.hidden": string;
|
|
720
|
+
"ui.groupHeader.paid": string;
|
|
513
721
|
"ui.groupInvitedWidget.title": string;
|
|
514
722
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
515
723
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -524,6 +732,7 @@ declare const locales: {
|
|
|
524
732
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
525
733
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
526
734
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
735
|
+
"ui.groupRequestsWidget.noRequests": string;
|
|
527
736
|
"ui.groups.noGroups.title": string;
|
|
528
737
|
"ui.groups.noGroups.title.onlyStaff": string;
|
|
529
738
|
"ui.groups.noGroups.subtitle.onlyStaff": string;
|
|
@@ -595,8 +804,38 @@ declare const locales: {
|
|
|
595
804
|
"ui.infoEventWidget.title": string;
|
|
596
805
|
"ui.inlineComposerWidget.label": string;
|
|
597
806
|
"ui.inlineComposerWidget.success": string;
|
|
807
|
+
"ui.lessonAppbar.button.save": string;
|
|
808
|
+
"ui.lessonDrawer.comments": string;
|
|
809
|
+
"ui.lessonDrawer.lessons": string;
|
|
810
|
+
"ui.lessonDrawer.settings": string;
|
|
811
|
+
"ui.lessonEditForm.button.save": string;
|
|
812
|
+
"ui.lessonEditForm.status.title": string;
|
|
813
|
+
"ui.lessonEditForm.status.draft": string;
|
|
814
|
+
"ui.lessonEditForm.status.published": string;
|
|
815
|
+
"ui.lessonEditForm.settings.title": string;
|
|
816
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
598
817
|
"ui.inviteUserEventButton.invite": string;
|
|
599
818
|
"ui.inviteUserEventButton.remove": string;
|
|
819
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
820
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
821
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
822
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
823
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
824
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
825
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
826
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
827
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
828
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
829
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
830
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
831
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
832
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
833
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
834
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
835
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
836
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
837
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
838
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
600
839
|
"ui.locationAutocomplete.empty": string;
|
|
601
840
|
"ui.locationAutocomplete.label": string;
|
|
602
841
|
"ui.locationAutocomplete.title": string;
|
|
@@ -618,6 +857,7 @@ declare const locales: {
|
|
|
618
857
|
"ui.navigationSettingsIconButton.communityTour": string;
|
|
619
858
|
"ui.navigationSettingsIconButton.connections": string;
|
|
620
859
|
"ui.navigationSettingsIconButton.discussionsFollowed": string;
|
|
860
|
+
"ui.navigationSettingsIconButton.discussionsScheduled": string;
|
|
621
861
|
"ui.navigationSettingsIconButton.followers": string;
|
|
622
862
|
"ui.navigationSettingsIconButton.followings": string;
|
|
623
863
|
"ui.navigationSettingsIconButton.interests": string;
|
|
@@ -627,10 +867,13 @@ declare const locales: {
|
|
|
627
867
|
"ui.navigationSettingsIconButton.onboarding": string;
|
|
628
868
|
"ui.navigationSettingsIconButton.platform": string;
|
|
629
869
|
"ui.navigationSettingsIconButton.posts": string;
|
|
870
|
+
"ui.navigationSettingsIconButton.postsScheduled": string;
|
|
630
871
|
"ui.navigationSettingsIconButton.postsFollowed": string;
|
|
631
872
|
"ui.navigationSettingsIconButton.privateMessages": string;
|
|
632
873
|
"ui.navigationSettingsIconButton.profile": string;
|
|
633
874
|
"ui.navigationSettingsIconButton.settings": string;
|
|
875
|
+
"ui.navigationSettingsIconButton.historyOrders": string;
|
|
876
|
+
"ui.navigationSettingsIconButton.myPaymentMethods": string;
|
|
634
877
|
"ui.notification.collapsedFor.collapsedForAdvertising": string;
|
|
635
878
|
"ui.notification.collapsedFor.collapsedForAdvertisingSnippet": string;
|
|
636
879
|
"ui.notification.collapsedFor.collapsedForAggressive": string;
|
|
@@ -687,6 +930,13 @@ declare const locales: {
|
|
|
687
930
|
"ui.notification.user_requested_to_join_event": string;
|
|
688
931
|
"ui.notification.user_accepted_to_join_event": string;
|
|
689
932
|
"ui.notification.user_added_to_event": string;
|
|
933
|
+
"ui.notification.course.button.see": string;
|
|
934
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
935
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
936
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
937
|
+
"ui.notification.course.user_added_to_course": string;
|
|
938
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
939
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
690
940
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
691
941
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
692
942
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
@@ -849,6 +1099,8 @@ declare const locales: {
|
|
|
849
1099
|
"ui.shared.eventActionsMenu.dialog.msg": string;
|
|
850
1100
|
"ui.shared.copyTextField.textToCopy": string;
|
|
851
1101
|
"ui.shared.copyTextField.textCopied": string;
|
|
1102
|
+
"ui.shared.hiddenPurchasableContent.title": string;
|
|
1103
|
+
"ui.shared.hiddenPurchasableContent.content": string;
|
|
852
1104
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
853
1105
|
"ui.snippetNotifications.noNotifications": string;
|
|
854
1106
|
"ui.suggestedEventsWidget.title": string;
|
|
@@ -862,6 +1114,10 @@ declare const locales: {
|
|
|
862
1114
|
"ui.userActionIconButton.show": string;
|
|
863
1115
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
864
1116
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1117
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1118
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1119
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1120
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
865
1121
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
866
1122
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
867
1123
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1093,6 +1349,170 @@ declare const locales: {
|
|
|
1093
1349
|
"ui.upScalingTierBadge.goFeature": string;
|
|
1094
1350
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
1095
1351
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
1352
|
+
"ui.buyButton.buy": string;
|
|
1353
|
+
"ui.buyButton.buyEvent": string;
|
|
1354
|
+
"ui.buyButton.buyGroup": string;
|
|
1355
|
+
"ui.buyButton.buyCategory": string;
|
|
1356
|
+
"ui.buyButton.buyCourse": string;
|
|
1357
|
+
"ui.buyButton.purchased": string;
|
|
1358
|
+
"ui.buyButton.subscribed": string;
|
|
1359
|
+
"ui.buyButton.disabled": string;
|
|
1360
|
+
"ui.buyButton.free": string;
|
|
1361
|
+
"ui.paywalls.priceNotIncluded": string;
|
|
1362
|
+
"ui.paywalls.contentPurchasedAt": string;
|
|
1363
|
+
"ui.paywallsDialog.title": string;
|
|
1364
|
+
"ui.paywallsDialog.title.purchased": string;
|
|
1365
|
+
"ui.paymentProduct.action.buy": string;
|
|
1366
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
1367
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
1368
|
+
"ui.paymentProduct.action.purchased": string;
|
|
1369
|
+
"ui.paymentProduct.action.purchasedAt": string;
|
|
1370
|
+
"ui.paymentProduct.price.day": string;
|
|
1371
|
+
"ui.paymentProduct.price.week": string;
|
|
1372
|
+
"ui.paymentProduct.price.month": string;
|
|
1373
|
+
"ui.paymentProduct.price.year": string;
|
|
1374
|
+
"ui.checkout.contentDesc.title": string;
|
|
1375
|
+
"ui.checkout.contentDesc.subTitle": string;
|
|
1376
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
1377
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
1378
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
1379
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
1380
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
1381
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
1382
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
1383
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
1384
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
1385
|
+
"ui.checkout.paymentOrder": string;
|
|
1386
|
+
"ui.checkoutReturnDialog.title": string;
|
|
1387
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
1388
|
+
"ui.checkoutReturnDialog.buy": string;
|
|
1389
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
1390
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
1391
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
1392
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
1393
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
1394
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
1395
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
1396
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
1397
|
+
"ui.checkoutReturnDialog.event.button": string;
|
|
1398
|
+
"ui.checkoutReturnDialog.category.button": string;
|
|
1399
|
+
"ui.checkoutReturnDialog.community.button": string;
|
|
1400
|
+
"ui.checkoutReturnDialog.group.button": string;
|
|
1401
|
+
"ui.checkoutReturnDialog.course.button": string;
|
|
1402
|
+
"ui.paymentDetailDialog.title": string;
|
|
1403
|
+
"ui.paymentDetailDialog.content": string;
|
|
1404
|
+
"ui.paymentOrders.number": string;
|
|
1405
|
+
"ui.paymentOrders.contentType": string;
|
|
1406
|
+
"ui.paymentOrders.content": string;
|
|
1407
|
+
"ui.paymentOrders.price": string;
|
|
1408
|
+
"ui.paymentOrders.createdAt": string;
|
|
1409
|
+
"ui.paymentOrders.expired_at": string;
|
|
1410
|
+
"ui.paymentOrders.status": string;
|
|
1411
|
+
"ui.paymentOrders.status.paid": string;
|
|
1412
|
+
"ui.paymentOrders.actions": string;
|
|
1413
|
+
"ui.paymentOrders.actions.pay": string;
|
|
1414
|
+
"ui.paymentOrders.noOrders": string;
|
|
1415
|
+
"ui.paymentOrders.search": string;
|
|
1416
|
+
"ui.paymentOrders.contentTypeFilter": string;
|
|
1417
|
+
"ui.paymentOrders.contentType.course": string;
|
|
1418
|
+
"ui.paymentOrders.contentType.community": string;
|
|
1419
|
+
"ui.paymentOrders.contentType.event": string;
|
|
1420
|
+
"ui.paymentOrders.contentType.group": string;
|
|
1421
|
+
"ui.paymentOrders.contentType.all": string;
|
|
1422
|
+
"ui.paymentOrders.dateFrom": string;
|
|
1423
|
+
"ui.paymentOrders.dateTo": string;
|
|
1424
|
+
"ui.paymentOrders.picker.cancel": string;
|
|
1425
|
+
"ui.paymentOrders.picker.clear": string;
|
|
1426
|
+
"ui.paymentOrders.picker.date": string;
|
|
1427
|
+
"ui.createPaymentProductForm.title": string;
|
|
1428
|
+
"ui.createPaymentProductForm.name": string;
|
|
1429
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
1430
|
+
"ui.createPaymentProductForm.description": string;
|
|
1431
|
+
"ui.createPaymentProductForm.price": string;
|
|
1432
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
1433
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
1434
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
1435
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
1436
|
+
"ui.createPaymentProductForm.error": string;
|
|
1437
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
1438
|
+
"ui.paywallsConfigurator.free": string;
|
|
1439
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
1440
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
1441
|
+
"ui.paywallsConfigurator.paid": string;
|
|
1442
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
1443
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
1444
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
1445
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
1446
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
1447
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
1448
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
1449
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
1450
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
1451
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
1452
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
1453
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
1454
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
1455
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
1456
|
+
"ui.paywallsConfigurator.openPriceslist": string;
|
|
1457
|
+
"ui.userBillingInfo.infoLabel": string;
|
|
1458
|
+
"ui.userBillingInfo.name": string;
|
|
1459
|
+
"ui.userBillingInfo.phone": string;
|
|
1460
|
+
"ui.userBillingInfo.company": string;
|
|
1461
|
+
"ui.userBillingInfo.address1": string;
|
|
1462
|
+
"ui.userBillingInfo.address2": string;
|
|
1463
|
+
"ui.userBillingInfo.postalCode": string;
|
|
1464
|
+
"ui.userBillingInfo.city": string;
|
|
1465
|
+
"ui.userBillingInfo.state": string;
|
|
1466
|
+
"ui.userBillingInfo.country": string;
|
|
1467
|
+
"ui.userBillingInfo.taxCode": string;
|
|
1468
|
+
"ui.userBillingInfo.accountBusiness": string;
|
|
1469
|
+
"ui.userBillingInfo.taxId": string;
|
|
1470
|
+
"ui.userBillingInfo.taxCheckPending": string;
|
|
1471
|
+
"ui.userBillingInfo.taxCheckWarning": string;
|
|
1472
|
+
"ui.userBillingInfo.sdi": string;
|
|
1473
|
+
"ui.userBillingInfo.pec": string;
|
|
1474
|
+
"ui.userBillingInfo.field.optional": string;
|
|
1475
|
+
"ui.userBillingInfo.requiredFormat": string;
|
|
1476
|
+
"ui.userBillingInfo.error": string;
|
|
1477
|
+
"ui.userBillingInfo.errors": string;
|
|
1478
|
+
"ui.userBillingInfo.vatError": string;
|
|
1479
|
+
"ui.userBillingInfo.sdiPecError": string;
|
|
1480
|
+
"ui.userBillingInfo.pecError": string;
|
|
1481
|
+
"ui.userBillingInfo.save": string;
|
|
1482
|
+
"ui.userBillingInfo.back": string;
|
|
1483
|
+
"ui.userBillingInfo.noInfo": string;
|
|
1484
|
+
"ui.userPaymentMethods.btnAdd": string;
|
|
1485
|
+
"ui.userPaymentMethods.typeMethod": string;
|
|
1486
|
+
"ui.userPaymentMethods.brand": string;
|
|
1487
|
+
"ui.userPaymentMethods.expiration": string;
|
|
1488
|
+
"ui.userPaymentMethods.billingDetails": string;
|
|
1489
|
+
"ui.userPaymentMethods.default": string;
|
|
1490
|
+
"ui.userPaymentMethods.actions": string;
|
|
1491
|
+
"ui.userPaymentMethods.btnRemove": string;
|
|
1492
|
+
"ui.userPaymentMethods.noPaymentMethods": string;
|
|
1493
|
+
"ui.userPaymentMethods.error.unableToRemoveMethod": string;
|
|
1494
|
+
"ui.userPaymentMethods.error.unableToUpdateMethod": string;
|
|
1495
|
+
"ui.userPaymentMethods.error.unableToManageMethod": string;
|
|
1496
|
+
"ui.userPaymentMethods.error.unableToRemoveMethodSubscription": string;
|
|
1497
|
+
"ui.userPaymentMethods.error.unableToSetMethodAsDefault": string;
|
|
1498
|
+
"ui.userPaymentMethods.methodRemoved": string;
|
|
1499
|
+
"ui.userPaymentMethods.methodUpdated": string;
|
|
1500
|
+
"ui.userPaymentMethods.methodDefaultConfigured": string;
|
|
1501
|
+
"ui.userPaymentMethods.methodDefaultRemoved": string;
|
|
1502
|
+
"ui.userPaymentMethods.dialog.confirmDeleteTitle": string;
|
|
1503
|
+
"ui.userPaymentMethods.dialog.confirmDeleteDescription": string;
|
|
1504
|
+
"ui.userChangeAddressDialog.title": string;
|
|
1505
|
+
"ui.userAddPaymentMethodDialog.title": string;
|
|
1506
|
+
"ui.userAddPaymentMethodForm.useDefaultMethod": string;
|
|
1507
|
+
"ui.userAddPaymentMethodForm.addButton": string;
|
|
1508
|
+
"ui.userAddPaymentMethodForm.cancelButton": string;
|
|
1509
|
+
"ui.paymentOrder.buy": string;
|
|
1510
|
+
"ui.paymentOrder.date": string;
|
|
1511
|
+
"ui.paymentOrder.price": string;
|
|
1512
|
+
"ui.paymentOrder.status": string;
|
|
1513
|
+
"ui.paymentOrder.status.paid": string;
|
|
1514
|
+
"ui.paymentOrder.ticket.view": string;
|
|
1515
|
+
"ui.paymentOrderPdfButton.disabled": string;
|
|
1096
1516
|
};
|
|
1097
1517
|
it: {
|
|
1098
1518
|
"templates.feedObjectDetail.contributionNotFound": string;
|
|
@@ -1102,6 +1522,12 @@ declare const locales: {
|
|
|
1102
1522
|
"templates.groupFeed.tab.members.label": string;
|
|
1103
1523
|
"templates.groupFeed.tab.messages.label": string;
|
|
1104
1524
|
"templates.eventFeed.composer.label": string;
|
|
1525
|
+
"templates.lesson.number": string;
|
|
1526
|
+
"templates.lesson.button.completed": string;
|
|
1527
|
+
"templates.lesson.button.complete": string;
|
|
1528
|
+
"templates.lesson.save.success": string;
|
|
1529
|
+
"templates.lesson.save.error": string;
|
|
1530
|
+
"templates.lesson.previewMode": string;
|
|
1105
1531
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
1106
1532
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
1107
1533
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1137,6 +1563,11 @@ declare const locales: {
|
|
|
1137
1563
|
"ui.acceptRequestUserEventButton.dialog.msg": string;
|
|
1138
1564
|
"ui.acceptRequestUserEventButton.dialog.title": string;
|
|
1139
1565
|
"ui.acceptRequestUserEventButton.snackbar.success": string;
|
|
1566
|
+
"ui.acceptRequestUserGroupButton.accept": string;
|
|
1567
|
+
"ui.acceptRequestUserGroupButton.dialog.confirm": string;
|
|
1568
|
+
"ui.acceptRequestUserGroupButton.dialog.msg": string;
|
|
1569
|
+
"ui.acceptRequestUserGroupButton.dialog.title": string;
|
|
1570
|
+
"ui.acceptRequestUserGroupButton.snackbar.success": string;
|
|
1140
1571
|
"ui.accountRecover.email.error.exist": string;
|
|
1141
1572
|
"ui.accountRecover.email.error.invalid": string;
|
|
1142
1573
|
"ui.accountDataPortability.generatedInfo": string;
|
|
@@ -1168,11 +1599,18 @@ declare const locales: {
|
|
|
1168
1599
|
"ui.accountChangeMailValidation.error": string;
|
|
1169
1600
|
"ui.accountChangeMailValidation.success": string;
|
|
1170
1601
|
"ui.accountChangeMailValidation.verifying": string;
|
|
1602
|
+
"ui.addUserButton.autocomplete.loading": string;
|
|
1603
|
+
"ui.addUserButton.autocomplete.noResults": string;
|
|
1604
|
+
"ui.addUserButton.dialog.confirm": string;
|
|
1605
|
+
"ui.addUserButton.dialog.searchBar.placeholder": string;
|
|
1606
|
+
"ui.addUserButton.dialog.title": string;
|
|
1171
1607
|
"ui.appBar.navigation.login": string;
|
|
1172
1608
|
"ui.appBar.navigation.register": string;
|
|
1173
1609
|
"ui.composerIconButton.composer.success": string;
|
|
1610
|
+
"ui.composer.scheduled.success": string;
|
|
1174
1611
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1175
1612
|
"ui.composerIconButton.list.content": string;
|
|
1613
|
+
"ui.composerIconButton.list.course": string;
|
|
1176
1614
|
"ui.composerIconButton.list.event": string;
|
|
1177
1615
|
"ui.composerIconButton.list.group": string;
|
|
1178
1616
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -1303,9 +1741,13 @@ declare const locales: {
|
|
|
1303
1741
|
"ui.composer.layer.close.yes": string;
|
|
1304
1742
|
"ui.composer.layer.location.title": string;
|
|
1305
1743
|
"ui.composer.layer.save": string;
|
|
1744
|
+
"ui.composer.layer.scheduled.title": string;
|
|
1745
|
+
"ui.composer.layer.scheduled.message": string;
|
|
1746
|
+
"ui.composer.layer.scheduled.submit": string;
|
|
1306
1747
|
"ui.composer.media.file.photo": string;
|
|
1307
1748
|
"ui.composer.media.file.gallery": string;
|
|
1308
1749
|
"ui.composer.media.file.document": string;
|
|
1750
|
+
"ui.composer.media.file.error": string;
|
|
1309
1751
|
"ui.composer.media.link.add.error.urlError.invalid": string;
|
|
1310
1752
|
"ui.composer.media.link.add.error.validationError": string;
|
|
1311
1753
|
"ui.composer.media.link.add.help": string;
|
|
@@ -1313,7 +1755,11 @@ declare const locales: {
|
|
|
1313
1755
|
"ui.composer.media.link.add.submit": string;
|
|
1314
1756
|
"ui.composer.media.link.layer.title": string;
|
|
1315
1757
|
"ui.composer.submit": string;
|
|
1758
|
+
"ui.composer.submit.now": string;
|
|
1759
|
+
"ui.composer.submit.scheduled": string;
|
|
1316
1760
|
"ui.composer.title.error.maxlength": string;
|
|
1761
|
+
"ui.composer.categories.error.missing": string;
|
|
1762
|
+
"ui.composer.addressing.error.missing": string;
|
|
1317
1763
|
"ui.composer.typeSwitch.post": string;
|
|
1318
1764
|
"ui.composer.typeSwitch.discussion": string;
|
|
1319
1765
|
"ui.composer.typeSwitch.poll": string;
|
|
@@ -1364,8 +1810,117 @@ declare const locales: {
|
|
|
1364
1810
|
"ui.contributionActionMenu.suspendNotificationEvent": string;
|
|
1365
1811
|
"ui.contributionActionMenu.title": string;
|
|
1366
1812
|
"ui.contributionActionMenu.vulgar": string;
|
|
1813
|
+
"ui.contributionActionMenu.publishContribution": string;
|
|
1814
|
+
"ui.contributionActionMenu.publishContributionInfo": string;
|
|
1367
1815
|
"ui.createEvent.title": string;
|
|
1368
1816
|
"ui.createEvent.description": string;
|
|
1817
|
+
"ui.course.accordionLessons.date": string;
|
|
1818
|
+
"ui.course.accordionLessons.empty": string;
|
|
1819
|
+
"ui.course.completedDialog.btn.label": string;
|
|
1820
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
1821
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
1822
|
+
"ui.course.completedDialog.title": string;
|
|
1823
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
1824
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
1825
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
1826
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
1827
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1828
|
+
"ui.course.dashboard.student.button.request": string;
|
|
1829
|
+
"ui.course.dashboard.student.button.review": string;
|
|
1830
|
+
"ui.course.dashboard.student.button.start": string;
|
|
1831
|
+
"ui.course.dashboard.student.completed": string;
|
|
1832
|
+
"ui.course.dashboard.student.contents": string;
|
|
1833
|
+
"ui.course.dashboard.student.description": string;
|
|
1834
|
+
"ui.course.dashboard.student.progress": string;
|
|
1835
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
1836
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
1837
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1838
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1839
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1840
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
1841
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
1842
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
1843
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
1844
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
1845
|
+
"ui.course.dashboard.teacher.tab.comments.empty": string;
|
|
1846
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
1847
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
1848
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
1849
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
1850
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
1851
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1852
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1853
|
+
"ui.course.label": string;
|
|
1854
|
+
"ui.course.paid": string;
|
|
1855
|
+
"ui.course.status.new": string;
|
|
1856
|
+
"ui.course.status.published": string;
|
|
1857
|
+
"ui.course.status.completed": string;
|
|
1858
|
+
"ui.course.status.draft": string;
|
|
1859
|
+
"ui.course.status.joined": string;
|
|
1860
|
+
"ui.course.table.lessons.title": string;
|
|
1861
|
+
"ui.course.table.sections.title": string;
|
|
1862
|
+
"ui.course.type": string;
|
|
1863
|
+
"ui.course.type.self-paced": string;
|
|
1864
|
+
"ui.course.type.structured": string;
|
|
1865
|
+
"ui.course.type.scheduled": string;
|
|
1866
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1867
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
1868
|
+
"ui.courseUsersTable.btn.label": string;
|
|
1869
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
1870
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
1871
|
+
"ui.courseUsersTable.dialog.info.text1": string;
|
|
1872
|
+
"ui.courseUsersTable.dialog.info.text2": string;
|
|
1873
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
1874
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
1875
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
1876
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
1877
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
1878
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
1879
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
1880
|
+
"ui.editCourse.tab.customize": string;
|
|
1881
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
1882
|
+
"ui.editCourse.tab.lessons": string;
|
|
1883
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
1884
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
1885
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
1886
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
1887
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
1888
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
1889
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
1890
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
1891
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
1892
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
1893
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
1894
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
1895
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
1896
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
1897
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
1898
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
1899
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
1900
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
1901
|
+
"ui.editCourse.tab.options": string;
|
|
1902
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
1903
|
+
"ui.editCourse.tab.options.description": string;
|
|
1904
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
1905
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
1906
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
1907
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
1908
|
+
"ui.editCourse.tab.requests": string;
|
|
1909
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
1910
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
1911
|
+
"ui.editCourse.tab.requests.title": string;
|
|
1912
|
+
"ui.editCourse.tab.users": string;
|
|
1913
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
1914
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
1915
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
1916
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
1917
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
1918
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
1919
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
1920
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
1921
|
+
"ui.editCourse.tab.users.table.snackbar.removed": string;
|
|
1922
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
1923
|
+
"ui.editCourse.tab.users.title": string;
|
|
1369
1924
|
"ui.event.see": string;
|
|
1370
1925
|
"ui.event.inProgress": string;
|
|
1371
1926
|
"ui.event.finished": string;
|
|
@@ -1379,6 +1934,7 @@ declare const locales: {
|
|
|
1379
1934
|
"ui.eventHeader.user.manager": string;
|
|
1380
1935
|
"ui.eventHeader.inProgress": string;
|
|
1381
1936
|
"ui.eventHeader.finished": string;
|
|
1937
|
+
"ui.eventHeader.paid": string;
|
|
1382
1938
|
"ui.events.myEvents.title": string;
|
|
1383
1939
|
"ui.events.allEvents.title": string;
|
|
1384
1940
|
"ui.events.filterByName": string;
|
|
@@ -1500,6 +2056,78 @@ declare const locales: {
|
|
|
1500
2056
|
"ui.eventSubscribeButton.notGoing": string;
|
|
1501
2057
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
1502
2058
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
2059
|
+
"ui.course.privacy.private": string;
|
|
2060
|
+
"ui.course.privacy.open": string;
|
|
2061
|
+
"ui.course.privacy.secret": string;
|
|
2062
|
+
"ui.course.privacy.draft": string;
|
|
2063
|
+
"ui.course.enroll": string;
|
|
2064
|
+
"ui.course.completed": string;
|
|
2065
|
+
"ui.course.completion.percentage": string;
|
|
2066
|
+
"ui.course.see": string;
|
|
2067
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
2068
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
2069
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
2070
|
+
"ui.courseForm.edit.title.general": string;
|
|
2071
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
2072
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
2073
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
2074
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
2075
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
2076
|
+
"ui.courseForm.edit.publication.title": string;
|
|
2077
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
2078
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
2079
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
2080
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
2081
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
2082
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
2083
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
2084
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
2085
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
2086
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
2087
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
2088
|
+
"ui.courseForm.edit.action.save": string;
|
|
2089
|
+
"ui.courseForm.button.next": string;
|
|
2090
|
+
"ui.courseForm.button.create": string;
|
|
2091
|
+
"ui.courseForm.title.general": string;
|
|
2092
|
+
"ui.courseForm.title.customization": string;
|
|
2093
|
+
"ui.courseForm.title.edit": string;
|
|
2094
|
+
"ui.courseForm.self-paced.title": string;
|
|
2095
|
+
"ui.courseForm.self-paced.info": string;
|
|
2096
|
+
"ui.courseForm.scheduled.title": string;
|
|
2097
|
+
"ui.courseForm.scheduled.info": string;
|
|
2098
|
+
"ui.courseForm.structured.title": string;
|
|
2099
|
+
"ui.courseForm.structured.info": string;
|
|
2100
|
+
"ui.courseForm.name.placeholder": string;
|
|
2101
|
+
"ui.courseForm.description.placeholder": string;
|
|
2102
|
+
"ui.courseForm.required": string;
|
|
2103
|
+
"ui.courseForm.date.placeholder": string;
|
|
2104
|
+
"ui.courseForm.date.title": string;
|
|
2105
|
+
"ui.courseForm.time.placeholder": string;
|
|
2106
|
+
"ui.courseForm.time.title": string;
|
|
2107
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
2108
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
2109
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
2110
|
+
"ui.courseForm.category.placeholder": string;
|
|
2111
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
2112
|
+
"ui.courseForm.name.error.unique": string;
|
|
2113
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
2114
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
2115
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
2116
|
+
"ui.courseJoinButton.join": string;
|
|
2117
|
+
"ui.courseJoinButton.leave": string;
|
|
2118
|
+
"ui.courseJoinButton.accept": string;
|
|
2119
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
2120
|
+
"ui.courses.empty.title": string;
|
|
2121
|
+
"ui.courses.empty.info": string;
|
|
2122
|
+
"ui.courses.noMore": string;
|
|
2123
|
+
"ui.courses.filterByManagedByMe": string;
|
|
2124
|
+
"ui.courses.filterByName": string;
|
|
2125
|
+
"ui.courses.filterByMine": string;
|
|
2126
|
+
"ui.courses.endMessage": string;
|
|
2127
|
+
"ui.courseParticipantsButton.participants": string;
|
|
2128
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
2129
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
2130
|
+
"ui.createCourseButton": string;
|
|
1503
2131
|
"ui.createEventButton": string;
|
|
1504
2132
|
"ui.createGroupButton": string;
|
|
1505
2133
|
"ui.editEventButton": string;
|
|
@@ -1605,6 +2233,7 @@ declare const locales: {
|
|
|
1605
2233
|
"ui.groupHeader.visibility.public": string;
|
|
1606
2234
|
"ui.groupHeader.visibility.visible": string;
|
|
1607
2235
|
"ui.groupHeader.visibility.hidden": string;
|
|
2236
|
+
"ui.groupHeader.paid": string;
|
|
1608
2237
|
"ui.groupInvitedWidget.title": string;
|
|
1609
2238
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
1610
2239
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1619,6 +2248,7 @@ declare const locales: {
|
|
|
1619
2248
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
1620
2249
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
1621
2250
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
2251
|
+
"ui.groupRequestsWidget.noRequests": string;
|
|
1622
2252
|
"ui.groups.noGroups.title": string;
|
|
1623
2253
|
"ui.groups.noGroups.title.onlyStaff": string;
|
|
1624
2254
|
"ui.groups.noGroups.subtitle.onlyStaff": string;
|
|
@@ -1692,6 +2322,36 @@ declare const locales: {
|
|
|
1692
2322
|
"ui.inlineComposerWidget.success": string;
|
|
1693
2323
|
"ui.inviteUserEventButton.invite": string;
|
|
1694
2324
|
"ui.inviteUserEventButton.remove": string;
|
|
2325
|
+
"ui.lessonAppbar.button.save": string;
|
|
2326
|
+
"ui.lessonDrawer.comments": string;
|
|
2327
|
+
"ui.lessonDrawer.lessons": string;
|
|
2328
|
+
"ui.lessonDrawer.settings": string;
|
|
2329
|
+
"ui.lessonEditForm.button.save": string;
|
|
2330
|
+
"ui.lessonEditForm.status.title": string;
|
|
2331
|
+
"ui.lessonEditForm.status.draft": string;
|
|
2332
|
+
"ui.lessonEditForm.status.published": string;
|
|
2333
|
+
"ui.lessonEditForm.settings.title": string;
|
|
2334
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
2335
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
2336
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
2337
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
2338
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
2339
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
2340
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
2341
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
2342
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
2343
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
2344
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
2345
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
2346
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
2347
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
2348
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
2349
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
2350
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
2351
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
2352
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
2353
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
2354
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
1695
2355
|
"ui.locationAutocomplete.empty": string;
|
|
1696
2356
|
"ui.locationAutocomplete.label": string;
|
|
1697
2357
|
"ui.locationAutocomplete.title": string;
|
|
@@ -1713,6 +2373,7 @@ declare const locales: {
|
|
|
1713
2373
|
"ui.navigationSettingsIconButton.communityTour": string;
|
|
1714
2374
|
"ui.navigationSettingsIconButton.connections": string;
|
|
1715
2375
|
"ui.navigationSettingsIconButton.discussionsFollowed": string;
|
|
2376
|
+
"ui.navigationSettingsIconButton.discussionsScheduled": string;
|
|
1716
2377
|
"ui.navigationSettingsIconButton.followers": string;
|
|
1717
2378
|
"ui.navigationSettingsIconButton.followings": string;
|
|
1718
2379
|
"ui.navigationSettingsIconButton.interests": string;
|
|
@@ -1722,10 +2383,13 @@ declare const locales: {
|
|
|
1722
2383
|
"ui.navigationSettingsIconButton.onboarding": string;
|
|
1723
2384
|
"ui.navigationSettingsIconButton.platform": string;
|
|
1724
2385
|
"ui.navigationSettingsIconButton.posts": string;
|
|
2386
|
+
"ui.navigationSettingsIconButton.postsScheduled": string;
|
|
1725
2387
|
"ui.navigationSettingsIconButton.postsFollowed": string;
|
|
1726
2388
|
"ui.navigationSettingsIconButton.privateMessages": string;
|
|
1727
2389
|
"ui.navigationSettingsIconButton.profile": string;
|
|
1728
2390
|
"ui.navigationSettingsIconButton.settings": string;
|
|
2391
|
+
"ui.navigationSettingsIconButton.historyOrders": string;
|
|
2392
|
+
"ui.navigationSettingsIconButton.myPaymentMethods": string;
|
|
1729
2393
|
"ui.notification.collapsedFor.collapsedForAdvertising": string;
|
|
1730
2394
|
"ui.notification.collapsedFor.collapsedForAdvertisingSnippet": string;
|
|
1731
2395
|
"ui.notification.collapsedFor.collapsedForAggressive": string;
|
|
@@ -1782,6 +2446,13 @@ declare const locales: {
|
|
|
1782
2446
|
"ui.notification.user_requested_to_join_event": string;
|
|
1783
2447
|
"ui.notification.user_accepted_to_join_event": string;
|
|
1784
2448
|
"ui.notification.user_added_to_event": string;
|
|
2449
|
+
"ui.notification.course.button.see": string;
|
|
2450
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
2451
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
2452
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
2453
|
+
"ui.notification.course.user_added_to_course": string;
|
|
2454
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
2455
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
1785
2456
|
"ui.notification.event.button.see": string;
|
|
1786
2457
|
"ui.notification.event.button.accept": string;
|
|
1787
2458
|
"ui.notification.event.button.accepted": string;
|
|
@@ -1789,6 +2460,7 @@ declare const locales: {
|
|
|
1789
2460
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
1790
2461
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
1791
2462
|
"ui.notification.event.user_added_to_event": string;
|
|
2463
|
+
"ui.notification.event.user_commented_a_course_lesson": string;
|
|
1792
2464
|
"ui.notification.event.privacy.public": string;
|
|
1793
2465
|
"ui.notification.event.privacy.private": string;
|
|
1794
2466
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1944,6 +2616,8 @@ declare const locales: {
|
|
|
1944
2616
|
"ui.shared.eventActionsMenu.dialog.msg": string;
|
|
1945
2617
|
"ui.shared.copyTextField.textToCopy": string;
|
|
1946
2618
|
"ui.shared.copyTextField.textCopied": string;
|
|
2619
|
+
"ui.shared.hiddenPurchasableContent.title": string;
|
|
2620
|
+
"ui.shared.hiddenPurchasableContent.content": string;
|
|
1947
2621
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
1948
2622
|
"ui.snippetNotifications.noNotifications": string;
|
|
1949
2623
|
"ui.suggestedEventsWidget.title": string;
|
|
@@ -1957,6 +2631,10 @@ declare const locales: {
|
|
|
1957
2631
|
"ui.userActionIconButton.show": string;
|
|
1958
2632
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1959
2633
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2634
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2635
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2636
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2637
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1960
2638
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1961
2639
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1962
2640
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -2188,6 +2866,170 @@ declare const locales: {
|
|
|
2188
2866
|
"ui.upScalingTierBadge.goFeature": string;
|
|
2189
2867
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
2190
2868
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
2869
|
+
"ui.buyButton.buy": string;
|
|
2870
|
+
"ui.buyButton.buyEvent": string;
|
|
2871
|
+
"ui.buyButton.buyGroup": string;
|
|
2872
|
+
"ui.buyButton.buyCategory": string;
|
|
2873
|
+
"ui.buyButton.buyCourse": string;
|
|
2874
|
+
"ui.buyButton.purchased": string;
|
|
2875
|
+
"ui.buyButton.subscribed": string;
|
|
2876
|
+
"ui.buyButton.disabled": string;
|
|
2877
|
+
"ui.buyButton.free": string;
|
|
2878
|
+
"ui.paywalls.priceNotIncluded": string;
|
|
2879
|
+
"ui.paywalls.contentPurchasedAt": string;
|
|
2880
|
+
"ui.paywallsDialog.title": string;
|
|
2881
|
+
"ui.paywallsDialog.title.purchased": string;
|
|
2882
|
+
"ui.paymentProduct.action.buy": string;
|
|
2883
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
2884
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
2885
|
+
"ui.paymentProduct.action.purchased": string;
|
|
2886
|
+
"ui.paymentProduct.action.purchasedAt": string;
|
|
2887
|
+
"ui.paymentProduct.price.day": string;
|
|
2888
|
+
"ui.paymentProduct.price.week": string;
|
|
2889
|
+
"ui.paymentProduct.price.month": string;
|
|
2890
|
+
"ui.paymentProduct.price.year": string;
|
|
2891
|
+
"ui.checkout.contentDesc.title": string;
|
|
2892
|
+
"ui.checkout.contentDesc.subTitle": string;
|
|
2893
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2894
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2895
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2896
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2897
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2898
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2899
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2900
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2901
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2902
|
+
"ui.checkout.paymentOrder": string;
|
|
2903
|
+
"ui.checkoutReturnDialog.title": string;
|
|
2904
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
2905
|
+
"ui.checkoutReturnDialog.buy": string;
|
|
2906
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
2907
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
2908
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
2909
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
2910
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
2911
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
2912
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
2913
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
2914
|
+
"ui.checkoutReturnDialog.event.button": string;
|
|
2915
|
+
"ui.checkoutReturnDialog.category.button": string;
|
|
2916
|
+
"ui.checkoutReturnDialog.community.button": string;
|
|
2917
|
+
"ui.checkoutReturnDialog.group.button": string;
|
|
2918
|
+
"ui.checkoutReturnDialog.course.button": string;
|
|
2919
|
+
"ui.paymentDetailDialog.title": string;
|
|
2920
|
+
"ui.paymentDetailDialog.content": string;
|
|
2921
|
+
"ui.paymentOrders.number": string;
|
|
2922
|
+
"ui.paymentOrders.contentType": string;
|
|
2923
|
+
"ui.paymentOrders.content": string;
|
|
2924
|
+
"ui.paymentOrders.price": string;
|
|
2925
|
+
"ui.paymentOrders.createdAt": string;
|
|
2926
|
+
"ui.paymentOrders.expired_at": string;
|
|
2927
|
+
"ui.paymentOrders.status": string;
|
|
2928
|
+
"ui.paymentOrders.status.paid": string;
|
|
2929
|
+
"ui.paymentOrders.actions": string;
|
|
2930
|
+
"ui.paymentOrders.actions.pay": string;
|
|
2931
|
+
"ui.paymentOrders.noOrders": string;
|
|
2932
|
+
"ui.paymentOrders.search": string;
|
|
2933
|
+
"ui.paymentOrders.contentTypeFilter": string;
|
|
2934
|
+
"ui.paymentOrders.contentType.course": string;
|
|
2935
|
+
"ui.paymentOrders.contentType.community": string;
|
|
2936
|
+
"ui.paymentOrders.contentType.event": string;
|
|
2937
|
+
"ui.paymentOrders.contentType.group": string;
|
|
2938
|
+
"ui.paymentOrders.contentType.all": string;
|
|
2939
|
+
"ui.paymentOrders.dateFrom": string;
|
|
2940
|
+
"ui.paymentOrders.dateTo": string;
|
|
2941
|
+
"ui.paymentOrders.picker.cancel": string;
|
|
2942
|
+
"ui.paymentOrders.picker.clear": string;
|
|
2943
|
+
"ui.paymentOrders.picker.date": string;
|
|
2944
|
+
"ui.createPaymentProductForm.title": string;
|
|
2945
|
+
"ui.createPaymentProductForm.name": string;
|
|
2946
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
2947
|
+
"ui.createPaymentProductForm.description": string;
|
|
2948
|
+
"ui.createPaymentProductForm.price": string;
|
|
2949
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
2950
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
2951
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
2952
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
2953
|
+
"ui.createPaymentProductForm.error": string;
|
|
2954
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
2955
|
+
"ui.paywallsConfigurator.free": string;
|
|
2956
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
2957
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
2958
|
+
"ui.paywallsConfigurator.paid": string;
|
|
2959
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
2960
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
2961
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
2962
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
2963
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
2964
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
2965
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
2966
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
2967
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
2968
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
2969
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
2970
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
2971
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
2972
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
2973
|
+
"ui.paywallsConfigurator.openPriceslist": string;
|
|
2974
|
+
"ui.userBillingInfo.infoLabel": string;
|
|
2975
|
+
"ui.userBillingInfo.name": string;
|
|
2976
|
+
"ui.userBillingInfo.phone": string;
|
|
2977
|
+
"ui.userBillingInfo.company": string;
|
|
2978
|
+
"ui.userBillingInfo.address1": string;
|
|
2979
|
+
"ui.userBillingInfo.address2": string;
|
|
2980
|
+
"ui.userBillingInfo.postalCode": string;
|
|
2981
|
+
"ui.userBillingInfo.city": string;
|
|
2982
|
+
"ui.userBillingInfo.state": string;
|
|
2983
|
+
"ui.userBillingInfo.country": string;
|
|
2984
|
+
"ui.userBillingInfo.taxCode": string;
|
|
2985
|
+
"ui.userBillingInfo.accountBusiness": string;
|
|
2986
|
+
"ui.userBillingInfo.taxId": string;
|
|
2987
|
+
"ui.userBillingInfo.taxCheckPending": string;
|
|
2988
|
+
"ui.userBillingInfo.taxCheckWarning": string;
|
|
2989
|
+
"ui.userBillingInfo.sdi": string;
|
|
2990
|
+
"ui.userBillingInfo.pec": string;
|
|
2991
|
+
"ui.userBillingInfo.field.optional": string;
|
|
2992
|
+
"ui.userBillingInfo.requiredFormat": string;
|
|
2993
|
+
"ui.userBillingInfo.error": string;
|
|
2994
|
+
"ui.userBillingInfo.errors": string;
|
|
2995
|
+
"ui.userBillingInfo.vatError": string;
|
|
2996
|
+
"ui.userBillingInfo.sdiPecError": string;
|
|
2997
|
+
"ui.userBillingInfo.pecError": string;
|
|
2998
|
+
"ui.userBillingInfo.save": string;
|
|
2999
|
+
"ui.userBillingInfo.back": string;
|
|
3000
|
+
"ui.userBillingInfo.noInfo": string;
|
|
3001
|
+
"ui.userPaymentMethods.btnAdd": string;
|
|
3002
|
+
"ui.userPaymentMethods.typeMethod": string;
|
|
3003
|
+
"ui.userPaymentMethods.brand": string;
|
|
3004
|
+
"ui.userPaymentMethods.expiration": string;
|
|
3005
|
+
"ui.userPaymentMethods.billingDetails": string;
|
|
3006
|
+
"ui.userPaymentMethods.default": string;
|
|
3007
|
+
"ui.userPaymentMethods.actions": string;
|
|
3008
|
+
"ui.userPaymentMethods.btnRemove": string;
|
|
3009
|
+
"ui.userPaymentMethods.noPaymentMethods": string;
|
|
3010
|
+
"ui.userPaymentMethods.error.unableToRemoveMethod": string;
|
|
3011
|
+
"ui.userPaymentMethods.error.unableToUpdateMethod": string;
|
|
3012
|
+
"ui.userPaymentMethods.error.unableToManageMethod": string;
|
|
3013
|
+
"ui.userPaymentMethods.error.unableToRemoveMethodSubscription": string;
|
|
3014
|
+
"ui.userPaymentMethods.error.unableToSetMethodAsDefault": string;
|
|
3015
|
+
"ui.userPaymentMethods.methodRemoved": string;
|
|
3016
|
+
"ui.userPaymentMethods.methodUpdated": string;
|
|
3017
|
+
"ui.userPaymentMethods.methodDefaultConfigured": string;
|
|
3018
|
+
"ui.userPaymentMethods.methodDefaultRemoved": string;
|
|
3019
|
+
"ui.userPaymentMethods.dialog.confirmDeleteTitle": string;
|
|
3020
|
+
"ui.userPaymentMethods.dialog.confirmDeleteDescription": string;
|
|
3021
|
+
"ui.userChangeAddressDialog.title": string;
|
|
3022
|
+
"ui.userAddPaymentMethodDialog.title": string;
|
|
3023
|
+
"ui.userAddPaymentMethodForm.useDefaultMethod": string;
|
|
3024
|
+
"ui.userAddPaymentMethodForm.addButton": string;
|
|
3025
|
+
"ui.userAddPaymentMethodForm.cancelButton": string;
|
|
3026
|
+
"ui.paymentOrder.buy": string;
|
|
3027
|
+
"ui.paymentOrder.date": string;
|
|
3028
|
+
"ui.paymentOrder.price": string;
|
|
3029
|
+
"ui.paymentOrder.status": string;
|
|
3030
|
+
"ui.paymentOrder.status.paid": string;
|
|
3031
|
+
"ui.paymentOrder.ticket.view": string;
|
|
3032
|
+
"ui.paymentOrderPdfButton.disabled": string;
|
|
2191
3033
|
};
|
|
2192
3034
|
};
|
|
2193
3035
|
export default locales;
|