@selfcommunity/react-i18n 0.7.7-alpha.5 → 0.7.7-payments.143
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 +487 -0
- package/lib/cjs/locales/en.json +256 -13
- package/lib/cjs/locales/it.json +255 -11
- package/lib/esm/index.d.ts +487 -0
- package/lib/esm/locales/en.json +256 -13
- package/lib/esm/locales/it.json +255 -11
- package/lib/types/index.d.ts +487 -0
- package/lib/types/locales/en.json +256 -13
- package/lib/types/locales/it.json +255 -11
- 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,7 @@ 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;
|
|
10
11
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
11
12
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
12
13
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -73,10 +74,20 @@ declare const locales: {
|
|
|
73
74
|
"ui.accountChangeMailValidation.error": string;
|
|
74
75
|
"ui.accountChangeMailValidation.success": string;
|
|
75
76
|
"ui.accountChangeMailValidation.verifying": string;
|
|
77
|
+
"ui.addUserButton.autocomplete.loading": string;
|
|
78
|
+
"ui.addUserButton.autocomplete.noResults": string;
|
|
79
|
+
"ui.addUserButton.dialog.confirm": string;
|
|
80
|
+
"ui.addUserButton.dialog.searchBar.placeholder": string;
|
|
81
|
+
"ui.addUserButton.dialog.title": string;
|
|
76
82
|
"ui.appBar.navigation.login": string;
|
|
77
83
|
"ui.appBar.navigation.register": string;
|
|
78
84
|
"ui.composerIconButton.composer.success": string;
|
|
79
85
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
86
|
+
"ui.composerIconButton.list.content": string;
|
|
87
|
+
"ui.composerIconButton.list.course": string;
|
|
88
|
+
"ui.composerIconButton.list.event": string;
|
|
89
|
+
"ui.composerIconButton.list.group": string;
|
|
90
|
+
"ui.composerIconButton.list.liveStream": string;
|
|
80
91
|
"ui.baseDialog.button.close": string;
|
|
81
92
|
"ui.broadcastMessages.loadMore": string;
|
|
82
93
|
"ui.broadcastMessages.message.chip": string;
|
|
@@ -266,6 +277,101 @@ declare const locales: {
|
|
|
266
277
|
"ui.contributionActionMenu.vulgar": string;
|
|
267
278
|
"ui.createEvent.title": string;
|
|
268
279
|
"ui.createEvent.description": string;
|
|
280
|
+
"ui.course.accordionLessons.empty": string;
|
|
281
|
+
"ui.course.completedDialog.btn.label": string;
|
|
282
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
283
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
284
|
+
"ui.course.completedDialog.title": string;
|
|
285
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
286
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
287
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
288
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
289
|
+
"ui.course.dashboard.student.button.request": string;
|
|
290
|
+
"ui.course.dashboard.student.button.start": string;
|
|
291
|
+
"ui.course.dashboard.student.completed": string;
|
|
292
|
+
"ui.course.dashboard.student.contents": string;
|
|
293
|
+
"ui.course.dashboard.student.description": string;
|
|
294
|
+
"ui.course.dashboard.student.progress": string;
|
|
295
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
296
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
297
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
298
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
299
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
300
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
301
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
302
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
303
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
304
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
305
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
306
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
307
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
308
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
309
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
310
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
311
|
+
"ui.course.label": string;
|
|
312
|
+
"ui.course.status.new": string;
|
|
313
|
+
"ui.course.status.published": string;
|
|
314
|
+
"ui.course.status.completed": string;
|
|
315
|
+
"ui.course.status.draft": string;
|
|
316
|
+
"ui.course.table.lessons.title": string;
|
|
317
|
+
"ui.course.table.sections.title": string;
|
|
318
|
+
"ui.course.type": string;
|
|
319
|
+
"ui.course.type.self-paced": string;
|
|
320
|
+
"ui.course.type.scheduled": string;
|
|
321
|
+
"ui.course.type.structured": string;
|
|
322
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
323
|
+
"ui.courseUsersTable.btn.label": string;
|
|
324
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
325
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
326
|
+
"ui.courseUsersTable.dialog.info.text1: ": string;
|
|
327
|
+
"ui.courseUsersTable.dialog.info.text2: ": string;
|
|
328
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
329
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
330
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
331
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
332
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
333
|
+
"ui.editCourse.tab.customize": string;
|
|
334
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
335
|
+
"ui.editCourse.tab.lessons": string;
|
|
336
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
337
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
338
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
339
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
340
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
341
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
342
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
343
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
344
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
345
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
346
|
+
"ui.editCourse.tab.lessons.table.menu.view": string;
|
|
347
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
348
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
349
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
350
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
351
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
352
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
353
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
354
|
+
"ui.editCourse.tab.options": string;
|
|
355
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
356
|
+
"ui.editCourse.tab.options.description": string;
|
|
357
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
358
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
359
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
360
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
361
|
+
"ui.editCourse.tab.requests": string;
|
|
362
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
363
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
364
|
+
"ui.editCourse.tab.requests.title": string;
|
|
365
|
+
"ui.editCourse.tab.users": string;
|
|
366
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
367
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
368
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
369
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
370
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
371
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
372
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
373
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
374
|
+
"ui.editCourse.tab.users.title": string;
|
|
269
375
|
"ui.event.see": string;
|
|
270
376
|
"ui.event.inProgress": string;
|
|
271
377
|
"ui.eventHeader.visibility.private": string;
|
|
@@ -396,6 +502,78 @@ declare const locales: {
|
|
|
396
502
|
"ui.eventSubscribeButton.notGoing": string;
|
|
397
503
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
398
504
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
505
|
+
"ui.course.privacy.private": string;
|
|
506
|
+
"ui.course.privacy.open": string;
|
|
507
|
+
"ui.course.privacy.secret": string;
|
|
508
|
+
"ui.course.privacy.draft": string;
|
|
509
|
+
"ui.course.enroll": string;
|
|
510
|
+
"ui.course.completed": string;
|
|
511
|
+
"ui.course.completion.percentage": string;
|
|
512
|
+
"ui.course.see": string;
|
|
513
|
+
"ui.course.see.preview": string;
|
|
514
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
515
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
516
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
517
|
+
"ui.courseForm.edit.title.general": string;
|
|
518
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
519
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
520
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
521
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
522
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
523
|
+
"ui.courseForm.edit.publication.title": string;
|
|
524
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
525
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
526
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
527
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
528
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
529
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
530
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
531
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
532
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
533
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
534
|
+
"ui.courseForm.edit.action.save": string;
|
|
535
|
+
"ui.courseForm.button.next": string;
|
|
536
|
+
"ui.courseForm.button.create": string;
|
|
537
|
+
"ui.courseForm.title.general": string;
|
|
538
|
+
"ui.courseForm.title.customization": string;
|
|
539
|
+
"ui.courseForm.title.edit": string;
|
|
540
|
+
"ui.courseForm.self-paced.title": string;
|
|
541
|
+
"ui.courseForm.self-paced.info": string;
|
|
542
|
+
"ui.courseForm.structured.title": string;
|
|
543
|
+
"ui.courseForm.structured.info": string;
|
|
544
|
+
"ui.courseForm.scheduled.title": string;
|
|
545
|
+
"ui.courseForm.scheduled.info": string;
|
|
546
|
+
"ui.courseForm.name.placeholder": string;
|
|
547
|
+
"ui.courseForm.description.placeholder": string;
|
|
548
|
+
"ui.courseForm.date.placeholder": string;
|
|
549
|
+
"ui.courseForm.date.title": string;
|
|
550
|
+
"ui.courseForm.time.placeholder": string;
|
|
551
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
552
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
553
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
554
|
+
"ui.courseForm.category.placeholder": string;
|
|
555
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
556
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
557
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
558
|
+
"ui.courseJoinButton.join": string;
|
|
559
|
+
"ui.courseJoinButton.leave": string;
|
|
560
|
+
"ui.courseJoinButton.accept": string;
|
|
561
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
562
|
+
"ui.courses.empty.title": string;
|
|
563
|
+
"ui.courses.empty.info": string;
|
|
564
|
+
"ui.courses.noMore": string;
|
|
565
|
+
"ui.courses.filterByCreatedByMe": string;
|
|
566
|
+
"ui.courses.filterByName": string;
|
|
567
|
+
"ui.courses.filterByCoursesForMe": string;
|
|
568
|
+
"ui.courses.button.seeMore": string;
|
|
569
|
+
"ui.courseStatus.new": string;
|
|
570
|
+
"ui.courseStatus.draft": string;
|
|
571
|
+
"ui.courseStatus.published": string;
|
|
572
|
+
"ui.courseStatus.concluded": string;
|
|
573
|
+
"ui.courseParticipantsButton.participants": string;
|
|
574
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
575
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
576
|
+
"ui.createCourseButton": string;
|
|
399
577
|
"ui.createGroupButton": string;
|
|
400
578
|
"ui.createEventButton": string;
|
|
401
579
|
"ui.editEventButton": string;
|
|
@@ -586,8 +764,38 @@ declare const locales: {
|
|
|
586
764
|
"ui.infoEventWidget.title": string;
|
|
587
765
|
"ui.inlineComposerWidget.label": string;
|
|
588
766
|
"ui.inlineComposerWidget.success": string;
|
|
767
|
+
"ui.lessonAppbar.button.save": string;
|
|
768
|
+
"ui.lessonDrawer.comments": string;
|
|
769
|
+
"ui.lessonDrawer.lessons": string;
|
|
770
|
+
"ui.lessonDrawer.settings": string;
|
|
771
|
+
"ui.lessonEditForm.button.save": string;
|
|
772
|
+
"ui.lessonEditForm.status.title": string;
|
|
773
|
+
"ui.lessonEditForm.status.draft": string;
|
|
774
|
+
"ui.lessonEditForm.status.published": string;
|
|
775
|
+
"ui.lessonEditForm.settings.title": string;
|
|
776
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
589
777
|
"ui.inviteUserEventButton.invite": string;
|
|
590
778
|
"ui.inviteUserEventButton.remove": string;
|
|
779
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
780
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
781
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
782
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
783
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
784
|
+
"ui.lessonObject.button.complete": string;
|
|
785
|
+
"ui.lessonObject.button.completed": string;
|
|
786
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
787
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
788
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
789
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
790
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
791
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
792
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
793
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
794
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
795
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
796
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
797
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
798
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
591
799
|
"ui.locationAutocomplete.empty": string;
|
|
592
800
|
"ui.locationAutocomplete.label": string;
|
|
593
801
|
"ui.locationAutocomplete.title": string;
|
|
@@ -975,6 +1183,7 @@ declare const locales: {
|
|
|
975
1183
|
"ui.createEventButton.goLive": string;
|
|
976
1184
|
"ui.createLivestreamDialog.title": string;
|
|
977
1185
|
"ui.createLivestreamDialog.title.edit": string;
|
|
1186
|
+
"ui.createLivestreamDialog.button.back": string;
|
|
978
1187
|
"ui.createLivestreamDialog.button.create": string;
|
|
979
1188
|
"ui.createLivestreamDialog.button.edit": string;
|
|
980
1189
|
"ui.voteAudienceButton.dialog.end": string;
|
|
@@ -1008,6 +1217,7 @@ declare const locales: {
|
|
|
1008
1217
|
"ui.liveStreamForm.view.label": string;
|
|
1009
1218
|
"ui.liveStreamForm.view.gallery": string;
|
|
1010
1219
|
"ui.liveStreamForm.view.speaker": string;
|
|
1220
|
+
"ui.liveStreamForm.selector.title": string;
|
|
1011
1221
|
"ui.liveStreamForm.selector.scheduleLiveEvent": string;
|
|
1012
1222
|
"ui.liveStreamForm.selector.scheduleLiveEventItem1": string;
|
|
1013
1223
|
"ui.liveStreamForm.selector.scheduleLiveEventItem2": string;
|
|
@@ -1058,12 +1268,45 @@ declare const locales: {
|
|
|
1058
1268
|
"ui.liveStreamRoom.participantTileActions.banRoomUser": string;
|
|
1059
1269
|
"ui.liveStreamRoom.live.terminate": string;
|
|
1060
1270
|
"ui.liveStreamRoom.live.terminatePermanently": string;
|
|
1271
|
+
"ui.liveStreamRoom.noParticipants": string;
|
|
1272
|
+
"ui.liveStreamRoom.controlBar.microphone": string;
|
|
1273
|
+
"ui.liveStreamRoom.controlBar.camera": string;
|
|
1274
|
+
"ui.liveStreamRoom.controlBar.chat": string;
|
|
1275
|
+
"ui.liveStreamRoom.controlBar.shareScreen": string;
|
|
1276
|
+
"ui.liveStreamRoom.controlBar.stopShareScreen": string;
|
|
1277
|
+
"ui.liveStreamRoom.controlBar.settings": string;
|
|
1278
|
+
"ui.liveStreamRoom.controlBar.leave": string;
|
|
1279
|
+
"ui.liveStreamRoom.settingsMenu.visualEffect": string;
|
|
1280
|
+
"ui.liveStreamRoom.settingsMenu.visualEffect.blurEffect": string;
|
|
1281
|
+
"ui.liveStreamRoom.settingsMenu.recordMeeting": string;
|
|
1282
|
+
"ui.liveStreamRoom.settingsMenu.currentlyBeingRecorded": string;
|
|
1283
|
+
"ui.liveStreamRoom.settingsMenu.noActiveRecording": string;
|
|
1284
|
+
"ui.liveStreamRoom.settingsMenu.startRecording": string;
|
|
1285
|
+
"ui.liveStreamRoom.settingsMenu.stopRecording": string;
|
|
1286
|
+
"ui.liveStreamRoom.errorApplyVideoEffect": string;
|
|
1061
1287
|
"ui.upScalingTierBadge.go": string;
|
|
1062
1288
|
"ui.upScalingTierBadge.professional": string;
|
|
1063
1289
|
"ui.upScalingTierBadge.enterprise": string;
|
|
1064
1290
|
"ui.upScalingTierBadge.goFeature": string;
|
|
1065
1291
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
1066
1292
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
1293
|
+
"ui.buyButton.buy": string;
|
|
1294
|
+
"ui.buyButton.buyEvent": string;
|
|
1295
|
+
"ui.buyButton.buyGroup": string;
|
|
1296
|
+
"ui.buyButton.buyCategory": string;
|
|
1297
|
+
"ui.buyButton.buyCourse": string;
|
|
1298
|
+
"ui.buyButton.purchased": string;
|
|
1299
|
+
"ui.buyButton.subscribed": string;
|
|
1300
|
+
"ui.paymentProductsDialog.title": string;
|
|
1301
|
+
"ui.paymentProduct.action.buy": string;
|
|
1302
|
+
"ui.checkoutSuccessDialog.title": string;
|
|
1303
|
+
"ui.checkoutSuccessDialog.buy": string;
|
|
1304
|
+
"ui.checkoutSuccessDialog.event.button": string;
|
|
1305
|
+
"ui.checkoutSuccessDialog.category.button": string;
|
|
1306
|
+
"ui.checkoutSuccessDialog.group.button": string;
|
|
1307
|
+
"ui.checkoutSuccessDialog.course.button": string;
|
|
1308
|
+
"ui.paymentDetailDialog.title": string;
|
|
1309
|
+
"ui.paymentDetailDialog.content": string;
|
|
1067
1310
|
};
|
|
1068
1311
|
it: {
|
|
1069
1312
|
"templates.feedObjectDetail.contributionNotFound": string;
|
|
@@ -1073,6 +1316,7 @@ declare const locales: {
|
|
|
1073
1316
|
"templates.groupFeed.tab.members.label": string;
|
|
1074
1317
|
"templates.groupFeed.tab.messages.label": string;
|
|
1075
1318
|
"templates.eventFeed.composer.label": string;
|
|
1319
|
+
"templates.lesson.number": string;
|
|
1076
1320
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
1077
1321
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
1078
1322
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1139,10 +1383,20 @@ declare const locales: {
|
|
|
1139
1383
|
"ui.accountChangeMailValidation.error": string;
|
|
1140
1384
|
"ui.accountChangeMailValidation.success": string;
|
|
1141
1385
|
"ui.accountChangeMailValidation.verifying": string;
|
|
1386
|
+
"ui.addUserButton.autocomplete.loading": string;
|
|
1387
|
+
"ui.addUserButton.autocomplete.noResults": string;
|
|
1388
|
+
"ui.addUserButton.dialog.confirm": string;
|
|
1389
|
+
"ui.addUserButton.dialog.searchBar.placeholder": string;
|
|
1390
|
+
"ui.addUserButton.dialog.title": string;
|
|
1142
1391
|
"ui.appBar.navigation.login": string;
|
|
1143
1392
|
"ui.appBar.navigation.register": string;
|
|
1144
1393
|
"ui.composerIconButton.composer.success": string;
|
|
1145
1394
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1395
|
+
"ui.composerIconButton.list.content": string;
|
|
1396
|
+
"ui.composerIconButton.list.course": string;
|
|
1397
|
+
"ui.composerIconButton.list.event": string;
|
|
1398
|
+
"ui.composerIconButton.list.group": string;
|
|
1399
|
+
"ui.composerIconButton.list.liveStream": string;
|
|
1146
1400
|
"ui.baseDialog.button.close": string;
|
|
1147
1401
|
"ui.broadcastMessages.loadMore": string;
|
|
1148
1402
|
"ui.broadcastMessages.message.chip": string;
|
|
@@ -1332,6 +1586,101 @@ declare const locales: {
|
|
|
1332
1586
|
"ui.contributionActionMenu.vulgar": string;
|
|
1333
1587
|
"ui.createEvent.title": string;
|
|
1334
1588
|
"ui.createEvent.description": string;
|
|
1589
|
+
"ui.course.accordionLessons.empty": string;
|
|
1590
|
+
"ui.course.completedDialog.btn.label": string;
|
|
1591
|
+
"ui.course.completedDialog.description.pt1": string;
|
|
1592
|
+
"ui.course.completedDialog.description.pt2": string;
|
|
1593
|
+
"ui.course.completedDialog.title": string;
|
|
1594
|
+
"ui.course.dashboard.header.user.creator": string;
|
|
1595
|
+
"ui.course.dashboard.student.button.cancel": string;
|
|
1596
|
+
"ui.course.dashboard.student.button.continue": string;
|
|
1597
|
+
"ui.course.dashboard.student.button.dashboard": string;
|
|
1598
|
+
"ui.course.dashboard.student.button.request": string;
|
|
1599
|
+
"ui.course.dashboard.student.button.start": string;
|
|
1600
|
+
"ui.course.dashboard.student.completed": string;
|
|
1601
|
+
"ui.course.dashboard.student.contents": string;
|
|
1602
|
+
"ui.course.dashboard.student.description": string;
|
|
1603
|
+
"ui.course.dashboard.student.progress": string;
|
|
1604
|
+
"ui.course.dashboard.student.progress.described": string;
|
|
1605
|
+
"ui.course.dashboard.student.progress.percentage": string;
|
|
1606
|
+
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1607
|
+
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1608
|
+
"ui.course.dashboard.teacher.btn.label": string;
|
|
1609
|
+
"ui.course.dashboard.teacher.info.completion": string;
|
|
1610
|
+
"ui.course.dashboard.teacher.info.students": string;
|
|
1611
|
+
"ui.course.dashboard.teacher.tab.comments": string;
|
|
1612
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": string;
|
|
1613
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": string;
|
|
1614
|
+
"ui.course.dashboard.teacher.tab.comments.number": string;
|
|
1615
|
+
"ui.course.dashboard.teacher.tab.students": string;
|
|
1616
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": string;
|
|
1617
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": string;
|
|
1618
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1619
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1620
|
+
"ui.course.label": string;
|
|
1621
|
+
"ui.course.status.new": string;
|
|
1622
|
+
"ui.course.status.published": string;
|
|
1623
|
+
"ui.course.status.completed": string;
|
|
1624
|
+
"ui.course.status.draft": string;
|
|
1625
|
+
"ui.course.table.lessons.title": string;
|
|
1626
|
+
"ui.course.table.sections.title": string;
|
|
1627
|
+
"ui.course.type": string;
|
|
1628
|
+
"ui.course.type.self-paced": string;
|
|
1629
|
+
"ui.course.type.structured": string;
|
|
1630
|
+
"ui.course.type.scheduled": string;
|
|
1631
|
+
"ui.courseUsersTable.action.btn.label": string;
|
|
1632
|
+
"ui.courseUsersTable.btn.label": string;
|
|
1633
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
1634
|
+
"ui.courseUsersTable.dialog.btn.label": string;
|
|
1635
|
+
"ui.courseUsersTable.dialog.info.text1": string;
|
|
1636
|
+
"ui.courseUsersTable.dialog.info.text2": string;
|
|
1637
|
+
"ui.courseUsersTable.dialog.title": string;
|
|
1638
|
+
"ui.courseUsersTable.empty.requests.title": string;
|
|
1639
|
+
"ui.courseUsersTable.empty.users.description": string;
|
|
1640
|
+
"ui.courseUsersTable.empty.users.title": string;
|
|
1641
|
+
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
1642
|
+
"ui.editCourse.tab.customize": string;
|
|
1643
|
+
"ui.editCourse.tab.customize.snackbar.save": string;
|
|
1644
|
+
"ui.editCourse.tab.lessons": string;
|
|
1645
|
+
"ui.editCourse.tab.lessons.status": string;
|
|
1646
|
+
"ui.editCourse.tab.lessons.table.empty.description": string;
|
|
1647
|
+
"ui.editCourse.tab.lessons.table.empty.title": string;
|
|
1648
|
+
"ui.editCourse.tab.lessons.table.header.actions": string;
|
|
1649
|
+
"ui.editCourse.tab.lessons.table.header.calendar": string;
|
|
1650
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": string;
|
|
1651
|
+
"ui.editCourse.tab.lessons.table.lesson": string;
|
|
1652
|
+
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
1653
|
+
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
1654
|
+
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
1655
|
+
"ui.editCourse.tab.lessons.table.menu.view": string;
|
|
1656
|
+
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
1657
|
+
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
1658
|
+
"ui.editCourse.tab.lessons.table.section": string;
|
|
1659
|
+
"ui.editCourse.tab.lessons.table.select.draft": string;
|
|
1660
|
+
"ui.editCourse.tab.lessons.table.select.published": string;
|
|
1661
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": string;
|
|
1662
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": string;
|
|
1663
|
+
"ui.editCourse.tab.options": string;
|
|
1664
|
+
"ui.editCourse.tab.options.button.save": string;
|
|
1665
|
+
"ui.editCourse.tab.options.description": string;
|
|
1666
|
+
"ui.editCourse.tab.options.notifications": string;
|
|
1667
|
+
"ui.editCourse.tab.options.notifications.description": string;
|
|
1668
|
+
"ui.editCourse.tab.options.permissions": string;
|
|
1669
|
+
"ui.editCourse.tab.options.permissions.description": string;
|
|
1670
|
+
"ui.editCourse.tab.requests": string;
|
|
1671
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": string;
|
|
1672
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": string;
|
|
1673
|
+
"ui.editCourse.tab.requests.title": string;
|
|
1674
|
+
"ui.editCourse.tab.users": string;
|
|
1675
|
+
"ui.editCourse.tab.users.addUsersButton.label": string;
|
|
1676
|
+
"ui.editCourse.tab.users.table.header.latestActivity": string;
|
|
1677
|
+
"ui.editCourse.tab.users.table.header.name": string;
|
|
1678
|
+
"ui.editCourse.tab.users.table.header.registration": string;
|
|
1679
|
+
"ui.editCourse.tab.users.table.header.role": string;
|
|
1680
|
+
"ui.editCourse.tab.users.table.select.creator": string;
|
|
1681
|
+
"ui.editCourse.tab.users.table.select.joined": string;
|
|
1682
|
+
"ui.editCourse.tab.users.table.select.manager": string;
|
|
1683
|
+
"ui.editCourse.tab.users.title": string;
|
|
1335
1684
|
"ui.event.see": string;
|
|
1336
1685
|
"ui.event.inProgress": string;
|
|
1337
1686
|
"ui.eventHeader.visibility.private": string;
|
|
@@ -1462,6 +1811,79 @@ declare const locales: {
|
|
|
1462
1811
|
"ui.eventSubscribeButton.notGoing": string;
|
|
1463
1812
|
"ui.eventSubscribeButton.requestParticipation": string;
|
|
1464
1813
|
"ui.eventSubscribeButton.waitingApproval": string;
|
|
1814
|
+
"ui.course.privacy.private": string;
|
|
1815
|
+
"ui.course.privacy.open": string;
|
|
1816
|
+
"ui.course.privacy.secret": string;
|
|
1817
|
+
"ui.course.privacy.draft": string;
|
|
1818
|
+
"ui.course.enroll": string;
|
|
1819
|
+
"ui.course.completed": string;
|
|
1820
|
+
"ui.course.completion.percentage": string;
|
|
1821
|
+
"ui.course.see": string;
|
|
1822
|
+
"ui.course.see.preview": string;
|
|
1823
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
1824
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
1825
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
1826
|
+
"ui.courseForm.edit.title.general": string;
|
|
1827
|
+
"ui.courseForm.edit.access.section.title": string;
|
|
1828
|
+
"ui.courseForm.edit.access.info.title": string;
|
|
1829
|
+
"ui.courseForm.edit.access.info.subtitle": string;
|
|
1830
|
+
"ui.courseForm.edit.access.info.access": string;
|
|
1831
|
+
"ui.courseForm.edit.access.info.visibility": string;
|
|
1832
|
+
"ui.courseForm.edit.publication.title": string;
|
|
1833
|
+
"ui.courseForm.edit.publication.subtitle": string;
|
|
1834
|
+
"ui.courseForm.edit.publication.option.open.title": string;
|
|
1835
|
+
"ui.courseForm.edit.publication.option.open.access": string;
|
|
1836
|
+
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
1837
|
+
"ui.courseForm.edit.publication.option.private.title": string;
|
|
1838
|
+
"ui.courseForm.edit.publication.option.private.access": string;
|
|
1839
|
+
"ui.courseForm.edit.publication.option.private.visibility": string;
|
|
1840
|
+
"ui.courseForm.edit.publication.option.secret.title": string;
|
|
1841
|
+
"ui.courseForm.edit.publication.option.secret.access": string;
|
|
1842
|
+
"ui.courseForm.edit.publication.option.secret.visibility": string;
|
|
1843
|
+
"ui.courseForm.edit.action.save": string;
|
|
1844
|
+
"ui.courseForm.button.next": string;
|
|
1845
|
+
"ui.courseForm.button.create": string;
|
|
1846
|
+
"ui.courseForm.title.general": string;
|
|
1847
|
+
"ui.courseForm.title.customization": string;
|
|
1848
|
+
"ui.courseForm.title.edit": string;
|
|
1849
|
+
"ui.courseForm.self-paced.title": string;
|
|
1850
|
+
"ui.courseForm.self-paced.info": string;
|
|
1851
|
+
"ui.courseForm.structured.title": string;
|
|
1852
|
+
"ui.courseForm.structured.info": string;
|
|
1853
|
+
"ui.courseForm.scheduled.title": string;
|
|
1854
|
+
"ui.courseForm.scheduled.info": string;
|
|
1855
|
+
"ui.courseForm.name.placeholder": string;
|
|
1856
|
+
"ui.courseForm.description.placeholder": string;
|
|
1857
|
+
"ui.courseForm.date.placeholder": string;
|
|
1858
|
+
"ui.courseForm.date.title": string;
|
|
1859
|
+
"ui.courseForm.time.placeholder": string;
|
|
1860
|
+
"ui.courseForm.time.title": string;
|
|
1861
|
+
"ui.courseForm.date.end.placeholder": string;
|
|
1862
|
+
"ui.courseForm.time.end.placeholder": string;
|
|
1863
|
+
"ui.courseForm.category.placeholder.empty": string;
|
|
1864
|
+
"ui.courseForm.category.placeholder": string;
|
|
1865
|
+
"ui.courseForm.name.error.maxLength": string;
|
|
1866
|
+
"ui.courseForm.description.error.maxLength": string;
|
|
1867
|
+
"ui.courseJoinButton.waitingApproval": string;
|
|
1868
|
+
"ui.courseJoinButton.join": string;
|
|
1869
|
+
"ui.courseJoinButton.leave": string;
|
|
1870
|
+
"ui.courseJoinButton.accept": string;
|
|
1871
|
+
"ui.courseJoinButton.requestAccess": string;
|
|
1872
|
+
"ui.courses.empty.title": string;
|
|
1873
|
+
"ui.courses.empty.info": string;
|
|
1874
|
+
"ui.courses.noMore": string;
|
|
1875
|
+
"ui.courses.filterByCreatedByMe": string;
|
|
1876
|
+
"ui.courses.filterByName": string;
|
|
1877
|
+
"ui.courses.filterByCoursesForMe": string;
|
|
1878
|
+
"ui.courses.button.seeMore": string;
|
|
1879
|
+
"ui.courseStatus.new": string;
|
|
1880
|
+
"ui.courseStatus.draft": string;
|
|
1881
|
+
"ui.courseStatus.published": string;
|
|
1882
|
+
"ui.courseStatus.concluded": string;
|
|
1883
|
+
"ui.courseParticipantsButton.participants": string;
|
|
1884
|
+
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1885
|
+
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
1886
|
+
"ui.createCourseButton": string;
|
|
1465
1887
|
"ui.createEventButton": string;
|
|
1466
1888
|
"ui.createGroupButton": string;
|
|
1467
1889
|
"ui.editEventButton": string;
|
|
@@ -1654,6 +2076,36 @@ declare const locales: {
|
|
|
1654
2076
|
"ui.inlineComposerWidget.success": string;
|
|
1655
2077
|
"ui.inviteUserEventButton.invite": string;
|
|
1656
2078
|
"ui.inviteUserEventButton.remove": string;
|
|
2079
|
+
"ui.lessonAppbar.button.save": string;
|
|
2080
|
+
"ui.lessonDrawer.comments": string;
|
|
2081
|
+
"ui.lessonDrawer.lessons": string;
|
|
2082
|
+
"ui.lessonDrawer.settings": string;
|
|
2083
|
+
"ui.lessonEditForm.button.save": string;
|
|
2084
|
+
"ui.lessonEditForm.status.title": string;
|
|
2085
|
+
"ui.lessonEditForm.status.draft": string;
|
|
2086
|
+
"ui.lessonEditForm.status.published": string;
|
|
2087
|
+
"ui.lessonEditForm.settings.title": string;
|
|
2088
|
+
"ui.lessonEditForm.settings.enableComments": string;
|
|
2089
|
+
"ui.lessonCommentActionMenu.actionError": string;
|
|
2090
|
+
"ui.lessonCommentActionMenu.actionSuccess": string;
|
|
2091
|
+
"ui.lessonCommentActionMenu.delete": string;
|
|
2092
|
+
"ui.lessonCommentActionMenu.edit": string;
|
|
2093
|
+
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
2094
|
+
"ui.lessonObject.button.complete": string;
|
|
2095
|
+
"ui.lessonObject.button.completed": string;
|
|
2096
|
+
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
2097
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
2098
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
2099
|
+
"ui.lessonReleaseMenu.now.label": string;
|
|
2100
|
+
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
2101
|
+
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
2102
|
+
"ui.lessonReleaseMenu.dialog.title": string;
|
|
2103
|
+
"ui.lessonReleaseMenu.dialog.days": string;
|
|
2104
|
+
"ui.lessonReleaseMenu.dialog.weeks": string;
|
|
2105
|
+
"ui.lessonReleaseMenu.dialog.info.structured.days": string;
|
|
2106
|
+
"ui.lessonReleaseMenu.dialog.info.structured.weeks": string;
|
|
2107
|
+
"ui.lessonReleaseMenu.dialog.info.now": string;
|
|
2108
|
+
"ui.lessonReleaseMenu.dialog.button.done": string;
|
|
1657
2109
|
"ui.locationAutocomplete.empty": string;
|
|
1658
2110
|
"ui.locationAutocomplete.label": string;
|
|
1659
2111
|
"ui.locationAutocomplete.title": string;
|
|
@@ -2041,6 +2493,7 @@ declare const locales: {
|
|
|
2041
2493
|
"ui.createEventButton.goLive": string;
|
|
2042
2494
|
"ui.createLivestreamDialog.title": string;
|
|
2043
2495
|
"ui.createLivestreamDialog.title.edit": string;
|
|
2496
|
+
"ui.createLivestreamDialog.button.back": string;
|
|
2044
2497
|
"ui.createLivestreamDialog.button.create": string;
|
|
2045
2498
|
"ui.createLivestreamDialog.button.edit": string;
|
|
2046
2499
|
"ui.voteAudienceButton.dialog.end": string;
|
|
@@ -2074,6 +2527,7 @@ declare const locales: {
|
|
|
2074
2527
|
"ui.liveStreamForm.view.label": string;
|
|
2075
2528
|
"ui.liveStreamForm.view.gallery": string;
|
|
2076
2529
|
"ui.liveStreamForm.view.speaker": string;
|
|
2530
|
+
"ui.liveStreamForm.selector.title": string;
|
|
2077
2531
|
"ui.liveStreamForm.selector.scheduleLiveEvent": string;
|
|
2078
2532
|
"ui.liveStreamForm.selector.scheduleLiveEventItem1": string;
|
|
2079
2533
|
"ui.liveStreamForm.selector.scheduleLiveEventItem2": string;
|
|
@@ -2124,12 +2578,45 @@ declare const locales: {
|
|
|
2124
2578
|
"ui.liveStreamRoom.participantTileActions.banRoomUser": string;
|
|
2125
2579
|
"ui.liveStreamRoom.live.terminate": string;
|
|
2126
2580
|
"ui.liveStreamRoom.live.terminatePermanently": string;
|
|
2581
|
+
"ui.liveStreamRoom.noParticipants": string;
|
|
2582
|
+
"ui.liveStreamRoom.controlBar.microphone": string;
|
|
2583
|
+
"ui.liveStreamRoom.controlBar.camera": string;
|
|
2584
|
+
"ui.liveStreamRoom.controlBar.chat": string;
|
|
2585
|
+
"ui.liveStreamRoom.controlBar.shareScreen": string;
|
|
2586
|
+
"ui.liveStreamRoom.controlBar.stopShareScreen": string;
|
|
2587
|
+
"ui.liveStreamRoom.controlBar.settings": string;
|
|
2588
|
+
"ui.liveStreamRoom.controlBar.leave": string;
|
|
2589
|
+
"ui.liveStreamRoom.settingsMenu.visualEffect": string;
|
|
2590
|
+
"ui.liveStreamRoom.settingsMenu.visualEffect.blurEffect": string;
|
|
2591
|
+
"ui.liveStreamRoom.settingsMenu.recordMeeting": string;
|
|
2592
|
+
"ui.liveStreamRoom.settingsMenu.currentlyBeingRecorded": string;
|
|
2593
|
+
"ui.liveStreamRoom.settingsMenu.noActiveRecording": string;
|
|
2594
|
+
"ui.liveStreamRoom.settingsMenu.startRecording": string;
|
|
2595
|
+
"ui.liveStreamRoom.settingsMenu.stopRecording": string;
|
|
2596
|
+
"ui.liveStreamRoom.errorApplyVideoEffect": string;
|
|
2127
2597
|
"ui.upScalingTierBadge.go": string;
|
|
2128
2598
|
"ui.upScalingTierBadge.professional": string;
|
|
2129
2599
|
"ui.upScalingTierBadge.enterprise": string;
|
|
2130
2600
|
"ui.upScalingTierBadge.goFeature": string;
|
|
2131
2601
|
"ui.upScalingTierBadge.professionalFeature": string;
|
|
2132
2602
|
"ui.upScalingTierBadge.enterpriseFeature": string;
|
|
2603
|
+
"ui.buyButton.buy": string;
|
|
2604
|
+
"ui.buyButton.buyEvent": string;
|
|
2605
|
+
"ui.buyButton.buyGroup": string;
|
|
2606
|
+
"ui.buyButton.buyCategory": string;
|
|
2607
|
+
"ui.buyButton.buyCourse": string;
|
|
2608
|
+
"ui.buyButton.purchased": string;
|
|
2609
|
+
"ui.buyButton.subscribed": string;
|
|
2610
|
+
"ui.paymentProductsDialog.title": string;
|
|
2611
|
+
"ui.paymentProduct.action.buy": string;
|
|
2612
|
+
"ui.checkoutSuccessDialog.title": string;
|
|
2613
|
+
"ui.checkoutSuccessDialog.buy": string;
|
|
2614
|
+
"ui.checkoutSuccessDialog.event.button": string;
|
|
2615
|
+
"ui.checkoutSuccessDialog.category.button": string;
|
|
2616
|
+
"ui.checkoutSuccessDialog.group.button": string;
|
|
2617
|
+
"ui.checkoutSuccessDialog.course.button": string;
|
|
2618
|
+
"ui.paymentDetailDialog.title": string;
|
|
2619
|
+
"ui.paymentDetailDialog.content": string;
|
|
2133
2620
|
};
|
|
2134
2621
|
};
|
|
2135
2622
|
export default locales;
|