@selfcommunity/react-i18n 0.7.7-payments.213 → 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 +28 -0
- package/lib/cjs/locales/en.json +14 -0
- package/lib/cjs/locales/it.json +14 -0
- package/lib/esm/index.d.ts +28 -0
- package/lib/esm/locales/en.json +14 -0
- package/lib/esm/locales/it.json +14 -0
- package/lib/types/index.d.ts +28 -0
- package/lib/types/locales/en.json +14 -0
- package/lib/types/locales/it.json +14 -0
- 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,8 +1354,20 @@ 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;
|
|
1359
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1803,6 +1817,7 @@ declare const locales: {
|
|
|
1803
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1806
1821
|
"ui.course.status.new": string;
|
|
1807
1822
|
"ui.course.status.published": string;
|
|
1808
1823
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2199,7 @@ declare const locales: {
|
|
|
2184
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2187
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,8 +2848,20 @@ declare const locales: {
|
|
|
2832
2848
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2836
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;
|
|
2837
2865
|
"ui.checkout.paymentOrder": string;
|
|
2838
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2839
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",
|
|
@@ -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,8 +1353,20 @@
|
|
|
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
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1358
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",
|
|
@@ -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,8 +1355,20 @@
|
|
|
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
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1360
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;
|
|
@@ -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,8 +1354,20 @@ 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;
|
|
1359
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1803,6 +1817,7 @@ declare const locales: {
|
|
|
1803
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1806
1821
|
"ui.course.status.new": string;
|
|
1807
1822
|
"ui.course.status.published": string;
|
|
1808
1823
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2199,7 @@ declare const locales: {
|
|
|
2184
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2187
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,8 +2848,20 @@ declare const locales: {
|
|
|
2832
2848
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2836
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;
|
|
2837
2865
|
"ui.checkout.paymentOrder": string;
|
|
2838
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2839
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",
|
|
@@ -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,8 +1353,20 @@
|
|
|
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
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1358
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",
|
|
@@ -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,8 +1355,20 @@
|
|
|
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
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1360
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;
|
|
@@ -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,8 +1354,20 @@ 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;
|
|
1359
1373
|
"ui.checkoutReturnDialog.buy": string;
|
|
@@ -1803,6 +1817,7 @@ declare const locales: {
|
|
|
1803
1817
|
"ui.course.dashboard.teacher.tab.students.table.header.progress": string;
|
|
1804
1818
|
"ui.course.dashboard.teacher.tab.students.table.header.registration": string;
|
|
1805
1819
|
"ui.course.label": string;
|
|
1820
|
+
"ui.course.paid": string;
|
|
1806
1821
|
"ui.course.status.new": string;
|
|
1807
1822
|
"ui.course.status.published": string;
|
|
1808
1823
|
"ui.course.status.completed": string;
|
|
@@ -2184,6 +2199,7 @@ declare const locales: {
|
|
|
2184
2199
|
"ui.groupHeader.visibility.public": string;
|
|
2185
2200
|
"ui.groupHeader.visibility.visible": string;
|
|
2186
2201
|
"ui.groupHeader.visibility.hidden": string;
|
|
2202
|
+
"ui.groupHeader.paid": string;
|
|
2187
2203
|
"ui.groupInvitedWidget.title": string;
|
|
2188
2204
|
"ui.groupInvitedWidget.button.showMore": string;
|
|
2189
2205
|
"ui.groupInvitedWidget.dialogTitle": string;
|
|
@@ -2832,8 +2848,20 @@ declare const locales: {
|
|
|
2832
2848
|
"ui.paymentProduct.action.subscribed": string;
|
|
2833
2849
|
"ui.paymentProduct.action.purchased": string;
|
|
2834
2850
|
"ui.paymentProduct.action.purchasedAt": string;
|
|
2851
|
+
"ui.paymentProduct.price.week": string;
|
|
2852
|
+
"ui.paymentProduct.price.month": string;
|
|
2853
|
+
"ui.paymentProduct.price.year": string;
|
|
2835
2854
|
"ui.checkout.contentDesc.title": string;
|
|
2836
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;
|
|
2837
2865
|
"ui.checkout.paymentOrder": string;
|
|
2838
2866
|
"ui.checkoutReturnDialog.title": string;
|
|
2839
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",
|
|
@@ -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,8 +1353,20 @@
|
|
|
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
1371
|
"ui.checkoutReturnDialog.title": "Compliments!",
|
|
1358
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",
|
|
@@ -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,8 +1355,20 @@
|
|
|
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
1373
|
"ui.checkoutReturnDialog.title": "Complimenti!",
|
|
1360
1374
|
"ui.checkoutReturnDialog.buy": "Hai acquistato:",
|