@selfcommunity/react-i18n 0.7.7-payments.213 → 0.7.7-payments.215
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 +46 -0
- package/lib/cjs/locales/en.json +24 -1
- package/lib/cjs/locales/it.json +24 -1
- package/lib/esm/index.d.ts +46 -0
- package/lib/esm/locales/en.json +24 -1
- package/lib/esm/locales/it.json +24 -1
- package/lib/types/index.d.ts +46 -0
- package/lib/types/locales/en.json +24 -1
- package/lib/types/locales/it.json +24 -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;
|
|
@@ -705,6 +706,7 @@ declare const locales: {
|
|
|
705
706
|
"ui.groupHeader.visibility.public": string;
|
|
706
707
|
"ui.groupHeader.visibility.visible": string;
|
|
707
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
708
710
|
"ui.groupInvitedWidget.title": string;
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1352,11 +1354,32 @@ declare const locales: {
|
|
|
1352
1354
|
"ui.paymentProduct.action.subscribed": string;
|
|
1353
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1354
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1355
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1356
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;
|
|
1357
1371
|
"ui.checkout.paymentOrder": string;
|
|
1358
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1373
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
1359
1374
|
"ui.checkoutReturnDialog.buy": string;
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
1360
1383
|
"ui.checkoutReturnDialog.event.button": string;
|
|
1361
1384
|
"ui.checkoutReturnDialog.category.button": string;
|
|
1362
1385
|
"ui.checkoutReturnDialog.community.button": string;
|
|
@@ -1803,6 +1826,7 @@ declare const locales: {
|
|
|
1803
1826
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1827
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1828
|
"ui.course.label": string;
|
|
1829
|
+
"ui.course.paid": string;
|
|
1806
1830
|
"ui.course.status.new": string;
|
|
1807
1831
|
"ui.course.status.published": string;
|
|
1808
1832
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2208,7 @@ declare const locales: {
|
|
|
2184
2208
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2209
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2210
|
"ui.groupHeader.visibility.hidden": string;
|
|
2211
|
+
"ui.groupHeader.paid": string;
|
|
2187
2212
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2213
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2214
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,11 +2857,32 @@ declare const locales: {
|
|
|
2832
2857
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2858
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2859
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2860
|
+
"ui.paymentProduct.price.week": string;
|
|
2861
|
+
"ui.paymentProduct.price.month": string;
|
|
2862
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2863
|
"ui.checkout.contentDesc.title": string;
|
|
2836
2864
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2865
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2866
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2867
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2868
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2869
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2870
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2871
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2872
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2873
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2837
2874
|
"ui.checkout.paymentOrder": string;
|
|
2838
2875
|
"ui.checkoutReturnDialog.title": string;
|
|
2876
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
2839
2877
|
"ui.checkoutReturnDialog.buy": string;
|
|
2878
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
2879
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
2880
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
2881
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
2882
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
2883
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
2884
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
2885
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
2840
2886
|
"ui.checkoutReturnDialog.event.button": string;
|
|
2841
2887
|
"ui.checkoutReturnDialog.category.button": string;
|
|
2842
2888
|
"ui.checkoutReturnDialog.community.button": 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",
|
|
@@ -704,6 +705,7 @@
|
|
|
704
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
705
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
706
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
707
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
708
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
709
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1351,11 +1353,32 @@
|
|
|
1351
1353
|
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1352
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1353
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",
|
|
1354
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1355
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.",
|
|
1356
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1357
|
-
"ui.checkoutReturnDialog.title": "
|
|
1371
|
+
"ui.checkoutReturnDialog.title": "Thanks!",
|
|
1372
|
+
"ui.checkoutReturnDialog.payment.success": "Your payment has been successfully processed.",
|
|
1358
1373
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
|
1374
|
+
"ui.checkoutReturnDialog.buy.community": "You have purchased your access to the Community",
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "You have purchased your {frequency} access to the Community",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.group": "You have purchased your access to the Group",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "You have purchased your {frequency} access to the Group",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.course": "You have purchased your access to the Course",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "You have purchased your {frequency} access to the Course",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.event": "You have purchased your access to the Event",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "You have purchased your {frequency} access to the Event",
|
|
1359
1382
|
"ui.checkoutReturnDialog.event.button": "Go to the event",
|
|
1360
1383
|
"ui.checkoutReturnDialog.category.button": "Go to the category",
|
|
1361
1384
|
"ui.checkoutReturnDialog.community.button": "Go to community",
|
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",
|
|
@@ -705,6 +706,7 @@
|
|
|
705
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
706
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
707
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
708
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1353,11 +1355,32 @@
|
|
|
1353
1355
|
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1354
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1355
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",
|
|
1356
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1357
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.",
|
|
1358
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1359
|
-
"ui.checkoutReturnDialog.title": "
|
|
1373
|
+
"ui.checkoutReturnDialog.title": "Grazie!",
|
|
1374
|
+
"ui.checkoutReturnDialog.payment.success": "Il tuo pagamento è stato elaborato con successo.",
|
|
1360
1375
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.community": "Hai acquistato il tuo accesso alla Community",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "Hai acquistato il tuo accesso {frequency} alla Community",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.group": "Hai acquistato il tuo accesso al Gruppo",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "Hai acquistato il tuo accesso {frequency} al Gruppo",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.course": "Hai acquistato il tuo accesso al Corso",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "Hai acquistato il tuo accesso {frequency} al Corso",
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.event": "Hai acquistato il tuo accesso all'Evento",
|
|
1383
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "Hai acquistato il tuo accesso {frequency} all'Evento",
|
|
1361
1384
|
"ui.checkoutReturnDialog.event.button": "Vai all'evento",
|
|
1362
1385
|
"ui.checkoutReturnDialog.category.button": "Vai alla categoria",
|
|
1363
1386
|
"ui.checkoutReturnDialog.community.button": "Vai alla community",
|
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;
|
|
@@ -705,6 +706,7 @@ declare const locales: {
|
|
|
705
706
|
"ui.groupHeader.visibility.public": string;
|
|
706
707
|
"ui.groupHeader.visibility.visible": string;
|
|
707
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
708
710
|
"ui.groupInvitedWidget.title": string;
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1352,11 +1354,32 @@ declare const locales: {
|
|
|
1352
1354
|
"ui.paymentProduct.action.subscribed": string;
|
|
1353
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1354
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1355
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1356
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;
|
|
1357
1371
|
"ui.checkout.paymentOrder": string;
|
|
1358
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1373
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
1359
1374
|
"ui.checkoutReturnDialog.buy": string;
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
1360
1383
|
"ui.checkoutReturnDialog.event.button": string;
|
|
1361
1384
|
"ui.checkoutReturnDialog.category.button": string;
|
|
1362
1385
|
"ui.checkoutReturnDialog.community.button": string;
|
|
@@ -1803,6 +1826,7 @@ declare const locales: {
|
|
|
1803
1826
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1827
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1828
|
"ui.course.label": string;
|
|
1829
|
+
"ui.course.paid": string;
|
|
1806
1830
|
"ui.course.status.new": string;
|
|
1807
1831
|
"ui.course.status.published": string;
|
|
1808
1832
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2208,7 @@ declare const locales: {
|
|
|
2184
2208
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2209
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2210
|
"ui.groupHeader.visibility.hidden": string;
|
|
2211
|
+
"ui.groupHeader.paid": string;
|
|
2187
2212
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2213
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2214
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,11 +2857,32 @@ declare const locales: {
|
|
|
2832
2857
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2858
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2859
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2860
|
+
"ui.paymentProduct.price.week": string;
|
|
2861
|
+
"ui.paymentProduct.price.month": string;
|
|
2862
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2863
|
"ui.checkout.contentDesc.title": string;
|
|
2836
2864
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2865
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2866
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2867
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2868
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2869
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2870
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2871
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2872
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2873
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2837
2874
|
"ui.checkout.paymentOrder": string;
|
|
2838
2875
|
"ui.checkoutReturnDialog.title": string;
|
|
2876
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
2839
2877
|
"ui.checkoutReturnDialog.buy": string;
|
|
2878
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
2879
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
2880
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
2881
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
2882
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
2883
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
2884
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
2885
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
2840
2886
|
"ui.checkoutReturnDialog.event.button": string;
|
|
2841
2887
|
"ui.checkoutReturnDialog.category.button": string;
|
|
2842
2888
|
"ui.checkoutReturnDialog.community.button": 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",
|
|
@@ -704,6 +705,7 @@
|
|
|
704
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
705
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
706
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
707
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
708
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
709
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1351,11 +1353,32 @@
|
|
|
1351
1353
|
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1352
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1353
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",
|
|
1354
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1355
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.",
|
|
1356
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1357
|
-
"ui.checkoutReturnDialog.title": "
|
|
1371
|
+
"ui.checkoutReturnDialog.title": "Thanks!",
|
|
1372
|
+
"ui.checkoutReturnDialog.payment.success": "Your payment has been successfully processed.",
|
|
1358
1373
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
|
1374
|
+
"ui.checkoutReturnDialog.buy.community": "You have purchased your access to the Community",
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "You have purchased your {frequency} access to the Community",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.group": "You have purchased your access to the Group",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "You have purchased your {frequency} access to the Group",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.course": "You have purchased your access to the Course",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "You have purchased your {frequency} access to the Course",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.event": "You have purchased your access to the Event",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "You have purchased your {frequency} access to the Event",
|
|
1359
1382
|
"ui.checkoutReturnDialog.event.button": "Go to the event",
|
|
1360
1383
|
"ui.checkoutReturnDialog.category.button": "Go to the category",
|
|
1361
1384
|
"ui.checkoutReturnDialog.community.button": "Go to community",
|
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",
|
|
@@ -705,6 +706,7 @@
|
|
|
705
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
706
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
707
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
708
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1353,11 +1355,32 @@
|
|
|
1353
1355
|
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1354
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1355
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",
|
|
1356
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1357
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.",
|
|
1358
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1359
|
-
"ui.checkoutReturnDialog.title": "
|
|
1373
|
+
"ui.checkoutReturnDialog.title": "Grazie!",
|
|
1374
|
+
"ui.checkoutReturnDialog.payment.success": "Il tuo pagamento è stato elaborato con successo.",
|
|
1360
1375
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.community": "Hai acquistato il tuo accesso alla Community",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "Hai acquistato il tuo accesso {frequency} alla Community",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.group": "Hai acquistato il tuo accesso al Gruppo",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "Hai acquistato il tuo accesso {frequency} al Gruppo",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.course": "Hai acquistato il tuo accesso al Corso",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "Hai acquistato il tuo accesso {frequency} al Corso",
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.event": "Hai acquistato il tuo accesso all'Evento",
|
|
1383
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "Hai acquistato il tuo accesso {frequency} all'Evento",
|
|
1361
1384
|
"ui.checkoutReturnDialog.event.button": "Vai all'evento",
|
|
1362
1385
|
"ui.checkoutReturnDialog.category.button": "Vai alla categoria",
|
|
1363
1386
|
"ui.checkoutReturnDialog.community.button": "Vai alla community",
|
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;
|
|
@@ -705,6 +706,7 @@ declare const locales: {
|
|
|
705
706
|
"ui.groupHeader.visibility.public": string;
|
|
706
707
|
"ui.groupHeader.visibility.visible": string;
|
|
707
708
|
"ui.groupHeader.visibility.hidden": string;
|
|
709
|
+
"ui.groupHeader.paid": string;
|
|
708
710
|
"ui.groupInvitedWidget.title": string;
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -1352,11 +1354,32 @@ declare const locales: {
|
|
|
1352
1354
|
"ui.paymentProduct.action.subscribed": string;
|
|
1353
1355
|
"ui.paymentProduct.action.purchased": string;
|
|
1354
1356
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
1357
|
+
"ui.paymentProduct.price.week": string;
|
|
1358
|
+
"ui.paymentProduct.price.month": string;
|
|
1359
|
+
"ui.paymentProduct.price.year": string;
|
|
1355
1360
|
"ui.checkout.contentDesc.title": string;
|
|
1356
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;
|
|
1357
1371
|
"ui.checkout.paymentOrder": string;
|
|
1358
1372
|
"ui.checkoutReturnDialog.title": string;
|
|
1373
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
1359
1374
|
"ui.checkoutReturnDialog.buy": string;
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
1360
1383
|
"ui.checkoutReturnDialog.event.button": string;
|
|
1361
1384
|
"ui.checkoutReturnDialog.category.button": string;
|
|
1362
1385
|
"ui.checkoutReturnDialog.community.button": string;
|
|
@@ -1803,6 +1826,7 @@ declare const locales: {
|
|
|
1803
1826
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1827
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1828
|
"ui.course.label": string;
|
|
1829
|
+
"ui.course.paid": string;
|
|
1806
1830
|
"ui.course.status.new": string;
|
|
1807
1831
|
"ui.course.status.published": string;
|
|
1808
1832
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2208,7 @@ declare const locales: {
|
|
|
2184
2208
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2209
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2210
|
"ui.groupHeader.visibility.hidden": string;
|
|
2211
|
+
"ui.groupHeader.paid": string;
|
|
2187
2212
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2213
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2214
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,11 +2857,32 @@ declare const locales: {
|
|
|
2832
2857
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2858
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2859
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2860
|
+
"ui.paymentProduct.price.week": string;
|
|
2861
|
+
"ui.paymentProduct.price.month": string;
|
|
2862
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2863
|
"ui.checkout.contentDesc.title": string;
|
|
2836
2864
|
"ui.checkout.contentDesc.subTitle": string;
|
|
2865
|
+
"ui.checkout.contentDesc.title.event": string;
|
|
2866
|
+
"ui.checkout.contentDesc.title.event.recurring": string;
|
|
2867
|
+
"ui.checkout.contentDesc.subTitle.event": string;
|
|
2868
|
+
"ui.checkout.contentDesc.title.group": string;
|
|
2869
|
+
"ui.checkout.contentDesc.title.group.recurring": string;
|
|
2870
|
+
"ui.checkout.contentDesc.subTitle.group": string;
|
|
2871
|
+
"ui.checkout.contentDesc.title.course": string;
|
|
2872
|
+
"ui.checkout.contentDesc.title.course.recurring": string;
|
|
2873
|
+
"ui.checkout.contentDesc.subTitle.course": string;
|
|
2837
2874
|
"ui.checkout.paymentOrder": string;
|
|
2838
2875
|
"ui.checkoutReturnDialog.title": string;
|
|
2876
|
+
"ui.checkoutReturnDialog.payment.success": string;
|
|
2839
2877
|
"ui.checkoutReturnDialog.buy": string;
|
|
2878
|
+
"ui.checkoutReturnDialog.buy.community": string;
|
|
2879
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": string;
|
|
2880
|
+
"ui.checkoutReturnDialog.buy.group": string;
|
|
2881
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": string;
|
|
2882
|
+
"ui.checkoutReturnDialog.buy.course": string;
|
|
2883
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": string;
|
|
2884
|
+
"ui.checkoutReturnDialog.buy.event": string;
|
|
2885
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": string;
|
|
2840
2886
|
"ui.checkoutReturnDialog.event.button": string;
|
|
2841
2887
|
"ui.checkoutReturnDialog.category.button": string;
|
|
2842
2888
|
"ui.checkoutReturnDialog.community.button": 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",
|
|
@@ -704,6 +705,7 @@
|
|
|
704
705
|
"ui.groupHeader.visibility.public": "Public group",
|
|
705
706
|
"ui.groupHeader.visibility.visible": "Visible",
|
|
706
707
|
"ui.groupHeader.visibility.hidden": "Hidden",
|
|
708
|
+
"ui.groupHeader.paid": "Paid Group",
|
|
707
709
|
"ui.groupInvitedWidget.title": "Invited Users",
|
|
708
710
|
"ui.groupInvitedWidget.button.showMore": "Show more",
|
|
709
711
|
"ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
|
|
@@ -1351,11 +1353,32 @@
|
|
|
1351
1353
|
"ui.paymentProduct.action.subscribed": "Subscribed",
|
|
1352
1354
|
"ui.paymentProduct.action.purchased": "Purchased",
|
|
1353
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",
|
|
1354
1359
|
"ui.checkout.contentDesc.title": "Purchase Your Content",
|
|
1355
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.",
|
|
1356
1370
|
"ui.checkout.paymentOrder": "Content already purchased!",
|
|
1357
|
-
"ui.checkoutReturnDialog.title": "
|
|
1371
|
+
"ui.checkoutReturnDialog.title": "Thanks!",
|
|
1372
|
+
"ui.checkoutReturnDialog.payment.success": "Your payment has been successfully processed.",
|
|
1358
1373
|
"ui.checkoutReturnDialog.buy": "You purchased:",
|
|
1374
|
+
"ui.checkoutReturnDialog.buy.community": "You have purchased your access to the Community",
|
|
1375
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "You have purchased your {frequency} access to the Community",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.group": "You have purchased your access to the Group",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "You have purchased your {frequency} access to the Group",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.course": "You have purchased your access to the Course",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "You have purchased your {frequency} access to the Course",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.event": "You have purchased your access to the Event",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "You have purchased your {frequency} access to the Event",
|
|
1359
1382
|
"ui.checkoutReturnDialog.event.button": "Go to the event",
|
|
1360
1383
|
"ui.checkoutReturnDialog.category.button": "Go to the category",
|
|
1361
1384
|
"ui.checkoutReturnDialog.community.button": "Go to community",
|
|
@@ -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",
|
|
@@ -705,6 +706,7 @@
|
|
|
705
706
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
706
707
|
"ui.groupHeader.visibility.visible": "Visibile",
|
|
707
708
|
"ui.groupHeader.visibility.hidden": "Nascosto",
|
|
709
|
+
"ui.groupHeader.paid": "Gruppo a Pagamento",
|
|
708
710
|
"ui.groupInvitedWidget.title": "Utenti Invitati",
|
|
709
711
|
"ui.groupInvitedWidget.button.showMore": "Vedi di più",
|
|
710
712
|
"ui.groupInvitedWidget.dialogTitle": "{total} Utenti Invitati",
|
|
@@ -1353,11 +1355,32 @@
|
|
|
1353
1355
|
"ui.paymentProduct.action.subscribed": "Abbonato",
|
|
1354
1356
|
"ui.paymentProduct.action.purchased": "Acquistato",
|
|
1355
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",
|
|
1356
1361
|
"ui.checkout.contentDesc.title": "Acquista il tuo contenuto",
|
|
1357
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.",
|
|
1358
1372
|
"ui.checkout.paymentOrder": "Hai già acquistato questo contenuto!",
|
|
1359
|
-
"ui.checkoutReturnDialog.title": "
|
|
1373
|
+
"ui.checkoutReturnDialog.title": "Grazie!",
|
|
1374
|
+
"ui.checkoutReturnDialog.payment.success": "Il tuo pagamento è stato elaborato con successo.",
|
|
1360
1375
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|
|
1376
|
+
"ui.checkoutReturnDialog.buy.community": "Hai acquistato il tuo accesso alla Community",
|
|
1377
|
+
"ui.checkoutReturnDialog.buy.recurrent.community": "Hai acquistato il tuo accesso {frequency} alla Community",
|
|
1378
|
+
"ui.checkoutReturnDialog.buy.group": "Hai acquistato il tuo accesso al Gruppo",
|
|
1379
|
+
"ui.checkoutReturnDialog.buy.recurrent.group": "Hai acquistato il tuo accesso {frequency} al Gruppo",
|
|
1380
|
+
"ui.checkoutReturnDialog.buy.course": "Hai acquistato il tuo accesso al Corso",
|
|
1381
|
+
"ui.checkoutReturnDialog.buy.recurrent.course": "Hai acquistato il tuo accesso {frequency} al Corso",
|
|
1382
|
+
"ui.checkoutReturnDialog.buy.event": "Hai acquistato il tuo accesso all'Evento",
|
|
1383
|
+
"ui.checkoutReturnDialog.buy.recurrent.event": "Hai acquistato il tuo accesso {frequency} all'Evento",
|
|
1361
1384
|
"ui.checkoutReturnDialog.event.button": "Vai all'evento",
|
|
1362
1385
|
"ui.checkoutReturnDialog.category.button": "Vai alla categoria",
|
|
1363
1386
|
"ui.checkoutReturnDialog.community.button": "Vai alla community",
|