@selfcommunity/react-i18n 0.7.7-payments.210 → 0.7.7-payments.214
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 +34 -0
- package/lib/cjs/locales/en.json +18 -1
- package/lib/cjs/locales/it.json +18 -1
- package/lib/esm/index.d.ts +34 -0
- package/lib/esm/locales/en.json +18 -1
- package/lib/esm/locales/it.json +18 -1
- package/lib/types/index.d.ts +34 -0
- package/lib/types/locales/en.json +18 -1
- package/lib/types/locales/it.json +18 -1
- 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
|
@@ -325,6 +325,7 @@ declare const locales: {
|
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
326
326
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
327
327
|
"ui.course.label": string;
|
|
328
|
+
"ui.course.paid": string;
|
|
328
329
|
"ui.course.status.new": string;
|
|
329
330
|
"ui.course.status.published": string;
|
|
330
331
|
"ui.course.status.completed": string;
|
|
@@ -407,6 +408,7 @@ declare const locales: {
|
|
|
407
408
|
"ui.eventHeader.user.manager": string;
|
|
408
409
|
"ui.eventHeader.inProgress": string;
|
|
409
410
|
"ui.eventHeader.finished": string;
|
|
411
|
+
"ui.eventHeader.paid": string;
|
|
410
412
|
"ui.events.myEvents.title": string;
|
|
411
413
|
"ui.events.allEvents.title": string;
|
|
412
414
|
"ui.events.filterByName": string;
|
|
@@ -704,6 +706,7 @@ declare const locales: {
|
|
|
704
706
|
"ui.groupHeader.visibility.public": string;
|
|
705
707
|
"ui.groupHeader.visibility.visible": string;
|
|
706
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
707
710
|
"ui.groupInvitedWidget.title": string;
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1347,10 +1350,24 @@ declare const locales: {
|
|
|
1347
1350
|
"ui.paywallsDialog.title": string;
|
|
1348
1351
|
"ui.paywallsDialog.title.purchased": string;
|
|
1349
1352
|
"ui.paymentProduct.action.buy": string;
|
|
1353
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
1354
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
1350
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1351
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1352
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1353
1361
|
"ui.checkout.contentDesc.subTitle": string;
|
|
1362
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
1363
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
1364
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
1365
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
1366
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
1367
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
1368
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
1369
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
1370
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
1354
1371
|
"ui.checkout.paymentOrder": string;
|
|
1355
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1356
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1800,6 +1817,7 @@ declare const locales: {
|
|
|
1800
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1801
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1802
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1803
1821
|
"ui.course.status.new": string;
|
|
1804
1822
|
"ui.course.status.published": string;
|
|
1805
1823
|
"ui.course.status.completed": string;
|
|
@@ -1882,6 +1900,7 @@ declare const locales: {
|
|
|
1882
1900
|
"ui.eventHeader.user.manager": string;
|
|
1883
1901
|
"ui.eventHeader.inProgress": string;
|
|
1884
1902
|
"ui.eventHeader.finished": string;
|
|
1903
|
+
"ui.eventHeader.paid": string;
|
|
1885
1904
|
"ui.events.myEvents.title": string;
|
|
1886
1905
|
"ui.events.allEvents.title": string;
|
|
1887
1906
|
"ui.events.filterByName": string;
|
|
@@ -2180,6 +2199,7 @@ declare const locales: {
|
|
|
2180
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2181
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2182
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2183
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2184
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2185
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2824,10 +2844,24 @@ declare const locales: {
|
|
|
2824
2844
|
"ui.paywallsDialog.title": string;
|
|
2825
2845
|
"ui.paywallsDialog.title.purchased": string;
|
|
2826
2846
|
"ui.paymentProduct.action.buy": string;
|
|
2847
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
2848
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
2827
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2828
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2829
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2830
2855
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2856
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2857
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2858
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2859
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2860
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2861
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2862
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2863
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2864
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2831
2865
|
"ui.checkout.paymentOrder": string;
|
|
2832
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2833
2867
|
"ui.checkoutReturnDialog.buy": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progress",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "registration",
|
|
326
326
|
"ui.course.label": "Course {privacy}",
|
|
327
|
+
"ui.course.paid": "Paid course",
|
|
327
328
|
"ui.course.status.new": "New",
|
|
328
329
|
"ui.course.status.published": "Published",
|
|
329
330
|
"ui.course.status.completed": "Completed",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Manager",
|
|
407
408
|
"ui.eventHeader.inProgress": "In progress",
|
|
408
409
|
"ui.eventHeader.finished": "Finished",
|
|
410
|
+
"ui.eventHeader.paid": "Paid Event",
|
|
409
411
|
"ui.events.myEvents.title": "My Events",
|
|
410
412
|
"ui.events.allEvents.title": "All events",
|
|
411
413
|
"ui.events.filterByName": "Search Event",
|
|
@@ -703,6 +705,7 @@
|
|
|
703
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
704
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
705
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
706
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
707
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
708
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1343,13 +1346,27 @@
|
|
|
1343
1346
|
"ui.buyButton.free": "Free access",
|
|
1344
1347
|
"ui.paywalls.priceNotIncluded": "Your purchase refers to a product that is no longer available.",
|
|
1345
1348
|
"ui.paywalls.contentPurchasedAt": "Content purchased on {purchasedAt} at the price of {price}.",
|
|
1346
|
-
"ui.paywallsDialog.title": "
|
|
1349
|
+
"ui.paywallsDialog.title": "Select your purchase",
|
|
1347
1350
|
"ui.paywallsDialog.title.purchased": "Your payment",
|
|
1348
1351
|
"ui.paymentProduct.action.buy": "Buy",
|
|
1352
|
+
"ui.paymentProduct.action.subscribe": "Subscribe",
|
|
1353
|
+
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1349
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1350
1355
|
"ui.paymentProduct.action.purchasedAt": "Content purchased on {purchasedAt}.",
|
|
1356
|
+
"ui.paymentProduct.price.week": "week",
|
|
1357
|
+
"ui.paymentProduct.price.month": "month",
|
|
1358
|
+
"ui.paymentProduct.price.year": "year",
|
|
1351
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1352
1360
|
"ui.checkout.contentDesc.subTitle": "You're just one step away from accessing your exclusive content! Complete your payment securely and get instant access.",
|
|
1361
|
+
"ui.checkout.contentDesc.title.event": "Buy Your Event Ticket",
|
|
1362
|
+
"ui.checkout.contentDesc.title.event.recurring": "Subscribe to the Event",
|
|
1363
|
+
"ui.checkout.contentDesc.subTitle.event": "Your spot at the Event is waiting!\nComplete your secure payment below to instantly unlock your personal access to the Event.",
|
|
1364
|
+
"ui.checkout.contentDesc.title.group": "Buy Your Access to the Group",
|
|
1365
|
+
"ui.checkout.contentDesc.title.group.recurring": "Subscribe to the Group",
|
|
1366
|
+
"ui.checkout.contentDesc.subTitle.group": "Your exclusive space is ready!\nComplete your secure payment below to instantly unlock your personal access to the Group.",
|
|
1367
|
+
"ui.checkout.contentDesc.title.course": "Buy Your Access to the Course",
|
|
1368
|
+
"ui.checkout.contentDesc.title.course.recurring": "Subscribe to the Course",
|
|
1369
|
+
"ui.checkout.contentDesc.subTitle.course": "Your spot in the Course is waiting!!\nComplete your secure payment below to instantly unlock your personal access to the Course.",
|
|
1353
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1354
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1355
1372
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progresso",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "Registrazione",
|
|
326
326
|
"ui.course.label": "Corso {privacy}",
|
|
327
|
+
"ui.course.paid": "Corso a Pagamento",
|
|
327
328
|
"ui.course.status.new": "Nuovo",
|
|
328
329
|
"ui.course.status.published": "Pubblicato",
|
|
329
330
|
"ui.course.status.completed": "Concluso",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
407
408
|
"ui.eventHeader.inProgress": "In corso",
|
|
408
409
|
"ui.eventHeader.finished": "Terminato",
|
|
410
|
+
"ui.eventHeader.paid": "Evento a Pagamento",
|
|
409
411
|
"ui.events.myEvents.title": "I miei eventi",
|
|
410
412
|
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
411
413
|
"ui.events.filterByName": "Cerca Evento",
|
|
@@ -704,6 +706,7 @@
|
|
|
704
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
705
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
706
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
707
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1345,13 +1348,27 @@
|
|
|
1345
1348
|
"ui.buyButton.free": "Accesso gratuito",
|
|
1346
1349
|
"ui.paywalls.priceNotIncluded": "Il tuo acquisto si riferisce ad un prodotto non più disponibile.",
|
|
1347
1350
|
"ui.paywalls.contentPurchasedAt": "Contenuto acquistato il {purchasedAt} al prezzo di {price}.",
|
|
1348
|
-
"ui.paywallsDialog.title": "
|
|
1351
|
+
"ui.paywallsDialog.title": "Seleziona il tuo acquisto",
|
|
1349
1352
|
"ui.paywallsDialog.title.purchased": "Il tuo acquisto",
|
|
1350
1353
|
"ui.paymentProduct.action.buy": "Acquista",
|
|
1354
|
+
"ui.paymentProduct.action.subscribe": "Abbonati",
|
|
1355
|
+
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1351
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1352
1357
|
"ui.paymentProduct.action.purchasedAt": "Contenuto acquistato il {purchasedAt}.",
|
|
1358
|
+
"ui.paymentProduct.price.week": "settimana",
|
|
1359
|
+
"ui.paymentProduct.price.month": "mese",
|
|
1360
|
+
"ui.paymentProduct.price.year": "anno",
|
|
1353
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1354
1362
|
"ui.checkout.contentDesc.subTitle": "Sei a un passo dall’accesso al tuo contenuto esclusivo! Completa il pagamento in sicurezza e ricevi immediatamente l’accesso.",
|
|
1363
|
+
"ui.checkout.contentDesc.title.event": "Acquista il tuo accesso all'Evento",
|
|
1364
|
+
"ui.checkout.contentDesc.title.event.recurring": "Acquista il tuo abbonamento all'Evento",
|
|
1365
|
+
"ui.checkout.contentDesc.subTitle.event": "Il tuo posto all'Evento ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale all’Evento.",
|
|
1366
|
+
"ui.checkout.contentDesc.title.group": "Acquista il tuo accesso al Gruppo",
|
|
1367
|
+
"ui.checkout.contentDesc.title.group.recurring": "Acquista il tuo abbonamento al Gruppo",
|
|
1368
|
+
"ui.checkout.contentDesc.subTitle.group": "Il tuo posto nel Gruppo ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Gruppo.",
|
|
1369
|
+
"ui.checkout.contentDesc.title.course": "Acquista il tuo accesso al Corso",
|
|
1370
|
+
"ui.checkout.contentDesc.title.course.recurring": "Acquista il tuo abbonamento al Corso",
|
|
1371
|
+
"ui.checkout.contentDesc.subTitle.course": "Il tuo posto al Corso ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Corso.",
|
|
1355
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1356
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1357
1374
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -325,6 +325,7 @@ declare const locales: {
|
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
326
326
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
327
327
|
"ui.course.label": string;
|
|
328
|
+
"ui.course.paid": string;
|
|
328
329
|
"ui.course.status.new": string;
|
|
329
330
|
"ui.course.status.published": string;
|
|
330
331
|
"ui.course.status.completed": string;
|
|
@@ -407,6 +408,7 @@ declare const locales: {
|
|
|
407
408
|
"ui.eventHeader.user.manager": string;
|
|
408
409
|
"ui.eventHeader.inProgress": string;
|
|
409
410
|
"ui.eventHeader.finished": string;
|
|
411
|
+
"ui.eventHeader.paid": string;
|
|
410
412
|
"ui.events.myEvents.title": string;
|
|
411
413
|
"ui.events.allEvents.title": string;
|
|
412
414
|
"ui.events.filterByName": string;
|
|
@@ -704,6 +706,7 @@ declare const locales: {
|
|
|
704
706
|
"ui.groupHeader.visibility.public": string;
|
|
705
707
|
"ui.groupHeader.visibility.visible": string;
|
|
706
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
707
710
|
"ui.groupInvitedWidget.title": string;
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1347,10 +1350,24 @@ declare const locales: {
|
|
|
1347
1350
|
"ui.paywallsDialog.title": string;
|
|
1348
1351
|
"ui.paywallsDialog.title.purchased": string;
|
|
1349
1352
|
"ui.paymentProduct.action.buy": string;
|
|
1353
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
1354
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
1350
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1351
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1352
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1353
1361
|
"ui.checkout.contentDesc.subTitle": string;
|
|
1362
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
1363
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
1364
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
1365
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
1366
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
1367
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
1368
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
1369
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
1370
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
1354
1371
|
"ui.checkout.paymentOrder": string;
|
|
1355
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1356
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1800,6 +1817,7 @@ declare const locales: {
|
|
|
1800
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1801
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1802
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1803
1821
|
"ui.course.status.new": string;
|
|
1804
1822
|
"ui.course.status.published": string;
|
|
1805
1823
|
"ui.course.status.completed": string;
|
|
@@ -1882,6 +1900,7 @@ declare const locales: {
|
|
|
1882
1900
|
"ui.eventHeader.user.manager": string;
|
|
1883
1901
|
"ui.eventHeader.inProgress": string;
|
|
1884
1902
|
"ui.eventHeader.finished": string;
|
|
1903
|
+
"ui.eventHeader.paid": string;
|
|
1885
1904
|
"ui.events.myEvents.title": string;
|
|
1886
1905
|
"ui.events.allEvents.title": string;
|
|
1887
1906
|
"ui.events.filterByName": string;
|
|
@@ -2180,6 +2199,7 @@ declare const locales: {
|
|
|
2180
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2181
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2182
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2183
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2184
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2185
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2824,10 +2844,24 @@ declare const locales: {
|
|
|
2824
2844
|
"ui.paywallsDialog.title": string;
|
|
2825
2845
|
"ui.paywallsDialog.title.purchased": string;
|
|
2826
2846
|
"ui.paymentProduct.action.buy": string;
|
|
2847
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
2848
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
2827
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2828
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2829
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2830
2855
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2856
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2857
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2858
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2859
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2860
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2861
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2862
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2863
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2864
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2831
2865
|
"ui.checkout.paymentOrder": string;
|
|
2832
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2833
2867
|
"ui.checkoutReturnDialog.buy": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progress",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "registration",
|
|
326
326
|
"ui.course.label": "Course {privacy}",
|
|
327
|
+
"ui.course.paid": "Paid course",
|
|
327
328
|
"ui.course.status.new": "New",
|
|
328
329
|
"ui.course.status.published": "Published",
|
|
329
330
|
"ui.course.status.completed": "Completed",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Manager",
|
|
407
408
|
"ui.eventHeader.inProgress": "In progress",
|
|
408
409
|
"ui.eventHeader.finished": "Finished",
|
|
410
|
+
"ui.eventHeader.paid": "Paid Event",
|
|
409
411
|
"ui.events.myEvents.title": "My Events",
|
|
410
412
|
"ui.events.allEvents.title": "All events",
|
|
411
413
|
"ui.events.filterByName": "Search Event",
|
|
@@ -703,6 +705,7 @@
|
|
|
703
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
704
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
705
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
706
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
707
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
708
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1343,13 +1346,27 @@
|
|
|
1343
1346
|
"ui.buyButton.free": "Free access",
|
|
1344
1347
|
"ui.paywalls.priceNotIncluded": "Your purchase refers to a product that is no longer available.",
|
|
1345
1348
|
"ui.paywalls.contentPurchasedAt": "Content purchased on {purchasedAt} at the price of {price}.",
|
|
1346
|
-
"ui.paywallsDialog.title": "
|
|
1349
|
+
"ui.paywallsDialog.title": "Select your purchase",
|
|
1347
1350
|
"ui.paywallsDialog.title.purchased": "Your payment",
|
|
1348
1351
|
"ui.paymentProduct.action.buy": "Buy",
|
|
1352
|
+
"ui.paymentProduct.action.subscribe": "Subscribe",
|
|
1353
|
+
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1349
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1350
1355
|
"ui.paymentProduct.action.purchasedAt": "Content purchased on {purchasedAt}.",
|
|
1356
|
+
"ui.paymentProduct.price.week": "week",
|
|
1357
|
+
"ui.paymentProduct.price.month": "month",
|
|
1358
|
+
"ui.paymentProduct.price.year": "year",
|
|
1351
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1352
1360
|
"ui.checkout.contentDesc.subTitle": "You're just one step away from accessing your exclusive content! Complete your payment securely and get instant access.",
|
|
1361
|
+
"ui.checkout.contentDesc.title.event": "Buy Your Event Ticket",
|
|
1362
|
+
"ui.checkout.contentDesc.title.event.recurring": "Subscribe to the Event",
|
|
1363
|
+
"ui.checkout.contentDesc.subTitle.event": "Your spot at the Event is waiting!\nComplete your secure payment below to instantly unlock your personal access to the Event.",
|
|
1364
|
+
"ui.checkout.contentDesc.title.group": "Buy Your Access to the Group",
|
|
1365
|
+
"ui.checkout.contentDesc.title.group.recurring": "Subscribe to the Group",
|
|
1366
|
+
"ui.checkout.contentDesc.subTitle.group": "Your exclusive space is ready!\nComplete your secure payment below to instantly unlock your personal access to the Group.",
|
|
1367
|
+
"ui.checkout.contentDesc.title.course": "Buy Your Access to the Course",
|
|
1368
|
+
"ui.checkout.contentDesc.title.course.recurring": "Subscribe to the Course",
|
|
1369
|
+
"ui.checkout.contentDesc.subTitle.course": "Your spot in the Course is waiting!!\nComplete your secure payment below to instantly unlock your personal access to the Course.",
|
|
1353
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1354
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1355
1372
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progresso",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "Registrazione",
|
|
326
326
|
"ui.course.label": "Corso {privacy}",
|
|
327
|
+
"ui.course.paid": "Corso a Pagamento",
|
|
327
328
|
"ui.course.status.new": "Nuovo",
|
|
328
329
|
"ui.course.status.published": "Pubblicato",
|
|
329
330
|
"ui.course.status.completed": "Concluso",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
407
408
|
"ui.eventHeader.inProgress": "In corso",
|
|
408
409
|
"ui.eventHeader.finished": "Terminato",
|
|
410
|
+
"ui.eventHeader.paid": "Evento a Pagamento",
|
|
409
411
|
"ui.events.myEvents.title": "I miei eventi",
|
|
410
412
|
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
411
413
|
"ui.events.filterByName": "Cerca Evento",
|
|
@@ -704,6 +706,7 @@
|
|
|
704
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
705
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
706
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
707
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1345,13 +1348,27 @@
|
|
|
1345
1348
|
"ui.buyButton.free": "Accesso gratuito",
|
|
1346
1349
|
"ui.paywalls.priceNotIncluded": "Il tuo acquisto si riferisce ad un prodotto non più disponibile.",
|
|
1347
1350
|
"ui.paywalls.contentPurchasedAt": "Contenuto acquistato il {purchasedAt} al prezzo di {price}.",
|
|
1348
|
-
"ui.paywallsDialog.title": "
|
|
1351
|
+
"ui.paywallsDialog.title": "Seleziona il tuo acquisto",
|
|
1349
1352
|
"ui.paywallsDialog.title.purchased": "Il tuo acquisto",
|
|
1350
1353
|
"ui.paymentProduct.action.buy": "Acquista",
|
|
1354
|
+
"ui.paymentProduct.action.subscribe": "Abbonati",
|
|
1355
|
+
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1351
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1352
1357
|
"ui.paymentProduct.action.purchasedAt": "Contenuto acquistato il {purchasedAt}.",
|
|
1358
|
+
"ui.paymentProduct.price.week": "settimana",
|
|
1359
|
+
"ui.paymentProduct.price.month": "mese",
|
|
1360
|
+
"ui.paymentProduct.price.year": "anno",
|
|
1353
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1354
1362
|
"ui.checkout.contentDesc.subTitle": "Sei a un passo dall’accesso al tuo contenuto esclusivo! Completa il pagamento in sicurezza e ricevi immediatamente l’accesso.",
|
|
1363
|
+
"ui.checkout.contentDesc.title.event": "Acquista il tuo accesso all'Evento",
|
|
1364
|
+
"ui.checkout.contentDesc.title.event.recurring": "Acquista il tuo abbonamento all'Evento",
|
|
1365
|
+
"ui.checkout.contentDesc.subTitle.event": "Il tuo posto all'Evento ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale all’Evento.",
|
|
1366
|
+
"ui.checkout.contentDesc.title.group": "Acquista il tuo accesso al Gruppo",
|
|
1367
|
+
"ui.checkout.contentDesc.title.group.recurring": "Acquista il tuo abbonamento al Gruppo",
|
|
1368
|
+
"ui.checkout.contentDesc.subTitle.group": "Il tuo posto nel Gruppo ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Gruppo.",
|
|
1369
|
+
"ui.checkout.contentDesc.title.course": "Acquista il tuo accesso al Corso",
|
|
1370
|
+
"ui.checkout.contentDesc.title.course.recurring": "Acquista il tuo abbonamento al Corso",
|
|
1371
|
+
"ui.checkout.contentDesc.subTitle.course": "Il tuo posto al Corso ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Corso.",
|
|
1355
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1356
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1357
1374
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|
package/lib/types/index.d.ts
CHANGED
|
@@ -325,6 +325,7 @@ declare const locales: {
|
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
326
326
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
327
327
|
"ui.course.label": string;
|
|
328
|
+
"ui.course.paid": string;
|
|
328
329
|
"ui.course.status.new": string;
|
|
329
330
|
"ui.course.status.published": string;
|
|
330
331
|
"ui.course.status.completed": string;
|
|
@@ -407,6 +408,7 @@ declare const locales: {
|
|
|
407
408
|
"ui.eventHeader.user.manager": string;
|
|
408
409
|
"ui.eventHeader.inProgress": string;
|
|
409
410
|
"ui.eventHeader.finished": string;
|
|
411
|
+
"ui.eventHeader.paid": string;
|
|
410
412
|
"ui.events.myEvents.title": string;
|
|
411
413
|
"ui.events.allEvents.title": string;
|
|
412
414
|
"ui.events.filterByName": string;
|
|
@@ -704,6 +706,7 @@ declare const locales: {
|
|
|
704
706
|
"ui.groupHeader.visibility.public": string;
|
|
705
707
|
"ui.groupHeader.visibility.visible": string;
|
|
706
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
707
710
|
"ui.groupInvitedWidget.title": string;
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1347,10 +1350,24 @@ declare const locales: {
|
|
|
1347
1350
|
"ui.paywallsDialog.title": string;
|
|
1348
1351
|
"ui.paywallsDialog.title.purchased": string;
|
|
1349
1352
|
"ui.paymentProduct.action.buy": string;
|
|
1353
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
1354
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
1350
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1351
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1352
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1353
1361
|
"ui.checkout.contentDesc.subTitle": string;
|
|
1362
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
1363
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
1364
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
1365
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
1366
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
1367
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
1368
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
1369
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
1370
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
1354
1371
|
"ui.checkout.paymentOrder": string;
|
|
1355
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1356
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1800,6 +1817,7 @@ declare const locales: {
|
|
|
1800
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1801
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1802
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1803
1821
|
"ui.course.status.new": string;
|
|
1804
1822
|
"ui.course.status.published": string;
|
|
1805
1823
|
"ui.course.status.completed": string;
|
|
@@ -1882,6 +1900,7 @@ declare const locales: {
|
|
|
1882
1900
|
"ui.eventHeader.user.manager": string;
|
|
1883
1901
|
"ui.eventHeader.inProgress": string;
|
|
1884
1902
|
"ui.eventHeader.finished": string;
|
|
1903
|
+
"ui.eventHeader.paid": string;
|
|
1885
1904
|
"ui.events.myEvents.title": string;
|
|
1886
1905
|
"ui.events.allEvents.title": string;
|
|
1887
1906
|
"ui.events.filterByName": string;
|
|
@@ -2180,6 +2199,7 @@ declare const locales: {
|
|
|
2180
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2181
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2182
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2183
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2184
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2185
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2824,10 +2844,24 @@ declare const locales: {
|
|
|
2824
2844
|
"ui.paywallsDialog.title": string;
|
|
2825
2845
|
"ui.paywallsDialog.title.purchased": string;
|
|
2826
2846
|
"ui.paymentProduct.action.buy": string;
|
|
2847
|
+
"ui.paymentProduct.action.subscribe": string;
|
|
2848
|
+
"ui.paymentProduct.action.subscribed": string;
|
|
2827
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2828
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2829
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2830
2855
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2856
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2857
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2858
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2859
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2860
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2861
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2862
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2863
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2864
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2831
2865
|
"ui.checkout.paymentOrder": string;
|
|
2832
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2833
2867
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progress",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "registration",
|
|
326
326
|
"ui.course.label": "Course {privacy}",
|
|
327
|
+
"ui.course.paid": "Paid course",
|
|
327
328
|
"ui.course.status.new": "New",
|
|
328
329
|
"ui.course.status.published": "Published",
|
|
329
330
|
"ui.course.status.completed": "Completed",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Manager",
|
|
407
408
|
"ui.eventHeader.inProgress": "In progress",
|
|
408
409
|
"ui.eventHeader.finished": "Finished",
|
|
410
|
+
"ui.eventHeader.paid": "Paid Event",
|
|
409
411
|
"ui.events.myEvents.title": "My Events",
|
|
410
412
|
"ui.events.allEvents.title": "All events",
|
|
411
413
|
"ui.events.filterByName": "Search Event",
|
|
@@ -703,6 +705,7 @@
|
|
|
703
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
704
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
705
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
706
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
707
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
708
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1343,13 +1346,27 @@
|
|
|
1343
1346
|
"ui.buyButton.free": "Free access",
|
|
1344
1347
|
"ui.paywalls.priceNotIncluded": "Your purchase refers to a product that is no longer available.",
|
|
1345
1348
|
"ui.paywalls.contentPurchasedAt": "Content purchased on {purchasedAt} at the price of {price}.",
|
|
1346
|
-
"ui.paywallsDialog.title": "
|
|
1349
|
+
"ui.paywallsDialog.title": "Select your purchase",
|
|
1347
1350
|
"ui.paywallsDialog.title.purchased": "Your payment",
|
|
1348
1351
|
"ui.paymentProduct.action.buy": "Buy",
|
|
1352
|
+
"ui.paymentProduct.action.subscribe": "Subscribe",
|
|
1353
|
+
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1349
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1350
1355
|
"ui.paymentProduct.action.purchasedAt": "Content purchased on {purchasedAt}.",
|
|
1356
|
+
"ui.paymentProduct.price.week": "week",
|
|
1357
|
+
"ui.paymentProduct.price.month": "month",
|
|
1358
|
+
"ui.paymentProduct.price.year": "year",
|
|
1351
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1352
1360
|
"ui.checkout.contentDesc.subTitle": "You're just one step away from accessing your exclusive content! Complete your payment securely and get instant access.",
|
|
1361
|
+
"ui.checkout.contentDesc.title.event": "Buy Your Event Ticket",
|
|
1362
|
+
"ui.checkout.contentDesc.title.event.recurring": "Subscribe to the Event",
|
|
1363
|
+
"ui.checkout.contentDesc.subTitle.event": "Your spot at the Event is waiting!\nComplete your secure payment below to instantly unlock your personal access to the Event.",
|
|
1364
|
+
"ui.checkout.contentDesc.title.group": "Buy Your Access to the Group",
|
|
1365
|
+
"ui.checkout.contentDesc.title.group.recurring": "Subscribe to the Group",
|
|
1366
|
+
"ui.checkout.contentDesc.subTitle.group": "Your exclusive space is ready!\nComplete your secure payment below to instantly unlock your personal access to the Group.",
|
|
1367
|
+
"ui.checkout.contentDesc.title.course": "Buy Your Access to the Course",
|
|
1368
|
+
"ui.checkout.contentDesc.title.course.recurring": "Subscribe to the Course",
|
|
1369
|
+
"ui.checkout.contentDesc.subTitle.course": "Your spot in the Course is waiting!!\nComplete your secure payment below to instantly unlock your personal access to the Course.",
|
|
1353
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1354
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1355
1372
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
|
@@ -324,6 +324,7 @@
|
|
|
324
324
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progresso",
|
|
325
325
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": "Registrazione",
|
|
326
326
|
"ui.course.label": "Corso {privacy}",
|
|
327
|
+
"ui.course.paid": "Corso a Pagamento",
|
|
327
328
|
"ui.course.status.new": "Nuovo",
|
|
328
329
|
"ui.course.status.published": "Pubblicato",
|
|
329
330
|
"ui.course.status.completed": "Concluso",
|
|
@@ -406,6 +407,7 @@
|
|
|
406
407
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
407
408
|
"ui.eventHeader.inProgress": "In corso",
|
|
408
409
|
"ui.eventHeader.finished": "Terminato",
|
|
410
|
+
"ui.eventHeader.paid": "Evento a Pagamento",
|
|
409
411
|
"ui.events.myEvents.title": "I miei eventi",
|
|
410
412
|
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
411
413
|
"ui.events.filterByName": "Cerca Evento",
|
|
@@ -704,6 +706,7 @@
|
|
|
704
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
705
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
706
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
707
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
708
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
709
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1345,13 +1348,27 @@
|
|
|
1345
1348
|
"ui.buyButton.free": "Accesso gratuito",
|
|
1346
1349
|
"ui.paywalls.priceNotIncluded": "Il tuo acquisto si riferisce ad un prodotto non più disponibile.",
|
|
1347
1350
|
"ui.paywalls.contentPurchasedAt": "Contenuto acquistato il {purchasedAt} al prezzo di {price}.",
|
|
1348
|
-
"ui.paywallsDialog.title": "
|
|
1351
|
+
"ui.paywallsDialog.title": "Seleziona il tuo acquisto",
|
|
1349
1352
|
"ui.paywallsDialog.title.purchased": "Il tuo acquisto",
|
|
1350
1353
|
"ui.paymentProduct.action.buy": "Acquista",
|
|
1354
|
+
"ui.paymentProduct.action.subscribe": "Abbonati",
|
|
1355
|
+
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1351
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1352
1357
|
"ui.paymentProduct.action.purchasedAt": "Contenuto acquistato il {purchasedAt}.",
|
|
1358
|
+
"ui.paymentProduct.price.week": "settimana",
|
|
1359
|
+
"ui.paymentProduct.price.month": "mese",
|
|
1360
|
+
"ui.paymentProduct.price.year": "anno",
|
|
1353
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1354
1362
|
"ui.checkout.contentDesc.subTitle": "Sei a un passo dall’accesso al tuo contenuto esclusivo! Completa il pagamento in sicurezza e ricevi immediatamente l’accesso.",
|
|
1363
|
+
"ui.checkout.contentDesc.title.event": "Acquista il tuo accesso all'Evento",
|
|
1364
|
+
"ui.checkout.contentDesc.title.event.recurring": "Acquista il tuo abbonamento all'Evento",
|
|
1365
|
+
"ui.checkout.contentDesc.subTitle.event": "Il tuo posto all'Evento ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale all’Evento.",
|
|
1366
|
+
"ui.checkout.contentDesc.title.group": "Acquista il tuo accesso al Gruppo",
|
|
1367
|
+
"ui.checkout.contentDesc.title.group.recurring": "Acquista il tuo abbonamento al Gruppo",
|
|
1368
|
+
"ui.checkout.contentDesc.subTitle.group": "Il tuo posto nel Gruppo ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Gruppo.",
|
|
1369
|
+
"ui.checkout.contentDesc.title.course": "Acquista il tuo accesso al Corso",
|
|
1370
|
+
"ui.checkout.contentDesc.title.course.recurring": "Acquista il tuo abbonamento al Corso",
|
|
1371
|
+
"ui.checkout.contentDesc.subTitle.course": "Il tuo posto al Corso ti aspetta!\nCompleta sotto il pagamento in totale sicurezza per sbloccare subito il tuo accesso personale al Corso.",
|
|
1355
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1356
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1357
1374
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|