@selfcommunity/react-i18n 0.7.4-courses.165 → 0.7.4-courses.167
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 +12 -6
- package/lib/cjs/locales/it.json +10 -4
- package/lib/esm/index.d.ts +14 -2
- package/lib/esm/locales/en.json +12 -6
- package/lib/esm/locales/it.json +10 -4
- package/lib/types/index.d.ts +14 -2
- package/lib/types/locales/en.json +12 -6
- package/lib/types/locales/it.json +10 -4
- 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;
|
|
@@ -1064,6 +1066,10 @@ declare const locales: {
|
|
|
1064
1066
|
"ui.userActionIconButton.show": string;
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1588,6 +1594,7 @@ declare const locales: {
|
|
|
1588
1594
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1589
1595
|
"ui.course.dashboard.student.button.continue": string;
|
|
1590
1596
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1597
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1591
1598
|
"ui.course.dashboard.student.button.request": string;
|
|
1592
1599
|
"ui.course.dashboard.student.button.review": string;
|
|
1593
1600
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1598,6 +1605,7 @@ declare const locales: {
|
|
|
1598
1605
|
"ui.course.dashboard.student.progress.described": string;
|
|
1599
1606
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1600
1607
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1608
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1601
1609
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1602
1610
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1603
1611
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1623,6 +1631,7 @@ declare const locales: {
|
|
|
1623
1631
|
"ui.course.type.self-paced": string;
|
|
1624
1632
|
"ui.course.type.structured": string;
|
|
1625
1633
|
"ui.course.type.scheduled": string;
|
|
1634
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1626
1635
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1627
1636
|
"ui.courseUsersTable.btn.label": string;
|
|
1628
1637
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1814,7 +1823,6 @@ declare const locales: {
|
|
|
1814
1823
|
"ui.course.completed": string;
|
|
1815
1824
|
"ui.course.completion.percentage": string;
|
|
1816
1825
|
"ui.course.see": string;
|
|
1817
|
-
"ui.course.see.preview": string;
|
|
1818
1826
|
"ui.courseForm.edit.dialog.title": string;
|
|
1819
1827
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1820
1828
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2362,6 +2370,10 @@ declare const locales: {
|
|
|
2362
2370
|
"ui.userActionIconButton.show": string;
|
|
2363
2371
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2364
2372
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2373
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2374
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2375
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2376
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2365
2377
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2366
2378
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2367
2379
|
"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.",
|
|
@@ -1063,6 +1065,10 @@
|
|
|
1063
1065
|
"ui.userActionIconButton.show": "Unblock user",
|
|
1064
1066
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
1065
1067
|
"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?",
|
|
1068
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
1066
1072
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
1068
1074
|
"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.",
|
|
@@ -1064,6 +1066,10 @@
|
|
|
1064
1066
|
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": "Tutti i contenuti di questo profilo verranno resi visibili. Sei sicuro di voler procedere?",
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": "Tutti i contenuti di questo profilo verranno nascosti e non potrai più interagire con l'utente. Sei sicuro di voler procedere?",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Ha creato # corsi} one {Ha creato # corso} other {Ha creato # corsi}}",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "Nessun risultato",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Vedi di più",
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "Nessun altro risultato",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Vedi di più",
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Richieste di connesione inviate",
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "Nessun altro risultato",
|
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;
|
|
@@ -1064,6 +1066,10 @@ declare const locales: {
|
|
|
1064
1066
|
"ui.userActionIconButton.show": string;
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1588,6 +1594,7 @@ declare const locales: {
|
|
|
1588
1594
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1589
1595
|
"ui.course.dashboard.student.button.continue": string;
|
|
1590
1596
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1597
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1591
1598
|
"ui.course.dashboard.student.button.request": string;
|
|
1592
1599
|
"ui.course.dashboard.student.button.review": string;
|
|
1593
1600
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1598,6 +1605,7 @@ declare const locales: {
|
|
|
1598
1605
|
"ui.course.dashboard.student.progress.described": string;
|
|
1599
1606
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1600
1607
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1608
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1601
1609
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1602
1610
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1603
1611
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1623,6 +1631,7 @@ declare const locales: {
|
|
|
1623
1631
|
"ui.course.type.self-paced": string;
|
|
1624
1632
|
"ui.course.type.structured": string;
|
|
1625
1633
|
"ui.course.type.scheduled": string;
|
|
1634
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1626
1635
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1627
1636
|
"ui.courseUsersTable.btn.label": string;
|
|
1628
1637
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1814,7 +1823,6 @@ declare const locales: {
|
|
|
1814
1823
|
"ui.course.completed": string;
|
|
1815
1824
|
"ui.course.completion.percentage": string;
|
|
1816
1825
|
"ui.course.see": string;
|
|
1817
|
-
"ui.course.see.preview": string;
|
|
1818
1826
|
"ui.courseForm.edit.dialog.title": string;
|
|
1819
1827
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1820
1828
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2362,6 +2370,10 @@ declare const locales: {
|
|
|
2362
2370
|
"ui.userActionIconButton.show": string;
|
|
2363
2371
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2364
2372
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2373
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2374
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2375
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2376
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2365
2377
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2366
2378
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2367
2379
|
"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.",
|
|
@@ -1063,6 +1065,10 @@
|
|
|
1063
1065
|
"ui.userActionIconButton.show": "Unblock user",
|
|
1064
1066
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
1065
1067
|
"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?",
|
|
1068
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
1066
1072
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
1068
1074
|
"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.",
|
|
@@ -1064,6 +1066,10 @@
|
|
|
1064
1066
|
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": "Tutti i contenuti di questo profilo verranno resi visibili. Sei sicuro di voler procedere?",
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": "Tutti i contenuti di questo profilo verranno nascosti e non potrai più interagire con l'utente. Sei sicuro di voler procedere?",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Ha creato # corsi} one {Ha creato # corso} other {Ha creato # corsi}}",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "Nessun risultato",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Vedi di più",
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "Nessun altro risultato",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Vedi di più",
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Richieste di connesione inviate",
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "Nessun altro risultato",
|
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;
|
|
@@ -1064,6 +1066,10 @@ declare const locales: {
|
|
|
1064
1066
|
"ui.userActionIconButton.show": string;
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -1588,6 +1594,7 @@ declare const locales: {
|
|
|
1588
1594
|
"ui.course.dashboard.student.button.cancel": string;
|
|
1589
1595
|
"ui.course.dashboard.student.button.continue": string;
|
|
1590
1596
|
"ui.course.dashboard.student.button.dashboard": string;
|
|
1597
|
+
"ui.course.dashboard.student.button.signUp": string;
|
|
1591
1598
|
"ui.course.dashboard.student.button.request": string;
|
|
1592
1599
|
"ui.course.dashboard.student.button.review": string;
|
|
1593
1600
|
"ui.course.dashboard.student.button.start": string;
|
|
@@ -1598,6 +1605,7 @@ declare const locales: {
|
|
|
1598
1605
|
"ui.course.dashboard.student.progress.described": string;
|
|
1599
1606
|
"ui.course.dashboard.student.progress.percentage": string;
|
|
1600
1607
|
"ui.course.dashboard.student.snackbar.success.cancel": string;
|
|
1608
|
+
"ui.course.dashboard.student.snackbar.success.enroll": string;
|
|
1601
1609
|
"ui.course.dashboard.student.snackbar.success.request": string;
|
|
1602
1610
|
"ui.course.dashboard.teacher.btn.label": string;
|
|
1603
1611
|
"ui.course.dashboard.teacher.info.completion": string;
|
|
@@ -1623,6 +1631,7 @@ declare const locales: {
|
|
|
1623
1631
|
"ui.course.type.self-paced": string;
|
|
1624
1632
|
"ui.course.type.structured": string;
|
|
1625
1633
|
"ui.course.type.scheduled": string;
|
|
1634
|
+
"ui.course.userProfileSnippet.students": string;
|
|
1626
1635
|
"ui.courseUsersTable.action.btn.label": string;
|
|
1627
1636
|
"ui.courseUsersTable.btn.label": string;
|
|
1628
1637
|
"ui.courseUsersTable.changeStatus.snackbar.success": string;
|
|
@@ -1814,7 +1823,6 @@ declare const locales: {
|
|
|
1814
1823
|
"ui.course.completed": string;
|
|
1815
1824
|
"ui.course.completion.percentage": string;
|
|
1816
1825
|
"ui.course.see": string;
|
|
1817
|
-
"ui.course.see.preview": string;
|
|
1818
1826
|
"ui.courseForm.edit.dialog.title": string;
|
|
1819
1827
|
"ui.courseForm.edit.dialog.btn": string;
|
|
1820
1828
|
"ui.courseForm.edit.dialog.description": string;
|
|
@@ -2362,6 +2370,10 @@ declare const locales: {
|
|
|
2362
2370
|
"ui.userActionIconButton.show": string;
|
|
2363
2371
|
"ui.userActionIconButton.dialogShowAction": string;
|
|
2364
2372
|
"ui.userActionIconButton.dialogHideAction": string;
|
|
2373
|
+
"ui.userCreatedCoursesWidget.title": string;
|
|
2374
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": string;
|
|
2375
|
+
"ui.userCreatedCoursesWidget.button.showAll": string;
|
|
2376
|
+
"ui.userCreatedCoursesWidget.noMoreResults": string;
|
|
2365
2377
|
"ui.userConnectionsRequestsSentWidget.button.showAll": string;
|
|
2366
2378
|
"ui.userConnectionsRequestsSentWidget.modal.title": string;
|
|
2367
2379
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": string;
|
|
@@ -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.",
|
|
@@ -1063,6 +1065,10 @@
|
|
|
1063
1065
|
"ui.userActionIconButton.show": "Unblock user",
|
|
1064
1066
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
1065
1067
|
"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?",
|
|
1068
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
1066
1072
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
|
|
@@ -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.",
|
|
@@ -1064,6 +1066,10 @@
|
|
|
1064
1066
|
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
1065
1067
|
"ui.userActionIconButton.dialogShowAction": "Tutti i contenuti di questo profilo verranno resi visibili. Sei sicuro di voler procedere?",
|
|
1066
1068
|
"ui.userActionIconButton.dialogHideAction": "Tutti i contenuti di questo profilo verranno nascosti e non potrai più interagire con l'utente. Sei sicuro di voler procedere?",
|
|
1069
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Ha creato # corsi} one {Ha creato # corso} other {Ha creato # corsi}}",
|
|
1070
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "Nessun risultato",
|
|
1071
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Vedi di più",
|
|
1072
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "Nessun altro risultato",
|
|
1067
1073
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Vedi di più",
|
|
1068
1074
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Richieste di connesione inviate",
|
|
1069
1075
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "Nessun altro risultato",
|