@selfcommunity/react-i18n 0.7.7-payments.165 → 0.7.7-payments.168

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.
@@ -384,6 +384,7 @@ declare const locales: {
384
384
  "ui.editCourse.tab.users.title": string;
385
385
  "ui.event.see": string;
386
386
  "ui.event.inProgress": string;
387
+ "ui.event.finished": string;
387
388
  "ui.eventHeader.visibility.private": string;
388
389
  "ui.eventHeader.visibility.public": string;
389
390
  "ui.eventHeader.location.live": string;
@@ -394,6 +395,8 @@ declare const locales: {
394
395
  "ui.eventHeader.user.manager": string;
395
396
  "ui.eventHeader.inProgress": string;
396
397
  "ui.eventHeader.finished": string;
398
+ "ui.events.myEvents.title": string;
399
+ "ui.events.allEvents.title": string;
397
400
  "ui.events.filterByName": string;
398
401
  "ui.events.filterByDate": string;
399
402
  "ui.events.select.any": string;
@@ -408,6 +411,7 @@ declare const locales: {
408
411
  "ui.events.filterByFollowedInterest": string;
409
412
  "ui.events.filterByCreatedByMe": string;
410
413
  "ui.events.filterByPastEvents": string;
414
+ "ui.events.filterByOngoingEvents": string;
411
415
  "ui.events.button.seeMore": string;
412
416
  "ui.events.noEvents.title.personal": string;
413
417
  "ui.events.noEvents.title": string;
@@ -1341,6 +1345,15 @@ declare const locales: {
1341
1345
  "ui.paymentOrders.actions": string;
1342
1346
  "ui.paymentOrders.actions.pay": string;
1343
1347
  "ui.paymentOrders.noOrders": string;
1348
+ "ui.createPaymentProductForm.title": string;
1349
+ "ui.createPaymentProductForm.name": string;
1350
+ "ui.createPaymentProductForm.description": string;
1351
+ "ui.createPaymentProductForm.price": string;
1352
+ "ui.createPaymentProductForm.btn.cancel": string;
1353
+ "ui.createPaymentProductForm.btn.create": string;
1354
+ "ui.createPaymentProductForm.error": string;
1355
+ "ui.paywallsConfigurator.noProducts": string;
1356
+ "ui.paywallsConfigurator.filterByName": string;
1344
1357
  };
1345
1358
  it: {
1346
1359
  "templates.feedObjectDetail.contributionNotFound": string;
@@ -1727,6 +1740,7 @@ declare const locales: {
1727
1740
  "ui.editCourse.tab.users.title": string;
1728
1741
  "ui.event.see": string;
1729
1742
  "ui.event.inProgress": string;
1743
+ "ui.event.finished": string;
1730
1744
  "ui.eventHeader.visibility.private": string;
1731
1745
  "ui.eventHeader.visibility.public": string;
1732
1746
  "ui.eventHeader.location.live": string;
@@ -1737,6 +1751,8 @@ declare const locales: {
1737
1751
  "ui.eventHeader.user.manager": string;
1738
1752
  "ui.eventHeader.inProgress": string;
1739
1753
  "ui.eventHeader.finished": string;
1754
+ "ui.events.myEvents.title": string;
1755
+ "ui.events.allEvents.title": string;
1740
1756
  "ui.events.filterByName": string;
1741
1757
  "ui.events.filterByDate": string;
1742
1758
  "ui.events.select.any": string;
@@ -1751,6 +1767,7 @@ declare const locales: {
1751
1767
  "ui.events.filterByFollowedInterest": string;
1752
1768
  "ui.events.filterByCreatedByMe": string;
1753
1769
  "ui.events.filterByPastEvents": string;
1770
+ "ui.events.filterByOngoingEvents": string;
1754
1771
  "ui.events.button.seeMore": string;
1755
1772
  "ui.events.noEvents.title.personal": string;
1756
1773
  "ui.events.noEvents.title": string;
@@ -2685,6 +2702,15 @@ declare const locales: {
2685
2702
  "ui.paymentOrders.actions": string;
2686
2703
  "ui.paymentOrders.actions.pay": string;
2687
2704
  "ui.paymentOrders.noOrders": string;
2705
+ "ui.createPaymentProductForm.title": string;
2706
+ "ui.createPaymentProductForm.name": string;
2707
+ "ui.createPaymentProductForm.description": string;
2708
+ "ui.createPaymentProductForm.price": string;
2709
+ "ui.createPaymentProductForm.btn.cancel": string;
2710
+ "ui.createPaymentProductForm.btn.create": string;
2711
+ "ui.createPaymentProductForm.error": string;
2712
+ "ui.paywallsConfigurator.noProducts": string;
2713
+ "ui.paywallsConfigurator.filterByName": string;
2688
2714
  };
2689
2715
  };
2690
2716
  export default locales;
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
384
384
  "ui.event.see": "See",
385
385
  "ui.event.inProgress": "In progress",
386
+ "ui.event.finished": "Finished",
386
387
  "ui.eventHeader.visibility.private": "Private Event",
387
388
  "ui.eventHeader.visibility.public": "Public Event",
388
389
  "ui.eventHeader.location.live": "Live",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Manager",
394
395
  "ui.eventHeader.inProgress": "In progress",
395
396
  "ui.eventHeader.finished": "Finished",
397
+ "ui.events.myEvents.title": "My Events",
398
+ "ui.events.allEvents.title": "All events",
396
399
  "ui.events.filterByName": "Search Event",
397
400
  "ui.events.filterByDate": "Event Date",
398
401
  "ui.events.select.any": "Any Date",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "People I Follow",
408
411
  "ui.events.filterByCreatedByMe": "Created by me",
409
412
  "ui.events.filterByPastEvents": "Past Events",
413
+ "ui.events.filterByOngoingEvents": "Scheduled events",
410
414
  "ui.events.button.seeMore": "See More",
411
- "ui.events.noEvents.title.personal": "The events you attend will be visible here.",
415
+ "ui.events.noEvents.title.personal": "No matching events.",
412
416
  "ui.events.noEvents.title": "All events will be visible here.",
413
417
  "ui.events.skeleton.action.add": "Add Event",
414
418
  "ui.eventForm.title": "Create Event",
@@ -1339,5 +1343,14 @@
1339
1343
  "ui.paymentOrders.status": "Status",
1340
1344
  "ui.paymentOrders.actions": "Actions",
1341
1345
  "ui.paymentOrders.actions.pay": "Pay",
1342
- "ui.paymentOrders.noOrders": "No orders at the moment"
1346
+ "ui.paymentOrders.noOrders": "No orders at the moment",
1347
+ "ui.createPaymentProductForm.title": "Add a paymento product",
1348
+ "ui.createPaymentProductForm.name": "Name",
1349
+ "ui.createPaymentProductForm.description": "Description",
1350
+ "ui.createPaymentProductForm.price": "Price",
1351
+ "ui.createPaymentProductForm.btn.cancel": "Cancel",
1352
+ "ui.createPaymentProductForm.btn.create": "Add",
1353
+ "ui.createPaymentProductForm.error": "An error occurred while create the product. Please try again later.",
1354
+ "ui.paywallsConfigurator.noProducts": "No products",
1355
+ "ui.paywallsConfigurator.filterByName": "Filter by name"
1343
1356
  }
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Utenti} one {# Utente} other {# Utenti}} del Corso",
384
384
  "ui.event.see": "Vedi",
385
385
  "ui.event.inProgress": "In corso",
386
+ "ui.event.finished": "Terminato",
386
387
  "ui.eventHeader.visibility.private": "Evento Privato",
387
388
  "ui.eventHeader.visibility.public": "Evento Pubblico",
388
389
  "ui.eventHeader.location.live": "Di persona",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Organizzatore",
394
395
  "ui.eventHeader.inProgress": "In corso",
395
396
  "ui.eventHeader.finished": "Terminato",
397
+ "ui.events.myEvents.title": "I miei eventi",
398
+ "ui.events.allEvents.title": "Tutti gli eventi",
396
399
  "ui.events.filterByName": "Cerca Evento",
397
400
  "ui.events.filterByDate": "Data Evento",
398
401
  "ui.events.select.any": "Qualsiasi data",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "Persone che seguo",
408
411
  "ui.events.filterByCreatedByMe": "Creati da me",
409
412
  "ui.events.filterByPastEvents": "Eventi passati",
413
+ "ui.events.filterByOngoingEvents": "Eventi in programma",
410
414
  "ui.events.button.seeMore": "Vedi di più",
411
- "ui.events.noEvents.title.personal": "Gli eventi a cui parteciperai saranno visibili qui.",
415
+ "ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
412
416
  "ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
413
417
  "ui.events.skeleton.action.add": "Aggiungi Evento",
414
418
  "ui.eventForm.title": "Crea Evento",
@@ -1340,5 +1344,14 @@
1340
1344
  "ui.paymentOrders.status": "Stato",
1341
1345
  "ui.paymentOrders.actions": "Azioni",
1342
1346
  "ui.paymentOrders.actions.pay": "Paga",
1343
- "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento"
1347
+ "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento",
1348
+ "ui.createPaymentProductForm.title": "Aggiungi un prodotto di pagamento",
1349
+ "ui.createPaymentProductForm.name": "Nome",
1350
+ "ui.createPaymentProductForm.description": "Descrizione",
1351
+ "ui.createPaymentProductForm.price": "Prezzo",
1352
+ "ui.createPaymentProductForm.btn.cancel": "Annulla",
1353
+ "ui.createPaymentProductForm.btn.create": "Aggiungi",
1354
+ "ui.createPaymentProductForm.error": "Si è verificato un errore nella creazione del prodotto. Prova più tardi!",
1355
+ "ui.paywallsConfigurator.noProducts": "Nessun prodotto selezionabile",
1356
+ "ui.paywallsConfigurator.filterByName": "Filtra per nome"
1344
1357
  }
@@ -384,6 +384,7 @@ declare const locales: {
384
384
  "ui.editCourse.tab.users.title": string;
385
385
  "ui.event.see": string;
386
386
  "ui.event.inProgress": string;
387
+ "ui.event.finished": string;
387
388
  "ui.eventHeader.visibility.private": string;
388
389
  "ui.eventHeader.visibility.public": string;
389
390
  "ui.eventHeader.location.live": string;
@@ -394,6 +395,8 @@ declare const locales: {
394
395
  "ui.eventHeader.user.manager": string;
395
396
  "ui.eventHeader.inProgress": string;
396
397
  "ui.eventHeader.finished": string;
398
+ "ui.events.myEvents.title": string;
399
+ "ui.events.allEvents.title": string;
397
400
  "ui.events.filterByName": string;
398
401
  "ui.events.filterByDate": string;
399
402
  "ui.events.select.any": string;
@@ -408,6 +411,7 @@ declare const locales: {
408
411
  "ui.events.filterByFollowedInterest": string;
409
412
  "ui.events.filterByCreatedByMe": string;
410
413
  "ui.events.filterByPastEvents": string;
414
+ "ui.events.filterByOngoingEvents": string;
411
415
  "ui.events.button.seeMore": string;
412
416
  "ui.events.noEvents.title.personal": string;
413
417
  "ui.events.noEvents.title": string;
@@ -1341,6 +1345,15 @@ declare const locales: {
1341
1345
  "ui.paymentOrders.actions": string;
1342
1346
  "ui.paymentOrders.actions.pay": string;
1343
1347
  "ui.paymentOrders.noOrders": string;
1348
+ "ui.createPaymentProductForm.title": string;
1349
+ "ui.createPaymentProductForm.name": string;
1350
+ "ui.createPaymentProductForm.description": string;
1351
+ "ui.createPaymentProductForm.price": string;
1352
+ "ui.createPaymentProductForm.btn.cancel": string;
1353
+ "ui.createPaymentProductForm.btn.create": string;
1354
+ "ui.createPaymentProductForm.error": string;
1355
+ "ui.paywallsConfigurator.noProducts": string;
1356
+ "ui.paywallsConfigurator.filterByName": string;
1344
1357
  };
1345
1358
  it: {
1346
1359
  "templates.feedObjectDetail.contributionNotFound": string;
@@ -1727,6 +1740,7 @@ declare const locales: {
1727
1740
  "ui.editCourse.tab.users.title": string;
1728
1741
  "ui.event.see": string;
1729
1742
  "ui.event.inProgress": string;
1743
+ "ui.event.finished": string;
1730
1744
  "ui.eventHeader.visibility.private": string;
1731
1745
  "ui.eventHeader.visibility.public": string;
1732
1746
  "ui.eventHeader.location.live": string;
@@ -1737,6 +1751,8 @@ declare const locales: {
1737
1751
  "ui.eventHeader.user.manager": string;
1738
1752
  "ui.eventHeader.inProgress": string;
1739
1753
  "ui.eventHeader.finished": string;
1754
+ "ui.events.myEvents.title": string;
1755
+ "ui.events.allEvents.title": string;
1740
1756
  "ui.events.filterByName": string;
1741
1757
  "ui.events.filterByDate": string;
1742
1758
  "ui.events.select.any": string;
@@ -1751,6 +1767,7 @@ declare const locales: {
1751
1767
  "ui.events.filterByFollowedInterest": string;
1752
1768
  "ui.events.filterByCreatedByMe": string;
1753
1769
  "ui.events.filterByPastEvents": string;
1770
+ "ui.events.filterByOngoingEvents": string;
1754
1771
  "ui.events.button.seeMore": string;
1755
1772
  "ui.events.noEvents.title.personal": string;
1756
1773
  "ui.events.noEvents.title": string;
@@ -2685,6 +2702,15 @@ declare const locales: {
2685
2702
  "ui.paymentOrders.actions": string;
2686
2703
  "ui.paymentOrders.actions.pay": string;
2687
2704
  "ui.paymentOrders.noOrders": string;
2705
+ "ui.createPaymentProductForm.title": string;
2706
+ "ui.createPaymentProductForm.name": string;
2707
+ "ui.createPaymentProductForm.description": string;
2708
+ "ui.createPaymentProductForm.price": string;
2709
+ "ui.createPaymentProductForm.btn.cancel": string;
2710
+ "ui.createPaymentProductForm.btn.create": string;
2711
+ "ui.createPaymentProductForm.error": string;
2712
+ "ui.paywallsConfigurator.noProducts": string;
2713
+ "ui.paywallsConfigurator.filterByName": string;
2688
2714
  };
2689
2715
  };
2690
2716
  export default locales;
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
384
384
  "ui.event.see": "See",
385
385
  "ui.event.inProgress": "In progress",
386
+ "ui.event.finished": "Finished",
386
387
  "ui.eventHeader.visibility.private": "Private Event",
387
388
  "ui.eventHeader.visibility.public": "Public Event",
388
389
  "ui.eventHeader.location.live": "Live",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Manager",
394
395
  "ui.eventHeader.inProgress": "In progress",
395
396
  "ui.eventHeader.finished": "Finished",
397
+ "ui.events.myEvents.title": "My Events",
398
+ "ui.events.allEvents.title": "All events",
396
399
  "ui.events.filterByName": "Search Event",
397
400
  "ui.events.filterByDate": "Event Date",
398
401
  "ui.events.select.any": "Any Date",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "People I Follow",
408
411
  "ui.events.filterByCreatedByMe": "Created by me",
409
412
  "ui.events.filterByPastEvents": "Past Events",
413
+ "ui.events.filterByOngoingEvents": "Scheduled events",
410
414
  "ui.events.button.seeMore": "See More",
411
- "ui.events.noEvents.title.personal": "The events you attend will be visible here.",
415
+ "ui.events.noEvents.title.personal": "No matching events.",
412
416
  "ui.events.noEvents.title": "All events will be visible here.",
413
417
  "ui.events.skeleton.action.add": "Add Event",
414
418
  "ui.eventForm.title": "Create Event",
@@ -1339,5 +1343,14 @@
1339
1343
  "ui.paymentOrders.status": "Status",
1340
1344
  "ui.paymentOrders.actions": "Actions",
1341
1345
  "ui.paymentOrders.actions.pay": "Pay",
1342
- "ui.paymentOrders.noOrders": "No orders at the moment"
1346
+ "ui.paymentOrders.noOrders": "No orders at the moment",
1347
+ "ui.createPaymentProductForm.title": "Add a paymento product",
1348
+ "ui.createPaymentProductForm.name": "Name",
1349
+ "ui.createPaymentProductForm.description": "Description",
1350
+ "ui.createPaymentProductForm.price": "Price",
1351
+ "ui.createPaymentProductForm.btn.cancel": "Cancel",
1352
+ "ui.createPaymentProductForm.btn.create": "Add",
1353
+ "ui.createPaymentProductForm.error": "An error occurred while create the product. Please try again later.",
1354
+ "ui.paywallsConfigurator.noProducts": "No products",
1355
+ "ui.paywallsConfigurator.filterByName": "Filter by name"
1343
1356
  }
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Utenti} one {# Utente} other {# Utenti}} del Corso",
384
384
  "ui.event.see": "Vedi",
385
385
  "ui.event.inProgress": "In corso",
386
+ "ui.event.finished": "Terminato",
386
387
  "ui.eventHeader.visibility.private": "Evento Privato",
387
388
  "ui.eventHeader.visibility.public": "Evento Pubblico",
388
389
  "ui.eventHeader.location.live": "Di persona",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Organizzatore",
394
395
  "ui.eventHeader.inProgress": "In corso",
395
396
  "ui.eventHeader.finished": "Terminato",
397
+ "ui.events.myEvents.title": "I miei eventi",
398
+ "ui.events.allEvents.title": "Tutti gli eventi",
396
399
  "ui.events.filterByName": "Cerca Evento",
397
400
  "ui.events.filterByDate": "Data Evento",
398
401
  "ui.events.select.any": "Qualsiasi data",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "Persone che seguo",
408
411
  "ui.events.filterByCreatedByMe": "Creati da me",
409
412
  "ui.events.filterByPastEvents": "Eventi passati",
413
+ "ui.events.filterByOngoingEvents": "Eventi in programma",
410
414
  "ui.events.button.seeMore": "Vedi di più",
411
- "ui.events.noEvents.title.personal": "Gli eventi a cui parteciperai saranno visibili qui.",
415
+ "ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
412
416
  "ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
413
417
  "ui.events.skeleton.action.add": "Aggiungi Evento",
414
418
  "ui.eventForm.title": "Crea Evento",
@@ -1340,5 +1344,14 @@
1340
1344
  "ui.paymentOrders.status": "Stato",
1341
1345
  "ui.paymentOrders.actions": "Azioni",
1342
1346
  "ui.paymentOrders.actions.pay": "Paga",
1343
- "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento"
1347
+ "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento",
1348
+ "ui.createPaymentProductForm.title": "Aggiungi un prodotto di pagamento",
1349
+ "ui.createPaymentProductForm.name": "Nome",
1350
+ "ui.createPaymentProductForm.description": "Descrizione",
1351
+ "ui.createPaymentProductForm.price": "Prezzo",
1352
+ "ui.createPaymentProductForm.btn.cancel": "Annulla",
1353
+ "ui.createPaymentProductForm.btn.create": "Aggiungi",
1354
+ "ui.createPaymentProductForm.error": "Si è verificato un errore nella creazione del prodotto. Prova più tardi!",
1355
+ "ui.paywallsConfigurator.noProducts": "Nessun prodotto selezionabile",
1356
+ "ui.paywallsConfigurator.filterByName": "Filtra per nome"
1344
1357
  }
@@ -384,6 +384,7 @@ declare const locales: {
384
384
  "ui.editCourse.tab.users.title": string;
385
385
  "ui.event.see": string;
386
386
  "ui.event.inProgress": string;
387
+ "ui.event.finished": string;
387
388
  "ui.eventHeader.visibility.private": string;
388
389
  "ui.eventHeader.visibility.public": string;
389
390
  "ui.eventHeader.location.live": string;
@@ -394,6 +395,8 @@ declare const locales: {
394
395
  "ui.eventHeader.user.manager": string;
395
396
  "ui.eventHeader.inProgress": string;
396
397
  "ui.eventHeader.finished": string;
398
+ "ui.events.myEvents.title": string;
399
+ "ui.events.allEvents.title": string;
397
400
  "ui.events.filterByName": string;
398
401
  "ui.events.filterByDate": string;
399
402
  "ui.events.select.any": string;
@@ -408,6 +411,7 @@ declare const locales: {
408
411
  "ui.events.filterByFollowedInterest": string;
409
412
  "ui.events.filterByCreatedByMe": string;
410
413
  "ui.events.filterByPastEvents": string;
414
+ "ui.events.filterByOngoingEvents": string;
411
415
  "ui.events.button.seeMore": string;
412
416
  "ui.events.noEvents.title.personal": string;
413
417
  "ui.events.noEvents.title": string;
@@ -1341,6 +1345,15 @@ declare const locales: {
1341
1345
  "ui.paymentOrders.actions": string;
1342
1346
  "ui.paymentOrders.actions.pay": string;
1343
1347
  "ui.paymentOrders.noOrders": string;
1348
+ "ui.createPaymentProductForm.title": string;
1349
+ "ui.createPaymentProductForm.name": string;
1350
+ "ui.createPaymentProductForm.description": string;
1351
+ "ui.createPaymentProductForm.price": string;
1352
+ "ui.createPaymentProductForm.btn.cancel": string;
1353
+ "ui.createPaymentProductForm.btn.create": string;
1354
+ "ui.createPaymentProductForm.error": string;
1355
+ "ui.paywallsConfigurator.noProducts": string;
1356
+ "ui.paywallsConfigurator.filterByName": string;
1344
1357
  };
1345
1358
  it: {
1346
1359
  "templates.feedObjectDetail.contributionNotFound": string;
@@ -1727,6 +1740,7 @@ declare const locales: {
1727
1740
  "ui.editCourse.tab.users.title": string;
1728
1741
  "ui.event.see": string;
1729
1742
  "ui.event.inProgress": string;
1743
+ "ui.event.finished": string;
1730
1744
  "ui.eventHeader.visibility.private": string;
1731
1745
  "ui.eventHeader.visibility.public": string;
1732
1746
  "ui.eventHeader.location.live": string;
@@ -1737,6 +1751,8 @@ declare const locales: {
1737
1751
  "ui.eventHeader.user.manager": string;
1738
1752
  "ui.eventHeader.inProgress": string;
1739
1753
  "ui.eventHeader.finished": string;
1754
+ "ui.events.myEvents.title": string;
1755
+ "ui.events.allEvents.title": string;
1740
1756
  "ui.events.filterByName": string;
1741
1757
  "ui.events.filterByDate": string;
1742
1758
  "ui.events.select.any": string;
@@ -1751,6 +1767,7 @@ declare const locales: {
1751
1767
  "ui.events.filterByFollowedInterest": string;
1752
1768
  "ui.events.filterByCreatedByMe": string;
1753
1769
  "ui.events.filterByPastEvents": string;
1770
+ "ui.events.filterByOngoingEvents": string;
1754
1771
  "ui.events.button.seeMore": string;
1755
1772
  "ui.events.noEvents.title.personal": string;
1756
1773
  "ui.events.noEvents.title": string;
@@ -2685,6 +2702,15 @@ declare const locales: {
2685
2702
  "ui.paymentOrders.actions": string;
2686
2703
  "ui.paymentOrders.actions.pay": string;
2687
2704
  "ui.paymentOrders.noOrders": string;
2705
+ "ui.createPaymentProductForm.title": string;
2706
+ "ui.createPaymentProductForm.name": string;
2707
+ "ui.createPaymentProductForm.description": string;
2708
+ "ui.createPaymentProductForm.price": string;
2709
+ "ui.createPaymentProductForm.btn.cancel": string;
2710
+ "ui.createPaymentProductForm.btn.create": string;
2711
+ "ui.createPaymentProductForm.error": string;
2712
+ "ui.paywallsConfigurator.noProducts": string;
2713
+ "ui.paywallsConfigurator.filterByName": string;
2688
2714
  };
2689
2715
  };
2690
2716
  export default locales;
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
384
384
  "ui.event.see": "See",
385
385
  "ui.event.inProgress": "In progress",
386
+ "ui.event.finished": "Finished",
386
387
  "ui.eventHeader.visibility.private": "Private Event",
387
388
  "ui.eventHeader.visibility.public": "Public Event",
388
389
  "ui.eventHeader.location.live": "Live",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Manager",
394
395
  "ui.eventHeader.inProgress": "In progress",
395
396
  "ui.eventHeader.finished": "Finished",
397
+ "ui.events.myEvents.title": "My Events",
398
+ "ui.events.allEvents.title": "All events",
396
399
  "ui.events.filterByName": "Search Event",
397
400
  "ui.events.filterByDate": "Event Date",
398
401
  "ui.events.select.any": "Any Date",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "People I Follow",
408
411
  "ui.events.filterByCreatedByMe": "Created by me",
409
412
  "ui.events.filterByPastEvents": "Past Events",
413
+ "ui.events.filterByOngoingEvents": "Scheduled events",
410
414
  "ui.events.button.seeMore": "See More",
411
- "ui.events.noEvents.title.personal": "The events you attend will be visible here.",
415
+ "ui.events.noEvents.title.personal": "No matching events.",
412
416
  "ui.events.noEvents.title": "All events will be visible here.",
413
417
  "ui.events.skeleton.action.add": "Add Event",
414
418
  "ui.eventForm.title": "Create Event",
@@ -1339,5 +1343,14 @@
1339
1343
  "ui.paymentOrders.status": "Status",
1340
1344
  "ui.paymentOrders.actions": "Actions",
1341
1345
  "ui.paymentOrders.actions.pay": "Pay",
1342
- "ui.paymentOrders.noOrders": "No orders at the moment"
1346
+ "ui.paymentOrders.noOrders": "No orders at the moment",
1347
+ "ui.createPaymentProductForm.title": "Add a paymento product",
1348
+ "ui.createPaymentProductForm.name": "Name",
1349
+ "ui.createPaymentProductForm.description": "Description",
1350
+ "ui.createPaymentProductForm.price": "Price",
1351
+ "ui.createPaymentProductForm.btn.cancel": "Cancel",
1352
+ "ui.createPaymentProductForm.btn.create": "Add",
1353
+ "ui.createPaymentProductForm.error": "An error occurred while create the product. Please try again later.",
1354
+ "ui.paywallsConfigurator.noProducts": "No products",
1355
+ "ui.paywallsConfigurator.filterByName": "Filter by name"
1343
1356
  }
@@ -383,6 +383,7 @@
383
383
  "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Utenti} one {# Utente} other {# Utenti}} del Corso",
384
384
  "ui.event.see": "Vedi",
385
385
  "ui.event.inProgress": "In corso",
386
+ "ui.event.finished": "Terminato",
386
387
  "ui.eventHeader.visibility.private": "Evento Privato",
387
388
  "ui.eventHeader.visibility.public": "Evento Pubblico",
388
389
  "ui.eventHeader.location.live": "Di persona",
@@ -393,6 +394,8 @@
393
394
  "ui.eventHeader.user.manager": "Organizzatore",
394
395
  "ui.eventHeader.inProgress": "In corso",
395
396
  "ui.eventHeader.finished": "Terminato",
397
+ "ui.events.myEvents.title": "I miei eventi",
398
+ "ui.events.allEvents.title": "Tutti gli eventi",
396
399
  "ui.events.filterByName": "Cerca Evento",
397
400
  "ui.events.filterByDate": "Data Evento",
398
401
  "ui.events.select.any": "Qualsiasi data",
@@ -407,8 +410,9 @@
407
410
  "ui.events.filterByFollowedInterest": "Persone che seguo",
408
411
  "ui.events.filterByCreatedByMe": "Creati da me",
409
412
  "ui.events.filterByPastEvents": "Eventi passati",
413
+ "ui.events.filterByOngoingEvents": "Eventi in programma",
410
414
  "ui.events.button.seeMore": "Vedi di più",
411
- "ui.events.noEvents.title.personal": "Gli eventi a cui parteciperai saranno visibili qui.",
415
+ "ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
412
416
  "ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
413
417
  "ui.events.skeleton.action.add": "Aggiungi Evento",
414
418
  "ui.eventForm.title": "Crea Evento",
@@ -1340,5 +1344,14 @@
1340
1344
  "ui.paymentOrders.status": "Stato",
1341
1345
  "ui.paymentOrders.actions": "Azioni",
1342
1346
  "ui.paymentOrders.actions.pay": "Paga",
1343
- "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento"
1347
+ "ui.paymentOrders.noOrders": "Nessun ordine trovato al momento",
1348
+ "ui.createPaymentProductForm.title": "Aggiungi un prodotto di pagamento",
1349
+ "ui.createPaymentProductForm.name": "Nome",
1350
+ "ui.createPaymentProductForm.description": "Descrizione",
1351
+ "ui.createPaymentProductForm.price": "Prezzo",
1352
+ "ui.createPaymentProductForm.btn.cancel": "Annulla",
1353
+ "ui.createPaymentProductForm.btn.create": "Aggiungi",
1354
+ "ui.createPaymentProductForm.error": "Si è verificato un errore nella creazione del prodotto. Prova più tardi!",
1355
+ "ui.paywallsConfigurator.noProducts": "Nessun prodotto selezionabile",
1356
+ "ui.paywallsConfigurator.filterByName": "Filtra per nome"
1344
1357
  }