From 864eebce2f8a0cfe6d225e0acf7de21adfbdb16e Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:07 +0530 Subject: [PATCH 01/13] chore: French translations --- lms/locale/fr.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/fr.po b/lms/locale/fr.po index a3465be1..7ece6524 100644 --- a/lms/locale/fr.po +++ b/lms/locale/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "actif" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Demandez la catégorie de l'utilisateur lors de l'inscription" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Évaluation" @@ -378,6 +379,8 @@ msgstr "L'évaluation {0} a déjà été ajoutée à ce lot." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Site Web de l'entreprise" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "Terminer l'inscription" msgid "Completed" msgstr "Terminé" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "Le cours {0} a déjà été ajouté à ce lot." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "Veuillez vérifier votre email pour validation" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "Etat" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "À" msgid "To Date" msgstr "Jusqu'au" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From cba2343fc07bd1d6e32f52c297a17d0505884348 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:08 +0530 Subject: [PATCH 02/13] chore: Spanish translations --- lms/locale/es.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/es.po b/lms/locale/es.po index 2902a4e1..f78fd96d 100644 --- a/lms/locale/es.po +++ b/lms/locale/es.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "Activo" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Preguntar categoría de usuario durante el registro" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Evaluación" @@ -378,6 +379,8 @@ msgstr "La evaluación {0} ya se ha agregado a este lote." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Página Web de la empresa" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "Completar registro" msgid "Completed" msgstr "Completado" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "Certificado de finalización" @@ -1253,6 +1261,9 @@ msgstr "El curso {0} ya se ha agregado a este lote." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "Confirmación de inscripción para el próximo Lote de Entrenamiento" msgid "Enrollment Count" msgstr "Recuento de inscripciones" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "Error al inscribirse" @@ -3690,7 +3701,7 @@ msgstr "Por favor, consultar su correo electrónico para la verificación" msgid "Please click on the following button to set your new password" msgstr "Haga clic en el siguiente botón para establecer su nueva contraseña" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "Estado" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "El estudiante {0} ya ha sido añadido a este lote." #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "Estudiantes" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "Estudiantes eliminados correctamente" @@ -4760,7 +4776,7 @@ msgstr "Enviado {0}" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "No hay asientos disponibles en este lote." -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "No hay estudiantes en este lote." @@ -4979,7 +4995,7 @@ msgstr "Este certificado no caduca" msgid "This course has:" msgstr "Este curso tiene:" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "Este curso es gratuito." @@ -5121,7 +5137,7 @@ msgstr "A" msgid "To Date" msgstr "Hasta la fecha" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "Para unirse a este lote, comuníquese con el Administrador." From 0036e585da755d8ee844aa70b0c445a42f80681a Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:10 +0530 Subject: [PATCH 03/13] chore: Arabic translations --- lms/locale/ar.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/ar.po b/lms/locale/ar.po index 3f9782e9..527e57ba 100644 --- a/lms/locale/ar.po +++ b/lms/locale/ar.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "نشط" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "أكتمل" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "يرجى التحقق من بريدك الالكتروني للتحقق" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "حالة" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "إلى" msgid "To Date" msgstr "إلى تاريخ" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From 14bdfb2d98aaebe8aa92ed494716096e4bc111ca Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:11 +0530 Subject: [PATCH 04/13] chore: German translations --- lms/locale/de.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/de.po b/lms/locale/de.po index 213adc0f..1d90cc22 100644 --- a/lms/locale/de.po +++ b/lms/locale/de.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "Aktiv" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Benutzerkategorie bei der Anmeldung erfragen" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Prüfung" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Unternehmenswebseite" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "Abgeschlossen" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "Anzahl der Einschreibungen" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "Bitte überprüfen Sie Ihren Posteingang. Wir haben Ihnen eine E-Mail mi msgid "Please click on the following button to set your new password" msgstr "Bitte klicken Sie auf die folgende Schaltfläche, um Ihr neues Passwort festzulegen" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "Bundesland" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "Schüler" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "Dieses Zertifikat läuft nicht ab" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "Dieser Kurs ist kostenlos." @@ -5121,7 +5137,7 @@ msgstr "An" msgid "To Date" msgstr "Bis-Datum" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "Um dieser Gruppe beizutreten, wenden Sie sich bitte an den Administrator." From 86ab7a6d9793707811fcd098d2e1aaa422d86a53 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:13 +0530 Subject: [PATCH 05/13] chore: Hungarian translations --- lms/locale/hu.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/hu.po b/lms/locale/hu.po index 378bf865..6027de09 100644 --- a/lms/locale/hu.po +++ b/lms/locale/hu.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Cég honlapja" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "Kérjük, ellenőrizze e-mail a vizsgálathoz" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From 31e8befa1192d07ffb6dddf710e7a0a691eb0cbd Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:14 +0530 Subject: [PATCH 06/13] chore: Polish translations --- lms/locale/pl.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/pl.po b/lms/locale/pl.po index c9167285..340889e0 100644 --- a/lms/locale/pl.po +++ b/lms/locale/pl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From 0c324c87cc4001dca9c49038df393f7e65da2b78 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:16 +0530 Subject: [PATCH 07/13] chore: Russian translations --- lms/locale/ru.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/ru.po b/lms/locale/ru.po index a39b2789..373dc06e 100644 --- a/lms/locale/ru.po +++ b/lms/locale/ru.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Спрашивать категорию пользователя при #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Оценка" @@ -378,6 +379,8 @@ msgstr "Оценка {0} уже добавлена в этот пакет." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Вебсайт Компании" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "Завершить регистрацию" msgid "Completed" msgstr "" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "Курс {0} уже добавлен в группу." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "Подтверждение регистрации на следующу msgid "Enrollment Count" msgstr "Количество регистраций" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "Пожалуйста, проверьте свой email для подт msgid "Please click on the following button to set your new password" msgstr "Нажмите на следующую кнопку, чтобы установить новый пароль." -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "Курс {0} уже добавлен в группу." #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "Студенты" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "Отправлено {0}" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "В этой группе нет свободных мест." -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "В этой группе нет студентов." @@ -4979,7 +4995,7 @@ msgstr "Этот сертификат является бессрочным" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "Этот курс бесплатный." @@ -5121,7 +5137,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "Чтобы присоединиться к этой группе, свяжитесь с администратором." From 55a7ab54e90baf66bb778aae910210ba095867b8 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:17 +0530 Subject: [PATCH 08/13] chore: Swedish translations --- lms/locale/sv.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/sv.po b/lms/locale/sv.po index 6fe88973..bb4d0399 100644 --- a/lms/locale/sv.po +++ b/lms/locale/sv.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "Aktiv" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Fråga efter Användare Kategori under Registrering" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Bedömning" @@ -378,6 +379,8 @@ msgstr "Bedömning {0} har redan lagts till i denna grupp." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Bolag Webbplats" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "Slutför Registrering" msgid "Completed" msgstr "Klar" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "Klart av Studenter" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "Kompletterande Certifikat" @@ -1253,6 +1261,9 @@ msgstr "Kurs {0} har redan lagts till i denna omgång." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "Inskrivning bekräftelse för nästa grupp utbildning" msgid "Enrollment Count" msgstr "Antal Inskrivna" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "Registrering Misslyckad" @@ -3690,7 +3701,7 @@ msgstr "Kontrollera din E-post för verifiering" msgid "Please click on the following button to set your new password" msgstr "Klicka på följande knapp för att ange ditt nya lösenord" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "Slutför tidigare kurser i program för att anmäla dig till denna kurs." @@ -3939,6 +3950,9 @@ msgstr "Program Medlemmar" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "Län" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "Student {0} har redan lagts till denna grupp." #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "Studenter" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "Studenter borttagna" @@ -4760,7 +4776,7 @@ msgstr "Inskickad {0}" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "Det finns inga program tillgängliga för tillfället. Håll utkik, nya msgid "There are no seats available in this batch." msgstr "Det finns inga platser tillgängliga i denna grupp." -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "Det finns inga studenter i denna grupp." @@ -4979,7 +4995,7 @@ msgstr "Detta certifikat upphör inte att gälla" msgid "This course has:" msgstr "Denna kurs har:" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "Denna kurs är gratis." @@ -5121,7 +5137,7 @@ msgstr "Till" msgid "To Date" msgstr "Till Datum" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "För att gå med i denna grupp, kontakta Administratör." From e88bc6a5ce1a89194e18f5d6371205f79d05c0fd Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:19 +0530 Subject: [PATCH 09/13] chore: Turkish translations --- lms/locale/tr.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/tr.po b/lms/locale/tr.po index 2e63e819..ef8f4534 100644 --- a/lms/locale/tr.po +++ b/lms/locale/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "Aktif" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "Kayıt sırasında Kullanıcı Kategorisini Sor" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "Değerlendirme" @@ -378,6 +379,8 @@ msgstr "Değerlendirme {0} bu gruba zaten eklendi." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "Şirket Web Sitesi" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "Kayıt İşlemini Tamamlayın" msgid "Completed" msgstr "Tamamlandı" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "Kurs {0} bu gruba zaten eklenmiştir." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "Sonraki Eğitim Grubu için Kayıt Onayı" msgid "Enrollment Count" msgstr "Kayıt Sayısı" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "Kayıt Başarısız" @@ -3690,7 +3701,7 @@ msgstr "Doğrulama için lütfen e-postanızı kontrol edin" msgid "Please click on the following button to set your new password" msgstr "Yeni şifrenizi belirlemek için lütfen aşağıdaki linke tıklayınız" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "Durum" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "Öğrenci {0} zaten bu gruba eklendi." #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "Öğrenciler" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "Kaydedildi {0}" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "Bu grupta boş yer bulunmamaktadır." -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "Bu grupta hiç öğrenci bulunmamaktadır." @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "Bu kursta:" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "Bu kurs ücretsizdir." @@ -5121,7 +5137,7 @@ msgstr "Alıcı" msgid "To Date" msgstr "Bitiş Tarihi" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From 94459efa3f57d4a40af5dcbc3f747b3b7891552c Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:20 +0530 Subject: [PATCH 10/13] chore: Chinese Simplified translations --- lms/locale/zh.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/zh.po b/lms/locale/zh.po index 8448a8c9..ef14007d 100644 --- a/lms/locale/zh.po +++ b/lms/locale/zh.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "活动" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "已完成" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "请检查您的电子邮件验证" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "州" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "至" msgid "To Date" msgstr "至今" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From 9acad5157b99a998a96adbcc373388d616ea53c6 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:21 +0530 Subject: [PATCH 11/13] chore: Persian translations --- lms/locale/fa.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/fa.po b/lms/locale/fa.po index 131470d9..882a3e01 100644 --- a/lms/locale/fa.po +++ b/lms/locale/fa.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "فعال" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "هنگام ثبت نام از نوع کاربری بپرسید" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "ارزیابی" @@ -378,6 +379,8 @@ msgstr "ارزیابی {0} قبلاً به این دسته اضافه شده ا #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "وب سایت شرکت" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "تکمیل شد" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "دوره {0} قبلاً به این دسته اضافه شده است." #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "حالت" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "دانش‌آموز {0} قبلاً به این دسته اضافه شد #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "دانش‌آموزان" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "هیچ دانش‌آموزی در این گروه وجود ندارد." @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "به" msgid "To Date" msgstr "تا تاریخ" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From d784ac5699ba834d9c6b2ca7e85a158b2ff60c84 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:23 +0530 Subject: [PATCH 12/13] chore: Bosnian translations --- lms/locale/bs.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/bs.po b/lms/locale/bs.po index c60d5ea9..eb9bc3b5 100644 --- a/lms/locale/bs.po +++ b/lms/locale/bs.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "Aktivan" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "" @@ -378,6 +379,8 @@ msgstr "" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "" msgid "Completed" msgstr "Završeno" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "" @@ -1253,6 +1261,9 @@ msgstr "" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "" @@ -3690,7 +3701,7 @@ msgstr "Molimo provjerite svoju e-poštu za potvrdu" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3939,6 +3950,9 @@ msgstr "" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "" @@ -4760,7 +4776,7 @@ msgstr "" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "" msgid "There are no seats available in this batch." msgstr "" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "" @@ -4979,7 +4995,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "" @@ -5121,7 +5137,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "" From eff6cd6bbef089935c14c5586c26bd198a0cadc6 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:59:24 +0530 Subject: [PATCH 13/13] chore: Esperanto translations --- lms/locale/eo.po | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lms/locale/eo.po b/lms/locale/eo.po index abea7194..5f5057ca 100644 --- a/lms/locale/eo.po +++ b/lms/locale/eo.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2024-12-20 16:04+0000\n" -"PO-Revision-Date: 2024-12-25 02:17\n" +"POT-Creation-Date: 2024-12-27 16:04+0000\n" +"PO-Revision-Date: 2024-12-31 03:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Esperanto\n" "MIME-Version: 1.0\n" @@ -101,7 +101,7 @@ msgstr "crwdns149210:0crwdne149210:0" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 -#: frontend/src/components/BatchStudents.vue:10 +#: frontend/src/components/BatchStudents.vue:90 #: frontend/src/components/Categories.vue:26 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 @@ -353,6 +353,7 @@ msgstr "crwdns149298:0crwdne149298:0" #. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch' #. Label of the assessment (Table) field in DocType 'LMS Batch' #: frontend/src/components/Modals/AssessmentModal.vue:27 +#: frontend/src/components/Modals/BatchStudentProgress.vue:29 #: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 msgid "Assessment" msgstr "crwdns149300:0crwdne149300:0" @@ -378,6 +379,8 @@ msgstr "crwdns149308:0{0}crwdne149308:0" #. Label of the show_assessments (Check) field in DocType 'LMS Settings' #: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:46 +#: frontend/src/components/BatchStudents.vue:74 #: lms/lms/doctype/lms_settings/lms_settings.json #: lms/templates/assessments.html:3 msgid "Assessments" @@ -965,6 +968,7 @@ msgid "Company Website" msgstr "crwdns149514:0crwdne149514:0" #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:13 #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" @@ -982,6 +986,10 @@ msgstr "crwdns149518:0crwdne149518:0" msgid "Completed" msgstr "crwdns149520:0crwdne149520:0" +#: frontend/src/components/BatchStudents.vue:325 +msgid "Completed by Students" +msgstr "crwdns152082:0crwdne152082:0" + #: frontend/src/pages/CourseForm.vue:201 msgid "Completion Certificate" msgstr "crwdns149522:0crwdne149522:0" @@ -1253,6 +1261,9 @@ msgstr "crwdns149596:0{0}crwdne149596:0" #. Label of the courses (Check) field in DocType 'LMS Settings' #: frontend/src/components/BatchCourses.vue:5 #: frontend/src/components/BatchOverlay.vue:23 +#: frontend/src/components/BatchStudents.vue:32 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/Modals/BatchStudentProgress.vue:61 #: frontend/src/pages/BatchDetail.vue:19 frontend/src/pages/BatchDetail.vue:68 #: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:19 #: lms/lms/doctype/lms_batch/lms_batch.json @@ -1706,7 +1717,7 @@ msgstr "crwdns149728:0crwdne149728:0" msgid "Enrollment Count" msgstr "crwdns149730:0crwdne149730:0" -#: lms/lms/utils.py:1715 +#: lms/lms/utils.py:1720 msgid "Enrollment Failed" msgstr "crwdns149732:0crwdne149732:0" @@ -3690,7 +3701,7 @@ msgstr "crwdns150404:0crwdne150404:0" msgid "Please click on the following button to set your new password" msgstr "crwdns150406:0crwdne150406:0" -#: lms/lms/utils.py:1837 lms/lms/utils.py:1841 +#: lms/lms/utils.py:1842 lms/lms/utils.py:1846 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "crwdns151772:0crwdne151772:0" @@ -3939,6 +3950,9 @@ msgstr "crwdns151794:0crwdne151794:0" #. Label of the progress (Float) field in DocType 'LMS Enrollment' #. Label of the progress (Int) field in DocType 'LMS Program Member' +#: frontend/src/components/BatchStudents.vue:53 +#: frontend/src/components/Modals/BatchStudentProgress.vue:32 +#: frontend/src/components/Modals/BatchStudentProgress.vue:64 #: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_program_member/lms_program_member.json msgid "Progress" @@ -4631,6 +4645,7 @@ msgstr "crwdns150730:0crwdne150730:0" #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the statistics (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:5 #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:133 msgid "Statistics" @@ -4702,13 +4717,14 @@ msgstr "crwdns150746:0{0}crwdne150746:0" #. Label of the students (Table) field in DocType 'LMS Batch' #. Label of the show_students (Check) field in DocType 'LMS Settings' -#: frontend/src/components/BatchStudents.vue:4 +#: frontend/src/components/BatchStudents.vue:18 +#: frontend/src/components/BatchStudents.vue:84 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Students" msgstr "crwdns150748:0crwdne150748:0" -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 msgid "Students deleted successfully" msgstr "crwdns150750:0crwdne150750:0" @@ -4760,7 +4776,7 @@ msgstr "crwdns150766:0{0}crwdne150766:0" #: frontend/src/components/BatchCourses.vue:150 #: frontend/src/components/BatchOverlay.vue:135 -#: frontend/src/components/BatchStudents.vue:192 +#: frontend/src/components/BatchStudents.vue:282 #: frontend/src/components/CourseCardOverlay.vue:161 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 @@ -4948,7 +4964,7 @@ msgstr "crwdns151798:0crwdne151798:0" msgid "There are no seats available in this batch." msgstr "crwdns150808:0crwdne150808:0" -#: frontend/src/components/BatchStudents.vue:86 +#: frontend/src/components/BatchStudents.vue:165 msgid "There are no students in this batch." msgstr "crwdns150810:0crwdne150810:0" @@ -4979,7 +4995,7 @@ msgstr "crwdns150818:0crwdne150818:0" msgid "This course has:" msgstr "crwdns150820:0crwdne150820:0" -#: lms/lms/utils.py:1595 +#: lms/lms/utils.py:1600 msgid "This course is free." msgstr "crwdns150822:0crwdne150822:0" @@ -5121,7 +5137,7 @@ msgstr "crwdns150852:0crwdne150852:0" msgid "To Date" msgstr "crwdns150854:0crwdne150854:0" -#: lms/lms/utils.py:1606 +#: lms/lms/utils.py:1611 msgid "To join this batch, please contact the Administrator." msgstr "crwdns150858:0crwdne150858:0"