@selfcommunity/react-i18n 0.7.7-payments.168 → 0.7.7-payments.169
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 +95 -20
- package/lib/cjs/locales/en.json +59 -22
- package/lib/cjs/locales/it.json +58 -20
- package/lib/esm/index.d.ts +95 -20
- package/lib/esm/locales/en.json +59 -22
- package/lib/esm/locales/it.json +58 -20
- package/lib/types/index.d.ts +95 -20
- package/lib/types/locales/en.json +59 -22
- package/lib/types/locales/it.json +58 -20
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const locales: {
|
|
|
12
12
|
"templates.lesson.button.complete": string;
|
|
13
13
|
"templates.lesson.save.success": string;
|
|
14
14
|
"templates.lesson.save.error": string;
|
|
15
|
+
"templates.lesson.previewMode": string;
|
|
15
16
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
16
17
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
17
18
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -282,6 +283,7 @@ declare const locales: {
|
|
|
282
283
|
"ui.contributionActionMenu.vulgar": string;
|
|
283
284
|
"ui.createEvent.title": string;
|
|
284
285
|
"ui.createEvent.description": string;
|
|
286
|
+
"ui.course.accordionLessons.date": string;
|
|
285
287
|
"ui.course.accordionLessons.empty": string;
|
|
286
288
|
"ui.course.completedDialog.btn.label": string;
|
|
287
289
|
"ui.course.completedDialog.description.pt1": string;
|
|
@@ -322,6 +324,7 @@ declare const locales: {
|
|
|
322
324
|
"ui.course.status.published": string;
|
|
323
325
|
"ui.course.status.completed": string;
|
|
324
326
|
"ui.course.status.draft": string;
|
|
327
|
+
"ui.course.status.joined": string;
|
|
325
328
|
"ui.course.table.lessons.title": string;
|
|
326
329
|
"ui.course.table.sections.title": string;
|
|
327
330
|
"ui.course.type": string;
|
|
@@ -337,6 +340,8 @@ declare const locales: {
|
|
|
337
340
|
"ui.courseUsersTable.dialog.info.text2: ": string;
|
|
338
341
|
"ui.courseUsersTable.dialog.title": string;
|
|
339
342
|
"ui.courseUsersTable.empty.requests.title": string;
|
|
343
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
344
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
340
345
|
"ui.courseUsersTable.empty.users.description": string;
|
|
341
346
|
"ui.courseUsersTable.empty.users.title": string;
|
|
342
347
|
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
@@ -353,7 +358,7 @@ declare const locales: {
|
|
|
353
358
|
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
354
359
|
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
355
360
|
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
356
|
-
"ui.editCourse.tab.lessons.table.menu.
|
|
361
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
357
362
|
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
358
363
|
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
359
364
|
"ui.editCourse.tab.lessons.table.section": string;
|
|
@@ -381,6 +386,8 @@ declare const locales: {
|
|
|
381
386
|
"ui.editCourse.tab.users.table.select.creator": string;
|
|
382
387
|
"ui.editCourse.tab.users.table.select.joined": string;
|
|
383
388
|
"ui.editCourse.tab.users.table.select.manager": string;
|
|
389
|
+
"ui.editCourse.tab.requests.table.snackbar.removed": string;
|
|
390
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
384
391
|
"ui.editCourse.tab.users.title": string;
|
|
385
392
|
"ui.event.see": string;
|
|
386
393
|
"ui.event.inProgress": string;
|
|
@@ -535,6 +542,7 @@ declare const locales: {
|
|
|
535
542
|
"ui.courseForm.edit.access.info.visibility": string;
|
|
536
543
|
"ui.courseForm.edit.publication.title": string;
|
|
537
544
|
"ui.courseForm.edit.publication.subtitle": string;
|
|
545
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
538
546
|
"ui.courseForm.edit.publication.option.open.title": string;
|
|
539
547
|
"ui.courseForm.edit.publication.option.open.access": string;
|
|
540
548
|
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
@@ -552,10 +560,10 @@ declare const locales: {
|
|
|
552
560
|
"ui.courseForm.title.edit": string;
|
|
553
561
|
"ui.courseForm.self-paced.title": string;
|
|
554
562
|
"ui.courseForm.self-paced.info": string;
|
|
555
|
-
"ui.courseForm.structured.title": string;
|
|
556
|
-
"ui.courseForm.structured.info": string;
|
|
557
563
|
"ui.courseForm.scheduled.title": string;
|
|
558
564
|
"ui.courseForm.scheduled.info": string;
|
|
565
|
+
"ui.courseForm.structured.title": string;
|
|
566
|
+
"ui.courseForm.structured.info": string;
|
|
559
567
|
"ui.courseForm.name.placeholder": string;
|
|
560
568
|
"ui.courseForm.description.placeholder": string;
|
|
561
569
|
"ui.courseForm.date.placeholder": string;
|
|
@@ -566,7 +574,9 @@ declare const locales: {
|
|
|
566
574
|
"ui.courseForm.category.placeholder.empty": string;
|
|
567
575
|
"ui.courseForm.category.placeholder": string;
|
|
568
576
|
"ui.courseForm.name.error.maxLength": string;
|
|
577
|
+
"ui.courseForm.name.error.unique": string;
|
|
569
578
|
"ui.courseForm.description.error.maxLength": string;
|
|
579
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
570
580
|
"ui.courseJoinButton.waitingApproval": string;
|
|
571
581
|
"ui.courseJoinButton.join": string;
|
|
572
582
|
"ui.courseJoinButton.leave": string;
|
|
@@ -575,14 +585,10 @@ declare const locales: {
|
|
|
575
585
|
"ui.courses.empty.title": string;
|
|
576
586
|
"ui.courses.empty.info": string;
|
|
577
587
|
"ui.courses.noMore": string;
|
|
578
|
-
"ui.courses.
|
|
588
|
+
"ui.courses.filterByManagedByMe": string;
|
|
579
589
|
"ui.courses.filterByName": string;
|
|
580
|
-
"ui.courses.
|
|
581
|
-
"ui.courses.
|
|
582
|
-
"ui.courseStatus.new": string;
|
|
583
|
-
"ui.courseStatus.draft": string;
|
|
584
|
-
"ui.courseStatus.published": string;
|
|
585
|
-
"ui.courseStatus.concluded": string;
|
|
590
|
+
"ui.courses.filterByMine": string;
|
|
591
|
+
"ui.courses.endMessage": string;
|
|
586
592
|
"ui.courseParticipantsButton.participants": string;
|
|
587
593
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
588
594
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -796,7 +802,9 @@ declare const locales: {
|
|
|
796
802
|
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
797
803
|
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
798
804
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
805
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
799
806
|
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
807
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
800
808
|
"ui.lessonReleaseMenu.now.label": string;
|
|
801
809
|
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
802
810
|
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
@@ -899,11 +907,20 @@ declare const locales: {
|
|
|
899
907
|
"ui.notification.user_requested_to_join_event": string;
|
|
900
908
|
"ui.notification.user_accepted_to_join_event": string;
|
|
901
909
|
"ui.notification.user_added_to_event": string;
|
|
910
|
+
"ui.notification.course.button.see": string;
|
|
911
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
912
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
913
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
914
|
+
"ui.notification.course.user_added_to_course": string;
|
|
915
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
916
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
902
917
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
903
918
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
904
919
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
905
920
|
"ui.notification.event.user_added_to_event": string;
|
|
906
921
|
"ui.notification.event.button.see": string;
|
|
922
|
+
"ui.notification.event.button.accept": string;
|
|
923
|
+
"ui.notification.event.button.accepted": string;
|
|
907
924
|
"ui.notification.event.privacy.public": string;
|
|
908
925
|
"ui.notification.event.privacy.private": string;
|
|
909
926
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1347,11 +1364,31 @@ declare const locales: {
|
|
|
1347
1364
|
"ui.paymentOrders.noOrders": string;
|
|
1348
1365
|
"ui.createPaymentProductForm.title": string;
|
|
1349
1366
|
"ui.createPaymentProductForm.name": string;
|
|
1367
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
1350
1368
|
"ui.createPaymentProductForm.description": string;
|
|
1351
1369
|
"ui.createPaymentProductForm.price": string;
|
|
1370
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
1371
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
1352
1372
|
"ui.createPaymentProductForm.btn.cancel": string;
|
|
1353
1373
|
"ui.createPaymentProductForm.btn.create": string;
|
|
1354
1374
|
"ui.createPaymentProductForm.error": string;
|
|
1375
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
1376
|
+
"ui.paywallsConfigurator.free": string;
|
|
1377
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
1378
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
1379
|
+
"ui.paywallsConfigurator.paid": string;
|
|
1380
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
1381
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
1382
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
1383
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
1384
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
1385
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
1386
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
1387
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
1388
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
1389
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
1390
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
1391
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
1355
1392
|
"ui.paywallsConfigurator.noProducts": string;
|
|
1356
1393
|
"ui.paywallsConfigurator.filterByName": string;
|
|
1357
1394
|
};
|
|
@@ -1368,6 +1405,7 @@ declare const locales: {
|
|
|
1368
1405
|
"templates.lesson.button.complete": string;
|
|
1369
1406
|
"templates.lesson.save.success": string;
|
|
1370
1407
|
"templates.lesson.save.error": string;
|
|
1408
|
+
"templates.lesson.previewMode": string;
|
|
1371
1409
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
1372
1410
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
1373
1411
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1638,6 +1676,7 @@ declare const locales: {
|
|
|
1638
1676
|
"ui.contributionActionMenu.vulgar": string;
|
|
1639
1677
|
"ui.createEvent.title": string;
|
|
1640
1678
|
"ui.createEvent.description": string;
|
|
1679
|
+
"ui.course.accordionLessons.date": string;
|
|
1641
1680
|
"ui.course.accordionLessons.empty": string;
|
|
1642
1681
|
"ui.course.completedDialog.btn.label": string;
|
|
1643
1682
|
"ui.course.completedDialog.description.pt1": string;
|
|
@@ -1678,6 +1717,7 @@ declare const locales: {
|
|
|
1678
1717
|
"ui.course.status.published": string;
|
|
1679
1718
|
"ui.course.status.completed": string;
|
|
1680
1719
|
"ui.course.status.draft": string;
|
|
1720
|
+
"ui.course.status.joined": string;
|
|
1681
1721
|
"ui.course.table.lessons.title": string;
|
|
1682
1722
|
"ui.course.table.sections.title": string;
|
|
1683
1723
|
"ui.course.type": string;
|
|
@@ -1693,6 +1733,8 @@ declare const locales: {
|
|
|
1693
1733
|
"ui.courseUsersTable.dialog.info.text2": string;
|
|
1694
1734
|
"ui.courseUsersTable.dialog.title": string;
|
|
1695
1735
|
"ui.courseUsersTable.empty.requests.title": string;
|
|
1736
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
1737
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
1696
1738
|
"ui.courseUsersTable.empty.users.description": string;
|
|
1697
1739
|
"ui.courseUsersTable.empty.users.title": string;
|
|
1698
1740
|
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
@@ -1709,7 +1751,7 @@ declare const locales: {
|
|
|
1709
1751
|
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
1710
1752
|
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
1711
1753
|
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
1712
|
-
"ui.editCourse.tab.lessons.table.menu.
|
|
1754
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
1713
1755
|
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
1714
1756
|
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
1715
1757
|
"ui.editCourse.tab.lessons.table.section": string;
|
|
@@ -1737,6 +1779,8 @@ declare const locales: {
|
|
|
1737
1779
|
"ui.editCourse.tab.users.table.select.creator": string;
|
|
1738
1780
|
"ui.editCourse.tab.users.table.select.joined": string;
|
|
1739
1781
|
"ui.editCourse.tab.users.table.select.manager": string;
|
|
1782
|
+
"ui.editCourse.tab.users.table.snackbar.removed": string;
|
|
1783
|
+
"ui.editCourse.tab.users.table.snackbar.success": string;
|
|
1740
1784
|
"ui.editCourse.tab.users.title": string;
|
|
1741
1785
|
"ui.event.see": string;
|
|
1742
1786
|
"ui.event.inProgress": string;
|
|
@@ -1891,6 +1935,7 @@ declare const locales: {
|
|
|
1891
1935
|
"ui.courseForm.edit.access.info.visibility": string;
|
|
1892
1936
|
"ui.courseForm.edit.publication.title": string;
|
|
1893
1937
|
"ui.courseForm.edit.publication.subtitle": string;
|
|
1938
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
1894
1939
|
"ui.courseForm.edit.publication.option.open.title": string;
|
|
1895
1940
|
"ui.courseForm.edit.publication.option.open.access": string;
|
|
1896
1941
|
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
@@ -1908,10 +1953,10 @@ declare const locales: {
|
|
|
1908
1953
|
"ui.courseForm.title.edit": string;
|
|
1909
1954
|
"ui.courseForm.self-paced.title": string;
|
|
1910
1955
|
"ui.courseForm.self-paced.info": string;
|
|
1911
|
-
"ui.courseForm.structured.title": string;
|
|
1912
|
-
"ui.courseForm.structured.info": string;
|
|
1913
1956
|
"ui.courseForm.scheduled.title": string;
|
|
1914
1957
|
"ui.courseForm.scheduled.info": string;
|
|
1958
|
+
"ui.courseForm.structured.title": string;
|
|
1959
|
+
"ui.courseForm.structured.info": string;
|
|
1915
1960
|
"ui.courseForm.name.placeholder": string;
|
|
1916
1961
|
"ui.courseForm.description.placeholder": string;
|
|
1917
1962
|
"ui.courseForm.date.placeholder": string;
|
|
@@ -1923,7 +1968,9 @@ declare const locales: {
|
|
|
1923
1968
|
"ui.courseForm.category.placeholder.empty": string;
|
|
1924
1969
|
"ui.courseForm.category.placeholder": string;
|
|
1925
1970
|
"ui.courseForm.name.error.maxLength": string;
|
|
1971
|
+
"ui.courseForm.name.error.unique": string;
|
|
1926
1972
|
"ui.courseForm.description.error.maxLength": string;
|
|
1973
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
1927
1974
|
"ui.courseJoinButton.waitingApproval": string;
|
|
1928
1975
|
"ui.courseJoinButton.join": string;
|
|
1929
1976
|
"ui.courseJoinButton.leave": string;
|
|
@@ -1932,14 +1979,10 @@ declare const locales: {
|
|
|
1932
1979
|
"ui.courses.empty.title": string;
|
|
1933
1980
|
"ui.courses.empty.info": string;
|
|
1934
1981
|
"ui.courses.noMore": string;
|
|
1935
|
-
"ui.courses.
|
|
1982
|
+
"ui.courses.filterByManagedByMe": string;
|
|
1936
1983
|
"ui.courses.filterByName": string;
|
|
1937
|
-
"ui.courses.
|
|
1938
|
-
"ui.courses.
|
|
1939
|
-
"ui.courseStatus.new": string;
|
|
1940
|
-
"ui.courseStatus.draft": string;
|
|
1941
|
-
"ui.courseStatus.published": string;
|
|
1942
|
-
"ui.courseStatus.concluded": string;
|
|
1984
|
+
"ui.courses.filterByMine": string;
|
|
1985
|
+
"ui.courses.endMessage": string;
|
|
1943
1986
|
"ui.courseParticipantsButton.participants": string;
|
|
1944
1987
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1945
1988
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -2153,7 +2196,9 @@ declare const locales: {
|
|
|
2153
2196
|
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
2154
2197
|
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
2155
2198
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
2199
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
2156
2200
|
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
2201
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
2157
2202
|
"ui.lessonReleaseMenu.now.label": string;
|
|
2158
2203
|
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
2159
2204
|
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
@@ -2256,11 +2301,21 @@ declare const locales: {
|
|
|
2256
2301
|
"ui.notification.user_requested_to_join_event": string;
|
|
2257
2302
|
"ui.notification.user_accepted_to_join_event": string;
|
|
2258
2303
|
"ui.notification.user_added_to_event": string;
|
|
2304
|
+
"ui.notification.course.button.see": string;
|
|
2305
|
+
"ui.notification.course.user_invited_to_join_course": string;
|
|
2306
|
+
"ui.notification.course.user_requested_to_join_course": string;
|
|
2307
|
+
"ui.notification.course.user_accepted_to_join_course": string;
|
|
2308
|
+
"ui.notification.course.user_added_to_course": string;
|
|
2309
|
+
"ui.notification.course.manager_added_to_course": string;
|
|
2310
|
+
"ui.notification.course.user_commented_a_course_lesson": string;
|
|
2259
2311
|
"ui.notification.event.button.see": string;
|
|
2312
|
+
"ui.notification.event.button.accept": string;
|
|
2313
|
+
"ui.notification.event.button.accepted": string;
|
|
2260
2314
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
2261
2315
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
2262
2316
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
2263
2317
|
"ui.notification.event.user_added_to_event": string;
|
|
2318
|
+
"ui.notification.event.user_commented_a_course_lesson": string;
|
|
2264
2319
|
"ui.notification.event.privacy.public": string;
|
|
2265
2320
|
"ui.notification.event.privacy.private": string;
|
|
2266
2321
|
"ui.notification.event.address.live.label": string;
|
|
@@ -2704,11 +2759,31 @@ declare const locales: {
|
|
|
2704
2759
|
"ui.paymentOrders.noOrders": string;
|
|
2705
2760
|
"ui.createPaymentProductForm.title": string;
|
|
2706
2761
|
"ui.createPaymentProductForm.name": string;
|
|
2762
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
2707
2763
|
"ui.createPaymentProductForm.description": string;
|
|
2708
2764
|
"ui.createPaymentProductForm.price": string;
|
|
2765
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
2766
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
2709
2767
|
"ui.createPaymentProductForm.btn.cancel": string;
|
|
2710
2768
|
"ui.createPaymentProductForm.btn.create": string;
|
|
2711
2769
|
"ui.createPaymentProductForm.error": string;
|
|
2770
|
+
"ui.paywallsConfigurator.selectAccessType": string;
|
|
2771
|
+
"ui.paywallsConfigurator.free": string;
|
|
2772
|
+
"ui.paywallsConfigurator.free.label": string;
|
|
2773
|
+
"ui.paywallsConfigurator.free.info": string;
|
|
2774
|
+
"ui.paywallsConfigurator.paid": string;
|
|
2775
|
+
"ui.paywallsConfigurator.paid.label": string;
|
|
2776
|
+
"ui.paywallsConfigurator.paid.info": string;
|
|
2777
|
+
"ui.paywallsConfigurator.connected.products": string;
|
|
2778
|
+
"ui.paywallsConfigurator.connected.products.content": string;
|
|
2779
|
+
"ui.paywallsConfigurator.connected.addFromList": string;
|
|
2780
|
+
"ui.paywallsConfigurator.connected.products.btnNew": string;
|
|
2781
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": string;
|
|
2782
|
+
"ui.paywallsConfigurator.connected.products.prices": string;
|
|
2783
|
+
"ui.paywallsConfigurator.connected.products.others": string;
|
|
2784
|
+
"ui.paywallsConfigurator.connected.noProducts": string;
|
|
2785
|
+
"ui.paywallsConfigurator.popper.title": string;
|
|
2786
|
+
"ui.paywallsConfigurator.popper.btnConfirm": string;
|
|
2712
2787
|
"ui.paywallsConfigurator.noProducts": string;
|
|
2713
2788
|
"ui.paywallsConfigurator.filterByName": string;
|
|
2714
2789
|
};
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
"templates.lesson.number": "Lesson {from} of {to}",
|
|
10
10
|
"templates.lesson.button.completed": "Completed",
|
|
11
11
|
"templates.lesson.button.complete": "I have completed the lesson",
|
|
12
|
-
"templates.lesson.save.success": "
|
|
13
|
-
"templates.lesson.save.error": "
|
|
12
|
+
"templates.lesson.save.success": "Save completed!",
|
|
13
|
+
"templates.lesson.save.error": "An error occurred!",
|
|
14
|
+
"templates.lesson.previewMode": "You are previewing the Course as a student. <link>Edit this lesson</link> or <linkBack>go back to the course dashboard.</linkBack>",
|
|
14
15
|
"templates.loyaltyProgramDetail.button.more": "Find out more",
|
|
15
16
|
"templates.loyaltyProgramDetail.button.request": "Request Now",
|
|
16
17
|
"templates.loyaltyProgramDetail.community": "Participating in the Community rewards you!",
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
"ui.categoryTrendingUsersWidget.noResults": "No results found",
|
|
122
123
|
"ui.categoryTrendingUsersWidget.title": "Trending People",
|
|
123
124
|
"ui.changeCover.button.change.alertMaxSize": "Maximum size 5MB!",
|
|
124
|
-
"ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
|
|
125
|
+
"ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
|
|
125
126
|
"ui.changeCover.button.delete": "Delete Cover",
|
|
126
127
|
"ui.changeCover.button.upload": "Upload New Cover",
|
|
127
128
|
"ui.changeCover.button.uploadA": "Upload a new cover",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"ui.changeCover.info": "<ul><li>Recommended dimensions: 1600 x 400 pixel</li><li>Allowed formats: JPG, PNG, GIF(not animated)</li><li>Weight: max 5MB</li></ul>",
|
|
130
131
|
"ui.changeGroupPicture.alert": "The group picture must be a squared image with a minimum size of 600x600!",
|
|
131
132
|
"ui.changeGroupCover.alert": "The group cover must be a landscape format image of at least 1920 px!",
|
|
132
|
-
"ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
|
|
133
|
+
"ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
|
|
133
134
|
"ui.changeGroupCover.button.delete": "Delete Cover",
|
|
134
135
|
"ui.changeGroupCover.button.upload": "Upload New Cover",
|
|
135
136
|
"ui.changeGroupCover.button.uploadA": "Upload a new cover",
|
|
@@ -281,6 +282,7 @@
|
|
|
281
282
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
282
283
|
"ui.createEvent.title": "Create your Event now!",
|
|
283
284
|
"ui.createEvent.description": "Engage your Community with an Event: whether it’s a link for a virtual Event or an address to meet in person. Decide if it will be open to everyone or accessible by invitation only. Discover how easy it is to engage your Community!",
|
|
285
|
+
"ui.course.accordionLessons.date": "Available from {date} hour {hour}",
|
|
284
286
|
"ui.course.accordionLessons.empty": "No content present",
|
|
285
287
|
"ui.course.completedDialog.btn.label": "Back to Courses",
|
|
286
288
|
"ui.course.completedDialog.description.pt1": "Congratulations!",
|
|
@@ -303,7 +305,7 @@
|
|
|
303
305
|
"ui.course.dashboard.student.snackbar.success.cancel": "Request canceled!",
|
|
304
306
|
"ui.course.dashboard.student.snackbar.success.enroll": "Enroll completed!",
|
|
305
307
|
"ui.course.dashboard.student.snackbar.success.request": "Request invited!",
|
|
306
|
-
"ui.course.dashboard.teacher.btn.label": "Edit
|
|
308
|
+
"ui.course.dashboard.teacher.btn.label": "Edit",
|
|
307
309
|
"ui.course.dashboard.teacher.info.completion": "Average completion rate",
|
|
308
310
|
"ui.course.dashboard.teacher.info.students": "Students",
|
|
309
311
|
"ui.course.dashboard.teacher.tab.comments": "Comments",
|
|
@@ -321,6 +323,7 @@
|
|
|
321
323
|
"ui.course.status.published": "Published",
|
|
322
324
|
"ui.course.status.completed": "Completed",
|
|
323
325
|
"ui.course.status.draft": "Draft",
|
|
326
|
+
"ui.course.status.joined": "You have joined",
|
|
324
327
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
|
|
325
328
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
326
329
|
"ui.course.type": "Type of course: {typeOfCourse}",
|
|
@@ -336,6 +339,8 @@
|
|
|
336
339
|
"ui.courseUsersTable.dialog.info.text2: ": "Course completed: {courseCompleted}%",
|
|
337
340
|
"ui.courseUsersTable.dialog.title": "Corso progress",
|
|
338
341
|
"ui.courseUsersTable.empty.requests.title": "There are currently no requests from users for the Course",
|
|
342
|
+
"ui.courseUsersTable.empty.search.description": "We invite you to try with another name",
|
|
343
|
+
"ui.courseUsersTable.empty.search.title": "There are currently no users with the name you are looking for",
|
|
339
344
|
"ui.courseUsersTable.empty.users.description": "We invite you to add users to the list",
|
|
340
345
|
"ui.courseUsersTable.empty.users.title": "There are currently no Users invited to the Course",
|
|
341
346
|
"ui.courseUsersTable.searchBar.placeholder": "Search users",
|
|
@@ -352,9 +357,9 @@
|
|
|
352
357
|
"ui.editCourse.tab.lessons.table.menu.delete": "Delete",
|
|
353
358
|
"ui.editCourse.tab.lessons.table.menu.edit": "Edit",
|
|
354
359
|
"ui.editCourse.tab.lessons.table.menu.rename": "Rename",
|
|
355
|
-
"ui.editCourse.tab.lessons.table.menu.
|
|
356
|
-
"ui.editCourse.tab.lessons.table.newLesson": "Lesson without title
|
|
357
|
-
"ui.editCourse.tab.lessons.table.newSection": "Section without title
|
|
360
|
+
"ui.editCourse.tab.lessons.table.menu.preview": "Preview",
|
|
361
|
+
"ui.editCourse.tab.lessons.table.newLesson": "Lesson {num} - without title",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.newSection": "Section {num} - without title",
|
|
358
363
|
"ui.editCourse.tab.lessons.table.section": "Section",
|
|
359
364
|
"ui.editCourse.tab.lessons.table.select.draft": "Draft",
|
|
360
365
|
"ui.editCourse.tab.lessons.table.select.published": "Published",
|
|
@@ -380,6 +385,8 @@
|
|
|
380
385
|
"ui.editCourse.tab.users.table.select.creator": "Creator",
|
|
381
386
|
"ui.editCourse.tab.users.table.select.joined": "User",
|
|
382
387
|
"ui.editCourse.tab.users.table.select.manager": "Manager",
|
|
388
|
+
"ui.editCourse.tab.requests.table.snackbar.removed": "User successfully removed!",
|
|
389
|
+
"ui.editCourse.tab.users.table.snackbar.success": "Users added to the course successfully!",
|
|
383
390
|
"ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
|
|
384
391
|
"ui.event.see": "See",
|
|
385
392
|
"ui.event.inProgress": "In progress",
|
|
@@ -534,8 +541,9 @@
|
|
|
534
541
|
"ui.courseForm.edit.access.info.visibility": "<icon>visibility_off</icon>Visibility: no one can see or access this Course except you and other administrators.",
|
|
535
542
|
"ui.courseForm.edit.publication.title": "Publish Your Course",
|
|
536
543
|
"ui.courseForm.edit.publication.subtitle": "When you're ready to publish your Course, select the access settings below:",
|
|
544
|
+
"ui.courseForm.edit.publication.subtitle.info": "Remember that you must have at least one lesson published in order to proceed.",
|
|
537
545
|
"ui.courseForm.edit.publication.option.open.title": "Open",
|
|
538
|
-
"ui.courseForm.edit.publication.option.open.access": "<icon>private</icon>Access: open. All users in your Community can view this
|
|
546
|
+
"ui.courseForm.edit.publication.option.open.access": "<icon>private</icon>Access: open. All users in your Community can view this course and participate.",
|
|
539
547
|
"ui.courseForm.edit.publication.option.open.visibility": "<icon>visibility</icon>Visibility: Visible to all members of your Community.",
|
|
540
548
|
"ui.courseForm.edit.publication.option.private.title": "Private",
|
|
541
549
|
"ui.courseForm.edit.publication.option.private.access": "<icon>private</icon>Access: closed. Only users invited by you or other administrators can access this Course.",
|
|
@@ -547,14 +555,14 @@
|
|
|
547
555
|
"ui.courseForm.button.next": "Next",
|
|
548
556
|
"ui.courseForm.button.create": "Create Course",
|
|
549
557
|
"ui.courseForm.title.general": "Choose the Course type",
|
|
550
|
-
"ui.courseForm.title.customization": "Create your Course",
|
|
558
|
+
"ui.courseForm.title.customization": "Create your {courseType} Course",
|
|
551
559
|
"ui.courseForm.title.edit": "Edit Course",
|
|
552
560
|
"ui.courseForm.self-paced.title": "Self-Paced",
|
|
553
561
|
"ui.courseForm.self-paced.info": "The course starts as soon as the user completes the subscription.\nAll content is immediately available.",
|
|
554
|
-
"ui.courseForm.structured.title": "Calendarized",
|
|
555
|
-
"ui.courseForm.structured.info": "The course starts as soon as the user completes the subscription.\nThe content, divided into sections, becomes progressively available according to a predefined schedule.",
|
|
556
562
|
"ui.courseForm.scheduled.title": "Scheduled",
|
|
557
|
-
"ui.courseForm.scheduled.info": "The course starts on a specific date
|
|
563
|
+
"ui.courseForm.scheduled.info": "The course starts on a specific date.\nThe content, divided into sections, becomes progressively available according to a predefined schedule.",
|
|
564
|
+
"ui.courseForm.structured.title": "Planned",
|
|
565
|
+
"ui.courseForm.structured.info": "The course starts as soon as the user completes the subscription.\nThe course sections are released progressively based on the start date.",
|
|
558
566
|
"ui.courseForm.name.placeholder": "Give your course a name",
|
|
559
567
|
"ui.courseForm.description.placeholder": "Add a description",
|
|
560
568
|
"ui.courseForm.date.placeholder": "Start Date",
|
|
@@ -565,7 +573,9 @@
|
|
|
565
573
|
"ui.courseForm.category.placeholder.empty": "Assign categories (optional)",
|
|
566
574
|
"ui.courseForm.category.placeholder": "Categories",
|
|
567
575
|
"ui.courseForm.name.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
|
|
576
|
+
"ui.courseForm.name.error.unique": "This course name is already taken. Please choose a different one.",
|
|
568
577
|
"ui.courseForm.description.error.maxLength": "Please shorten this text to 500 characters or fewer. Currently, it’s too long",
|
|
578
|
+
"ui.courseForm.comingSoon.chip": "Available Soon",
|
|
569
579
|
"ui.courseJoinButton.waitingApproval": "Waiting for approval",
|
|
570
580
|
"ui.courseJoinButton.join": "Start the course",
|
|
571
581
|
"ui.courseJoinButton.leave": "Leave the course",
|
|
@@ -574,14 +584,10 @@
|
|
|
574
584
|
"ui.courses.empty.title": "There are currently no Courses available",
|
|
575
585
|
"ui.courses.empty.info": "We invite you to suggest starting Courses in the Community",
|
|
576
586
|
"ui.courses.noMore": "There are no other Courses at the moment.",
|
|
577
|
-
"ui.courses.
|
|
587
|
+
"ui.courses.filterByManagedByMe": "Managed by me",
|
|
578
588
|
"ui.courses.filterByName": "Search Course",
|
|
579
|
-
"ui.courses.
|
|
580
|
-
"ui.courses.
|
|
581
|
-
"ui.courseStatus.new": "NEW",
|
|
582
|
-
"ui.courseStatus.draft": "DRAFT",
|
|
583
|
-
"ui.courseStatus.published": "PUBLISHED",
|
|
584
|
-
"ui.courseStatus.concluded": "CONCLUDED",
|
|
589
|
+
"ui.courses.filterByMine": "My Courses",
|
|
590
|
+
"ui.courses.endMessage": "There is no other content. <button>Scroll up</button>",
|
|
585
591
|
"ui.courseParticipantsButton.participants": "{total, plural, =0 {# participants} one {# participant} other {# participants}}",
|
|
586
592
|
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
587
593
|
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
|
@@ -795,7 +801,9 @@
|
|
|
795
801
|
"ui.lessonCommentObjects.editor.placeholder": "Write your comment...",
|
|
796
802
|
"ui.lessonReleaseMenu.scheduled.label": "Select release date",
|
|
797
803
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": "Select date and time",
|
|
798
|
-
"ui.lessonReleaseMenu.scheduled.picker.
|
|
804
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": "Confirm",
|
|
805
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": "Back",
|
|
806
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": "Clear",
|
|
799
807
|
"ui.lessonReleaseMenu.now.label": "Immediately after registration",
|
|
800
808
|
"ui.lessonReleaseMenu.structured.label.days": "{total, plural, =0 {# days} one {one day} other {# days}} after registration",
|
|
801
809
|
"ui.lessonReleaseMenu.structured.label.weeks": "{total, plural, =0 {# weeks} one {one week} other {# weeks}} after registration",
|
|
@@ -898,11 +906,20 @@
|
|
|
898
906
|
"ui.notification.user_requested_to_join_event": "requested to join the event:",
|
|
899
907
|
"ui.notification.user_accepted_to_join_event": "accepted to join the event:",
|
|
900
908
|
"ui.notification.user_added_to_event": "accepted your request for the event:",
|
|
909
|
+
"ui.notification.course.button.see": "See",
|
|
910
|
+
"ui.notification.course.user_invited_to_join_course": "invited you to the course: <link>{name}</link>",
|
|
911
|
+
"ui.notification.course.user_requested_to_join_course": "requested to join the course: <link>{name}</link>",
|
|
912
|
+
"ui.notification.course.user_accepted_to_join_course": "accepted to join the course: <link>{name}</link>",
|
|
913
|
+
"ui.notification.course.user_added_to_course": "added you to the course: <link>{name}</link>",
|
|
914
|
+
"ui.notification.course.manager_added_to_course": "added you as a manager of the course: <link>{name}</link>",
|
|
915
|
+
"ui.notification.course.user_commented_a_course_lesson": "commented the lesson: <link>{name}</link>",
|
|
901
916
|
"ui.notification.event.user_invited_to_join_event": "invited you to the event: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
902
917
|
"ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
|
|
903
918
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
904
919
|
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
905
920
|
"ui.notification.event.button.see": "See",
|
|
921
|
+
"ui.notification.event.button.accept": "Accept",
|
|
922
|
+
"ui.notification.event.button.accepted": "Accepted",
|
|
906
923
|
"ui.notification.event.privacy.public": "Public",
|
|
907
924
|
"ui.notification.event.privacy.private": "Private",
|
|
908
925
|
"ui.notification.event.address.live.label": "In Person",
|
|
@@ -1344,13 +1361,33 @@
|
|
|
1344
1361
|
"ui.paymentOrders.actions": "Actions",
|
|
1345
1362
|
"ui.paymentOrders.actions.pay": "Pay",
|
|
1346
1363
|
"ui.paymentOrders.noOrders": "No orders at the moment",
|
|
1347
|
-
"ui.createPaymentProductForm.title": "Add a
|
|
1364
|
+
"ui.createPaymentProductForm.title": "Add a payment product",
|
|
1348
1365
|
"ui.createPaymentProductForm.name": "Name",
|
|
1366
|
+
"ui.createPaymentProductForm.error.name.required": "Name is a eequired field",
|
|
1349
1367
|
"ui.createPaymentProductForm.description": "Description",
|
|
1350
1368
|
"ui.createPaymentProductForm.price": "Price",
|
|
1369
|
+
"ui.createPaymentProductForm.minPrice": "Minimum price {min}€",
|
|
1370
|
+
"ui.createPaymentProductForm.error.price.required": "Price is required. Minimum is {min}€.",
|
|
1351
1371
|
"ui.createPaymentProductForm.btn.cancel": "Cancel",
|
|
1352
1372
|
"ui.createPaymentProductForm.btn.create": "Add",
|
|
1353
1373
|
"ui.createPaymentProductForm.error": "An error occurred while create the product. Please try again later.",
|
|
1374
|
+
"ui.paywallsConfigurator.selectAccessType": "Select content access type",
|
|
1375
|
+
"ui.paywallsConfigurator.free": "FREE",
|
|
1376
|
+
"ui.paywallsConfigurator.free.label": "free content",
|
|
1377
|
+
"ui.paywallsConfigurator.free.info": "A free content is accessible without any cost to the user. No paywall is applied, and no payment or subscription is required.",
|
|
1378
|
+
"ui.paywallsConfigurator.paid": "PAID",
|
|
1379
|
+
"ui.paywallsConfigurator.paid.label": "paid content",
|
|
1380
|
+
"ui.paywallsConfigurator.paid.info": "The content is only accessible after a payment, which may be a one-time purchase or a subscription.",
|
|
1381
|
+
"ui.paywallsConfigurator.connected.products": "Associated prices",
|
|
1382
|
+
"ui.paywallsConfigurator.connected.products.content": "Prices applicable to content",
|
|
1383
|
+
"ui.paywallsConfigurator.connected.addFromList": "Add price from list",
|
|
1384
|
+
"ui.paywallsConfigurator.connected.products.btnNew": "New",
|
|
1385
|
+
"ui.paywallsConfigurator.connected.products.btnRemove": "Remove",
|
|
1386
|
+
"ui.paywallsConfigurator.connected.products.prices": "Prices: ",
|
|
1387
|
+
"ui.paywallsConfigurator.connected.products.others": "+ {count}",
|
|
1388
|
+
"ui.paywallsConfigurator.connected.noProducts": "No associated prices at the moment",
|
|
1389
|
+
"ui.paywallsConfigurator.popper.title": "Prices applicable to the content",
|
|
1390
|
+
"ui.paywallsConfigurator.popper.btnConfirm": "Confirm",
|
|
1354
1391
|
"ui.paywallsConfigurator.noProducts": "No products",
|
|
1355
1392
|
"ui.paywallsConfigurator.filterByName": "Filter by name"
|
|
1356
1393
|
}
|