@selfcommunity/react-i18n 0.7.7-payments.166 → 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 +121 -20
- package/lib/cjs/locales/en.json +73 -23
- package/lib/cjs/locales/it.json +73 -22
- package/lib/esm/index.d.ts +121 -20
- package/lib/esm/locales/en.json +73 -23
- package/lib/esm/locales/it.json +73 -22
- package/lib/types/index.d.ts +121 -20
- package/lib/types/locales/en.json +73 -23
- package/lib/types/locales/it.json +73 -22
- 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,9 +386,12 @@ 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;
|
|
394
|
+
"ui.event.finished": string;
|
|
387
395
|
"ui.eventHeader.visibility.private": string;
|
|
388
396
|
"ui.eventHeader.visibility.public": string;
|
|
389
397
|
"ui.eventHeader.location.live": string;
|
|
@@ -394,6 +402,8 @@ declare const locales: {
|
|
|
394
402
|
"ui.eventHeader.user.manager": string;
|
|
395
403
|
"ui.eventHeader.inProgress": string;
|
|
396
404
|
"ui.eventHeader.finished": string;
|
|
405
|
+
"ui.events.myEvents.title": string;
|
|
406
|
+
"ui.events.allEvents.title": string;
|
|
397
407
|
"ui.events.filterByName": string;
|
|
398
408
|
"ui.events.filterByDate": string;
|
|
399
409
|
"ui.events.select.any": string;
|
|
@@ -408,6 +418,7 @@ declare const locales: {
|
|
|
408
418
|
"ui.events.filterByFollowedInterest": string;
|
|
409
419
|
"ui.events.filterByCreatedByMe": string;
|
|
410
420
|
"ui.events.filterByPastEvents": string;
|
|
421
|
+
"ui.events.filterByOngoingEvents": string;
|
|
411
422
|
"ui.events.button.seeMore": string;
|
|
412
423
|
"ui.events.noEvents.title.personal": string;
|
|
413
424
|
"ui.events.noEvents.title": string;
|
|
@@ -531,6 +542,7 @@ declare const locales: {
|
|
|
531
542
|
"ui.courseForm.edit.access.info.visibility": string;
|
|
532
543
|
"ui.courseForm.edit.publication.title": string;
|
|
533
544
|
"ui.courseForm.edit.publication.subtitle": string;
|
|
545
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
534
546
|
"ui.courseForm.edit.publication.option.open.title": string;
|
|
535
547
|
"ui.courseForm.edit.publication.option.open.access": string;
|
|
536
548
|
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
@@ -548,10 +560,10 @@ declare const locales: {
|
|
|
548
560
|
"ui.courseForm.title.edit": string;
|
|
549
561
|
"ui.courseForm.self-paced.title": string;
|
|
550
562
|
"ui.courseForm.self-paced.info": string;
|
|
551
|
-
"ui.courseForm.structured.title": string;
|
|
552
|
-
"ui.courseForm.structured.info": string;
|
|
553
563
|
"ui.courseForm.scheduled.title": string;
|
|
554
564
|
"ui.courseForm.scheduled.info": string;
|
|
565
|
+
"ui.courseForm.structured.title": string;
|
|
566
|
+
"ui.courseForm.structured.info": string;
|
|
555
567
|
"ui.courseForm.name.placeholder": string;
|
|
556
568
|
"ui.courseForm.description.placeholder": string;
|
|
557
569
|
"ui.courseForm.date.placeholder": string;
|
|
@@ -562,7 +574,9 @@ declare const locales: {
|
|
|
562
574
|
"ui.courseForm.category.placeholder.empty": string;
|
|
563
575
|
"ui.courseForm.category.placeholder": string;
|
|
564
576
|
"ui.courseForm.name.error.maxLength": string;
|
|
577
|
+
"ui.courseForm.name.error.unique": string;
|
|
565
578
|
"ui.courseForm.description.error.maxLength": string;
|
|
579
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
566
580
|
"ui.courseJoinButton.waitingApproval": string;
|
|
567
581
|
"ui.courseJoinButton.join": string;
|
|
568
582
|
"ui.courseJoinButton.leave": string;
|
|
@@ -571,14 +585,10 @@ declare const locales: {
|
|
|
571
585
|
"ui.courses.empty.title": string;
|
|
572
586
|
"ui.courses.empty.info": string;
|
|
573
587
|
"ui.courses.noMore": string;
|
|
574
|
-
"ui.courses.
|
|
588
|
+
"ui.courses.filterByManagedByMe": string;
|
|
575
589
|
"ui.courses.filterByName": string;
|
|
576
|
-
"ui.courses.
|
|
577
|
-
"ui.courses.
|
|
578
|
-
"ui.courseStatus.new": string;
|
|
579
|
-
"ui.courseStatus.draft": string;
|
|
580
|
-
"ui.courseStatus.published": string;
|
|
581
|
-
"ui.courseStatus.concluded": string;
|
|
590
|
+
"ui.courses.filterByMine": string;
|
|
591
|
+
"ui.courses.endMessage": string;
|
|
582
592
|
"ui.courseParticipantsButton.participants": string;
|
|
583
593
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
584
594
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -792,7 +802,9 @@ declare const locales: {
|
|
|
792
802
|
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
793
803
|
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
794
804
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
805
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
795
806
|
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
807
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
796
808
|
"ui.lessonReleaseMenu.now.label": string;
|
|
797
809
|
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
798
810
|
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
@@ -895,11 +907,20 @@ declare const locales: {
|
|
|
895
907
|
"ui.notification.user_requested_to_join_event": string;
|
|
896
908
|
"ui.notification.user_accepted_to_join_event": string;
|
|
897
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;
|
|
898
917
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
899
918
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
900
919
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
901
920
|
"ui.notification.event.user_added_to_event": string;
|
|
902
921
|
"ui.notification.event.button.see": string;
|
|
922
|
+
"ui.notification.event.button.accept": string;
|
|
923
|
+
"ui.notification.event.button.accepted": string;
|
|
903
924
|
"ui.notification.event.privacy.public": string;
|
|
904
925
|
"ui.notification.event.privacy.private": string;
|
|
905
926
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1341,6 +1362,35 @@ declare const locales: {
|
|
|
1341
1362
|
"ui.paymentOrders.actions": string;
|
|
1342
1363
|
"ui.paymentOrders.actions.pay": string;
|
|
1343
1364
|
"ui.paymentOrders.noOrders": string;
|
|
1365
|
+
"ui.createPaymentProductForm.title": string;
|
|
1366
|
+
"ui.createPaymentProductForm.name": string;
|
|
1367
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
1368
|
+
"ui.createPaymentProductForm.description": string;
|
|
1369
|
+
"ui.createPaymentProductForm.price": string;
|
|
1370
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
1371
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
1372
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
1373
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
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;
|
|
1392
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
1393
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
1344
1394
|
};
|
|
1345
1395
|
it: {
|
|
1346
1396
|
"templates.feedObjectDetail.contributionNotFound": string;
|
|
@@ -1355,6 +1405,7 @@ declare const locales: {
|
|
|
1355
1405
|
"templates.lesson.button.complete": string;
|
|
1356
1406
|
"templates.lesson.save.success": string;
|
|
1357
1407
|
"templates.lesson.save.error": string;
|
|
1408
|
+
"templates.lesson.previewMode": string;
|
|
1358
1409
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
1359
1410
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
1360
1411
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1625,6 +1676,7 @@ declare const locales: {
|
|
|
1625
1676
|
"ui.contributionActionMenu.vulgar": string;
|
|
1626
1677
|
"ui.createEvent.title": string;
|
|
1627
1678
|
"ui.createEvent.description": string;
|
|
1679
|
+
"ui.course.accordionLessons.date": string;
|
|
1628
1680
|
"ui.course.accordionLessons.empty": string;
|
|
1629
1681
|
"ui.course.completedDialog.btn.label": string;
|
|
1630
1682
|
"ui.course.completedDialog.description.pt1": string;
|
|
@@ -1665,6 +1717,7 @@ declare const locales: {
|
|
|
1665
1717
|
"ui.course.status.published": string;
|
|
1666
1718
|
"ui.course.status.completed": string;
|
|
1667
1719
|
"ui.course.status.draft": string;
|
|
1720
|
+
"ui.course.status.joined": string;
|
|
1668
1721
|
"ui.course.table.lessons.title": string;
|
|
1669
1722
|
"ui.course.table.sections.title": string;
|
|
1670
1723
|
"ui.course.type": string;
|
|
@@ -1680,6 +1733,8 @@ declare const locales: {
|
|
|
1680
1733
|
"ui.courseUsersTable.dialog.info.text2": string;
|
|
1681
1734
|
"ui.courseUsersTable.dialog.title": string;
|
|
1682
1735
|
"ui.courseUsersTable.empty.requests.title": string;
|
|
1736
|
+
"ui.courseUsersTable.empty.search.description": string;
|
|
1737
|
+
"ui.courseUsersTable.empty.search.title": string;
|
|
1683
1738
|
"ui.courseUsersTable.empty.users.description": string;
|
|
1684
1739
|
"ui.courseUsersTable.empty.users.title": string;
|
|
1685
1740
|
"ui.courseUsersTable.searchBar.placeholder": string;
|
|
@@ -1696,7 +1751,7 @@ declare const locales: {
|
|
|
1696
1751
|
"ui.editCourse.tab.lessons.table.menu.delete": string;
|
|
1697
1752
|
"ui.editCourse.tab.lessons.table.menu.edit": string;
|
|
1698
1753
|
"ui.editCourse.tab.lessons.table.menu.rename": string;
|
|
1699
|
-
"ui.editCourse.tab.lessons.table.menu.
|
|
1754
|
+
"ui.editCourse.tab.lessons.table.menu.preview": string;
|
|
1700
1755
|
"ui.editCourse.tab.lessons.table.newLesson": string;
|
|
1701
1756
|
"ui.editCourse.tab.lessons.table.newSection": string;
|
|
1702
1757
|
"ui.editCourse.tab.lessons.table.section": string;
|
|
@@ -1724,9 +1779,12 @@ declare const locales: {
|
|
|
1724
1779
|
"ui.editCourse.tab.users.table.select.creator": string;
|
|
1725
1780
|
"ui.editCourse.tab.users.table.select.joined": string;
|
|
1726
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;
|
|
1727
1784
|
"ui.editCourse.tab.users.title": string;
|
|
1728
1785
|
"ui.event.see": string;
|
|
1729
1786
|
"ui.event.inProgress": string;
|
|
1787
|
+
"ui.event.finished": string;
|
|
1730
1788
|
"ui.eventHeader.visibility.private": string;
|
|
1731
1789
|
"ui.eventHeader.visibility.public": string;
|
|
1732
1790
|
"ui.eventHeader.location.live": string;
|
|
@@ -1737,6 +1795,8 @@ declare const locales: {
|
|
|
1737
1795
|
"ui.eventHeader.user.manager": string;
|
|
1738
1796
|
"ui.eventHeader.inProgress": string;
|
|
1739
1797
|
"ui.eventHeader.finished": string;
|
|
1798
|
+
"ui.events.myEvents.title": string;
|
|
1799
|
+
"ui.events.allEvents.title": string;
|
|
1740
1800
|
"ui.events.filterByName": string;
|
|
1741
1801
|
"ui.events.filterByDate": string;
|
|
1742
1802
|
"ui.events.select.any": string;
|
|
@@ -1751,6 +1811,7 @@ declare const locales: {
|
|
|
1751
1811
|
"ui.events.filterByFollowedInterest": string;
|
|
1752
1812
|
"ui.events.filterByCreatedByMe": string;
|
|
1753
1813
|
"ui.events.filterByPastEvents": string;
|
|
1814
|
+
"ui.events.filterByOngoingEvents": string;
|
|
1754
1815
|
"ui.events.button.seeMore": string;
|
|
1755
1816
|
"ui.events.noEvents.title.personal": string;
|
|
1756
1817
|
"ui.events.noEvents.title": string;
|
|
@@ -1874,6 +1935,7 @@ declare const locales: {
|
|
|
1874
1935
|
"ui.courseForm.edit.access.info.visibility": string;
|
|
1875
1936
|
"ui.courseForm.edit.publication.title": string;
|
|
1876
1937
|
"ui.courseForm.edit.publication.subtitle": string;
|
|
1938
|
+
"ui.courseForm.edit.publication.subtitle.info": string;
|
|
1877
1939
|
"ui.courseForm.edit.publication.option.open.title": string;
|
|
1878
1940
|
"ui.courseForm.edit.publication.option.open.access": string;
|
|
1879
1941
|
"ui.courseForm.edit.publication.option.open.visibility": string;
|
|
@@ -1891,10 +1953,10 @@ declare const locales: {
|
|
|
1891
1953
|
"ui.courseForm.title.edit": string;
|
|
1892
1954
|
"ui.courseForm.self-paced.title": string;
|
|
1893
1955
|
"ui.courseForm.self-paced.info": string;
|
|
1894
|
-
"ui.courseForm.structured.title": string;
|
|
1895
|
-
"ui.courseForm.structured.info": string;
|
|
1896
1956
|
"ui.courseForm.scheduled.title": string;
|
|
1897
1957
|
"ui.courseForm.scheduled.info": string;
|
|
1958
|
+
"ui.courseForm.structured.title": string;
|
|
1959
|
+
"ui.courseForm.structured.info": string;
|
|
1898
1960
|
"ui.courseForm.name.placeholder": string;
|
|
1899
1961
|
"ui.courseForm.description.placeholder": string;
|
|
1900
1962
|
"ui.courseForm.date.placeholder": string;
|
|
@@ -1906,7 +1968,9 @@ declare const locales: {
|
|
|
1906
1968
|
"ui.courseForm.category.placeholder.empty": string;
|
|
1907
1969
|
"ui.courseForm.category.placeholder": string;
|
|
1908
1970
|
"ui.courseForm.name.error.maxLength": string;
|
|
1971
|
+
"ui.courseForm.name.error.unique": string;
|
|
1909
1972
|
"ui.courseForm.description.error.maxLength": string;
|
|
1973
|
+
"ui.courseForm.comingSoon.chip": string;
|
|
1910
1974
|
"ui.courseJoinButton.waitingApproval": string;
|
|
1911
1975
|
"ui.courseJoinButton.join": string;
|
|
1912
1976
|
"ui.courseJoinButton.leave": string;
|
|
@@ -1915,14 +1979,10 @@ declare const locales: {
|
|
|
1915
1979
|
"ui.courses.empty.title": string;
|
|
1916
1980
|
"ui.courses.empty.info": string;
|
|
1917
1981
|
"ui.courses.noMore": string;
|
|
1918
|
-
"ui.courses.
|
|
1982
|
+
"ui.courses.filterByManagedByMe": string;
|
|
1919
1983
|
"ui.courses.filterByName": string;
|
|
1920
|
-
"ui.courses.
|
|
1921
|
-
"ui.courses.
|
|
1922
|
-
"ui.courseStatus.new": string;
|
|
1923
|
-
"ui.courseStatus.draft": string;
|
|
1924
|
-
"ui.courseStatus.published": string;
|
|
1925
|
-
"ui.courseStatus.concluded": string;
|
|
1984
|
+
"ui.courses.filterByMine": string;
|
|
1985
|
+
"ui.courses.endMessage": string;
|
|
1926
1986
|
"ui.courseParticipantsButton.participants": string;
|
|
1927
1987
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1928
1988
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -2136,7 +2196,9 @@ declare const locales: {
|
|
|
2136
2196
|
"ui.lessonCommentObjects.editor.placeholder": string;
|
|
2137
2197
|
"ui.lessonReleaseMenu.scheduled.label": string;
|
|
2138
2198
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": string;
|
|
2199
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": string;
|
|
2139
2200
|
"ui.lessonReleaseMenu.scheduled.picker.cancel": string;
|
|
2201
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": string;
|
|
2140
2202
|
"ui.lessonReleaseMenu.now.label": string;
|
|
2141
2203
|
"ui.lessonReleaseMenu.structured.label.days": string;
|
|
2142
2204
|
"ui.lessonReleaseMenu.structured.label.weeks": string;
|
|
@@ -2239,11 +2301,21 @@ declare const locales: {
|
|
|
2239
2301
|
"ui.notification.user_requested_to_join_event": string;
|
|
2240
2302
|
"ui.notification.user_accepted_to_join_event": string;
|
|
2241
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;
|
|
2242
2311
|
"ui.notification.event.button.see": string;
|
|
2312
|
+
"ui.notification.event.button.accept": string;
|
|
2313
|
+
"ui.notification.event.button.accepted": string;
|
|
2243
2314
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
2244
2315
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
2245
2316
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
2246
2317
|
"ui.notification.event.user_added_to_event": string;
|
|
2318
|
+
"ui.notification.event.user_commented_a_course_lesson": string;
|
|
2247
2319
|
"ui.notification.event.privacy.public": string;
|
|
2248
2320
|
"ui.notification.event.privacy.private": string;
|
|
2249
2321
|
"ui.notification.event.address.live.label": string;
|
|
@@ -2685,6 +2757,35 @@ declare const locales: {
|
|
|
2685
2757
|
"ui.paymentOrders.actions": string;
|
|
2686
2758
|
"ui.paymentOrders.actions.pay": string;
|
|
2687
2759
|
"ui.paymentOrders.noOrders": string;
|
|
2760
|
+
"ui.createPaymentProductForm.title": string;
|
|
2761
|
+
"ui.createPaymentProductForm.name": string;
|
|
2762
|
+
"ui.createPaymentProductForm.error.name.required": string;
|
|
2763
|
+
"ui.createPaymentProductForm.description": string;
|
|
2764
|
+
"ui.createPaymentProductForm.price": string;
|
|
2765
|
+
"ui.createPaymentProductForm.minPrice": string;
|
|
2766
|
+
"ui.createPaymentProductForm.error.price.required": string;
|
|
2767
|
+
"ui.createPaymentProductForm.btn.cancel": string;
|
|
2768
|
+
"ui.createPaymentProductForm.btn.create": string;
|
|
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;
|
|
2787
|
+
"ui.paywallsConfigurator.noProducts": string;
|
|
2788
|
+
"ui.paywallsConfigurator.filterByName": string;
|
|
2688
2789
|
};
|
|
2689
2790
|
};
|
|
2690
2791
|
export default locales;
|
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,9 +385,12 @@
|
|
|
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",
|
|
393
|
+
"ui.event.finished": "Finished",
|
|
386
394
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
387
395
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
388
396
|
"ui.eventHeader.location.live": "Live",
|
|
@@ -393,6 +401,8 @@
|
|
|
393
401
|
"ui.eventHeader.user.manager": "Manager",
|
|
394
402
|
"ui.eventHeader.inProgress": "In progress",
|
|
395
403
|
"ui.eventHeader.finished": "Finished",
|
|
404
|
+
"ui.events.myEvents.title": "My Events",
|
|
405
|
+
"ui.events.allEvents.title": "All events",
|
|
396
406
|
"ui.events.filterByName": "Search Event",
|
|
397
407
|
"ui.events.filterByDate": "Event Date",
|
|
398
408
|
"ui.events.select.any": "Any Date",
|
|
@@ -407,8 +417,9 @@
|
|
|
407
417
|
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
408
418
|
"ui.events.filterByCreatedByMe": "Created by me",
|
|
409
419
|
"ui.events.filterByPastEvents": "Past Events",
|
|
420
|
+
"ui.events.filterByOngoingEvents": "Scheduled events",
|
|
410
421
|
"ui.events.button.seeMore": "See More",
|
|
411
|
-
"ui.events.noEvents.title.personal": "
|
|
422
|
+
"ui.events.noEvents.title.personal": "No matching events.",
|
|
412
423
|
"ui.events.noEvents.title": "All events will be visible here.",
|
|
413
424
|
"ui.events.skeleton.action.add": "Add Event",
|
|
414
425
|
"ui.eventForm.title": "Create Event",
|
|
@@ -530,8 +541,9 @@
|
|
|
530
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.",
|
|
531
542
|
"ui.courseForm.edit.publication.title": "Publish Your Course",
|
|
532
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.",
|
|
533
545
|
"ui.courseForm.edit.publication.option.open.title": "Open",
|
|
534
|
-
"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.",
|
|
535
547
|
"ui.courseForm.edit.publication.option.open.visibility": "<icon>visibility</icon>Visibility: Visible to all members of your Community.",
|
|
536
548
|
"ui.courseForm.edit.publication.option.private.title": "Private",
|
|
537
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.",
|
|
@@ -543,14 +555,14 @@
|
|
|
543
555
|
"ui.courseForm.button.next": "Next",
|
|
544
556
|
"ui.courseForm.button.create": "Create Course",
|
|
545
557
|
"ui.courseForm.title.general": "Choose the Course type",
|
|
546
|
-
"ui.courseForm.title.customization": "Create your Course",
|
|
558
|
+
"ui.courseForm.title.customization": "Create your {courseType} Course",
|
|
547
559
|
"ui.courseForm.title.edit": "Edit Course",
|
|
548
560
|
"ui.courseForm.self-paced.title": "Self-Paced",
|
|
549
561
|
"ui.courseForm.self-paced.info": "The course starts as soon as the user completes the subscription.\nAll content is immediately available.",
|
|
550
|
-
"ui.courseForm.structured.title": "Calendarized",
|
|
551
|
-
"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.",
|
|
552
562
|
"ui.courseForm.scheduled.title": "Scheduled",
|
|
553
|
-
"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.",
|
|
554
566
|
"ui.courseForm.name.placeholder": "Give your course a name",
|
|
555
567
|
"ui.courseForm.description.placeholder": "Add a description",
|
|
556
568
|
"ui.courseForm.date.placeholder": "Start Date",
|
|
@@ -561,7 +573,9 @@
|
|
|
561
573
|
"ui.courseForm.category.placeholder.empty": "Assign categories (optional)",
|
|
562
574
|
"ui.courseForm.category.placeholder": "Categories",
|
|
563
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.",
|
|
564
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",
|
|
565
579
|
"ui.courseJoinButton.waitingApproval": "Waiting for approval",
|
|
566
580
|
"ui.courseJoinButton.join": "Start the course",
|
|
567
581
|
"ui.courseJoinButton.leave": "Leave the course",
|
|
@@ -570,14 +584,10 @@
|
|
|
570
584
|
"ui.courses.empty.title": "There are currently no Courses available",
|
|
571
585
|
"ui.courses.empty.info": "We invite you to suggest starting Courses in the Community",
|
|
572
586
|
"ui.courses.noMore": "There are no other Courses at the moment.",
|
|
573
|
-
"ui.courses.
|
|
587
|
+
"ui.courses.filterByManagedByMe": "Managed by me",
|
|
574
588
|
"ui.courses.filterByName": "Search Course",
|
|
575
|
-
"ui.courses.
|
|
576
|
-
"ui.courses.
|
|
577
|
-
"ui.courseStatus.new": "NEW",
|
|
578
|
-
"ui.courseStatus.draft": "DRAFT",
|
|
579
|
-
"ui.courseStatus.published": "PUBLISHED",
|
|
580
|
-
"ui.courseStatus.concluded": "CONCLUDED",
|
|
589
|
+
"ui.courses.filterByMine": "My Courses",
|
|
590
|
+
"ui.courses.endMessage": "There is no other content. <button>Scroll up</button>",
|
|
581
591
|
"ui.courseParticipantsButton.participants": "{total, plural, =0 {# participants} one {# participant} other {# participants}}",
|
|
582
592
|
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
583
593
|
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
|
@@ -791,7 +801,9 @@
|
|
|
791
801
|
"ui.lessonCommentObjects.editor.placeholder": "Write your comment...",
|
|
792
802
|
"ui.lessonReleaseMenu.scheduled.label": "Select release date",
|
|
793
803
|
"ui.lessonReleaseMenu.scheduled.picker.placeholder": "Select date and time",
|
|
794
|
-
"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",
|
|
795
807
|
"ui.lessonReleaseMenu.now.label": "Immediately after registration",
|
|
796
808
|
"ui.lessonReleaseMenu.structured.label.days": "{total, plural, =0 {# days} one {one day} other {# days}} after registration",
|
|
797
809
|
"ui.lessonReleaseMenu.structured.label.weeks": "{total, plural, =0 {# weeks} one {one week} other {# weeks}} after registration",
|
|
@@ -894,11 +906,20 @@
|
|
|
894
906
|
"ui.notification.user_requested_to_join_event": "requested to join the event:",
|
|
895
907
|
"ui.notification.user_accepted_to_join_event": "accepted to join the event:",
|
|
896
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>",
|
|
897
916
|
"ui.notification.event.user_invited_to_join_event": "invited you to the event: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
898
917
|
"ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
|
|
899
918
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
900
919
|
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
901
920
|
"ui.notification.event.button.see": "See",
|
|
921
|
+
"ui.notification.event.button.accept": "Accept",
|
|
922
|
+
"ui.notification.event.button.accepted": "Accepted",
|
|
902
923
|
"ui.notification.event.privacy.public": "Public",
|
|
903
924
|
"ui.notification.event.privacy.private": "Private",
|
|
904
925
|
"ui.notification.event.address.live.label": "In Person",
|
|
@@ -1339,5 +1360,34 @@
|
|
|
1339
1360
|
"ui.paymentOrders.status": "Status",
|
|
1340
1361
|
"ui.paymentOrders.actions": "Actions",
|
|
1341
1362
|
"ui.paymentOrders.actions.pay": "Pay",
|
|
1342
|
-
"ui.paymentOrders.noOrders": "No orders at the moment"
|
|
1363
|
+
"ui.paymentOrders.noOrders": "No orders at the moment",
|
|
1364
|
+
"ui.createPaymentProductForm.title": "Add a payment product",
|
|
1365
|
+
"ui.createPaymentProductForm.name": "Name",
|
|
1366
|
+
"ui.createPaymentProductForm.error.name.required": "Name is a eequired field",
|
|
1367
|
+
"ui.createPaymentProductForm.description": "Description",
|
|
1368
|
+
"ui.createPaymentProductForm.price": "Price",
|
|
1369
|
+
"ui.createPaymentProductForm.minPrice": "Minimum price {min}€",
|
|
1370
|
+
"ui.createPaymentProductForm.error.price.required": "Price is required. Minimum is {min}€.",
|
|
1371
|
+
"ui.createPaymentProductForm.btn.cancel": "Cancel",
|
|
1372
|
+
"ui.createPaymentProductForm.btn.create": "Add",
|
|
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",
|
|
1391
|
+
"ui.paywallsConfigurator.noProducts": "No products",
|
|
1392
|
+
"ui.paywallsConfigurator.filterByName": "Filter by name"
|
|
1343
1393
|
}
|