@selfcommunity/react-i18n 0.7.4-courses.102 → 0.7.4-courses.104
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 +10 -6
- package/lib/cjs/locales/en.json +5 -3
- package/lib/cjs/locales/it.json +5 -3
- package/lib/esm/index.d.ts +10 -6
- package/lib/esm/locales/en.json +5 -3
- package/lib/esm/locales/it.json +5 -3
- package/lib/types/index.d.ts +10 -6
- package/lib/types/locales/en.json +5 -3
- package/lib/types/locales/it.json +5 -3
- 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
|
@@ -84,6 +84,7 @@ declare const locales: {
|
|
|
84
84
|
"ui.composerIconButton.composer.success": string;
|
|
85
85
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
86
86
|
"ui.composerIconButton.list.content": string;
|
|
87
|
+
"ui.composerIconButton.list.course": string;
|
|
87
88
|
"ui.composerIconButton.list.event": string;
|
|
88
89
|
"ui.composerIconButton.list.group": string;
|
|
89
90
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -309,6 +310,7 @@ declare const locales: {
|
|
|
309
310
|
"ui.course.status.new": string;
|
|
310
311
|
"ui.course.status.published": string;
|
|
311
312
|
"ui.course.status.completed": string;
|
|
313
|
+
"ui.course.status.draft": string;
|
|
312
314
|
"ui.course.table.lessons.title": string;
|
|
313
315
|
"ui.course.table.sections.title": string;
|
|
314
316
|
"ui.course.type": string;
|
|
@@ -507,6 +509,9 @@ declare const locales: {
|
|
|
507
509
|
"ui.course.completion.percentage": string;
|
|
508
510
|
"ui.course.see": string;
|
|
509
511
|
"ui.course.see.preview": string;
|
|
512
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
513
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
514
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
510
515
|
"ui.courseForm.edit.title.general": string;
|
|
511
516
|
"ui.courseForm.edit.access.section.title": string;
|
|
512
517
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -563,9 +568,6 @@ declare const locales: {
|
|
|
563
568
|
"ui.courseStatus.draft": string;
|
|
564
569
|
"ui.courseStatus.published": string;
|
|
565
570
|
"ui.courseStatus.concluded": string;
|
|
566
|
-
"ui.course.placeholder.teacher": string;
|
|
567
|
-
"ui.course.placeholder.title": string;
|
|
568
|
-
"ui.course.placeholder.subtitle": string;
|
|
569
571
|
"ui.courseParticipantsButton.participants": string;
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -1357,6 +1359,7 @@ declare const locales: {
|
|
|
1357
1359
|
"ui.composerIconButton.composer.success": string;
|
|
1358
1360
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1359
1361
|
"ui.composerIconButton.list.content": string;
|
|
1362
|
+
"ui.composerIconButton.list.course": string;
|
|
1360
1363
|
"ui.composerIconButton.list.event": string;
|
|
1361
1364
|
"ui.composerIconButton.list.group": string;
|
|
1362
1365
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -1582,6 +1585,7 @@ declare const locales: {
|
|
|
1582
1585
|
"ui.course.status.new": string;
|
|
1583
1586
|
"ui.course.status.published": string;
|
|
1584
1587
|
"ui.course.status.completed": string;
|
|
1588
|
+
"ui.course.status.draft": string;
|
|
1585
1589
|
"ui.course.table.lessons.title": string;
|
|
1586
1590
|
"ui.course.table.sections.title": string;
|
|
1587
1591
|
"ui.course.type": string;
|
|
@@ -1780,6 +1784,9 @@ declare const locales: {
|
|
|
1780
1784
|
"ui.course.completion.percentage": string;
|
|
1781
1785
|
"ui.course.see": string;
|
|
1782
1786
|
"ui.course.see.preview": string;
|
|
1787
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
1788
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
1789
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
1783
1790
|
"ui.courseForm.edit.title.general": string;
|
|
1784
1791
|
"ui.courseForm.edit.access.section.title": string;
|
|
1785
1792
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -1837,9 +1844,6 @@ declare const locales: {
|
|
|
1837
1844
|
"ui.courseStatus.draft": string;
|
|
1838
1845
|
"ui.courseStatus.published": string;
|
|
1839
1846
|
"ui.courseStatus.concluded": string;
|
|
1840
|
-
"ui.course.placeholder.teacher": string;
|
|
1841
|
-
"ui.course.placeholder.title": string;
|
|
1842
|
-
"ui.course.placeholder.subtitle": string;
|
|
1843
1847
|
"ui.courseParticipantsButton.participants": string;
|
|
1844
1848
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1845
1849
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Content published",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "View content",
|
|
85
85
|
"ui.composerIconButton.list.content": "Create a content",
|
|
86
|
+
"ui.composerIconButton.list.course": "Create a course",
|
|
86
87
|
"ui.composerIconButton.list.event": "Create an event",
|
|
87
88
|
"ui.composerIconButton.list.group": "Create a group",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Create a live stream",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "New",
|
|
309
310
|
"ui.course.status.published": "Published",
|
|
310
311
|
"ui.course.status.completed": "Completed",
|
|
312
|
+
"ui.course.status.draft": "Draft",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Type of course: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completed",
|
|
507
509
|
"ui.course.see": "See",
|
|
508
510
|
"ui.course.see.preview": "Go to the course",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Once published, your Course will be open and visible to Community users. You can change your access settings at any time, but you will not be able to return to draft mode.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "General",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Access",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Your Course is in Draft Mode",
|
|
@@ -562,9 +567,6 @@
|
|
|
562
567
|
"ui.courseStatus.draft": "DRAFT",
|
|
563
568
|
"ui.courseStatus.published": "PUBLISHED",
|
|
564
569
|
"ui.courseStatus.concluded": "CONCLUDED",
|
|
565
|
-
"ui.course.placeholder.teacher": "Teacher",
|
|
566
|
-
"ui.course.placeholder.title": "Course Title {number}",
|
|
567
|
-
"ui.course.placeholder.subtitle": "Course Type",
|
|
568
570
|
"ui.courseParticipantsButton.participants": "{total} participants",
|
|
569
571
|
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
570
572
|
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Contenuto pubblicato",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "Vedi contenuto",
|
|
85
85
|
"ui.composerIconButton.list.content": "Crea un contenuto",
|
|
86
|
+
"ui.composerIconButton.list.course": "Crea un corso",
|
|
86
87
|
"ui.composerIconButton.list.event": "Crea un evento",
|
|
87
88
|
"ui.composerIconButton.list.group": "Crea un gruppo",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Crea una diretta",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "Nuovo",
|
|
309
310
|
"ui.course.status.published": "Pubblicato",
|
|
310
311
|
"ui.course.status.completed": "Concluso",
|
|
312
|
+
"ui.course.status.draft": "Bozza",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lezioni} one {# Lezione} other {# Lezioni}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Tipo di corso: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completato",
|
|
507
509
|
"ui.course.see": "Vedi",
|
|
508
510
|
"ui.course.see.preview": "Vai al corso",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Pubblica il Corso",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Pubblica il Corso",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Una volta pubblicato, il tuo Corso sarà aperto e visibile agli utenti della Community. Puoi modificare le impostazioni di accesso in qualsiasi momento, ma non potrai tornare alla modalità bozza.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "Generale",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Accesso",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Il tuo Corso è in modalità bozza",
|
|
@@ -563,9 +568,6 @@
|
|
|
563
568
|
"ui.courseStatus.draft": "BOZZA",
|
|
564
569
|
"ui.courseStatus.published": "PUBBLICATO",
|
|
565
570
|
"ui.courseStatus.concluded": "CONCLUSO",
|
|
566
|
-
"ui.course.placeholder.teacher": "Insegnante",
|
|
567
|
-
"ui.course.placeholder.title": "Titolo del corso {number}",
|
|
568
|
-
"ui.course.placeholder.subtitle": "Tipologia del corso",
|
|
569
571
|
"ui.courseParticipantsButton.participants": "{total} partecipanti",
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": "Non ci sono altri partecipanti.",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const locales: {
|
|
|
84
84
|
"ui.composerIconButton.composer.success": string;
|
|
85
85
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
86
86
|
"ui.composerIconButton.list.content": string;
|
|
87
|
+
"ui.composerIconButton.list.course": string;
|
|
87
88
|
"ui.composerIconButton.list.event": string;
|
|
88
89
|
"ui.composerIconButton.list.group": string;
|
|
89
90
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -309,6 +310,7 @@ declare const locales: {
|
|
|
309
310
|
"ui.course.status.new": string;
|
|
310
311
|
"ui.course.status.published": string;
|
|
311
312
|
"ui.course.status.completed": string;
|
|
313
|
+
"ui.course.status.draft": string;
|
|
312
314
|
"ui.course.table.lessons.title": string;
|
|
313
315
|
"ui.course.table.sections.title": string;
|
|
314
316
|
"ui.course.type": string;
|
|
@@ -507,6 +509,9 @@ declare const locales: {
|
|
|
507
509
|
"ui.course.completion.percentage": string;
|
|
508
510
|
"ui.course.see": string;
|
|
509
511
|
"ui.course.see.preview": string;
|
|
512
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
513
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
514
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
510
515
|
"ui.courseForm.edit.title.general": string;
|
|
511
516
|
"ui.courseForm.edit.access.section.title": string;
|
|
512
517
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -563,9 +568,6 @@ declare const locales: {
|
|
|
563
568
|
"ui.courseStatus.draft": string;
|
|
564
569
|
"ui.courseStatus.published": string;
|
|
565
570
|
"ui.courseStatus.concluded": string;
|
|
566
|
-
"ui.course.placeholder.teacher": string;
|
|
567
|
-
"ui.course.placeholder.title": string;
|
|
568
|
-
"ui.course.placeholder.subtitle": string;
|
|
569
571
|
"ui.courseParticipantsButton.participants": string;
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -1357,6 +1359,7 @@ declare const locales: {
|
|
|
1357
1359
|
"ui.composerIconButton.composer.success": string;
|
|
1358
1360
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1359
1361
|
"ui.composerIconButton.list.content": string;
|
|
1362
|
+
"ui.composerIconButton.list.course": string;
|
|
1360
1363
|
"ui.composerIconButton.list.event": string;
|
|
1361
1364
|
"ui.composerIconButton.list.group": string;
|
|
1362
1365
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -1582,6 +1585,7 @@ declare const locales: {
|
|
|
1582
1585
|
"ui.course.status.new": string;
|
|
1583
1586
|
"ui.course.status.published": string;
|
|
1584
1587
|
"ui.course.status.completed": string;
|
|
1588
|
+
"ui.course.status.draft": string;
|
|
1585
1589
|
"ui.course.table.lessons.title": string;
|
|
1586
1590
|
"ui.course.table.sections.title": string;
|
|
1587
1591
|
"ui.course.type": string;
|
|
@@ -1780,6 +1784,9 @@ declare const locales: {
|
|
|
1780
1784
|
"ui.course.completion.percentage": string;
|
|
1781
1785
|
"ui.course.see": string;
|
|
1782
1786
|
"ui.course.see.preview": string;
|
|
1787
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
1788
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
1789
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
1783
1790
|
"ui.courseForm.edit.title.general": string;
|
|
1784
1791
|
"ui.courseForm.edit.access.section.title": string;
|
|
1785
1792
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -1837,9 +1844,6 @@ declare const locales: {
|
|
|
1837
1844
|
"ui.courseStatus.draft": string;
|
|
1838
1845
|
"ui.courseStatus.published": string;
|
|
1839
1846
|
"ui.courseStatus.concluded": string;
|
|
1840
|
-
"ui.course.placeholder.teacher": string;
|
|
1841
|
-
"ui.course.placeholder.title": string;
|
|
1842
|
-
"ui.course.placeholder.subtitle": string;
|
|
1843
1847
|
"ui.courseParticipantsButton.participants": string;
|
|
1844
1848
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1845
1849
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Content published",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "View content",
|
|
85
85
|
"ui.composerIconButton.list.content": "Create a content",
|
|
86
|
+
"ui.composerIconButton.list.course": "Create a course",
|
|
86
87
|
"ui.composerIconButton.list.event": "Create an event",
|
|
87
88
|
"ui.composerIconButton.list.group": "Create a group",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Create a live stream",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "New",
|
|
309
310
|
"ui.course.status.published": "Published",
|
|
310
311
|
"ui.course.status.completed": "Completed",
|
|
312
|
+
"ui.course.status.draft": "Draft",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Type of course: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completed",
|
|
507
509
|
"ui.course.see": "See",
|
|
508
510
|
"ui.course.see.preview": "Go to the course",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Once published, your Course will be open and visible to Community users. You can change your access settings at any time, but you will not be able to return to draft mode.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "General",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Access",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Your Course is in Draft Mode",
|
|
@@ -562,9 +567,6 @@
|
|
|
562
567
|
"ui.courseStatus.draft": "DRAFT",
|
|
563
568
|
"ui.courseStatus.published": "PUBLISHED",
|
|
564
569
|
"ui.courseStatus.concluded": "CONCLUDED",
|
|
565
|
-
"ui.course.placeholder.teacher": "Teacher",
|
|
566
|
-
"ui.course.placeholder.title": "Course Title {number}",
|
|
567
|
-
"ui.course.placeholder.subtitle": "Course Type",
|
|
568
570
|
"ui.courseParticipantsButton.participants": "{total} participants",
|
|
569
571
|
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
570
572
|
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Contenuto pubblicato",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "Vedi contenuto",
|
|
85
85
|
"ui.composerIconButton.list.content": "Crea un contenuto",
|
|
86
|
+
"ui.composerIconButton.list.course": "Crea un corso",
|
|
86
87
|
"ui.composerIconButton.list.event": "Crea un evento",
|
|
87
88
|
"ui.composerIconButton.list.group": "Crea un gruppo",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Crea una diretta",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "Nuovo",
|
|
309
310
|
"ui.course.status.published": "Pubblicato",
|
|
310
311
|
"ui.course.status.completed": "Concluso",
|
|
312
|
+
"ui.course.status.draft": "Bozza",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lezioni} one {# Lezione} other {# Lezioni}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Tipo di corso: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completato",
|
|
507
509
|
"ui.course.see": "Vedi",
|
|
508
510
|
"ui.course.see.preview": "Vai al corso",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Pubblica il Corso",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Pubblica il Corso",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Una volta pubblicato, il tuo Corso sarà aperto e visibile agli utenti della Community. Puoi modificare le impostazioni di accesso in qualsiasi momento, ma non potrai tornare alla modalità bozza.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "Generale",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Accesso",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Il tuo Corso è in modalità bozza",
|
|
@@ -563,9 +568,6 @@
|
|
|
563
568
|
"ui.courseStatus.draft": "BOZZA",
|
|
564
569
|
"ui.courseStatus.published": "PUBBLICATO",
|
|
565
570
|
"ui.courseStatus.concluded": "CONCLUSO",
|
|
566
|
-
"ui.course.placeholder.teacher": "Insegnante",
|
|
567
|
-
"ui.course.placeholder.title": "Titolo del corso {number}",
|
|
568
|
-
"ui.course.placeholder.subtitle": "Tipologia del corso",
|
|
569
571
|
"ui.courseParticipantsButton.participants": "{total} partecipanti",
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": "Non ci sono altri partecipanti.",
|
package/lib/types/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const locales: {
|
|
|
84
84
|
"ui.composerIconButton.composer.success": string;
|
|
85
85
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
86
86
|
"ui.composerIconButton.list.content": string;
|
|
87
|
+
"ui.composerIconButton.list.course": string;
|
|
87
88
|
"ui.composerIconButton.list.event": string;
|
|
88
89
|
"ui.composerIconButton.list.group": string;
|
|
89
90
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -309,6 +310,7 @@ declare const locales: {
|
|
|
309
310
|
"ui.course.status.new": string;
|
|
310
311
|
"ui.course.status.published": string;
|
|
311
312
|
"ui.course.status.completed": string;
|
|
313
|
+
"ui.course.status.draft": string;
|
|
312
314
|
"ui.course.table.lessons.title": string;
|
|
313
315
|
"ui.course.table.sections.title": string;
|
|
314
316
|
"ui.course.type": string;
|
|
@@ -507,6 +509,9 @@ declare const locales: {
|
|
|
507
509
|
"ui.course.completion.percentage": string;
|
|
508
510
|
"ui.course.see": string;
|
|
509
511
|
"ui.course.see.preview": string;
|
|
512
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
513
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
514
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
510
515
|
"ui.courseForm.edit.title.general": string;
|
|
511
516
|
"ui.courseForm.edit.access.section.title": string;
|
|
512
517
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -563,9 +568,6 @@ declare const locales: {
|
|
|
563
568
|
"ui.courseStatus.draft": string;
|
|
564
569
|
"ui.courseStatus.published": string;
|
|
565
570
|
"ui.courseStatus.concluded": string;
|
|
566
|
-
"ui.course.placeholder.teacher": string;
|
|
567
|
-
"ui.course.placeholder.title": string;
|
|
568
|
-
"ui.course.placeholder.subtitle": string;
|
|
569
571
|
"ui.courseParticipantsButton.participants": string;
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -1357,6 +1359,7 @@ declare const locales: {
|
|
|
1357
1359
|
"ui.composerIconButton.composer.success": string;
|
|
1358
1360
|
"ui.composerIconButton.composer.viewContribute": string;
|
|
1359
1361
|
"ui.composerIconButton.list.content": string;
|
|
1362
|
+
"ui.composerIconButton.list.course": string;
|
|
1360
1363
|
"ui.composerIconButton.list.event": string;
|
|
1361
1364
|
"ui.composerIconButton.list.group": string;
|
|
1362
1365
|
"ui.composerIconButton.list.liveStream": string;
|
|
@@ -1582,6 +1585,7 @@ declare const locales: {
|
|
|
1582
1585
|
"ui.course.status.new": string;
|
|
1583
1586
|
"ui.course.status.published": string;
|
|
1584
1587
|
"ui.course.status.completed": string;
|
|
1588
|
+
"ui.course.status.draft": string;
|
|
1585
1589
|
"ui.course.table.lessons.title": string;
|
|
1586
1590
|
"ui.course.table.sections.title": string;
|
|
1587
1591
|
"ui.course.type": string;
|
|
@@ -1780,6 +1784,9 @@ declare const locales: {
|
|
|
1780
1784
|
"ui.course.completion.percentage": string;
|
|
1781
1785
|
"ui.course.see": string;
|
|
1782
1786
|
"ui.course.see.preview": string;
|
|
1787
|
+
"ui.courseForm.edit.dialog.title": string;
|
|
1788
|
+
"ui.courseForm.edit.dialog.btn": string;
|
|
1789
|
+
"ui.courseForm.edit.dialog.description": string;
|
|
1783
1790
|
"ui.courseForm.edit.title.general": string;
|
|
1784
1791
|
"ui.courseForm.edit.access.section.title": string;
|
|
1785
1792
|
"ui.courseForm.edit.access.info.title": string;
|
|
@@ -1837,9 +1844,6 @@ declare const locales: {
|
|
|
1837
1844
|
"ui.courseStatus.draft": string;
|
|
1838
1845
|
"ui.courseStatus.published": string;
|
|
1839
1846
|
"ui.courseStatus.concluded": string;
|
|
1840
|
-
"ui.course.placeholder.teacher": string;
|
|
1841
|
-
"ui.course.placeholder.title": string;
|
|
1842
|
-
"ui.course.placeholder.subtitle": string;
|
|
1843
1847
|
"ui.courseParticipantsButton.participants": string;
|
|
1844
1848
|
"ui.courseParticipantsButton.dialogTitle": string;
|
|
1845
1849
|
"ui.courseParticipantsButton.noOtherParticipants": string;
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Content published",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "View content",
|
|
85
85
|
"ui.composerIconButton.list.content": "Create a content",
|
|
86
|
+
"ui.composerIconButton.list.course": "Create a course",
|
|
86
87
|
"ui.composerIconButton.list.event": "Create an event",
|
|
87
88
|
"ui.composerIconButton.list.group": "Create a group",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Create a live stream",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "New",
|
|
309
310
|
"ui.course.status.published": "Published",
|
|
310
311
|
"ui.course.status.completed": "Completed",
|
|
312
|
+
"ui.course.status.draft": "Draft",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Type of course: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completed",
|
|
507
509
|
"ui.course.see": "See",
|
|
508
510
|
"ui.course.see.preview": "Go to the course",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Once published, your Course will be open and visible to Community users. You can change your access settings at any time, but you will not be able to return to draft mode.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "General",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Access",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Your Course is in Draft Mode",
|
|
@@ -562,9 +567,6 @@
|
|
|
562
567
|
"ui.courseStatus.draft": "DRAFT",
|
|
563
568
|
"ui.courseStatus.published": "PUBLISHED",
|
|
564
569
|
"ui.courseStatus.concluded": "CONCLUDED",
|
|
565
|
-
"ui.course.placeholder.teacher": "Teacher",
|
|
566
|
-
"ui.course.placeholder.title": "Course Title {number}",
|
|
567
|
-
"ui.course.placeholder.subtitle": "Course Type",
|
|
568
570
|
"ui.courseParticipantsButton.participants": "{total} participants",
|
|
569
571
|
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
570
572
|
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"ui.composerIconButton.composer.success": "Contenuto pubblicato",
|
|
84
84
|
"ui.composerIconButton.composer.viewContribute": "Vedi contenuto",
|
|
85
85
|
"ui.composerIconButton.list.content": "Crea un contenuto",
|
|
86
|
+
"ui.composerIconButton.list.course": "Crea un corso",
|
|
86
87
|
"ui.composerIconButton.list.event": "Crea un evento",
|
|
87
88
|
"ui.composerIconButton.list.group": "Crea un gruppo",
|
|
88
89
|
"ui.composerIconButton.list.liveStream": "Crea una diretta",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"ui.course.status.new": "Nuovo",
|
|
309
310
|
"ui.course.status.published": "Pubblicato",
|
|
310
311
|
"ui.course.status.completed": "Concluso",
|
|
312
|
+
"ui.course.status.draft": "Bozza",
|
|
311
313
|
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lezioni} one {# Lezione} other {# Lezioni}}",
|
|
312
314
|
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
313
315
|
"ui.course.type": "Tipo di corso: {typeOfCourse}",
|
|
@@ -506,6 +508,9 @@
|
|
|
506
508
|
"ui.course.completion.percentage": "{percentage} completato",
|
|
507
509
|
"ui.course.see": "Vedi",
|
|
508
510
|
"ui.course.see.preview": "Vai al corso",
|
|
511
|
+
"ui.courseForm.edit.dialog.title": "Pubblica il Corso",
|
|
512
|
+
"ui.courseForm.edit.dialog.btn": "Pubblica il Corso",
|
|
513
|
+
"ui.courseForm.edit.dialog.description": "Una volta pubblicato, il tuo Corso sarà aperto e visibile agli utenti della Community. Puoi modificare le impostazioni di accesso in qualsiasi momento, ma non potrai tornare alla modalità bozza.",
|
|
509
514
|
"ui.courseForm.edit.title.general": "Generale",
|
|
510
515
|
"ui.courseForm.edit.access.section.title": "Accesso",
|
|
511
516
|
"ui.courseForm.edit.access.info.title": "Il tuo Corso è in modalità bozza",
|
|
@@ -563,9 +568,6 @@
|
|
|
563
568
|
"ui.courseStatus.draft": "BOZZA",
|
|
564
569
|
"ui.courseStatus.published": "PUBBLICATO",
|
|
565
570
|
"ui.courseStatus.concluded": "CONCLUSO",
|
|
566
|
-
"ui.course.placeholder.teacher": "Insegnante",
|
|
567
|
-
"ui.course.placeholder.title": "Titolo del corso {number}",
|
|
568
|
-
"ui.course.placeholder.subtitle": "Tipologia del corso",
|
|
569
571
|
"ui.courseParticipantsButton.participants": "{total} partecipanti",
|
|
570
572
|
"ui.courseParticipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
571
573
|
"ui.courseParticipantsButton.noOtherParticipants": "Non ci sono altri partecipanti.",
|