@selfcommunity/react-i18n 0.7.7-payments.156 → 0.7.7-payments.161
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 +14 -2
- package/lib/cjs/locales/en.json +14 -8
- package/lib/cjs/locales/it.json +15 -9
- package/lib/esm/index.d.ts +14 -2
- package/lib/esm/locales/en.json +14 -8
- package/lib/esm/locales/it.json +15 -9
- package/lib/types/index.d.ts +14 -2
- package/lib/types/locales/en.json +14 -8
- package/lib/types/locales/it.json +15 -9
- 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
|
@@ -291,6 +291,7 @@ declare const locales: {
|
|
|
291
291
|
"ui.course.dashboard.student.button.cancel": string;
|
|
292
292
|
"ui.course.dashboard.student.button.continue": string;
|
|
293
293
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
294
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
294
295
|
"ui.course.dashboard.student.button.request": string;
|
|
295
296
|
"ui.course.dashboard.student.button.review": string;
|
|
296
297
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -301,6 +302,7 @@ declare const locales: {
|
|
|
301
302
|
"ui.course.dashboard.student.progress.described": string;
|
|
302
303
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
303
304
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
304
306
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
305
307
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
306
308
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -326,6 +328,7 @@ declare const locales: {
|
|
|
326
328
|
"ui.course.type.self-paced": string;
|
|
327
329
|
"ui.course.type.scheduled": string;
|
|
328
330
|
"ui.course.type.structured": string;
|
|
331
|
+
"ui.course.userProfileSnippet.students": string;
|
|
329
332
|
"ui.courseUsersTable.action.btn.label": string;
|
|
330
333
|
"ui.courseUsersTable.btn.label": string;
|
|
331
334
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -517,7 +520,6 @@ declare const locales: {
|
|
|
517
520
|
"ui.course.completed": string;
|
|
518
521
|
"ui.course.completion.percentage": string;
|
|
519
522
|
"ui.course.see": string;
|
|
520
|
-
"ui.course.see.preview": string;
|
|
521
523
|
"ui.courseForm.edit.dialog.title": string;
|
|
522
524
|
"ui.courseForm.edit.dialog.btn": string;
|
|
523
525
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -1068,6 +1070,10 @@ declare const locales: {
|
|
|
1068
1070
|
"ui.userActionIconButton.show": string;
|
|
1069
1071
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1070
1072
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1073
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1074
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1075
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1076
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1073
1079
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1627,6 +1633,7 @@ declare const locales: {
|
|
|
1627
1633
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1628
1634
|
"ui.course.dashboard.student.button.continue": string;
|
|
1629
1635
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1636
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1630
1637
|
"ui.course.dashboard.student.button.request": string;
|
|
1631
1638
|
"ui.course.dashboard.student.button.review": string;
|
|
1632
1639
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1637,6 +1644,7 @@ declare const locales: {
|
|
|
1637
1644
|
"ui.course.dashboard.student.progress.described": string;
|
|
1638
1645
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1639
1646
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1647
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1640
1648
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1641
1649
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1642
1650
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1662,6 +1670,7 @@ declare const locales: {
|
|
|
1662
1670
|
"ui.course.type.self-paced": string;
|
|
1663
1671
|
"ui.course.type.structured": string;
|
|
1664
1672
|
"ui.course.type.scheduled": string;
|
|
1673
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1665
1674
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1666
1675
|
"ui.courseUsersTable.btn.label": string;
|
|
1667
1676
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1853,7 +1862,6 @@ declare const locales: {
|
|
|
1853
1862
|
"ui.course.completed": string;
|
|
1854
1863
|
"ui.course.completion.percentage": string;
|
|
1855
1864
|
"ui.course.see": string;
|
|
1856
|
-
"ui.course.see.preview": string;
|
|
1857
1865
|
"ui.courseForm.edit.dialog.title": string;
|
|
1858
1866
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1859
1867
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2405,6 +2413,10 @@ declare const locales: {
|
|
|
2405
2413
|
"ui.userActionIconButton.show": string;
|
|
2406
2414
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2407
2415
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2416
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2417
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2418
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2419
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2408
2420
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2409
2421
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2410
2422
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -290,6 +290,7 @@
|
|
|
290
290
|
"ui.course.dashboard.student.button.cancel": "Request Cancel",
|
|
291
291
|
"ui.course.dashboard.student.button.continue": "Continue the Course",
|
|
292
292
|
"ui.course.dashboard.student.button.dashboard": "Go to Dashboard",
|
|
293
|
+
"ui.course.dashboard.student.button.signUp": "Sign up for the Course",
|
|
293
294
|
"ui.course.dashboard.student.button.request": "Request Access",
|
|
294
295
|
"ui.course.dashboard.student.button.review": "Review the Course",
|
|
295
296
|
"ui.course.dashboard.student.button.start": "Start the Course",
|
|
@@ -299,8 +300,9 @@
|
|
|
299
300
|
"ui.course.dashboard.student.progress": "Course Progress",
|
|
300
301
|
"ui.course.dashboard.student.progress.described": "Completed {progress} of {end} Lessons",
|
|
301
302
|
"ui.course.dashboard.student.progress.percentage": "{percentage}% completed",
|
|
302
|
-
"ui.course.dashboard.student.snackbar.success.cancel": "Request
|
|
303
|
-
"ui.course.dashboard.student.snackbar.success.
|
|
303
|
+
"ui.course.dashboard.student.snackbar.success.cancel": "Request canceled!",
|
|
304
|
+
"ui.course.dashboard.student.snackbar.success.enroll": "Enroll completed!",
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.request": "Request invited!",
|
|
304
306
|
"ui.course.dashboard.teacher.btn.label": "Edit lessons",
|
|
305
307
|
"ui.course.dashboard.teacher.info.completion": "Average completion rate",
|
|
306
308
|
"ui.course.dashboard.teacher.info.students": "Students",
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
"ui.course.type.self-paced": "Self-Paced",
|
|
326
328
|
"ui.course.type.scheduled": "Scheduled",
|
|
327
329
|
"ui.course.type.structured": "Structured",
|
|
330
|
+
"ui.course.userProfileSnippet.students": "{students, plural, =0 {# Students} one {# Student} other {# Students}}",
|
|
328
331
|
"ui.courseUsersTable.action.btn.label": "See",
|
|
329
332
|
"ui.courseUsersTable.btn.label": "See more",
|
|
330
333
|
"ui.courseUsersTable.changeStatus.snackbar.success": "State saved successfully!",
|
|
@@ -355,8 +358,8 @@
|
|
|
355
358
|
"ui.editCourse.tab.lessons.table.section": "Section",
|
|
356
359
|
"ui.editCourse.tab.lessons.table.select.draft": "Draft",
|
|
357
360
|
"ui.editCourse.tab.lessons.table.select.published": "Published",
|
|
358
|
-
"ui.editCourse.tab.lessons.table.snackbar.delete": "
|
|
359
|
-
"ui.editCourse.tab.lessons.table.snackbar.save": "
|
|
361
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": "Delete completed!",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": "Save completed!",
|
|
360
363
|
"ui.editCourse.tab.options": "Options",
|
|
361
364
|
"ui.editCourse.tab.options.button.save": "Save Changes",
|
|
362
365
|
"ui.editCourse.tab.options.description": "Students enrolled in a course must complete each lesson in the prescribed order before moving on to the next.",
|
|
@@ -515,8 +518,7 @@
|
|
|
515
518
|
"ui.course.enroll": "Start the course",
|
|
516
519
|
"ui.course.completed": "Completed",
|
|
517
520
|
"ui.course.completion.percentage": "{percentage} completed",
|
|
518
|
-
"ui.course.see": "
|
|
519
|
-
"ui.course.see.preview": "Go to the course",
|
|
521
|
+
"ui.course.see": "Go to the course",
|
|
520
522
|
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
521
523
|
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
522
524
|
"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.",
|
|
@@ -664,8 +666,8 @@
|
|
|
664
666
|
"ui.footer.customPages.rules": "Rules",
|
|
665
667
|
"ui.footer.legalPages.privacy": "Privacy",
|
|
666
668
|
"ui.footer.legalPages.tec": "Terms and Conditions",
|
|
667
|
-
"ui.friendshipUserButton.acceptConnection": "Accept
|
|
668
|
-
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel
|
|
669
|
+
"ui.friendshipUserButton.acceptConnection": "Accept",
|
|
670
|
+
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel",
|
|
669
671
|
"ui.friendshipUserButton.removeConnection": "Remove",
|
|
670
672
|
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
671
673
|
"ui.eventAutocomplete.label": "Events",
|
|
@@ -1067,6 +1069,10 @@
|
|
|
1067
1069
|
"ui.userActionIconButton.show": "Unblock user",
|
|
1068
1070
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
1069
1071
|
"ui.userActionIconButton.dialogHideAction": "All the contents of this profile will be hidden and you will no longer be able to interact with the user. Are you sure you want to proceed?",
|
|
1072
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1073
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1074
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1075
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
1070
1076
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -290,6 +290,7 @@
|
|
|
290
290
|
"ui.course.dashboard.student.button.cancel": "Annulla Richiesta",
|
|
291
291
|
"ui.course.dashboard.student.button.continue": "Prosegui il Corso",
|
|
292
292
|
"ui.course.dashboard.student.button.dashboard": "Vai alla Dashboard",
|
|
293
|
+
"ui.course.dashboard.student.button.signUp": "Iscriviti al Corso",
|
|
293
294
|
"ui.course.dashboard.student.button.request": "Richiedi Accesso",
|
|
294
295
|
"ui.course.dashboard.student.button.review": "Rivedi il Corso",
|
|
295
296
|
"ui.course.dashboard.student.button.start": "Inizia il Corso",
|
|
@@ -300,6 +301,7 @@
|
|
|
300
301
|
"ui.course.dashboard.student.progress.described": "Completate {progress} di {end} Lezioni",
|
|
301
302
|
"ui.course.dashboard.student.progress.percentage": "{percentage}% completato",
|
|
302
303
|
"ui.course.dashboard.student.snackbar.success.cancel": "Richiesta annullata!",
|
|
304
|
+
"ui.course.dashboard.student.snackbar.success.enroll": "Iscrizione effettuata!",
|
|
303
305
|
"ui.course.dashboard.student.snackbar.success.request": "Richiesta inviata!",
|
|
304
306
|
"ui.course.dashboard.teacher.btn.label": "Modifica lezioni",
|
|
305
307
|
"ui.course.dashboard.teacher.info.completion": "Tasso medio di completamento",
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
"ui.course.type.self-paced": "Autodidatta",
|
|
326
328
|
"ui.course.type.structured": "Programmato",
|
|
327
329
|
"ui.course.type.scheduled": "Calendarizzato",
|
|
330
|
+
"ui.course.userProfileSnippet.students": "{students, plural, =0 {# Studenti} one {# Studente} other {# Studenti}}",
|
|
328
331
|
"ui.courseUsersTable.action.btn.label": "Vedi",
|
|
329
332
|
"ui.courseUsersTable.btn.label": "Vedi altri",
|
|
330
333
|
"ui.courseUsersTable.changeStatus.snackbar.success": "Stato salvato correttamente!",
|
|
@@ -355,8 +358,8 @@
|
|
|
355
358
|
"ui.editCourse.tab.lessons.table.section": "Sezione",
|
|
356
359
|
"ui.editCourse.tab.lessons.table.select.draft": "Bozza",
|
|
357
360
|
"ui.editCourse.tab.lessons.table.select.published": "Pubblicata",
|
|
358
|
-
"ui.editCourse.tab.lessons.table.snackbar.delete": "
|
|
359
|
-
"ui.editCourse.tab.lessons.table.snackbar.save": "
|
|
361
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": "Eliminazione completata!",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": "Salvataggio completato!",
|
|
360
363
|
"ui.editCourse.tab.options": "Opzioni",
|
|
361
364
|
"ui.editCourse.tab.options.button.save": "Salva Modifiche",
|
|
362
365
|
"ui.editCourse.tab.options.description": "Gli iscritti ad un corso dovranno completare ogni lezione nell’ordine prestabilito prima di passare a quella successiva.",
|
|
@@ -515,8 +518,7 @@
|
|
|
515
518
|
"ui.course.enroll": "Inizia il corso",
|
|
516
519
|
"ui.course.completed": "Concluso",
|
|
517
520
|
"ui.course.completion.percentage": "{percentage} completato",
|
|
518
|
-
"ui.course.see": "
|
|
519
|
-
"ui.course.see.preview": "Vai al corso",
|
|
521
|
+
"ui.course.see": "Vai al corso",
|
|
520
522
|
"ui.courseForm.edit.dialog.title": "Pubblica il Corso",
|
|
521
523
|
"ui.courseForm.edit.dialog.btn": "Pubblica il Corso",
|
|
522
524
|
"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.",
|
|
@@ -665,8 +667,8 @@
|
|
|
665
667
|
"ui.footer.customPages.rules": "Regolamento",
|
|
666
668
|
"ui.footer.legalPages.privacy": "Privacy",
|
|
667
669
|
"ui.footer.legalPages.tec": "Termini e Condizioni",
|
|
668
|
-
"ui.friendshipUserButton.acceptConnection": "Accetta
|
|
669
|
-
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella
|
|
670
|
+
"ui.friendshipUserButton.acceptConnection": "Accetta",
|
|
671
|
+
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella",
|
|
670
672
|
"ui.friendshipUserButton.removeConnection": "Rimuovi",
|
|
671
673
|
"ui.friendshipUserButton.requestConnection": "Connettiti",
|
|
672
674
|
"ui.eventAutocomplete.label": "Eventi",
|
|
@@ -1068,21 +1070,25 @@
|
|
|
1068
1070
|
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
1069
1071
|
"ui.userActionIconButton.dialogShowAction": "Tutti i contenuti di questo profilo verranno resi visibili. Sei sicuro di voler procedere?",
|
|
1070
1072
|
"ui.userActionIconButton.dialogHideAction": "Tutti i contenuti di questo profilo verranno nascosti e non potrai più interagire con l'utente. Sei sicuro di voler procedere?",
|
|
1073
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Ha creato # corsi} one {Ha creato # corso} other {Ha creato # corsi}}",
|
|
1074
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "Nessun risultato",
|
|
1075
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Vedi di più",
|
|
1076
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "Nessun altro risultato",
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Vedi di più",
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Richieste di connesione inviate",
|
|
1073
1079
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "Nessun altro risultato",
|
|
1074
1080
|
"ui.userConnectionsRequestsSentWidget.subtitle.noResults": "Nessun risultato",
|
|
1075
|
-
"ui.userConnectionsRequestsSentWidget.title": "{total, plural, =0 {# richieste di connessione inviate} one {# richiesta di connessione inviata} other {# richieste di
|
|
1081
|
+
"ui.userConnectionsRequestsSentWidget.title": "{total, plural, =0 {# richieste di connessione inviate} one {# richiesta di connessione inviata} other {# richieste di connessione inviate}}",
|
|
1076
1082
|
"ui.userConnectionsRequestsWidget.button.showAll": "Vedi di più",
|
|
1077
1083
|
"ui.userConnectionsRequestsWidget.modal.title": "Richieste di connesione",
|
|
1078
1084
|
"ui.userConnectionsRequestsWidget.noMoreResults": "Nessun altro risultato",
|
|
1079
1085
|
"ui.userConnectionsRequestsWidget.subtitle.noResults": "Nessun risultato",
|
|
1080
|
-
"ui.userConnectionsRequestsWidget.title": "{total, plural, =0 {# richieste di connessione} one {# richiesta di connessione} other {# richieste di
|
|
1086
|
+
"ui.userConnectionsRequestsWidget.title": "{total, plural, =0 {# richieste di connessione} one {# richiesta di connessione} other {# richieste di connessione}}",
|
|
1081
1087
|
"ui.userConnectionsWidget.button.showAll": "Vedi di più",
|
|
1082
1088
|
"ui.userConnectionsWidget.modal.title": "Connesioni",
|
|
1083
1089
|
"ui.userConnectionsWidget.noMoreResults": "Nessun altro risultato",
|
|
1084
1090
|
"ui.userConnectionsWidget.subtitle.noResults": "Nessun risultato",
|
|
1085
|
-
"ui.userConnectionsWidget.title": "{total, plural, =0 {# connessioni} one {# connessione} other {#
|
|
1091
|
+
"ui.userConnectionsWidget.title": "{total, plural, =0 {# connessioni} one {# connessione} other {# connessioni}}",
|
|
1086
1092
|
"ui.userCounters.categories": "{count, plural, =0 {<b>#</b> Categorie seguite} one {<b>#</b> Categoria seguita} other {<b>#</b> Categorie seguite}}",
|
|
1087
1093
|
"ui.userCounters.connections": "{count, plural, =0 {<b>#</b> Connessioni} one {<b>#</b> Connessione} other {<b>#</b> Connessioni}}",
|
|
1088
1094
|
"ui.userCounters.followers": "{count, plural, =0 {<b>#</b> Followers} one {<b>#</b> Follower} other {<b>#</b> Followers}}",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -291,6 +291,7 @@ declare const locales: {
|
|
|
291
291
|
"ui.course.dashboard.student.button.cancel": string;
|
|
292
292
|
"ui.course.dashboard.student.button.continue": string;
|
|
293
293
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
294
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
294
295
|
"ui.course.dashboard.student.button.request": string;
|
|
295
296
|
"ui.course.dashboard.student.button.review": string;
|
|
296
297
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -301,6 +302,7 @@ declare const locales: {
|
|
|
301
302
|
"ui.course.dashboard.student.progress.described": string;
|
|
302
303
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
303
304
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
304
306
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
305
307
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
306
308
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -326,6 +328,7 @@ declare const locales: {
|
|
|
326
328
|
"ui.course.type.self-paced": string;
|
|
327
329
|
"ui.course.type.scheduled": string;
|
|
328
330
|
"ui.course.type.structured": string;
|
|
331
|
+
"ui.course.userProfileSnippet.students": string;
|
|
329
332
|
"ui.courseUsersTable.action.btn.label": string;
|
|
330
333
|
"ui.courseUsersTable.btn.label": string;
|
|
331
334
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -517,7 +520,6 @@ declare const locales: {
|
|
|
517
520
|
"ui.course.completed": string;
|
|
518
521
|
"ui.course.completion.percentage": string;
|
|
519
522
|
"ui.course.see": string;
|
|
520
|
-
"ui.course.see.preview": string;
|
|
521
523
|
"ui.courseForm.edit.dialog.title": string;
|
|
522
524
|
"ui.courseForm.edit.dialog.btn": string;
|
|
523
525
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -1068,6 +1070,10 @@ declare const locales: {
|
|
|
1068
1070
|
"ui.userActionIconButton.show": string;
|
|
1069
1071
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1070
1072
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1073
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1074
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1075
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1076
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1073
1079
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1627,6 +1633,7 @@ declare const locales: {
|
|
|
1627
1633
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1628
1634
|
"ui.course.dashboard.student.button.continue": string;
|
|
1629
1635
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1636
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1630
1637
|
"ui.course.dashboard.student.button.request": string;
|
|
1631
1638
|
"ui.course.dashboard.student.button.review": string;
|
|
1632
1639
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1637,6 +1644,7 @@ declare const locales: {
|
|
|
1637
1644
|
"ui.course.dashboard.student.progress.described": string;
|
|
1638
1645
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1639
1646
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1647
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1640
1648
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1641
1649
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1642
1650
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1662,6 +1670,7 @@ declare const locales: {
|
|
|
1662
1670
|
"ui.course.type.self-paced": string;
|
|
1663
1671
|
"ui.course.type.structured": string;
|
|
1664
1672
|
"ui.course.type.scheduled": string;
|
|
1673
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1665
1674
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1666
1675
|
"ui.courseUsersTable.btn.label": string;
|
|
1667
1676
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1853,7 +1862,6 @@ declare const locales: {
|
|
|
1853
1862
|
"ui.course.completed": string;
|
|
1854
1863
|
"ui.course.completion.percentage": string;
|
|
1855
1864
|
"ui.course.see": string;
|
|
1856
|
-
"ui.course.see.preview": string;
|
|
1857
1865
|
"ui.courseForm.edit.dialog.title": string;
|
|
1858
1866
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1859
1867
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2405,6 +2413,10 @@ declare const locales: {
|
|
|
2405
2413
|
"ui.userActionIconButton.show": string;
|
|
2406
2414
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2407
2415
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2416
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2417
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2418
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2419
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2408
2420
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2409
2421
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2410
2422
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -290,6 +290,7 @@
|
|
|
290
290
|
"ui.course.dashboard.student.button.cancel": "Request Cancel",
|
|
291
291
|
"ui.course.dashboard.student.button.continue": "Continue the Course",
|
|
292
292
|
"ui.course.dashboard.student.button.dashboard": "Go to Dashboard",
|
|
293
|
+
"ui.course.dashboard.student.button.signUp": "Sign up for the Course",
|
|
293
294
|
"ui.course.dashboard.student.button.request": "Request Access",
|
|
294
295
|
"ui.course.dashboard.student.button.review": "Review the Course",
|
|
295
296
|
"ui.course.dashboard.student.button.start": "Start the Course",
|
|
@@ -299,8 +300,9 @@
|
|
|
299
300
|
"ui.course.dashboard.student.progress": "Course Progress",
|
|
300
301
|
"ui.course.dashboard.student.progress.described": "Completed {progress} of {end} Lessons",
|
|
301
302
|
"ui.course.dashboard.student.progress.percentage": "{percentage}% completed",
|
|
302
|
-
"ui.course.dashboard.student.snackbar.success.cancel": "Request
|
|
303
|
-
"ui.course.dashboard.student.snackbar.success.
|
|
303
|
+
"ui.course.dashboard.student.snackbar.success.cancel": "Request canceled!",
|
|
304
|
+
"ui.course.dashboard.student.snackbar.success.enroll": "Enroll completed!",
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.request": "Request invited!",
|
|
304
306
|
"ui.course.dashboard.teacher.btn.label": "Edit lessons",
|
|
305
307
|
"ui.course.dashboard.teacher.info.completion": "Average completion rate",
|
|
306
308
|
"ui.course.dashboard.teacher.info.students": "Students",
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
"ui.course.type.self-paced": "Self-Paced",
|
|
326
328
|
"ui.course.type.scheduled": "Scheduled",
|
|
327
329
|
"ui.course.type.structured": "Structured",
|
|
330
|
+
"ui.course.userProfileSnippet.students": "{students, plural, =0 {# Students} one {# Student} other {# Students}}",
|
|
328
331
|
"ui.courseUsersTable.action.btn.label": "See",
|
|
329
332
|
"ui.courseUsersTable.btn.label": "See more",
|
|
330
333
|
"ui.courseUsersTable.changeStatus.snackbar.success": "State saved successfully!",
|
|
@@ -355,8 +358,8 @@
|
|
|
355
358
|
"ui.editCourse.tab.lessons.table.section": "Section",
|
|
356
359
|
"ui.editCourse.tab.lessons.table.select.draft": "Draft",
|
|
357
360
|
"ui.editCourse.tab.lessons.table.select.published": "Published",
|
|
358
|
-
"ui.editCourse.tab.lessons.table.snackbar.delete": "
|
|
359
|
-
"ui.editCourse.tab.lessons.table.snackbar.save": "
|
|
361
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": "Delete completed!",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": "Save completed!",
|
|
360
363
|
"ui.editCourse.tab.options": "Options",
|
|
361
364
|
"ui.editCourse.tab.options.button.save": "Save Changes",
|
|
362
365
|
"ui.editCourse.tab.options.description": "Students enrolled in a course must complete each lesson in the prescribed order before moving on to the next.",
|
|
@@ -515,8 +518,7 @@
|
|
|
515
518
|
"ui.course.enroll": "Start the course",
|
|
516
519
|
"ui.course.completed": "Completed",
|
|
517
520
|
"ui.course.completion.percentage": "{percentage} completed",
|
|
518
|
-
"ui.course.see": "
|
|
519
|
-
"ui.course.see.preview": "Go to the course",
|
|
521
|
+
"ui.course.see": "Go to the course",
|
|
520
522
|
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
521
523
|
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
522
524
|
"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.",
|
|
@@ -664,8 +666,8 @@
|
|
|
664
666
|
"ui.footer.customPages.rules": "Rules",
|
|
665
667
|
"ui.footer.legalPages.privacy": "Privacy",
|
|
666
668
|
"ui.footer.legalPages.tec": "Terms and Conditions",
|
|
667
|
-
"ui.friendshipUserButton.acceptConnection": "Accept
|
|
668
|
-
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel
|
|
669
|
+
"ui.friendshipUserButton.acceptConnection": "Accept",
|
|
670
|
+
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel",
|
|
669
671
|
"ui.friendshipUserButton.removeConnection": "Remove",
|
|
670
672
|
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
671
673
|
"ui.eventAutocomplete.label": "Events",
|
|
@@ -1067,6 +1069,10 @@
|
|
|
1067
1069
|
"ui.userActionIconButton.show": "Unblock user",
|
|
1068
1070
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
1069
1071
|
"ui.userActionIconButton.dialogHideAction": "All the contents of this profile will be hidden and you will no longer be able to interact with the user. Are you sure you want to proceed?",
|
|
1072
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1073
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1074
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1075
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
1070
1076
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -290,6 +290,7 @@
|
|
|
290
290
|
"ui.course.dashboard.student.button.cancel": "Annulla Richiesta",
|
|
291
291
|
"ui.course.dashboard.student.button.continue": "Prosegui il Corso",
|
|
292
292
|
"ui.course.dashboard.student.button.dashboard": "Vai alla Dashboard",
|
|
293
|
+
"ui.course.dashboard.student.button.signUp": "Iscriviti al Corso",
|
|
293
294
|
"ui.course.dashboard.student.button.request": "Richiedi Accesso",
|
|
294
295
|
"ui.course.dashboard.student.button.review": "Rivedi il Corso",
|
|
295
296
|
"ui.course.dashboard.student.button.start": "Inizia il Corso",
|
|
@@ -300,6 +301,7 @@
|
|
|
300
301
|
"ui.course.dashboard.student.progress.described": "Completate {progress} di {end} Lezioni",
|
|
301
302
|
"ui.course.dashboard.student.progress.percentage": "{percentage}% completato",
|
|
302
303
|
"ui.course.dashboard.student.snackbar.success.cancel": "Richiesta annullata!",
|
|
304
|
+
"ui.course.dashboard.student.snackbar.success.enroll": "Iscrizione effettuata!",
|
|
303
305
|
"ui.course.dashboard.student.snackbar.success.request": "Richiesta inviata!",
|
|
304
306
|
"ui.course.dashboard.teacher.btn.label": "Modifica lezioni",
|
|
305
307
|
"ui.course.dashboard.teacher.info.completion": "Tasso medio di completamento",
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
"ui.course.type.self-paced": "Autodidatta",
|
|
326
328
|
"ui.course.type.structured": "Programmato",
|
|
327
329
|
"ui.course.type.scheduled": "Calendarizzato",
|
|
330
|
+
"ui.course.userProfileSnippet.students": "{students, plural, =0 {# Studenti} one {# Studente} other {# Studenti}}",
|
|
328
331
|
"ui.courseUsersTable.action.btn.label": "Vedi",
|
|
329
332
|
"ui.courseUsersTable.btn.label": "Vedi altri",
|
|
330
333
|
"ui.courseUsersTable.changeStatus.snackbar.success": "Stato salvato correttamente!",
|
|
@@ -355,8 +358,8 @@
|
|
|
355
358
|
"ui.editCourse.tab.lessons.table.section": "Sezione",
|
|
356
359
|
"ui.editCourse.tab.lessons.table.select.draft": "Bozza",
|
|
357
360
|
"ui.editCourse.tab.lessons.table.select.published": "Pubblicata",
|
|
358
|
-
"ui.editCourse.tab.lessons.table.snackbar.delete": "
|
|
359
|
-
"ui.editCourse.tab.lessons.table.snackbar.save": "
|
|
361
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": "Eliminazione completata!",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": "Salvataggio completato!",
|
|
360
363
|
"ui.editCourse.tab.options": "Opzioni",
|
|
361
364
|
"ui.editCourse.tab.options.button.save": "Salva Modifiche",
|
|
362
365
|
"ui.editCourse.tab.options.description": "Gli iscritti ad un corso dovranno completare ogni lezione nell’ordine prestabilito prima di passare a quella successiva.",
|
|
@@ -515,8 +518,7 @@
|
|
|
515
518
|
"ui.course.enroll": "Inizia il corso",
|
|
516
519
|
"ui.course.completed": "Concluso",
|
|
517
520
|
"ui.course.completion.percentage": "{percentage} completato",
|
|
518
|
-
"ui.course.see": "
|
|
519
|
-
"ui.course.see.preview": "Vai al corso",
|
|
521
|
+
"ui.course.see": "Vai al corso",
|
|
520
522
|
"ui.courseForm.edit.dialog.title": "Pubblica il Corso",
|
|
521
523
|
"ui.courseForm.edit.dialog.btn": "Pubblica il Corso",
|
|
522
524
|
"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.",
|
|
@@ -665,8 +667,8 @@
|
|
|
665
667
|
"ui.footer.customPages.rules": "Regolamento",
|
|
666
668
|
"ui.footer.legalPages.privacy": "Privacy",
|
|
667
669
|
"ui.footer.legalPages.tec": "Termini e Condizioni",
|
|
668
|
-
"ui.friendshipUserButton.acceptConnection": "Accetta
|
|
669
|
-
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella
|
|
670
|
+
"ui.friendshipUserButton.acceptConnection": "Accetta",
|
|
671
|
+
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella",
|
|
670
672
|
"ui.friendshipUserButton.removeConnection": "Rimuovi",
|
|
671
673
|
"ui.friendshipUserButton.requestConnection": "Connettiti",
|
|
672
674
|
"ui.eventAutocomplete.label": "Eventi",
|
|
@@ -1068,21 +1070,25 @@
|
|
|
1068
1070
|
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
1069
1071
|
"ui.userActionIconButton.dialogShowAction": "Tutti i contenuti di questo profilo verranno resi visibili. Sei sicuro di voler procedere?",
|
|
1070
1072
|
"ui.userActionIconButton.dialogHideAction": "Tutti i contenuti di questo profilo verranno nascosti e non potrai più interagire con l'utente. Sei sicuro di voler procedere?",
|
|
1073
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Ha creato # corsi} one {Ha creato # corso} other {Ha creato # corsi}}",
|
|
1074
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "Nessun risultato",
|
|
1075
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Vedi di più",
|
|
1076
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "Nessun altro risultato",
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Vedi di più",
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Richieste di connesione inviate",
|
|
1073
1079
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "Nessun altro risultato",
|
|
1074
1080
|
"ui.userConnectionsRequestsSentWidget.subtitle.noResults": "Nessun risultato",
|
|
1075
|
-
"ui.userConnectionsRequestsSentWidget.title": "{total, plural, =0 {# richieste di connessione inviate} one {# richiesta di connessione inviata} other {# richieste di
|
|
1081
|
+
"ui.userConnectionsRequestsSentWidget.title": "{total, plural, =0 {# richieste di connessione inviate} one {# richiesta di connessione inviata} other {# richieste di connessione inviate}}",
|
|
1076
1082
|
"ui.userConnectionsRequestsWidget.button.showAll": "Vedi di più",
|
|
1077
1083
|
"ui.userConnectionsRequestsWidget.modal.title": "Richieste di connesione",
|
|
1078
1084
|
"ui.userConnectionsRequestsWidget.noMoreResults": "Nessun altro risultato",
|
|
1079
1085
|
"ui.userConnectionsRequestsWidget.subtitle.noResults": "Nessun risultato",
|
|
1080
|
-
"ui.userConnectionsRequestsWidget.title": "{total, plural, =0 {# richieste di connessione} one {# richiesta di connessione} other {# richieste di
|
|
1086
|
+
"ui.userConnectionsRequestsWidget.title": "{total, plural, =0 {# richieste di connessione} one {# richiesta di connessione} other {# richieste di connessione}}",
|
|
1081
1087
|
"ui.userConnectionsWidget.button.showAll": "Vedi di più",
|
|
1082
1088
|
"ui.userConnectionsWidget.modal.title": "Connesioni",
|
|
1083
1089
|
"ui.userConnectionsWidget.noMoreResults": "Nessun altro risultato",
|
|
1084
1090
|
"ui.userConnectionsWidget.subtitle.noResults": "Nessun risultato",
|
|
1085
|
-
"ui.userConnectionsWidget.title": "{total, plural, =0 {# connessioni} one {# connessione} other {#
|
|
1091
|
+
"ui.userConnectionsWidget.title": "{total, plural, =0 {# connessioni} one {# connessione} other {# connessioni}}",
|
|
1086
1092
|
"ui.userCounters.categories": "{count, plural, =0 {<b>#</b> Categorie seguite} one {<b>#</b> Categoria seguita} other {<b>#</b> Categorie seguite}}",
|
|
1087
1093
|
"ui.userCounters.connections": "{count, plural, =0 {<b>#</b> Connessioni} one {<b>#</b> Connessione} other {<b>#</b> Connessioni}}",
|
|
1088
1094
|
"ui.userCounters.followers": "{count, plural, =0 {<b>#</b> Followers} one {<b>#</b> Follower} other {<b>#</b> Followers}}",
|
package/lib/types/index.d.ts
CHANGED
|
@@ -291,6 +291,7 @@ declare const locales: {
|
|
|
291
291
|
"ui.course.dashboard.student.button.cancel": string;
|
|
292
292
|
"ui.course.dashboard.student.button.continue": string;
|
|
293
293
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
294
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
294
295
|
"ui.course.dashboard.student.button.request": string;
|
|
295
296
|
"ui.course.dashboard.student.button.review": string;
|
|
296
297
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -301,6 +302,7 @@ declare const locales: {
|
|
|
301
302
|
"ui.course.dashboard.student.progress.described": string;
|
|
302
303
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
303
304
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
304
306
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
305
307
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
306
308
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -326,6 +328,7 @@ declare const locales: {
|
|
|
326
328
|
"ui.course.type.self-paced": string;
|
|
327
329
|
"ui.course.type.scheduled": string;
|
|
328
330
|
"ui.course.type.structured": string;
|
|
331
|
+
"ui.course.userProfileSnippet.students": string;
|
|
329
332
|
"ui.courseUsersTable.action.btn.label": string;
|
|
330
333
|
"ui.courseUsersTable.btn.label": string;
|
|
331
334
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -517,7 +520,6 @@ declare const locales: {
|
|
|
517
520
|
"ui.course.completed": string;
|
|
518
521
|
"ui.course.completion.percentage": string;
|
|
519
522
|
"ui.course.see": string;
|
|
520
|
-
"ui.course.see.preview": string;
|
|
521
523
|
"ui.courseForm.edit.dialog.title": string;
|
|
522
524
|
"ui.courseForm.edit.dialog.btn": string;
|
|
523
525
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -1068,6 +1070,10 @@ declare const locales: {
|
|
|
1068
1070
|
"ui.userActionIconButton.show": string;
|
|
1069
1071
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1070
1072
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1073
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1074
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1075
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1076
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1071
1077
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1072
1078
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1073
1079
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1627,6 +1633,7 @@ declare const locales: {
|
|
|
1627
1633
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1628
1634
|
"ui.course.dashboard.student.button.continue": string;
|
|
1629
1635
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1636
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1630
1637
|
"ui.course.dashboard.student.button.request": string;
|
|
1631
1638
|
"ui.course.dashboard.student.button.review": string;
|
|
1632
1639
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1637,6 +1644,7 @@ declare const locales: {
|
|
|
1637
1644
|
"ui.course.dashboard.student.progress.described": string;
|
|
1638
1645
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1639
1646
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1647
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1640
1648
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1641
1649
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1642
1650
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1662,6 +1670,7 @@ declare const locales: {
|
|
|
1662
1670
|
"ui.course.type.self-paced": string;
|
|
1663
1671
|
"ui.course.type.structured": string;
|
|
1664
1672
|
"ui.course.type.scheduled": string;
|
|
1673
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1665
1674
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1666
1675
|
"ui.courseUsersTable.btn.label": string;
|
|
1667
1676
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1853,7 +1862,6 @@ declare const locales: {
|
|
|
1853
1862
|
"ui.course.completed": string;
|
|
1854
1863
|
"ui.course.completion.percentage": string;
|
|
1855
1864
|
"ui.course.see": string;
|
|
1856
|
-
"ui.course.see.preview": string;
|
|
1857
1865
|
"ui.courseForm.edit.dialog.title": string;
|
|
1858
1866
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1859
1867
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2405,6 +2413,10 @@ declare const locales: {
|
|
|
2405
2413
|
"ui.userActionIconButton.show": string;
|
|
2406
2414
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2407
2415
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2416
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2417
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2418
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2419
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2408
2420
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2409
2421
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2410
2422
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|