From 795d95b482d21ef358be4405b3955636e487861d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 5 Mar 2025 13:04:57 +0000 Subject: [PATCH 01/30] chore(release): Bumped to Version 2.26.0 --- lms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/__init__.py b/lms/__init__.py index ff147724..23077358 100644 --- a/lms/__init__.py +++ b/lms/__init__.py @@ -1 +1 @@ -__version__ = "2.25.0" +__version__ = "2.26.0" From 279f2f503eb79645bb016c5161ecb2aa92acd122 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:24 +0530 Subject: [PATCH 02/30] chore: Arabic translations --- lms/locale/ar.po | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lms/locale/ar.po b/lms/locale/ar.po index be0dfc4d..533508cc 100644 --- a/lms/locale/ar.po +++ b/lms/locale/ar.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"PO-Revision-Date: 2025-03-05 22:14\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -368,7 +368,7 @@ msgstr "" #: frontend/src/components/Apps.vue:13 msgid "Apps" -msgstr "" +msgstr "التطبيقات" #: frontend/src/pages/Batches.vue:277 frontend/src/pages/Batches.vue:295 msgid "Archived" @@ -1755,7 +1755,7 @@ msgstr "" #. Label of the show_emails (Check) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Emails" -msgstr "" +msgstr "البريد الإلكتروني" #. Option for the 'User Category' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json lms/templates/signup-form.html:25 @@ -2055,7 +2055,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json msgid "Fail" -msgstr "" +msgstr "فشل" #: frontend/src/components/UserDropdown.vue:243 msgid "Failed to login to Frappe Cloud" @@ -2131,7 +2131,7 @@ msgstr "" #: lms/lms/widgets/CourseCard.html:114 msgid "Free" -msgstr "" +msgstr "مجاني" #. Option for the 'Type' (Select) field in DocType 'Job Opportunity' #: frontend/src/pages/Jobs.vue:147 @@ -2278,7 +2278,7 @@ msgstr "" #: lms/lms/widgets/HelloWorld.html:13 msgid "Hello" -msgstr "" +msgstr "مرحبًا" #: frontend/src/components/BatchFeedback.vue:11 msgid "Help Us Improve" @@ -3795,7 +3795,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json msgid "PDF" -msgstr "" +msgstr "ملف PDF" #. Label of the pages (Table) field in DocType 'Cohort' #: lms/lms/doctype/cohort/cohort.json @@ -3848,7 +3848,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json msgid "Pass" -msgstr "" +msgstr "إجتاز" #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' @@ -4531,7 +4531,7 @@ msgstr "" #. Label of the result (Table) field in DocType 'LMS Quiz Submission' #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json msgid "Result" -msgstr "" +msgstr "نتيجة" #. Label of the resume (Attach) field in DocType 'LMS Job Application' #: lms/job/doctype/lms_job_application/lms_job_application.json @@ -4639,7 +4639,7 @@ msgstr "حفظ" #. Label of the schedule (Table) field in DocType 'Course Evaluator' #: lms/lms/doctype/course_evaluator/course_evaluator.json msgid "Schedule" -msgstr "" +msgstr "جدول" #: frontend/src/components/Modals/EvaluationModal.vue:5 #: frontend/src/components/UpcomingEvaluations.vue:14 @@ -5535,7 +5535,7 @@ msgstr "السفر" #: frontend/src/components/Quiz.vue:256 lms/templates/quiz/quiz.html:131 msgid "Try Again" -msgstr "" +msgstr "حاول مرة أخرى" #. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' #. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' @@ -6093,15 +6093,15 @@ msgstr "" #: frontend/src/pages/Programs.vue:31 msgid "members" -msgstr "" +msgstr "الطلاب" #: lms/templates/quiz/quiz.html:106 msgid "of" -msgstr "" +msgstr "من" #: lms/templates/quiz/quiz.js:141 msgid "out of" -msgstr "" +msgstr "من أصل" #: frontend/src/components/JobCard.vue:30 msgid "posted" @@ -6113,7 +6113,7 @@ msgstr "" #: lms/templates/reviews.html:25 msgid "ratings" -msgstr "" +msgstr "التقييمات" #: lms/templates/reviews.html:43 msgid "stars" From 51cbbfdc45bc4908ce45213c25c3cfe89691a18a Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:25 +0530 Subject: [PATCH 03/30] chore: German translations --- lms/locale/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/locale/de.po b/lms/locale/de.po index d5df3e41..2ab1a295 100644 --- a/lms/locale/de.po +++ b/lms/locale/de.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"PO-Revision-Date: 2025-03-05 22:14\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -675,7 +675,7 @@ msgstr "Lebenslauf" #. Label of the body (Markdown Editor) field in DocType 'Course Lesson' #: lms/lms/doctype/course_lesson/course_lesson.json msgid "Body" -msgstr "" +msgstr "Körper" #. Option for the 'Collaboration Preference' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json From 76fc241778f0ffad4e3e42e76ba1ede7503ace0d Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:27 +0530 Subject: [PATCH 04/30] chore: Polish translations --- lms/locale/pl.po | 90 ++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/lms/locale/pl.po b/lms/locale/pl.po index 407ddc29..049c745d 100644 --- a/lms/locale/pl.po +++ b/lms/locale/pl.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"PO-Revision-Date: 2025-03-05 22:14\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -675,7 +675,7 @@ msgstr "" #. Label of the body (Markdown Editor) field in DocType 'Course Lesson' #: lms/lms/doctype/course_lesson/course_lesson.json msgid "Body" -msgstr "" +msgstr "Treść" #. Option for the 'Collaboration Preference' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -745,11 +745,11 @@ msgstr "" #: lms/lms/doctype/lms_course/lms_course.json #: lms/public/js/common_functions.js:316 lms/templates/signup-form.html:22 msgid "Category" -msgstr "" +msgstr "Kategoria" #: frontend/src/components/Categories.vue:22 msgid "Category Name" -msgstr "" +msgstr "Nazwa kategorii" #. Label of the certificate (Link) field in DocType 'LMS Enrollment' #. Label of a shortcut in the LMS Workspace @@ -923,12 +923,12 @@ msgstr "" #. Label of the client_id (Data) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Client ID" -msgstr "" +msgstr "ID klienta" #. Label of the client_secret (Password) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Client Secret" -msgstr "" +msgstr "Tajny klucz klienta" #. Option for the 'Status' (Select) field in DocType 'Job Opportunity' #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' @@ -945,7 +945,7 @@ msgstr "" #. Label of the code (Code) field in DocType 'LMS Exercise' #: lms/lms/doctype/lms_exercise/lms_exercise.json msgid "Code" -msgstr "" +msgstr "Kod" #. Name of a DocType #. Label of the cohort (Link) field in DocType 'Cohort Join Request' @@ -1006,7 +1006,7 @@ msgstr "" #. Label of the color (Color) field in DocType 'LMS Timetable Legend' #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json msgid "Color" -msgstr "" +msgstr "Kolor" #. Label of the comments (Small Text) field in DocType 'Exercise Latest #. Submission' @@ -1038,7 +1038,7 @@ msgstr "" #: frontend/src/pages/JobCreation.vue:64 #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Company Details" -msgstr "" +msgstr "Dane Firmy" #. Label of the company_email_address (Data) field in DocType 'Job Opportunity' #: frontend/src/pages/JobCreation.vue:83 @@ -1115,7 +1115,7 @@ msgstr "" #. Label of the condition (Code) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Condition" -msgstr "" +msgstr "Warunek " #: lms/lms/doctype/lms_badge/lms_badge.py:16 msgid "Condition must be in valid JSON format." @@ -1154,7 +1154,7 @@ msgstr "" #: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json msgid "Content" -msgstr "" +msgstr "Treść " #: frontend/src/components/CourseCardOverlay.vue:29 msgid "Continue Learning" @@ -1517,7 +1517,7 @@ msgstr "Data:" #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Day" -msgstr "" +msgstr "Dzień " #: lms/templates/emails/mentor_request_creation_email.html:2 #: lms/templates/emails/mentor_request_status_update_email.html:2 @@ -1612,7 +1612,7 @@ msgstr "" #: frontend/src/pages/AssignmentForm.vue:27 frontend/src/pages/BatchForm.vue:14 #: frontend/src/pages/CourseForm.vue:28 frontend/src/pages/QuizForm.vue:42 msgid "Details" -msgstr "" +msgstr "Szczegóły" #: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 msgid "Didn't receive the code?" @@ -1741,7 +1741,7 @@ msgstr "" #. Label of the email_sent (Check) field in DocType 'LMS Course Interest' #: lms/lms/doctype/lms_course_interest/lms_course_interest.json msgid "Email Sent" -msgstr "" +msgstr "E-mail wysłany" #: frontend/src/pages/BatchForm.vue:167 msgid "Email Template" @@ -1783,7 +1783,7 @@ msgstr "" #. Label of the enabled (Check) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Enabled" -msgstr "" +msgstr "Włączone" #: frontend/src/components/Modals/BulkCertificates.vue:53 msgid "Enabling this will publish the certificate on the certified participants page." @@ -1820,7 +1820,7 @@ msgstr "" #: lms/lms/doctype/scheduled_flow/scheduled_flow.json #: lms/public/js/common_functions.js:299 msgid "End Time" -msgstr "" +msgstr "Godzina zakończenia" #: frontend/src/components/BatchOverlay.vue:94 msgid "Enroll Now" @@ -1982,7 +1982,7 @@ msgstr "" #: lms/lms/doctype/lms_badge/lms_badge.json #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Event" -msgstr "" +msgstr "Zdarzenie" #: frontend/src/pages/BatchForm.vue:122 msgid "Example: IST (+5:30)" @@ -2104,7 +2104,7 @@ msgstr "" #: frontend/src/components/Members.vue:38 #: frontend/src/components/Modals/EditProfile.vue:59 msgid "First Name" -msgstr "" +msgstr "Imię" #. Option for the 'Time Preference' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -2154,7 +2154,7 @@ msgstr "" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Friday" -msgstr "" +msgstr "Piątek" #. Label of the unavailable_from (Date) field in DocType 'Course Evaluator' #: frontend/src/pages/ProfileEvaluator.vue:85 @@ -2173,7 +2173,7 @@ msgstr "" #: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/templates/signup-form.html:5 msgid "Full Name" -msgstr "" +msgstr "Pełne imię i nazwisko" #. Option for the 'Type' (Select) field in DocType 'Job Opportunity' #: frontend/src/pages/Jobs.vue:144 @@ -2205,7 +2205,7 @@ msgstr "" #. Label of the general_tab (Tab Break) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "General" -msgstr "" +msgstr "Ogólne" #: frontend/src/components/Modals/BulkCertificates.vue:5 #: frontend/src/pages/Batch.vue:12 @@ -2278,7 +2278,7 @@ msgstr "" #: lms/lms/widgets/HelloWorld.html:13 msgid "Hello" -msgstr "" +msgstr "Witaj" #: frontend/src/components/BatchFeedback.vue:11 msgid "Help Us Improve" @@ -2413,7 +2413,7 @@ msgstr "" #: lms/lms/doctype/lms_badge/lms_badge.json #: lms/lms/doctype/lms_exercise/lms_exercise.json msgid "Image" -msgstr "" +msgstr "Obraz" #: frontend/src/components/Modals/EditCoverImage.vue:58 #: frontend/src/components/UnsplashImageBrowser.vue:52 @@ -2438,7 +2438,7 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Inactive" -msgstr "" +msgstr "Nieaktywny" #. Label of the include_in_preview (Check) field in DocType 'Course Lesson' #: lms/lms/doctype/course_lesson/course_lesson.json @@ -2523,7 +2523,7 @@ msgstr "" #. Label of a Link in the LMS Workspace #: lms/lms/workspace/lms/lms.json msgid "Interest" -msgstr "" +msgstr "Odsetki" #. Group in LMS Course's connections #: lms/lms/doctype/lms_course/lms_course.json @@ -2657,7 +2657,7 @@ msgstr "" #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/lms_job_application/lms_job_application.json msgid "Job Title" -msgstr "" +msgstr "Tytuł zadania" #. Label of the jobs (Check) field in DocType 'LMS Settings' #: frontend/src/pages/JobDetail.vue:10 frontend/src/pages/Jobs.vue:8 @@ -2919,11 +2919,11 @@ msgstr "" #. Label of the label (Data) field in DocType 'LMS Timetable Legend' #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json msgid "Label" -msgstr "" +msgstr "Etykieta" #: frontend/src/components/Modals/EditProfile.vue:64 msgid "Last Name" -msgstr "" +msgstr "Nazwisko" #. Label of the latest_submission (Link) field in DocType 'Exercise Latest #. Submission' @@ -3014,7 +3014,7 @@ msgstr "" #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json msgid "Links" -msgstr "" +msgstr "Linki" #: frontend/src/pages/Quizzes.vue:149 msgid "List of quizzes" @@ -3409,7 +3409,7 @@ msgstr "" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Monday" -msgstr "" +msgstr "Poniedziałek" #: frontend/src/components/AppSidebar.vue:39 msgid "More" @@ -3958,7 +3958,7 @@ msgstr "" #: frontend/src/pages/QuizSubmissionList.vue:97 #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json msgid "Percentage" -msgstr "" +msgstr "Procent" #. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -4069,7 +4069,7 @@ msgstr "" #: frontend/src/components/Modals/LiveClassModal.vue:167 msgid "Please select a date." -msgstr "" +msgstr "Proszę wybrać datę." #: frontend/src/components/Modals/LiveClassModal.vue:191 msgid "Please select a duration." @@ -4435,7 +4435,7 @@ msgstr "" #: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/templates/reviews.html:125 msgid "Rating" -msgstr "" +msgstr "Ocena" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.py:17 msgid "Rating cannot be 0" @@ -4458,7 +4458,7 @@ msgstr "" #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json msgid "Reference DocType" -msgstr "" +msgstr "Typ dokumentu referencji" #. Label of the reference_doctype (Link) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json @@ -4489,7 +4489,7 @@ msgstr "" #: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json msgid "Rejected" -msgstr "" +msgstr "Odrzucono" #. Label of the related_courses (Table) field in DocType 'LMS Course' #. Name of a DocType @@ -4557,7 +4557,7 @@ msgstr "" #: lms/templates/reviews.html:4 msgid "Reviews" -msgstr "" +msgstr "Przeglądy" #. Label of the role (Select) field in DocType 'Cohort Staff' #. Label of the role (Select) field in DocType 'LMS Enrollment' @@ -4574,7 +4574,7 @@ msgstr "" #. Label of the route (Data) field in DocType 'LMS Sidebar Item' #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json msgid "Route" -msgstr "" +msgstr "Trasa" #: lms/lms/doctype/lms_batch/lms_batch.py:126 msgid "Row #{0} Date cannot be outside the batch duration." @@ -4621,7 +4621,7 @@ msgstr "" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Saturday" -msgstr "" +msgstr "Sobota" #: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/Assignment.vue:43 @@ -4639,7 +4639,7 @@ msgstr "" #. Label of the schedule (Table) field in DocType 'Course Evaluator' #: lms/lms/doctype/course_evaluator/course_evaluator.json msgid "Schedule" -msgstr "" +msgstr "Harmonogram" #: frontend/src/components/Modals/EvaluationModal.vue:5 #: frontend/src/components/UpcomingEvaluations.vue:14 @@ -4654,7 +4654,7 @@ msgstr "" #. Label of the scope (Select) field in DocType 'Cohort Web Page' #: lms/lms/doctype/cohort_web_page/cohort_web_page.json msgid "Scope" -msgstr "" +msgstr "Zakres" #. Label of the score (Int) field in DocType 'LMS Quiz Submission' #: frontend/src/pages/QuizSubmission.vue:39 @@ -4965,7 +4965,7 @@ msgstr "" #: lms/lms/doctype/scheduled_flow/scheduled_flow.json #: lms/public/js/common_functions.js:292 msgid "Start Time" -msgstr "" +msgstr "Czas rozpoczęcia" #: lms/lms/doctype/course_evaluator/course_evaluator.py:28 msgid "Start Time cannot be greater than End Time" @@ -5141,7 +5141,7 @@ msgstr "Podsumowanie" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Sunday" -msgstr "" +msgstr "Niedziela" #: lms/lms/api.py:1012 msgid "Suspicious pattern found in {0}: {1}" @@ -5542,7 +5542,7 @@ msgstr "" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Tuesday" -msgstr "" +msgstr "Wtorek" #: frontend/src/pages/ProfileAbout.vue:86 msgid "Twitter" @@ -5706,7 +5706,7 @@ msgstr "" #. Label of a shortcut in the LMS Workspace #: lms/lms/workspace/lms/lms.json msgid "Users" -msgstr "" +msgstr "Użytkownicy" #. Label of the answer (Small Text) field in DocType 'LMS Quiz Result' #: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json @@ -5795,7 +5795,7 @@ msgstr "" #: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Wednesday" -msgstr "" +msgstr "Środa" #: lms/lms/doctype/invite_request/invite_request.py:40 #: lms/templates/emails/lms_invite_request_approved.html:4 From 6fbc448a52d5dc7873bc2e96b363a1715ceb726c Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:32 +0530 Subject: [PATCH 05/30] chore: Persian translations --- lms/locale/fa.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/locale/fa.po b/lms/locale/fa.po index 53c46b7e..297261b1 100644 --- a/lms/locale/fa.po +++ b/lms/locale/fa.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"PO-Revision-Date: 2025-03-05 22:14\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -1115,7 +1115,7 @@ msgstr "" #. Label of the condition (Code) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Condition" -msgstr "" +msgstr "شرط" #: lms/lms/doctype/lms_badge/lms_badge.py:16 msgid "Condition must be in valid JSON format." From 732e9db9af1d45a86f5ed420303c35857e82267f Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:33 +0530 Subject: [PATCH 06/30] chore: Bosnian translations --- lms/locale/bs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/locale/bs.po b/lms/locale/bs.po index 5da18007..39f6b516 100644 --- a/lms/locale/bs.po +++ b/lms/locale/bs.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"PO-Revision-Date: 2025-03-05 22:14\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -1479,7 +1479,7 @@ msgstr "Prilagodbe" #. Label of the show_dashboard (Check) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Dashboard" -msgstr "Nadzorna ploča" +msgstr "Nadzorna Tabla" #. Label of the date (Date) field in DocType 'LMS Batch Timetable' #. Label of the date (Date) field in DocType 'LMS Certificate Evaluation' From 714f8a17c354a0e42a668e03807a971b555cf2b8 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:35 +0530 Subject: [PATCH 07/30] chore: Portuguese, Brazilian translations --- lms/locale/pt.po | 6215 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6215 insertions(+) create mode 100644 lms/locale/pt.po diff --git a/lms/locale/pt.po b/lms/locale/pt.po new file mode 100644 index 00000000..d11465b2 --- /dev/null +++ b/lms/locale/pt.po @@ -0,0 +1,6215 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: jannat@frappe.io\n" +"POT-Creation-Date: 2025-02-28 16:04+0000\n" +"PO-Revision-Date: 2025-03-05 22:14\n" +"Last-Translator: jannat@frappe.io\n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File: /[frappe.lms] develop/lms/locale/main.pot\n" +"X-Crowdin-File-ID: 90\n" +"Language: pt_BR\n" + +#: lms/templates/emails/assignment_submission.html:5 +msgid " Please evaluate and grade it." +msgstr "" + +#: frontend/src/pages/Programs.vue:39 +#, python-format +msgid "% completed" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS Settings" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Setup a Home Page" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Visit LMS Portal" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Create a Course" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Documentation" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Get Started" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Master" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Statistics" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:58 +msgid "A course cannot have both paid certificate and certificate of completion." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:40 +msgid "A one line introduction to the course that appears on the course card" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:4 +msgid "About" +msgstr "" + +#: frontend/src/pages/Batch.vue:100 +msgid "About this batch" +msgstr "" + +#. Label of the verify_terms (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Acceptance for Terms and/or Policies" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Accepted" +msgstr "" + +#. Label of the account_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Account ID" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:17 +msgid "Achievements" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Active" +msgstr "" + +#: frontend/src/components/Assessments.vue:11 +#: frontend/src/components/BatchCourses.vue:11 +#: frontend/src/components/BatchStudents.vue:117 +#: frontend/src/components/Categories.vue:26 +#: frontend/src/components/LiveClass.vue:11 +#: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 +#: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 +msgid "Add" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:11 +#: frontend/src/components/CreateOutline.vue:18 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Add Chapter" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:129 +msgid "Add Lesson" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:75 +msgid "Add Slot" +msgstr "" + +#: lms/templates/onboarding_header.html:26 +msgid "Add a Chapter" +msgstr "" + +#: lms/templates/onboarding_header.html:33 +msgid "Add a Lesson" +msgstr "" + +#: frontend/src/components/Modals/StudentModal.vue:5 +msgid "Add a Student" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:56 +msgid "Add a chapter" +msgstr "" + +#: frontend/src/components/Modals/BatchCourseModal.vue:5 +msgid "Add a course" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:136 +msgid "Add a keyword and then press enter" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:81 +msgid "Add a lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:144 +#: frontend/src/pages/QuizForm.vue:183 +msgid "Add a new question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:11 +msgid "Add a quiz to your lesson" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:5 +msgid "Add an assessment" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:14 +msgid "Add an assignment to your lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:18 +msgid "Add an existing question" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:66 +msgid "Add at least one possible answer for this question: {0}" +msgstr "" + +#: frontend/src/components/Modals/PageModal.vue:6 +msgid "Add web page to sidebar" +msgstr "" + +#: frontend/src/components/Assignment.vue:65 +msgid "Add your assignment as {0}" +msgstr "" + +#. Label of the address (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:64 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Address" +msgstr "" + +#: frontend/src/pages/Billing.vue:74 +msgid "Address Line 1" +msgstr "" + +#: frontend/src/pages/Billing.vue:78 +msgid "Address Line 2" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Admin" +msgstr "" + +#. Name of a role +#: frontend/src/pages/Batches.vue:288 lms/lms/doctype/lms_badge/lms_badge.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Batches.vue:26 +msgid "All Batches" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:20 +msgid "All Certified Participants" +msgstr "" + +#: lms/lms/widgets/BreadCrumb.html:3 +msgid "All Courses" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:51 +msgid "All Feedback" +msgstr "" + +#: lms/templates/quiz/quiz.html:141 +msgid "All Submissions" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:46 +msgid "All questions should have the same marks if the limit is set." +msgstr "" + +#. Label of the allow_guest_access (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Allow Guest Access" +msgstr "" + +#. Label of the allow_posting (Check) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Allow Job Posting From Website" +msgstr "" + +#. Label of the allow_self_enrollment (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow Self Enrollment" +msgstr "" + +#. Label of the allow_future (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow accessing future dates" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:32 +msgid "Allow self enrollment" +msgstr "" + +#: lms/overrides/user.py:199 +msgid "Already Registered" +msgstr "" + +#. Label of the amount (Currency) field in DocType 'LMS Batch' +#. Label of the course_price (Currency) field in DocType 'LMS Course' +#. Label of the amount (Currency) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:209 frontend/src/pages/CourseForm.vue:220 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:379 +msgid "Amount" +msgstr "" + +#. Label of the amount_usd (Currency) field in DocType 'LMS Batch' +#. Label of the amount_usd (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:397 +msgid "Amount (USD)" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:60 +msgid "Amount and currency are required for paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:69 +msgid "Amount and currency are required for paid certificates." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:66 +msgid "Amount and currency are required for paid courses." +msgstr "" + +#. Label of the amount_with_gst (Currency) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Amount with GST" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:33 +msgid "Announcement" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:100 +msgid "Announcement has been sent successfully" +msgstr "" + +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment' +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the answer (Code) field in DocType 'LMS Exercise' +#: frontend/src/pages/QuizSubmission.vue:61 +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Answer" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:84 frontend/src/pages/CourseForm.vue:102 +msgid "Appears on the course card in the course list" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:63 frontend/src/pages/BatchForm.vue:81 +msgid "Appears when the batch URL is shared on any online platform" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:121 +msgid "Applications Received" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:42 +msgid "Apply" +msgstr "" + +#. Label of the apply_gst (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply GST for India" +msgstr "" + +#. Label of the apply_rounding (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply Rounding on Equivalent" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:6 +msgid "Apply for this job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Approved" +msgstr "" + +#: frontend/src/components/Apps.vue:13 +msgid "Apps" +msgstr "" + +#: frontend/src/pages/Batches.vue:277 frontend/src/pages/Batches.vue:295 +msgid "Archived" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:135 +msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:209 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#. Label of the user_category (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Ask User Category during Signup" +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:32 +#: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 +msgid "Assessment" +msgstr "" + +#. Label of the assessment_name (Dynamic Link) field in DocType 'LMS +#. Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Name" +msgstr "" + +#. Label of the assessment_type (Link) field in DocType 'LMS Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Type" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:73 +msgid "Assessment added successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:70 +msgid "Assessment {0} has already been added to this batch." +msgstr "" + +#. Label of the show_assessments (Check) field in DocType 'LMS Settings' +#: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/BatchStudents.vue:101 +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/templates/assessments.html:3 +msgid "Assessments" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:50 +msgid "Assign" +msgstr "" + +#. Label of the section_break_16 (Section Break) field in DocType 'Course +#. Lesson' +#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:12 +#: frontend/src/utils/assignment.js:25 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/templates/assignment.html:3 +msgid "Assignment" +msgstr "" + +#. Label of the assignment_attachment (Attach) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Attachment" +msgstr "" + +#. Label of the assignment_submission_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Assignment Submission Template" +msgstr "" + +#. Label of the assignment_title (Data) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Title" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:33 +msgid "Assignment for Lesson {0} by {1} already exists." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:155 +msgid "Assignment saved successfully" +msgstr "" + +#. Description of the 'Question' (Small Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Assignment will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:174 +msgid "Assignments" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:43 +msgid "At least one option must be correct for this question." +msgstr "" + +#. Label of the attire (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Attire Preference" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:123 +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Auto Assign" +msgstr "" + +#. Label of the auto_recording (Select) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Auto Recording" +msgstr "" + +#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/pages/CourseDetail.vue:20 +msgid "Average Rating" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:38 +msgid "Average of Feedback Received" +msgstr "" + +#: frontend/src/pages/Lesson.vue:97 +msgid "Back to Course" +msgstr "" + +#. Label of the badge (Link) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge" +msgstr "" + +#. Label of the badge_description (Small Text) field in DocType 'LMS Badge +#. Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Description" +msgstr "" + +#. Label of the badge_image (Attach) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Image" +msgstr "" + +#. Label of the batch (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the batch (Link) field in DocType 'LMS Batch Feedback' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Request' +#. Label of the batch_name (Link) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:32 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Batch" +msgstr "" + +#. Label of the batch_confirmation_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Confirmation Template" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/batch_course/batch_course.json +msgid "Batch Course" +msgstr "" + +#: lms/public/js/common_functions.js:428 +msgid "Batch Created" +msgstr "" + +#. Label of the section_break_5 (Section Break) field in DocType 'LMS Batch +#. Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Batch Description" +msgstr "" + +#. Label of the batch_details (Text Editor) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:236 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:349 +#: lms/templates/emails/batch_confirmation.html:24 +#: lms/templates/emails/batch_start_reminder.html:27 +#: lms/templates/emails/live_class_reminder.html:23 +msgid "Batch Details" +msgstr "" + +#. Label of the batch_details_raw (HTML Editor) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:356 +msgid "Batch Details Raw" +msgstr "" + +#. Name of a role +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Evaluator" +msgstr "" + +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Batch Name" +msgstr "" + +#. Label of the batch_old (Link) field in DocType 'Exercise Latest Submission' +#. Label of the batch_old (Link) field in DocType 'Exercise Submission' +#. Label of the batch_old (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Batch Old" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Batch +#. Old' +#. Label of the section_break_szgq (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Settings" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:11 +msgid "Batch Start Date:" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:418 +msgid "Batch Start Reminder" +msgstr "" + +#. Label of the batch_title (Data) field in DocType 'LMS Certificate' +#. Label of the batch_title (Data) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Title" +msgstr "" + +#: lms/public/js/common_functions.js:427 +msgid "Batch Updated" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:41 +msgid "Batch end date cannot be before the batch start date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:10 +msgid "Batch:" +msgstr "" + +#. Group in LMS Course's connections +#. Label of the batches (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batches.vue:303 +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:63 +msgid "Batches" +msgstr "" + +#. Label of the begin_date (Date) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Begin Date" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:31 +#: lms/templates/emails/batch_start_reminder.html:34 +#: lms/templates/emails/certification.html:20 +#: lms/templates/emails/live_class_reminder.html:30 +msgid "Best Regards" +msgstr "" + +#. Label of the billing_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: frontend/src/pages/Billing.vue:8 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Details" +msgstr "" + +#. Label of the billing_name (Data) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:70 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Name" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:75 +msgid "Bio" +msgstr "" + +#. Label of the body (Markdown Editor) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Body" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Both Individual and Team Work" +msgstr "" + +#. Label of the branch (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Branch" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:23 +msgid "Business Owner" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:47 +msgid "Buy this course" +msgstr "" + +#: lms/templates/emails/lms_message.html:11 +msgid "By" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "CGPA/4" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:61 +#: frontend/src/components/UpcomingEvaluations.vue:140 +msgid "Cancel" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:134 +msgid "Cancel this evaluation?" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Cancelled" +msgstr "" + +#. Label of the carrer_preference_details (Section Break) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Career Preference Details" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Casual Wear" +msgstr "" + +#. Label of the category (Link) field in DocType 'LMS Batch' +#. Label of the category (Data) field in DocType 'LMS Category' +#. Label of the category (Link) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 +#: frontend/src/pages/CertifiedParticipants.vue:37 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:316 lms/templates/signup-form.html:22 +msgid "Category" +msgstr "" + +#: frontend/src/components/Categories.vue:22 +msgid "Category Name" +msgstr "" + +#. Label of the certificate (Link) field in DocType 'LMS Enrollment' +#. Label of a shortcut in the LMS Workspace +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certificate" +msgstr "" + +#. Label of the certification_template (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certificate Email Template" +msgstr "" + +#: lms/templates/emails/certification.html:13 +msgid "Certificate Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:124 +msgid "Certificate of Completion" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:310 +msgid "Certificate saved successfully" +msgstr "" + +#: frontend/src/pages/ProfileCertificates.vue:4 +msgid "Certificates" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:121 +msgid "Certificates generated successfully" +msgstr "" + +#. Label of the certification (Table) field in DocType 'User' +#. Name of a DocType +#. Label of the certification (Check) field in DocType 'LMS Batch' +#. Label of the certification_section (Section Break) field in DocType 'LMS +#. Enrollment' +#. Label of a Card Break in the LMS Workspace +#. Label of a Link in the LMS Workspace +#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/Modals/Event.vue:371 +#: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 +#: frontend/src/pages/CourseCertification.vue:10 +#: frontend/src/pages/CourseCertification.vue:114 +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certification" +msgstr "" + +#. Label of the certification_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Certification Details" +msgstr "" + +#. Label of the certification_name (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Certification Name" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:36 +msgid "Certified" +msgstr "" + +#. Label of the certified_participants (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/CertifiedParticipants.vue:161 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certified Participants" +msgstr "" + +#: lms/templates/assignment.html:13 +msgid "Change" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +msgid "Changes saved successfully" +msgstr "" + +#. Label of the chapter (Link) field in DocType 'Chapter Reference' +#. Label of the chapter (Link) field in DocType 'LMS Course Progress' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/chapter_reference/chapter_reference.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/workspace/lms/lms.json +msgid "Chapter" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/chapter_reference/chapter_reference.json +msgid "Chapter Reference" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:154 +msgid "Chapter added successfully" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:198 +msgid "Chapter updated successfully" +msgstr "" + +#. Label of the chapters (Table) field in DocType 'LMS Course' +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Chapters" +msgstr "" + +#: frontend/src/components/Quiz.vue:205 lms/templates/quiz/quiz.html:120 +msgid "Check" +msgstr "" + +#: lms/templates/emails/mention_template.html:10 +msgid "Check Discussion" +msgstr "" + +#: lms/templates/certificates_section.html:24 +msgid "Check out the {0} to know more about certification." +msgstr "" + +#: frontend/src/components/NoPermission.vue:19 +msgid "Checkout Courses" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Choices" +msgstr "" + +#: frontend/src/components/Quiz.vue:610 lms/templates/quiz/quiz.html:53 +msgid "Choose all answers that apply" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:27 +msgid "Choose an icon" +msgstr "" + +#: frontend/src/components/Quiz.vue:611 lms/templates/quiz/quiz.html:53 +msgid "Choose one answer" +msgstr "" + +#. Label of the city (Data) field in DocType 'User' +#: frontend/src/pages/Billing.vue:81 lms/fixtures/custom_field.json +msgid "City" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:10 +msgid "Class:" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:49 +msgid "Clear" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Clearly Defined Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 +msgid "Click here to login" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:30 +msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." +msgstr "" + +#. Label of the client_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client ID" +msgstr "" + +#. Label of the client_secret (Password) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client Secret" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Closed" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Cloud" +msgstr "" + +#. Label of the code (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Code" +msgstr "" + +#. Name of a DocType +#. Label of the cohort (Link) field in DocType 'Cohort Join Request' +#. Label of the cohort (Link) field in DocType 'Cohort Mentor' +#. Label of the cohort (Link) field in DocType 'Cohort Staff' +#. Label of the cohort (Link) field in DocType 'Cohort Subgroup' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the cohort (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Cohort" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Cohort Join Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Cohort Mentor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Cohort Staff" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Cohort Subgroup" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Cohort Web Page" +msgstr "" + +#. Label of the collaboration (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Collaboration Preference" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Collapse all chapters" +msgstr "" + +#. Label of the college (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "College Name" +msgstr "" + +#. Label of the color (Color) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Color" +msgstr "" + +#. Label of the comments (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the comments (Small Text) field in DocType 'Exercise Submission' +#. Label of the comments (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the comments (Small Text) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Assignment.vue:160 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Comments" +msgstr "" + +#: frontend/src/components/Assignment.vue:139 +msgid "Comments by Evaluator" +msgstr "" + +#. Label of the company (Data) field in DocType 'LMS Job Application' +#. Label of the company (Data) field in DocType 'Work Experience' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Company" +msgstr "" + +#. Label of the company_details_section (Section Break) field in DocType 'Job +#. Opportunity' +#: frontend/src/pages/JobCreation.vue:64 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Details" +msgstr "" + +#. Label of the company_email_address (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:83 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Email Address" +msgstr "" + +#. Label of the company_logo (Attach Image) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:88 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Logo" +msgstr "" + +#. Label of the company_name (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:70 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Name" +msgstr "" + +#. Label of the company_type (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Company Type" +msgstr "" + +#. Label of the company_website (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:76 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Website" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:18 +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 +msgid "Complete" +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:7 +msgid "Complete Sign Up" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:15 +msgid "Complete Your Enrollment" +msgstr "" + +#: lms/lms/doctype/lms_payment/lms_payment.py:40 +msgid "Complete Your Enrollment - Don't miss out!" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/widgets/CourseCard.html:78 +msgid "Completed" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:369 +msgid "Completed by Students" +msgstr "" + +#. Label of the enable_certification (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:212 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Completion Certificate" +msgstr "" + +#: frontend/src/pages/Statistics.vue:66 +msgid "Completions" +msgstr "" + +#. Label of the condition (Code) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Condition" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:16 +msgid "Condition must be in valid JSON format." +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:21 +msgid "Condition must be valid python code." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:214 +msgid "Confirm" +msgstr "" + +#. Label of the confirmation_email_sent (Check) field in DocType 'LMS Batch +#. Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Confirmation Email Sent" +msgstr "" + +#. Label of the confirmation_email_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Confirmation Email Template" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:29 +msgid "Congratulations on getting certified!" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:55 +msgid "Contact the Administrator to enroll for this course." +msgstr "" + +#. Label of the content (Text) field in DocType 'Course Lesson' +#. Label of the content (Rating) field in DocType 'LMS Batch Feedback' +#: frontend/src/pages/LessonForm.vue:62 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Content" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:29 +msgid "Continue Learning" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:146 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Contract" +msgstr "" + +#: lms/lms/utils.py:437 +msgid "Cookie Policy" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:68 +msgid "Copy the URL of the video from YouTube and paste it in the editor." +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Corporate Organization" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:165 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Correct" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:73 +msgid "Correct Answer" +msgstr "" + +#. Label of the country (Link) field in DocType 'User' +#. Label of the country (Link) field in DocType 'Payment Country' +#: frontend/src/pages/Billing.vue:92 lms/fixtures/custom_field.json +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Country" +msgstr "" + +#. Label of the course (Link) field in DocType 'Batch Course' +#. Label of the course (Link) field in DocType 'Cohort' +#. Label of the course (Link) field in DocType 'Cohort Mentor' +#. Label of the course (Link) field in DocType 'Cohort Staff' +#. Label of the course (Link) field in DocType 'Cohort Subgroup' +#. Label of the course (Link) field in DocType 'Course Chapter' +#. Label of the course (Link) field in DocType 'Course Lesson' +#. Label of the course (Link) field in DocType 'Exercise Latest Submission' +#. Label of the course (Link) field in DocType 'Exercise Submission' +#. Label of the course (Link) field in DocType 'LMS Assignment Submission' +#. Label of the course (Link) field in DocType 'LMS Batch Old' +#. Label of the course (Link) field in DocType 'LMS Certificate' +#. Label of the course (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the course (Link) field in DocType 'LMS Certificate Request' +#. Label of the course (Link) field in DocType 'LMS Course Interest' +#. Label of the course (Link) field in DocType 'LMS Course Mentor Mapping' +#. Label of the course (Link) field in DocType 'LMS Course Progress' +#. Label of the course (Link) field in DocType 'LMS Course Review' +#. Label of the course (Link) field in DocType 'LMS Enrollment' +#. Label of the course (Link) field in DocType 'LMS Exercise' +#. Label of the course (Link) field in DocType 'LMS Mentor Request' +#. Label of the course (Link) field in DocType 'LMS Program Course' +#. Label of the course (Link) field in DocType 'LMS Quiz' +#. Label of the course (Link) field in DocType 'LMS Quiz Submission' +#. Label of the course (Link) field in DocType 'Related Courses' +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/BatchCourseModal.vue:20 +#: frontend/src/components/Modals/BulkCertificates.vue:38 +#: frontend/src/components/Modals/EvaluationModal.vue:20 +#: frontend/src/components/Modals/Event.vue:24 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/related_courses/related_courses.json +#: lms/lms/report/course_progress_summary/course_progress_summary.js:9 +#: lms/lms/report/course_progress_summary/course_progress_summary.py:51 +#: lms/lms/workspace/lms/lms.json +msgid "Course" +msgstr "" + +#. Name of a DocType +#. Label of the chapter (Link) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Chapter" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Completed" +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:16 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Course Creator" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Data" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:49 +msgid "Course Description" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Course Evaluator" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:62 +msgid "Course Image" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Course Instructor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Lesson" +msgstr "" + +#: lms/www/lms.py:30 +msgid "Course List" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:58 +msgid "Course Name" +msgstr "" + +#: frontend/src/pages/CourseDetail.vue:76 +msgid "Course Outline" +msgstr "" + +#. Name of a report +#: lms/lms/report/course_progress_summary/course_progress_summary.json +msgid "Course Progress Summary" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Course Settings" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Stats" +msgstr "" + +#. Label of the title (Data) field in DocType 'Batch Course' +#. Label of the course_title (Data) field in DocType 'Course Chapter' +#. Label of the course_title (Data) field in DocType 'LMS Certificate' +#. Label of the course_title (Data) field in DocType 'LMS Certificate Request' +#. Label of the course_title (Data) field in DocType 'LMS Program Course' +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "Course Title" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:229 +msgid "Course added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:265 +msgid "Course already added to the batch." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:469 +msgid "Course deleted successfully" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:298 +msgid "Course moved successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:49 +#: lms/lms/doctype/lms_program/lms_program.py:19 +msgid "Course {0} has already been added to this batch." +msgstr "" + +#. Label of the courses (Table) field in DocType 'LMS Batch' +#. Label of the show_courses (Check) field in DocType 'LMS Settings' +#. Label of the courses (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchCourses.vue:5 +#: frontend/src/components/BatchOverlay.vue:29 +#: frontend/src/components/BatchStudents.vue:52 +#: frontend/src/components/BatchStudents.vue:92 +#: frontend/src/components/Modals/BatchStudentProgress.vue:79 +#: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 +#: frontend/src/pages/CourseCertification.vue:106 +#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Courses" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:28 +msgid "Courses Completed" +msgstr "" + +#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 +msgid "Courses Mentored" +msgstr "" + +#: frontend/src/components/BatchCourses.vue:151 +msgid "Courses deleted successfully" +msgstr "" + +#. Label of the cover_image (Attach Image) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Cover Image" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/Programs.vue:108 +msgid "Create" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 +msgid "Create LMS Certificate" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 +msgid "Create LMS Certificate Evaluation" +msgstr "" + +#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +msgid "Create a Course" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:5 +msgid "Create a Live Class" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:30 +msgid "Create a course" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:31 +msgid "Create a new question" +msgstr "" + +#: frontend/src/pages/Assignments.vue:163 +msgid "Created" +msgstr "" + +#. Label of the currency (Link) field in DocType 'LMS Batch' +#. Label of the currency (Link) field in DocType 'LMS Course' +#. Label of the currency (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:217 frontend/src/pages/CourseForm.vue:225 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:387 +msgid "Currency" +msgstr "" + +#. Label of the current_lesson (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Current Lesson" +msgstr "" + +#. Label of the custom_component (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom HTML" +msgstr "" + +#. Label of the custom_script (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom Script (JavaScript)" +msgstr "" + +#. Label of the custom_signup_content (HTML Editor) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Custom Signup Content" +msgstr "" + +#. Label of the customisations_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Customisations" +msgstr "" + +#. Label of the show_dashboard (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Dashboard" +msgstr "" + +#. Label of the date (Date) field in DocType 'LMS Batch Timetable' +#. Label of the date (Date) field in DocType 'LMS Certificate Evaluation' +#. Label of the date (Date) field in DocType 'LMS Certificate Request' +#. Label of the date (Date) field in DocType 'LMS Live Class' +#. Label of the date (Date) field in DocType 'Scheduled Flow' +#: frontend/src/components/Modals/EvaluationModal.vue:26 +#: frontend/src/components/Modals/Event.vue:40 +#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/templates/quiz/quiz.html:149 +msgid "Date" +msgstr "" + +#. Label of the section_break_glxh (Section Break) field in DocType 'LMS Live +#. Class' +#: frontend/src/pages/BatchForm.vue:100 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Date and Time" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:14 +msgid "Date:" +msgstr "" + +#. Label of the day (Select) field in DocType 'Evaluator Schedule' +#. Label of the day (Int) field in DocType 'LMS Batch Timetable' +#. Label of the day (Select) field in DocType 'LMS Certificate Request' +#: frontend/src/pages/ProfileEvaluator.vue:12 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Day" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:2 +#: lms/templates/emails/mentor_request_status_update_email.html:2 +msgid "Dear" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:2 +#: lms/templates/emails/batch_start_reminder.html:2 +#: lms/templates/emails/certification.html:2 +#: lms/templates/emails/live_class_reminder.html:2 +msgid "Dear " +msgstr "" + +#. Label of the default_currency (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Default Currency" +msgstr "" + +#. Label of the degree_type (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Degree Type" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:240 +#: frontend/src/components/CourseOutline.vue:298 +#: frontend/src/pages/CourseForm.vue:15 frontend/src/pages/CourseForm.vue:482 +msgid "Delete" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:52 +msgid "Delete Chapter" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:476 +msgid "Delete Course" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:292 +msgid "Delete this chapter?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:234 +msgid "Delete this lesson?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:477 +msgid "Deleting the course will also delete all its chapters and lessons. Are you sure you want to delete this course?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:293 +msgid "Deleting this chapter will also delete all its lessons and permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:235 +msgid "Deleting this lesson will permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'Job Opportunity' +#. Label of the description (Small Text) field in DocType 'Certification' +#. Label of the description (Markdown Editor) field in DocType 'Cohort' +#. Label of the description (Markdown Editor) field in DocType 'Cohort +#. Subgroup' +#. Label of the description (Small Text) field in DocType 'LMS Badge' +#. Label of the description (Small Text) field in DocType 'LMS Batch' +#. Label of the description (Markdown Editor) field in DocType 'LMS Batch Old' +#. Label of the description (Text Editor) field in DocType 'LMS Course' +#. Label of the description (Small Text) field in DocType 'LMS Exercise' +#. Label of the description (Text) field in DocType 'LMS Live Class' +#. Label of the description (Small Text) field in DocType 'Work Experience' +#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:342 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:51 +msgid "Desk" +msgstr "" + +#: frontend/src/components/Modals/DiscussionModal.vue:22 +#: frontend/src/pages/AssignmentForm.vue:27 frontend/src/pages/BatchForm.vue:14 +#: frontend/src/pages/CourseForm.vue:28 frontend/src/pages/QuizForm.vue:42 +msgid "Details" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 +msgid "Didn't receive the code?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:194 +msgid "Disable Self Enrollment" +msgstr "" + +#. Label of the disable_self_learning (Check) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Disable Self Learning" +msgstr "" + +#. Label of the disabled (Check) field in DocType 'Job Opportunity' +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Disabled" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:55 +#: lms/lms/widgets/NoPreviewModal.html:25 lms/templates/reviews.html:159 +msgid "Discard" +msgstr "" + +#. Label of the show_discussions (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batch.vue:85 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Discussions" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Document" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:11 +msgid "Don’t miss this opportunity to enhance your skills. Click below to complete your enrollment" +msgstr "" + +#. Label of the dream_companies (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Dream Companies" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:33 +msgid "Duplicate options found for this question." +msgstr "" + +#. Label of the duration (Data) field in DocType 'Cohort' +#. Label of the duration (Data) field in DocType 'LMS Batch Timetable' +#. Label of the duration (Int) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Duration" +msgstr "" + +#. Label of the duration (Data) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:63 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Duration (in minutes)" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:58 +msgid "Duration of the live class in minutes" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "E-Mail" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "E-mail" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:107 +#: frontend/src/components/CourseCardOverlay.vue:88 +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/JobDetail.vue:31 frontend/src/pages/Lesson.vue:66 +#: frontend/src/pages/Profile.vue:32 frontend/src/pages/Programs.vue:53 +msgid "Edit" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:45 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Edit Chapter" +msgstr "" + +#: frontend/src/pages/Profile.vue:68 +msgid "Edit Profile" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:182 +msgid "Edit the question" +msgstr "" + +#. Label of the education (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Education Detail" +msgstr "" + +#. Label of the education_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education Details" +msgstr "" + +#: frontend/src/components/Members.vue:32 lms/templates/signup-form.html:10 +msgid "Email" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:16 +msgid "Email ID" +msgstr "" + +#. Label of the email_sent (Check) field in DocType 'LMS Course Interest' +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "Email Sent" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:167 +msgid "Email Template" +msgstr "" + +#. Label of the email_templates_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Email Templates" +msgstr "" + +#. Label of the show_emails (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Emails" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:25 +msgid "Employee" +msgstr "" + +#. Label of the enable (Check) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Enable" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:20 +msgid "Enable Google API in Google Settings to send calendar invites for evaluations." +msgstr "" + +#. Label of the enable_learning_paths (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Enable Learning Paths" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:24 +msgid "Enable this only if you want to upload a SCORM package as a chapter." +msgstr "" + +#. Label of the enabled (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Enabled" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:53 +msgid "Enabling this will publish the certificate on the certified participants page." +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Cohort' +#. Label of the end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:113 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:282 +msgid "End Date" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "End Date (or expected)" +msgstr "" + +#. Label of the end_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the end_time (Time) field in DocType 'LMS Batch' +#. Label of the end_time (Time) field in DocType 'LMS Batch Old' +#. Label of the end_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the end_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:137 +#: frontend/src/pages/ProfileEvaluator.vue:18 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:299 +msgid "End Time" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:94 +msgid "Enroll Now" +msgstr "" + +#: frontend/src/pages/Batches.vue:292 +msgid "Enrolled" +msgstr "" + +#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCardOverlay.vue:106 +#: frontend/src/pages/CourseDetail.vue:33 +msgid "Enrolled Students" +msgstr "" + +#: lms/public/js/common_functions.js:96 +msgid "Enrolled successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:93 +msgid "Enrollment Confirmation for {0}" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:20 +msgid "Enrollment Count" +msgstr "" + +#: lms/lms/utils.py:1769 +msgid "Enrollment Failed" +msgstr "" + +#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of a chart in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/pages/Statistics.vue:51 +#: lms/lms/doctype/lms_course/lms_course.json lms/lms/workspace/lms/lms.json +msgid "Enrollments" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:25 +msgid "Enter Client Id and Client Secret in Google Settings to send calendar invites for evaluations." +msgstr "" + +#: frontend/src/components/Assignment.vue:110 +msgid "Enter a URL" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:49 +msgid "Enter a title and save the quiz to proceed" +msgstr "" + +#: lms/templates/quiz/quiz.html:53 +msgid "Enter the correct answer" +msgstr "" + +#: frontend/src/components/Assignment.vue:280 +#: frontend/src/components/Modals/AnnouncementModal.vue:105 +#: frontend/src/components/Modals/BulkCertificates.vue:115 +#: frontend/src/components/Modals/ChapterModal.vue:159 +#: frontend/src/components/Modals/ChapterModal.vue:166 +#: frontend/src/components/Modals/ChapterModal.vue:202 +#: frontend/src/components/Modals/Question.vue:249 +#: frontend/src/components/Modals/Question.vue:269 +#: frontend/src/components/Modals/Question.vue:326 +#: frontend/src/components/Modals/StudentModal.vue:67 +#: frontend/src/components/Quiz.vue:589 +#: frontend/src/components/SettingDetails.vue:62 +#: frontend/src/pages/AssignmentForm.vue:139 +#: frontend/src/pages/AssignmentForm.vue:159 frontend/src/pages/Billing.vue:263 +#: frontend/src/pages/QuizForm.vue:346 frontend/src/pages/QuizForm.vue:361 +#: frontend/src/pages/QuizSubmission.vue:147 +msgid "Error" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:180 +msgid "Error creating live class. Please try again. {0}" +msgstr "" + +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/Event.vue:364 lms/lms/workspace/lms/lms.json +msgid "Evaluation" +msgstr "" + +#. Label of the section_break_6 (Section Break) field in DocType 'LMS +#. Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Evaluation Details" +msgstr "" + +#. Label of the evaluation_end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:161 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:333 +msgid "Evaluation End Date" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Evaluation Request" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:77 +msgid "Evaluation end date cannot be less than the batch end date." +msgstr "" + +#: frontend/src/components/Modals/Event.vue:255 +msgid "Evaluation saved successfully" +msgstr "" + +#. Label of the evaluator (Link) field in DocType 'Batch Course' +#. Label of the evaluator (Link) field in DocType 'Course Evaluator' +#. Label of the evaluator (Link) field in DocType 'LMS Assignment Submission' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Request' +#. Label of the evaluator (Link) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BatchCourseModal.vue:26 +#: frontend/src/components/Modals/BulkCertificates.vue:22 +#: frontend/src/pages/CourseForm.vue:231 frontend/src/pages/ProfileRoles.vue:22 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/templates/upcoming_evals.html:33 +msgid "Evaluator" +msgstr "" + +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Evaluator Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +msgid "Evaluator Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:151 +msgid "Evaluator is Unavailable" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:62 +msgid "Evaluator is required for paid certificates." +msgstr "" + +#. Label of the event (Select) field in DocType 'LMS Badge' +#. Label of the event (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Event" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:122 +msgid "Example: IST (+5:30)" +msgstr "" + +#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' +#. Label of the exercise (Link) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Exercise Latest Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Submission" +msgstr "" + +#. Label of the exercise_title (Data) field in DocType 'Exercise Latest +#. Submission' +#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Title" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Expand all chapters" +msgstr "" + +#. Label of the expiration_date (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Expiration Date" +msgstr "" + +#. Label of the expiry_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:33 +#: frontend/src/components/Modals/Event.vue:126 +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Expiry Date" +msgstr "" + +#. Label of the explanation_1 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_3 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_4 (Small Text) field in DocType 'LMS Question' +#: frontend/src/components/Modals/Question.vue:69 +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation" +msgstr "" + +#. Label of the explanation_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation " +msgstr "" + +#: lms/lms/web_template/course_cards/course_cards.html:15 +#: lms/lms/web_template/recently_published_courses/recently_published_courses.html:16 +msgid "Explore More" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:356 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Fail" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:243 +msgid "Failed to login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +msgid "Failed to resend code" +msgstr "" + +#. Label of the featured (Check) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:16 +#: frontend/src/pages/CourseForm.vue:189 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Featured" +msgstr "" + +#. Label of the feedback (Small Text) field in DocType 'LMS Batch Feedback' +#: frontend/src/components/BatchFeedback.vue:29 +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Feedback" +msgstr "" + +#: frontend/src/components/Assignment.vue:61 +msgid "Feel free to make edits to your submission if needed." +msgstr "" + +#. Label of the field_to_check (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Field To Check" +msgstr "" + +#. Label of the major (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Field of Major/Study" +msgstr "" + +#. Label of the file_type (Select) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "File Type" +msgstr "" + +#: frontend/src/pages/Jobs.vue:33 +msgid "Find the perfect job for you" +msgstr "" + +#: frontend/src/components/Members.vue:38 +#: frontend/src/components/Modals/EditProfile.vue:59 +msgid "First Name" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Fixed 9-5" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Flexible Time" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:459 +msgid "Form to create and edit quizzes" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Formal Wear" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 +msgid "Frappe Cloud Login Successful" +msgstr "" + +#: lms/lms/widgets/CourseCard.html:114 +msgid "Free" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:147 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Freelance" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:27 +msgid "Freelancer/Just looking" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "French (e.g. Distinction)" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Friday" +msgstr "" + +#. Label of the unavailable_from (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:85 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "From Date" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'Invite Request' +#. Label of the full_name (Data) field in DocType 'LMS Program Member' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/templates/signup-form.html:5 +msgid "Full Name" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:144 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Full Time" +msgstr "" + +#. Name of a DocType +#. Label of the function (Data) field in DocType 'Function' +#. Label of the function (Link) field in DocType 'Preferred Function' +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Function" +msgstr "" + +#: frontend/src/pages/Billing.vue:43 +msgid "GST Amount" +msgstr "" + +#: frontend/src/pages/Billing.vue:110 +msgid "GST Number" +msgstr "" + +#. Label of the gstin (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "GSTIN" +msgstr "" + +#. Label of the general_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "General" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:5 +#: frontend/src/pages/Batch.vue:12 +msgid "Generate Certificates" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +msgid "Generate Google Meet Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:75 +msgid "Get Certificate" +msgstr "" + +#: frontend/src/components/CertificationLinks.vue:24 +#: frontend/src/components/CertificationLinks.vue:40 +#: frontend/src/pages/CertifiedParticipants.vue:11 +msgid "Get Certified" +msgstr "" + +#: lms/templates/onboarding_header.html:8 +msgid "Get Started" +msgstr "" + +#. Label of the github (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Github ID" +msgstr "" + +#. Label of the google_meet_link (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Google Meet Link" +msgstr "" + +#. Label of the grade (Data) field in DocType 'Education Detail' +#: frontend/src/components/Assignment.vue:154 +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade" +msgstr "" + +#. Label of the grade_assignment (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Grade Assignment" +msgstr "" + +#. Label of the grade_type (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade Type" +msgstr "" + +#: frontend/src/components/Assignment.vue:149 +msgid "Grading" +msgstr "" + +#. Label of the grant_only_once (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Grant only once" +msgstr "" + +#: lms/templates/signup-form.html:56 +msgid "Have an account? Login" +msgstr "" + +#. Label of the headline (Data) field in DocType 'User' +#: frontend/src/components/Modals/EditProfile.vue:69 +#: lms/fixtures/custom_field.json +msgid "Headline" +msgstr "" + +#: lms/lms/widgets/HelloWorld.html:13 +msgid "Hello" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:11 +msgid "Help Us Improve" +msgstr "" + +#: lms/templates/courses_created.html:15 +msgid "Help others learn something new by creating a course." +msgstr "" + +#: lms/templates/reviews.html:101 +msgid "Help us improve our course material." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:1 +#: lms/templates/emails/certificate_request_notification.html:1 +msgid "Hey {0}" +msgstr "" + +#: lms/templates/emails/job_report.html:3 +msgid "Hey," +msgstr "" + +#: lms/templates/emails/payment_reminder.html:2 +msgid "Hi" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:3 +msgid "Hi {0}," +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:3 +msgid "Hi," +msgstr "" + +#. Label of the hide_private (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Hide my Private Information from others" +msgstr "" + +#. Label of the hints (Small Text) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Hints" +msgstr "" + +#. Label of the host (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Host" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:24 +msgid "How to add a Quiz?" +msgstr "" + +#. Label of the current (Check) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "I am currently working here" +msgstr "" + +#: lms/templates/emails/certification.html:6 +msgid "I am delighted to inform you that you have successfully earned your certification for the {0} course. Congratulations!" +msgstr "" + +#. Label of the looking_for_job (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "I am looking for a job" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:80 +msgid "I am unavailable" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:380 +msgid "ID" +msgstr "" + +#. Label of the icon (Data) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:28 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Icon" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:11 +msgid "If Include in Preview is enabled for a lesson then the lesson will also be accessible to non logged in users." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "If you are not any more interested to mentor the course" +msgstr "" + +#: frontend/src/components/Quiz.vue:20 +msgid "If you fail to do so, the quiz will be automatically submitted when the timer ends." +msgstr "" + +#: lms/templates/emails/payment_reminder.html:19 +msgid "If you have any questions or need assistance, feel free to reach out to our support team." +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:27 +#: lms/templates/emails/batch_start_reminder.html:30 +#: lms/templates/emails/live_class_reminder.html:26 +msgid "If you have any questions or require assistance, feel free to contact us." +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "If you haven't been redirected," +msgstr "" + +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:400 +msgid "If you set an amount here, then the USD equivalent setting will not get applied." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:63 +msgid "If you want open ended questions then make sure each question in the quiz is of open ended type." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Label of the image (Code) field in DocType 'Exercise Latest Submission' +#. Label of the image (Code) field in DocType 'Exercise Submission' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#. Label of the image (Attach Image) field in DocType 'LMS Badge' +#. Label of the image (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:58 +#: frontend/src/components/UnsplashImageBrowser.vue:52 +msgid "Image search powered by" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:221 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: frontend/src/components/Modals/Event.vue:348 +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "In Progress" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Inactive" +msgstr "" + +#. Label of the include_in_preview (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Include In Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Incomplete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:170 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Incorrect" +msgstr "" + +#. Label of the index_ (Int) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index" +msgstr "" + +#. Label of the index_label (Data) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index Label" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Individual Work" +msgstr "" + +#. Name of a DocType +#. Label of the industry (Data) field in DocType 'Industry' +#. Label of the industry (Link) field in DocType 'Preferred Industry' +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Industry" +msgstr "" + +#. Label of the institution_name (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Institution Name" +msgstr "" + +#. Label of the instructor (Link) field in DocType 'Cohort' +#. Label of the instructor (Link) field in DocType 'Course Instructor' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Instructor" +msgstr "" + +#. Label of the instructor_content (Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Content" +msgstr "" + +#. Label of the instructor_notes (Markdown Editor) field in DocType 'Course +#. Lesson' +#: frontend/src/pages/Lesson.vue:129 frontend/src/pages/LessonForm.vue:42 +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Notes" +msgstr "" + +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Batch' +#. Label of the instructors (Rating) field in DocType 'LMS Batch Feedback' +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:93 frontend/src/pages/CourseForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Instructors" +msgstr "" + +#: lms/templates/assignment.html:17 +msgid "Instructors Comments" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Interest" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Interests" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:83 +msgid "Invalid Invite Code." +msgstr "" + +#: lms/lms/doctype/course_lesson/course_lesson.py:20 +msgid "Invalid Quiz ID" +msgstr "" + +#. Label of the invite_code (Data) field in DocType 'Cohort Subgroup' +#. Label of the invite_code (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Code" +msgstr "" + +#. Label of the invite_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Email" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Invite Only" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Request" +msgstr "" + +#. Label of the is_correct (Check) field in DocType 'LMS Option' +#. Label of the is_correct_1 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_2 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_3 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_4 (Check) field in DocType 'LMS Question' +#. Label of the is_correct (Check) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_option/lms_option.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Is Correct" +msgstr "" + +#. Label of the is_onboarding_complete (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Is Onboarding Complete" +msgstr "" + +#. Label of the is_scorm_package (Check) field in DocType 'Course Chapter' +#. Label of the is_scorm_package (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Is SCORM Package" +msgstr "" + +#. Label of the issue_date (Date) field in DocType 'Certification' +#. Label of the issue_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:28 +#: frontend/src/components/Modals/Event.vue:121 +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Issue Date" +msgstr "" + +#. Label of the issued_on (Date) field in DocType 'LMS Badge Assignment' +#: frontend/src/pages/CourseCertification.vue:27 +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Issued On" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:56 +#: frontend/src/pages/ProfileCertificates.vue:17 +#: lms/templates/certificates_section.html:11 +msgid "Issued on" +msgstr "" + +#. Label of the items_in_sidebar_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Items in Sidebar" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:272 +msgid "Items removed successfully" +msgstr "" + +#: lms/templates/signup-form.html:6 +msgid "Jane Doe" +msgstr "" + +#. Label of the job (Link) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job" +msgstr "" + +#. Label of the subtitle (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Subtitle" +msgstr "" + +#. Label of the title (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Title" +msgstr "" + +#: frontend/src/pages/JobCreation.vue:14 +msgid "Job Details" +msgstr "" + +#: lms/www/lms.py:111 +msgid "Job Openings" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Job Opportunity" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Settings" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'Job Opportunity' +#. Label of the job_title (Data) field in DocType 'LMS Job Application' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job Title" +msgstr "" + +#. Label of the jobs (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/JobDetail.vue:10 frontend/src/pages/Jobs.vue:8 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Jobs" +msgstr "" + +#: frontend/src/components/LiveClass.vue:58 +#: lms/templates/upcoming_evals.html:15 +msgid "Join" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:51 +msgid "Join Call" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:74 +msgid "Join Meeting" +msgstr "" + +#. Label of the join_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Join URL" +msgstr "" + +#. Name of a Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "LMS Assessment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "LMS Assignment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "LMS Assignment Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "LMS Badge" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "LMS Badge Assignment" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Batch" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "LMS Batch Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "LMS Batch Feedback" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "LMS Batch Old" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "LMS Batch Timetable" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_category/lms_category.json +msgid "LMS Category" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "LMS Certificate" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "LMS Certificate Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "LMS Certificate Request" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "LMS Course Interest" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "LMS Course Mentor Mapping" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "LMS Course Progress" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_review/lms_course_review.json +msgid "LMS Course Review" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "LMS Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "LMS Exercise" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "LMS Job Application" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "LMS Live Class" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "LMS Mentor Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_option/lms_option.json +msgid "LMS Option" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program/lms_program.json +msgid "LMS Program" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "LMS Program Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "LMS Program Member" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_question/lms_question.json +msgid "LMS Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "LMS Quiz" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "LMS Quiz Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "LMS Quiz Result" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "LMS Quiz Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LMS Settings" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "LMS Sidebar Item" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_source/lms_source.json +msgid "LMS Source" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/user_skill/user_skill.json +msgid "LMS Student" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "LMS Timetable Legend" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "LMS Timetable Template" +msgstr "" + +#. Label of the label (Data) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Label" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:64 +msgid "Last Name" +msgstr "" + +#. Label of the latest_submission (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Latest Submission" +msgstr "" + +#. Label of the launch_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Launch File" +msgstr "" + +#. Label of the lesson (Link) field in DocType 'Exercise Latest Submission' +#. Label of the lesson (Link) field in DocType 'Exercise Submission' +#. Label of the lesson (Link) field in DocType 'Lesson Reference' +#. Label of the lesson (Link) field in DocType 'LMS Assignment Submission' +#. Label of the lesson (Link) field in DocType 'LMS Course Progress' +#. Label of the lesson (Link) field in DocType 'LMS Exercise' +#. Label of the lesson (Link) field in DocType 'LMS Quiz' +#. Label of the lesson (Link) field in DocType 'Scheduled Flow' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lesson_reference/lesson_reference.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/lms/workspace/lms/lms.json +msgid "Lesson" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lesson_reference/lesson_reference.json +msgid "Lesson Reference" +msgstr "" + +#. Label of the lesson_title (Data) field in DocType 'Scheduled Flow' +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Lesson Title" +msgstr "" + +#. Label of the lessons (Table) field in DocType 'Course Chapter' +#. Group in Course Chapter's connections +#. Label of the lessons (Data) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:32 +#: frontend/src/components/CourseCardOverlay.vue:99 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Lessons" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:36 +msgid "Lessons Completed" +msgstr "" + +#: lms/templates/onboarding_header.html:11 +msgid "Lets start setting up your content on the LMS so that you can reclaim time and focus on growth." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Letter Grade (e.g. A, B-)" +msgstr "" + +#. Label of the limit_questions_to (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:108 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Limit Questions To" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:40 +msgid "Limit cannot be greater than or equal to the number of questions in the quiz." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:74 +msgid "LinkedIn" +msgstr "" + +#. Label of the linkedin (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "LinkedIn ID" +msgstr "" + +#. Group in Cohort's connections +#. Group in Cohort Subgroup's connections +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Links" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:149 +msgid "List of quizzes" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Live" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Settings' +#: frontend/src/components/LiveClass.vue:4 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Live Class" +msgstr "" + +#. Label of the livecode_url (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LiveCode URL" +msgstr "" + +#: frontend/src/components/Members.vue:108 +#: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 +#: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/QuizSubmissionList.vue:39 +#: frontend/src/pages/Quizzes.vue:51 +msgid "Load More" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Local" +msgstr "" + +#. Label of the location (Data) field in DocType 'Job Opportunity' +#. Label of the location (Data) field in DocType 'Education Detail' +#. Label of the location (Data) field in DocType 'Work Experience' +#: frontend/src/pages/JobCreation.vue:26 frontend/src/pages/JobDetail.vue:85 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Location" +msgstr "" + +#. Label of the location_preference (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Location Preference" +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:13 +#: frontend/src/components/NoPermission.vue:28 +#: frontend/src/components/QuizBlock.vue:9 frontend/src/pages/Batch.vue:188 +#: frontend/src/pages/Lesson.vue:25 +msgid "Login" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +msgid "Login failed" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 +msgid "Login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:208 +msgid "Login to Frappe Cloud?" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:48 +msgid "Login to apply" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:23 +msgid "Looking forward to seeing you enrolled!" +msgstr "" + +#. Label of the default_home (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Make LMS the default home" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:5 +#: frontend/src/pages/Batch.vue:16 +msgid "Make an Announcement" +msgstr "" + +#: frontend/src/pages/Billing.vue:123 +msgid "Make sure to enter the correct billing name as the same will be used in your invoice." +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Manage Batch" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Manager" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:24 +msgid "Manager (Sales/Marketing/Customer)" +msgstr "" + +#. Label of the manifest_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Manifest File" +msgstr "" + +#: frontend/src/components/Quiz.vue:96 +msgid "Mark" +msgstr "" + +#: frontend/src/pages/Notifications.vue:12 +msgid "Mark all as read" +msgstr "" + +#: frontend/src/pages/Notifications.vue:40 +msgid "Mark as read" +msgstr "" + +#. Label of the marks (Int) field in DocType 'LMS Quiz Question' +#. Label of the marks (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Modals/Question.vue:50 +#: frontend/src/components/Modals/Question.vue:99 +#: frontend/src/components/Quiz.vue:96 frontend/src/pages/QuizForm.vue:390 +#: frontend/src/pages/QuizSubmission.vue:65 +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:59 +msgid "Marks" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:41 +msgid "Marks for question number {0} cannot be greater than the marks allotted for that question." +msgstr "" + +#. Label of the marks_out_of (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/pages/QuizSubmission.vue:68 +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Marks out of" +msgstr "" + +#. Label of the max_attempts (Int) field in DocType 'LMS Quiz' +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Max Attempts" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:58 +msgid "Maximum Attempts" +msgstr "" + +#. Label of the medium (Select) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:185 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:309 +msgid "Medium" +msgstr "" + +#. Label of the medium (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Medium ID" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:15 +#: lms/templates/emails/batch_start_reminder.html:22 +msgid "Medium:" +msgstr "" + +#. Label of the member (Link) field in DocType 'Exercise Latest Submission' +#. Label of the member (Link) field in DocType 'Exercise Submission' +#. Label of the member (Link) field in DocType 'LMS Assignment Submission' +#. Label of the member (Link) field in DocType 'LMS Badge Assignment' +#. Label of the member (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the member (Link) field in DocType 'LMS Batch Feedback' +#. Label of the member (Link) field in DocType 'LMS Certificate' +#. Label of the member (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the member (Link) field in DocType 'LMS Certificate Request' +#. Label of the member (Link) field in DocType 'LMS Course Progress' +#. Label of the member (Link) field in DocType 'LMS Enrollment' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#. Label of the member (Link) field in DocType 'LMS Mentor Request' +#. Label of the member (Link) field in DocType 'LMS Payment' +#. Label of the member (Link) field in DocType 'LMS Program Member' +#. Label of the member (Link) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:14 +#: frontend/src/pages/QuizSubmission.vue:31 +#: frontend/src/pages/QuizSubmissionList.vue:86 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 +msgid "Member" +msgstr "" + +#. Label of the member_cohort (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Cohort" +msgstr "" + +#. Label of the member_email (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Email" +msgstr "" + +#. Label of the member_image (Attach Image) field in DocType 'LMS Batch +#. Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Member Image" +msgstr "" + +#. Label of the member_name (Data) field in DocType 'LMS Assignment Submission' +#. Label of the member_name (Data) field in DocType 'LMS Badge Assignment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Feedback' +#. Label of the member_name (Data) field in DocType 'LMS Certificate' +#. Label of the member_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the member_name (Data) field in DocType 'LMS Certificate Request' +#. Label of the member_name (Data) field in DocType 'LMS Course Progress' +#. Label of the member_name (Data) field in DocType 'LMS Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' +#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 +msgid "Member Name" +msgstr "" + +#. Label of the member_subgroup (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Subgroup" +msgstr "" + +#. Label of the member_type (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Member Type" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Batch Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Member Username" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:251 +msgid "Member added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:25 +msgid "Member already enrolled in this batch" +msgstr "" + +#: lms/lms/doctype/lms_program/lms_program.py:29 +msgid "Member {0} has already been added to this batch." +msgstr "" + +#. Group in LMS Batch Old's connections +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Members" +msgstr "" + +#. Label of the membership (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Membership" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Memeber Username" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Label of the mentor (Link) field in DocType 'LMS Course Mentor Mapping' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Mentor" +msgstr "" + +#. Label of the mentor_name (Data) field in DocType 'LMS Course Mentor Mapping' +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "Mentor Name" +msgstr "" + +#. Label of the mentor_request_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Mentor Request" +msgstr "" + +#. Label of the mentor_request_creation (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:11 +#: lms/patches/create_mentor_request_email_templates.py:18 +#: lms/patches/create_mentor_request_email_templates.py:28 +msgid "Mentor Request Creation Template" +msgstr "" + +#. Label of the mentor_request_status_update (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:31 +#: lms/patches/create_mentor_request_email_templates.py:38 +#: lms/patches/create_mentor_request_email_templates.py:48 +msgid "Mentor Request Status Update Template" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Mentors" +msgstr "" + +#. Label of the meta_image (Attach Image) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:44 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:362 +msgid "Meta Image" +msgstr "" + +#. Label of the milestone (Check) field in DocType 'LMS Batch Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Milestone" +msgstr "" + +#: frontend/src/pages/Statistics.vue:81 +msgid "Milestones" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:48 +msgid "Minimum two options are required for multiple choice questions." +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:10 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Moderator" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:40 +msgid "Modified By" +msgstr "" + +#: lms/lms/api.py:208 +msgid "Module Name is incorrect or does not exist." +msgstr "" + +#: lms/lms/api.py:204 +msgid "Module is incorrect." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:39 +msgid "More" +msgstr "" + +#. Label of the multiple (Check) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Multiple Correct Answers" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:4 +msgid "My availability" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:113 +msgid "My calendar" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 +#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "New" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:178 +msgid "New Assignment" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:43 +msgid "New Assignment Submission" +msgstr "" + +#: lms/public/js/common_functions.js:255 lms/www/lms.py:89 +msgid "New Batch" +msgstr "" + +#: lms/www/lms.py:40 +msgid "New Course" +msgstr "" + +#: frontend/src/pages/Jobs.vue:23 +msgid "New Job" +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:27 +msgid "New Job Applicant" +msgstr "" + +#: frontend/src/pages/Programs.vue:105 +msgid "New Program" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:133 +msgid "New Program Course" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:134 +msgid "New Program Member" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:123 +msgid "New Question" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:450 frontend/src/pages/QuizForm.vue:458 +#: frontend/src/pages/Quizzes.vue:18 +msgid "New Quiz" +msgstr "" + +#: lms/www/new-sign-up.html:3 +msgid "New Sign Up" +msgstr "" + +#: lms/lms/utils.py:604 +msgid "New comment in batch {0}" +msgstr "" + +#: lms/lms/utils.py:597 +msgid "New reply on the topic {0} in course {1}" +msgstr "" + +#: frontend/src/components/Discussions.vue:4 +#: frontend/src/components/Discussions.vue:59 +msgid "New {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:213 frontend/src/pages/Lesson.vue:85 +msgid "Next" +msgstr "" + +#: lms/templates/quiz/quiz.html:125 +msgid "Next Question" +msgstr "" + +#: frontend/src/components/Assessments.vue:75 lms/templates/assessments.html:58 +msgid "No Assessments" +msgstr "" + +#: lms/templates/notifications.html:26 +msgid "No Notifications" +msgstr "" + +#: frontend/src/components/Quiz.vue:275 +msgid "No Quiz submissions found" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "No Recording" +msgstr "" + +#: lms/templates/upcoming_evals.html:43 +msgid "No Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/Annoucements.vue:24 +msgid "No announcements" +msgstr "" + +#: frontend/src/pages/Assignments.vue:56 +msgid "No assignments found" +msgstr "" + +#: frontend/src/pages/Batches.vue:79 +msgid "No batches found" +msgstr "" + +#: lms/templates/certificates_section.html:23 +msgid "No certificates" +msgstr "" + +#: lms/templates/courses_created.html:14 +msgid "No courses created" +msgstr "" + +#: frontend/src/pages/Courses.vue:151 +msgid "No courses found" +msgstr "" + +#: frontend/src/pages/Programs.vue:81 +msgid "No courses in this program" +msgstr "" + +#: lms/templates/courses_under_review.html:14 +msgid "No courses under review" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:101 +msgid "No feedback received yet." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:12 +msgid "No introduction" +msgstr "" + +#: frontend/src/pages/Jobs.vue:77 +msgid "No jobs posted" +msgstr "" + +#: frontend/src/components/LiveClass.vue:71 +msgid "No live classes scheduled" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:89 +msgid "No participants found" +msgstr "" + +#: frontend/src/pages/Programs.vue:91 +msgid "No programs found" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:61 +msgid "No quizzes found" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:61 +msgid "No slots available for this date." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:67 +msgid "No submissions" +msgstr "" + +#: lms/templates/course_list.html:13 +msgid "No {0}" +msgstr "" + +#: frontend/src/pages/Courses.vue:111 +msgid "No {0} courses" +msgstr "" + +#: lms/templates/quiz/quiz.html:147 +msgid "No." +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Not Allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Applicable" +msgstr "" + +#: lms/templates/assessments.html:48 +msgid "Not Attempted" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:6 +msgid "Not Available for Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Graded" +msgstr "" + +#: frontend/src/components/NoPermission.vue:7 frontend/src/pages/Batch.vue:156 +msgid "Not Permitted" +msgstr "" + +#: frontend/src/components/Assignment.vue:33 +#: frontend/src/components/BrandSettings.vue:10 +#: frontend/src/components/PaymentSettings.vue:9 +#: frontend/src/components/SettingDetails.vue:10 +#: frontend/src/pages/QuizSubmission.vue:9 +msgid "Not Saved" +msgstr "" + +#: frontend/src/pages/Notifications.vue:54 +msgid "Nothing to see here." +msgstr "" + +#. Label of the notifications (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Notifications" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:30 +msgid "Notify me when available" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:157 +msgid "Number of seats available" +msgstr "" + +#. Label of the sb_00 (Section Break) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Office close to Home" +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Offline" +msgstr "" + +#: lms/templates/emails/certification.html:16 +msgid "Once again, congratulations on this significant accomplishment." +msgstr "" + +#: frontend/src/components/Assignment.vue:57 +msgid "Once the moderator grades your submission, you'll find the details here." +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Online" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:157 +msgid "Only courses for which self learning is disabled can be added to program." +msgstr "" + +#: lms/templates/assignment.html:6 +msgid "Only files of type {0} will be accepted." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +msgid "Only image file is allowed." +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:220 +msgid "Only zip files are allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: frontend/src/pages/QuizForm.vue:17 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Open" +msgstr "" + +#: lms/templates/emails/assignment_submission.html:8 +msgid "Open Assignment" +msgstr "" + +#: lms/templates/emails/lms_message.html:13 +msgid "Open Course" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Open Ended" +msgstr "" + +#: lms/lms/widgets/MemberCard.html:16 +msgid "Open Network" +msgstr "" + +#. Label of the option (Data) field in DocType 'LMS Option' +#: frontend/src/components/Modals/Question.vue:64 +#: lms/lms/doctype/lms_option/lms_option.json +msgid "Option" +msgstr "" + +#. Label of the option_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 1" +msgstr "" + +#. Label of the option_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 2" +msgstr "" + +#. Label of the option_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 3" +msgstr "" + +#. Label of the option_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 4" +msgstr "" + +#. Label of the order_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Order ID" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:74 +msgid "Organisation" +msgstr "" + +#. Label of the organization (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:32 +msgid "Original Amount" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:28 +msgid "Others" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:39 +msgid "Owner" +msgstr "" + +#. Label of the pan (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "PAN" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "PDF" +msgstr "" + +#. Label of the pages (Table) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Pages" +msgstr "" + +#. Label of the paid_batch (Check) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:205 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:373 +msgid "Paid Batch" +msgstr "" + +#. Label of the paid_certificate (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:217 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Certificate" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:133 +msgid "Paid Certificate after Evaluation" +msgstr "" + +#. Label of the paid_course (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:207 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Course" +msgstr "" + +#: frontend/src/pages/Billing.vue:115 +msgid "Pan Number" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:145 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Part Time" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Partially Complete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:352 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Pass" +msgstr "" + +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:127 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Passing Percentage" +msgstr "" + +#. Label of the password (Password) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Password" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:112 +msgid "Paste the youtube link of a short video introducing the course" +msgstr "" + +#. Label of the payment (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the payment (Link) field in DocType 'LMS Enrollment' +#: frontend/src/pages/BatchForm.vue:199 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Payment Country" +msgstr "" + +#. Label of the payment_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Details" +msgstr "" + +#. Label of the payment_gateway (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Gateway" +msgstr "" + +#. Label of the payment_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment ID" +msgstr "" + +#. Label of the payment_received (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Received" +msgstr "" + +#. Label of the payment_reminder_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Reminder Template" +msgstr "" + +#. Label of the payment_settings_tab (Tab Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Settings" +msgstr "" + +#: frontend/src/pages/Billing.vue:21 +msgid "Payment for " +msgstr "" + +#. Label of the payment_for_certificate (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Certificate" +msgstr "" + +#. Label of the payment_for_document (Dynamic Link) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document" +msgstr "" + +#. Label of the payment_for_document_type (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document Type" +msgstr "" + +#. Label of the payments_app_is_not_installed (HTML) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payments app is not installed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:344 +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Pending" +msgstr "" + +#. Label of the percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:44 +#: frontend/src/pages/QuizSubmissionList.vue:97 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Percentage" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Percentage (e.g. 70%)" +msgstr "" + +#: frontend/src/components/Modals/BatchStudentProgress.vue:35 +msgid "Percentage/Status" +msgstr "" + +#: frontend/src/pages/Billing.vue:99 +msgid "Phone Number" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:169 +msgid "Please Login" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:33 +msgid "Please add {1} for {3} to send calendar invites for evaluations." +msgstr "" + +#: lms/overrides/user.py:240 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: lms/overrides/user.py:238 +msgid "Please check your email for verification" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:7 +msgid "Please click on the following button to set your new password" +msgstr "" + +#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +msgid "Please complete the previous courses in the program to enroll in this course." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:187 +msgid "Please enable Zoom Settings to use this feature." +msgstr "" + +#: frontend/src/components/CourseOutline.vue:317 +msgid "Please enroll for this course to view this lesson" +msgstr "" + +#: frontend/src/components/Quiz.vue:13 +msgid "Please ensure that you complete all the questions in {0} minutes." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:164 +msgid "Please enter a title." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:40 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:125 +msgid "Please enter a valid URL." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:176 +msgid "Please enter a valid time in the format HH:mm." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:119 +msgid "Please enter the URL for assignment submission." +msgstr "" + +#: lms/templates/quiz/quiz.js:176 +msgid "Please enter your answer" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:56 +msgid "Please install the Payments app to create a paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:53 +msgid "Please install the Payments app to create a paid courses." +msgstr "" + +#: frontend/src/pages/Billing.vue:255 +msgid "Please let us know where you heard about us from." +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:9 +msgid "Please login to access the assignment." +msgstr "" + +#: frontend/src/components/QuizBlock.vue:5 +msgid "Please login to access the quiz." +msgstr "" + +#: frontend/src/components/NoPermission.vue:25 frontend/src/pages/Batch.vue:167 +msgid "Please login to access this page." +msgstr "" + +#: lms/lms/api.py:200 +msgid "Please login to continue with payment." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:7 +#: lms/templates/emails/certificate_request_notification.html:7 +msgid "Please prepare well and be on time for the evaluations." +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:69 +msgid "Please schedule an evaluation to get certified." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:167 +msgid "Please select a date." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:191 +msgid "Please select a duration." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:188 +msgid "Please select a future date and time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:170 +msgid "Please select a time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:173 +msgid "Please select a timezone." +msgstr "" + +#: lms/templates/emails/job_report.html:6 +msgid "Please take appropriate action at {0}" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +#: frontend/src/components/UserDropdown.vue:244 +msgid "Please try again" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:177 +msgid "Please upload a SCORM package" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:122 +msgid "Please upload the assignment file." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Point of Score (e.g. 70)" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:85 +msgid "Possibility" +msgstr "" + +#. Label of the possibility_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 1" +msgstr "" + +#. Label of the possibility_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 2" +msgstr "" + +#. Label of the possibility_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 3" +msgstr "" + +#. Label of the possibility_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 4" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:52 +#: frontend/src/components/DiscussionReplies.vue:87 +msgid "Post" +msgstr "" + +#: frontend/src/pages/Billing.vue:95 +msgid "Postal Code" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:107 +msgid "Posted on" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Preferred Function" +msgstr "" + +#. Label of the preferred_functions (Table MultiSelect) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Functions" +msgstr "" + +#. Label of the preferred_industries (Table MultiSelect) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Industries" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Preferred Industry" +msgstr "" + +#. Label of the preferred_location (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Location" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Preview Image" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:110 +msgid "Preview Video" +msgstr "" + +#: frontend/src/pages/Lesson.vue:50 +msgid "Previous" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:368 +msgid "Pricing" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:201 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Pricing and Certification" +msgstr "" + +#. Label of the exception_country (Table MultiSelect) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Primary Countries" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Primary Subgroup" +msgstr "" + +#: lms/lms/utils.py:436 +msgid "Privacy Policy" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Private" +msgstr "" + +#. Description of the 'Hide my Private Information from others' (Check) field +#. in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Private Information includes your Grade and Work Environment Preferences" +msgstr "" + +#: frontend/src/pages/Billing.vue:129 +msgid "Proceed to Payment" +msgstr "" + +#. Label of the profession (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Profession" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:37 +msgid "Profile Image" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:155 +msgid "Program Course" +msgstr "" + +#. Label of the program_courses (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:17 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Courses" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:170 +msgid "Program Member" +msgstr "" + +#. Label of the program_members (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:79 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Members" +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:75 +#: frontend/src/components/Modals/BatchStudentProgress.vue:82 +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "Progress" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:77 +msgid "Progress (%)" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Public" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Certificate' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Publish on Participant Page" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Batch' +#. Label of the published (Check) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BulkCertificates.vue:51 +#: frontend/src/components/Modals/Event.vue:108 +#: frontend/src/pages/BatchForm.vue:27 frontend/src/pages/CourseForm.vue:171 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:266 +msgid "Published" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:4 +msgid "Published Courses" +msgstr "" + +#. Label of the published_on (Date) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:175 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Published On" +msgstr "" + +#. Label of the purchased_certificate (Check) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Purchased Certificate" +msgstr "" + +#. Label of the question (Small Text) field in DocType 'Course Lesson' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the question (Text Editor) field in DocType 'LMS Question' +#. Label of the question (Link) field in DocType 'LMS Quiz Question' +#. Label of the question (Text) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Assignment.vue:17 +#: frontend/src/components/Modals/Question.vue:38 +#: frontend/src/pages/AssignmentForm.vue:45 frontend/src/pages/QuizForm.vue:385 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:104 +msgid "Question" +msgstr "" + +#: lms/templates/quiz/quiz.html:62 +msgid "Question " +msgstr "" + +#. Label of the question_detail (Text) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Question Detail" +msgstr "" + +#. Label of the question_name (Link) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Question Name" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:264 +msgid "Question added successfully" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:316 +msgid "Question updated successfully" +msgstr "" + +#: frontend/src/components/Quiz.vue:88 +msgid "Question {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:190 +msgid "Question {0} of {1}" +msgstr "" + +#. Label of the questions (Table) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:117 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:427 +msgid "Questions deleted successfully" +msgstr "" + +#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:25 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/workspace/lms/lms.json +msgid "Quiz" +msgstr "" + +#. Label of the quiz_id (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz ID" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizPage.vue:47 frontend/src/pages/QuizPage.vue:53 +#: lms/lms/workspace/lms/lms.json +msgid "Quiz Submission" +msgstr "" + +#: frontend/src/pages/QuizSubmission.vue:128 +#: frontend/src/pages/QuizSubmissionList.vue:106 +msgid "Quiz Submissions" +msgstr "" + +#: frontend/src/components/Quiz.vue:227 +msgid "Quiz Summary" +msgstr "" + +#. Label of the quiz_title (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Quiz Title" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:339 +msgid "Quiz created successfully" +msgstr "" + +#: lms/plugins.py:96 +msgid "Quiz is not available to Guest users. Please login to continue." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:358 +msgid "Quiz updated successfully" +msgstr "" + +#. Description of the 'Quiz ID' (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:438 frontend/src/pages/Quizzes.vue:138 +#: frontend/src/pages/Quizzes.vue:148 +msgid "Quizzes" +msgstr "" + +#. Label of the rating (Rating) field in DocType 'LMS Certificate Evaluation' +#. Label of the rating (Data) field in DocType 'LMS Course' +#. Label of the rating (Rating) field in DocType 'LMS Course Review' +#: frontend/src/components/CourseCardOverlay.vue:115 +#: frontend/src/components/Modals/Event.vue:86 +#: frontend/src/components/Modals/ReviewModal.vue:20 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/templates/reviews.html:125 +msgid "Rating" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.py:17 +msgid "Rating cannot be 0" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Ready" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'LMS Batch +#. Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Reference DocName" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Batch Timetable' +#. Label of the reference_doctype (Link) field in DocType 'LMS Timetable +#. Legend' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Reference DocType" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Reference Document Type" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:17 +msgid "Regards" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:80 +msgid "Register Now" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Registered" +msgstr "" + +#: lms/overrides/user.py:201 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Rejected" +msgstr "" + +#. Label of the related_courses (Table) field in DocType 'LMS Course' +#. Name of a DocType +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/related_courses/related_courses.json +msgid "Related Courses" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:77 frontend/src/pages/CourseForm.vue:99 +msgid "Remove" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:27 +msgid "Reply To" +msgstr "" + +#: lms/lms/widgets/RequestInvite.html:7 +msgid "Request Invite" +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:20 +msgid "Request for Mentorship" +msgstr "" + +#. Label of the required_role (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Required Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 +msgid "Resend" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Restricted" +msgstr "" + +#. Label of the result (Table) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Result" +msgstr "" + +#. Label of the resume (Attach) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Resume" +msgstr "" + +#. Label of the review (Small Text) field in DocType 'LMS Course Review' +#. Label of a Link in the LMS Workspace +#: frontend/src/components/Modals/ReviewModal.vue:26 +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/workspace/lms/lms.json lms/templates/reviews.html:143 +msgid "Review" +msgstr "" + +#: lms/templates/reviews.html:100 +msgid "Review the course" +msgstr "" + +#. Label of the reviewed_by (Link) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Reviewed By" +msgstr "" + +#: lms/templates/reviews.html:4 +msgid "Reviews" +msgstr "" + +#. Label of the role (Select) field in DocType 'Cohort Staff' +#. Label of the role (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Role" +msgstr "" + +#. Label of the role (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Role Preference" +msgstr "" + +#. Label of the route (Data) field in DocType 'LMS Sidebar Item' +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Route" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:126 +msgid "Row #{0} Date cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:121 +msgid "Row #{0} End time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:103 +msgid "Row #{0} Start time cannot be greater than or equal to end time." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:112 +msgid "Row #{0} Start time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:34 +msgid "Rows {0} have the duplicate questions." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:21 +msgid "Run" +msgstr "" + +#. Label of the scorm_section (Section Break) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM" +msgstr "" + +#. Label of the scorm_package (Link) field in DocType 'Course Chapter' +#: frontend/src/components/Modals/ChapterModal.vue:22 +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package" +msgstr "" + +#. Label of the scorm_package_path (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package Path" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:34 +#: frontend/src/components/Assignment.vue:43 +#: frontend/src/components/Controls/CodeEditor.vue:25 +#: frontend/src/components/Modals/Event.vue:101 +#: frontend/src/components/Modals/Event.vue:129 +#: frontend/src/pages/AssignmentForm.vue:21 frontend/src/pages/BatchForm.vue:8 +#: frontend/src/pages/CourseForm.vue:20 frontend/src/pages/JobCreation.vue:8 +#: frontend/src/pages/LessonForm.vue:14 frontend/src/pages/ProgramForm.vue:7 +#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14 +#: lms/public/js/common_functions.js:405 +msgid "Save" +msgstr "" + +#. Label of the schedule (Table) field in DocType 'Course Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:5 +#: frontend/src/components/UpcomingEvaluations.vue:14 +msgid "Schedule Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Scheduled Flow" +msgstr "" + +#. Label of the scope (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Scope" +msgstr "" + +#. Label of the score (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:39 +#: frontend/src/pages/QuizSubmissionList.vue:91 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/templates/quiz/quiz.html:148 +msgid "Score" +msgstr "" + +#. Label of the score_out_of (Int) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Score Out Of" +msgstr "" + +#: frontend/src/components/Members.vue:15 frontend/src/pages/Jobs.vue:38 +msgid "Search" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:25 +msgid "Search by Name" +msgstr "" + +#: frontend/src/pages/Batches.vue:45 +msgid "Search by Title" +msgstr "" + +#: frontend/src/pages/Assignments.vue:25 +msgid "Search by title" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:36 +msgid "Search for an icon" +msgstr "" + +#. Label of the seat_count (Int) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:327 +msgid "Seat Count" +msgstr "" + +#: frontend/src/components/BatchCard.vue:18 +#: frontend/src/components/BatchOverlay.vue:12 +msgid "Seat Left" +msgstr "" + +#: frontend/src/components/BatchCard.vue:15 +#: frontend/src/components/BatchOverlay.vue:9 +msgid "Seats Left" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:94 +msgid "Select a question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:21 +msgid "Select a quiz" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:40 +msgid "Select a slot" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:28 +msgid "Select an assignment" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.js:7 +msgid "Send Confirmation Email" +msgstr "" + +#. Label of the send_calendar_invite_for_evaluations (Check) field in DocType +#. 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Send calendar invite for evaluations" +msgstr "" + +#. Label of the sessions_on (Data) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Sessions On Days" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:1 +msgid "Set your Password" +msgstr "" + +#: frontend/src/components/Modals/Settings.vue:7 +#: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:161 +#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 +msgid "Settings" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:62 +msgid "Share on" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:228 +msgid "Short Description" +msgstr "" + +#. Label of the short_introduction (Small Text) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:38 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Short Introduction" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:231 +msgid "Short description of the batch" +msgstr "" + +#. Label of the show_answer (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Show Answer" +msgstr "" + +#. Label of the show_answers (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:85 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Answers" +msgstr "" + +#. Label of the show_submission_history (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:90 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Submission History" +msgstr "" + +#. Label of the column_break_2 (Column Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show Tab in Batch" +msgstr "" + +#. Label of the show_usd_equivalent (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show USD Equivalent" +msgstr "" + +#. Label of the show_day_view (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show day view in timetable" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Show live class" +msgstr "" + +#. Label of the shuffle_questions (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:103 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Shuffle Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:97 +msgid "Shuffle Settings" +msgstr "" + +#. Label of the sidebar_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar" +msgstr "" + +#. Label of the sidebar_items (Table) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar Items" +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Sign Up is disabled" +msgstr "" + +#: lms/templates/signup-form.html:53 +msgid "Sign up" +msgstr "" + +#. Label of the signup_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Signup Email" +msgstr "" + +#. Label of the signup_settings_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Signup Settings" +msgstr "" + +#. Label of a chart in the LMS Workspace +#: frontend/src/pages/Statistics.vue:36 lms/lms/workspace/lms/lms.json +msgid "Signups" +msgstr "" + +#. Label of the skill (Table MultiSelect) field in DocType 'User' +#. Label of the skill (Data) field in DocType 'User Skill' +#: lms/fixtures/custom_field.json lms/lms/doctype/user_skill/user_skill.json +msgid "Skill" +msgstr "" + +#. Label of the skill_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Skill Details" +msgstr "" + +#. Label of the skill_name (Link) field in DocType 'Skills' +#: lms/lms/doctype/skills/skills.json +msgid "Skill Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/skills/skills.json +msgid "Skills" +msgstr "" + +#: lms/overrides/user.py:42 +msgid "Skills must be unique" +msgstr "" + +#: lms/templates/onboarding_header.html:6 +msgid "Skip" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:3 +msgid "Skip Onboarding" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:57 +msgid "Slot Times are overlapping for some schedules." +msgstr "" + +#. Label of the slug (Data) field in DocType 'Cohort' +#. Label of the slug (Data) field in DocType 'Cohort Subgroup' +#. Label of the slug (Data) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Slug" +msgstr "" + +#: frontend/src/components/BatchCard.vue:25 +#: frontend/src/components/BatchOverlay.vue:19 +msgid "Sold Out" +msgstr "" + +#. Label of the solution (Code) field in DocType 'Exercise Latest Submission' +#. Label of the solution (Code) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Solution" +msgstr "" + +#. Label of the source (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the source (Link) field in DocType 'LMS Payment' +#. Label of the source (Data) field in DocType 'LMS Source' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_source/lms_source.json +msgid "Source" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Staff" +msgstr "" + +#. Label of the stage (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Stage" +msgstr "" + +#: frontend/src/components/LiveClass.vue:50 frontend/src/components/Quiz.vue:67 +#: lms/templates/quiz/quiz.html:39 +msgid "Start" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'Education Detail' +#. Label of the start_date (Date) field in DocType 'LMS Batch' +#. Label of the start_date (Date) field in DocType 'LMS Batch Old' +#: frontend/src/pages/BatchForm.vue:106 +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/public/js/common_functions.js:275 +msgid "Start Date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:14 +msgid "Start Date:" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:65 +#: frontend/src/pages/Lesson.vue:22 frontend/src/pages/SCORMChapter.vue:28 +#: lms/templates/emails/lms_course_interest.html:9 +msgid "Start Learning" +msgstr "" + +#. Label of the start_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the start_time (Time) field in DocType 'LMS Batch' +#. Label of the start_time (Time) field in DocType 'LMS Batch Old' +#. Label of the start_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the start_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:130 +#: frontend/src/pages/ProfileEvaluator.vue:15 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:292 +msgid "Start Time" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:28 +msgid "Start Time cannot be greater than End Time" +msgstr "" + +#. Label of the start_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Start URL" +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Startup Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:83 +msgid "State" +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:136 +msgid "Statistics" +msgstr "" + +#. Label of the status (Select) field in DocType 'Job Opportunity' +#. Label of the status (Select) field in DocType 'Cohort' +#. Label of the status (Select) field in DocType 'Cohort Join Request' +#. Label of the status (Select) field in DocType 'Exercise Latest Submission' +#. Label of the status (Select) field in DocType 'Exercise Submission' +#. Label of the status (Select) field in DocType 'Invite Request' +#. Label of the status (Select) field in DocType 'LMS Assignment Submission' +#. Label of the status (Select) field in DocType 'LMS Batch Old' +#. Label of the status (Select) field in DocType 'LMS Certificate Evaluation' +#. Label of the status (Select) field in DocType 'LMS Certificate Request' +#. Label of the status (Select) field in DocType 'LMS Course' +#. Label of the status (Select) field in DocType 'LMS Course Progress' +#. Label of the status (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:91 +#: frontend/src/pages/AssignmentSubmissionList.vue:19 +#: frontend/src/pages/JobCreation.vue:41 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Status" +msgstr "" + +#: lms/templates/assessments.html:17 +msgid "Status/Score" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: frontend/src/pages/ProfileRoles.vue:28 lms/fixtures/custom_field.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/templates/signup-form.html:26 +msgid "Student" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:11 +msgid "Student Reviews" +msgstr "" + +#. Label of the show_students (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:20 +#: frontend/src/components/BatchStudents.vue:111 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Students" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:324 +msgid "Students deleted successfully" +msgstr "" + +#. Description of the 'Paid Batch' (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Students will be enrolled in a paid batch once they complete the payment" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Join Request' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the subgroup (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Subgroup" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:20 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Assignment.vue:29 +msgid "Submission" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:17 frontend/src/pages/QuizForm.vue:30 +msgid "Submission List" +msgstr "" + +#: frontend/src/components/Assignment.vue:10 +#: frontend/src/components/Assignment.vue:13 +msgid "Submission by" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:14 +#: frontend/src/components/Modals/AssessmentModal.vue:9 +#: frontend/src/components/Modals/BatchCourseModal.vue:9 +#: frontend/src/components/Modals/EvaluationModal.vue:9 +#: frontend/src/components/Modals/Question.vue:338 +#: frontend/src/components/Quiz.vue:218 lms/templates/assignment.html:9 +#: lms/templates/livecode/extension_footer.html:25 +#: lms/templates/quiz/quiz.html:128 lms/templates/reviews.html:163 +#: lms/www/new-sign-up.html:32 +msgid "Submit" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:23 +msgid "Submit your resume to proceed with your application for this position. Upon submission, it will be shared with the job poster." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:85 +#: lms/templates/livecode/extension_footer.html:115 +msgid "Submitted {0}" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +#: frontend/src/components/BatchCourses.vue:151 +#: frontend/src/components/BatchOverlay.vue:150 +#: frontend/src/components/BatchStudents.vue:324 +#: frontend/src/components/CourseCardOverlay.vue:189 +#: frontend/src/components/Modals/AnnouncementModal.vue:99 +#: frontend/src/components/Modals/AssessmentModal.vue:73 +#: frontend/src/components/Modals/BulkCertificates.vue:121 +#: frontend/src/components/Modals/ChapterModal.vue:153 +#: frontend/src/components/Modals/ChapterModal.vue:198 +#: frontend/src/components/Modals/Event.vue:255 +#: frontend/src/components/Modals/Event.vue:310 +#: frontend/src/components/Modals/Question.vue:264 +#: frontend/src/components/Modals/Question.vue:315 +#: frontend/src/pages/AssignmentForm.vue:155 +#: frontend/src/pages/CourseForm.vue:469 frontend/src/pages/ProgramForm.vue:229 +#: frontend/src/pages/ProgramForm.vue:251 +#: frontend/src/pages/ProgramForm.vue:272 +#: frontend/src/pages/ProgramForm.vue:298 frontend/src/pages/QuizForm.vue:339 +#: frontend/src/pages/QuizForm.vue:358 frontend/src/pages/QuizForm.vue:427 +msgid "Success" +msgstr "" + +#. Label of the summary (Small Text) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:97 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Sunday" +msgstr "" + +#: lms/lms/api.py:1012 +msgid "Suspicious pattern found in {0}: {1}" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/job_settings/job_settings.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/user_skill/user_skill.json +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "System Manager" +msgstr "" + +#. Label of the tags (Data) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:120 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Tags" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:18 +#: lms/templates/emails/mentor_request_creation_email.html:8 +#: lms/templates/emails/mentor_request_status_update_email.html:7 +msgid "Team School" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Team Work" +msgstr "" + +#. Label of the template (Link) field in DocType 'Cohort Web Page' +#. Label of the template (Link) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:43 +#: frontend/src/components/Modals/Event.vue:112 +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Template" +msgstr "" + +#: lms/overrides/user.py:205 +msgid "Temporarily Disabled" +msgstr "" + +#: lms/lms/utils.py:435 +msgid "Terms of Use" +msgstr "" + +#. Label of the test_results (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the test_results (Small Text) field in DocType 'Exercise +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Test Results" +msgstr "" + +#. Label of the tests (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Tests" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Text" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:7 +msgid "Thank you for providing your feedback!" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:17 +#: lms/templates/emails/lms_invite_request_approved.html:15 +#: lms/templates/emails/mentor_request_creation_email.html:7 +#: lms/templates/emails/mentor_request_status_update_email.html:6 +msgid "Thanks and Regards" +msgstr "" + +#: lms/lms/utils.py:1801 +msgid "The batch is full. Please contact the Administrator." +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:6 +msgid "The batch you have enrolled for is starting tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:5 +msgid "The course {0} is now available on {1}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:53 +msgid "The evaluator of this course is unavailable from {0} to {1}. Please select a date after {1}" +msgstr "" + +#: lms/templates/quiz/quiz.html:24 +msgid "The quiz has a time limit. For each question you will be given {0} seconds." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:71 +msgid "The slot is already booked by another participant." +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:40 +msgid "The status of your application has changed." +msgstr "" + +#: frontend/src/pages/Batches.vue:83 +msgid "There are no batches matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/components/CreateOutline.vue:12 +msgid "There are no chapters in this course. Create and manage chapters from here." +msgstr "" + +#: frontend/src/pages/Courses.vue:155 +msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:92 +msgid "There are no participants matching this criteria." +msgstr "" + +#: frontend/src/pages/Programs.vue:95 +msgid "There are no programs available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:94 +msgid "There are no seats available in this batch." +msgstr "" + +#: frontend/src/components/BatchStudents.vue:199 +msgid "There are no students in this batch." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:70 +msgid "There are no submissions for this assignment." +msgstr "" + +#: lms/templates/course_list.html:14 +msgid "There are no {0} on this site." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:85 +msgid "There has been an update on your submission for assignment {0}" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:59 +msgid "There has been an update on your submission. You have got a score of {0} for the quiz {1}" +msgstr "" + +#. Description of the 'section_break_ubxi' (Section Break) field in DocType +#. 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "These customisations will work on the main batch page." +msgstr "" + +#: frontend/src/pages/Badge.vue:14 +msgid "This badge has been awarded to {0} on {1}." +msgstr "" + +#. Label of the expire (Check) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "This certificate does no expire" +msgstr "" + +#: frontend/src/components/LiveClass.vue:64 +msgid "This class has ended" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:94 +msgid "This course has:" +msgstr "" + +#: lms/lms/utils.py:1644 +msgid "This course is free." +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:201 +msgid "This is a chapter in the course {0}" +msgstr "" + +#: frontend/src/pages/Lesson.vue:16 +msgid "This lesson is not available for preview. Please enroll in the course to access it." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:16 +msgid "This lesson is not available for preview. Please join the course to access it." +msgstr "" + +#: frontend/src/components/Quiz.vue:8 lms/templates/quiz/quiz.html:6 +msgid "This quiz consists of {0} questions." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Thursday" +msgstr "" + +#. Label of the time (Time) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:48 +#: frontend/src/components/Modals/LiveClassModal.vue:37 +#: frontend/src/components/Quiz.vue:45 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Time" +msgstr "" + +#. Label of the time (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Time Preference" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:29 +msgid "Time must be in 24 hour format (HH:mm). Example 11:30 or 22:00" +msgstr "" + +#. Label of the schedule_tab (Tab Break) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Timetable Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable" +msgstr "" + +#. Label of the timetable_legends (Table) field in DocType 'LMS Batch' +#. Label of the timetable_legends (Table) field in DocType 'LMS Timetable +#. Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable Legends" +msgstr "" + +#. Label of the timetable_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Timetable Template" +msgstr "" + +#. Label of the timezone (Data) field in DocType 'LMS Batch' +#. Label of the timezone (Data) field in DocType 'LMS Certificate Request' +#. Label of the timezone (Data) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/pages/BatchForm.vue:120 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Timezone" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:19 +#: lms/templates/emails/batch_start_reminder.html:18 +#: lms/templates/emails/live_class_reminder.html:18 +msgid "Timings:" +msgstr "" + +#. Label of the title (Data) field in DocType 'Cohort' +#. Label of the title (Data) field in DocType 'Cohort Subgroup' +#. Label of the title (Data) field in DocType 'Cohort Web Page' +#. Label of the title (Data) field in DocType 'Course Chapter' +#. Label of the title (Data) field in DocType 'Course Lesson' +#. Label of the title (Data) field in DocType 'LMS Assignment' +#. Label of the title (Data) field in DocType 'LMS Badge' +#. Label of the title (Data) field in DocType 'LMS Batch' +#. Label of the title (Data) field in DocType 'LMS Batch Old' +#. Label of the title (Data) field in DocType 'LMS Course' +#. Label of the title (Data) field in DocType 'LMS Exercise' +#. Label of the title (Data) field in DocType 'LMS Live Class' +#. Label of the title (Data) field in DocType 'LMS Program' +#. Label of the title (Data) field in DocType 'LMS Quiz' +#. Label of the title (Data) field in DocType 'LMS Sidebar Item' +#. Label of the title (Data) field in DocType 'LMS Timetable Template' +#. Label of the title (Data) field in DocType 'Work Experience' +#: frontend/src/components/Modals/DiscussionModal.vue:18 +#: frontend/src/components/Modals/LiveClassModal.vue:23 +#: frontend/src/pages/AssignmentForm.vue:32 +#: frontend/src/pages/Assignments.vue:152 frontend/src/pages/BatchForm.vue:19 +#: frontend/src/pages/CourseForm.vue:32 frontend/src/pages/JobCreation.vue:20 +#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:116 +#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:116 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:259 +msgid "Title" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:174 +msgid "Title is required" +msgstr "" + +#. Label of the unavailable_to (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:98 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "To Date" +msgstr "" + +#: lms/lms/utils.py:1655 +msgid "To join this batch, please contact the Administrator." +msgstr "" + +#: frontend/src/components/LessonHelp.vue:49 +msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." +msgstr "" + +#: lms/overrides/user.py:206 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#: frontend/src/pages/Billing.vue:53 +msgid "Total" +msgstr "" + +#. Label of the total_marks (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:67 frontend/src/pages/Quizzes.vue:121 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Total Marks" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:12 +msgid "Total Signups" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Travel" +msgstr "" + +#: frontend/src/components/Quiz.vue:256 lms/templates/quiz/quiz.html:131 +msgid "Try Again" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Tuesday" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:86 +msgid "Twitter" +msgstr "" + +#. Label of the type (Select) field in DocType 'Job Opportunity' +#. Label of the type (Select) field in DocType 'LMS Assignment' +#. Label of the type (Select) field in DocType 'LMS Assignment Submission' +#. Label of the type (Select) field in DocType 'LMS Question' +#. Label of the type (Select) field in DocType 'LMS Quiz Question' +#: frontend/src/components/Modals/AssessmentModal.vue:22 +#: frontend/src/components/Modals/Question.vue:54 +#: frontend/src/pages/AssignmentForm.vue:39 +#: frontend/src/pages/Assignments.vue:30 frontend/src/pages/Assignments.vue:157 +#: frontend/src/pages/JobCreation.vue:33 frontend/src/pages/Jobs.vue:55 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/templates/assessments.html:14 +msgid "Type" +msgstr "" + +#: frontend/src/components/Quiz.vue:612 +msgid "Type your answer" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "UK Grading (e.g. 1st, 2:2)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "URL" +msgstr "" + +#. Label of the unavailability_section (Section Break) field in DocType 'Course +#. Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Unavailability" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:23 +msgid "Unavailable From Date cannot be greater than Unavailable To Date" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Under Review" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Unlisted" +msgstr "" + +#: frontend/src/pages/Batches.vue:280 frontend/src/pages/Batches.vue:296 +msgid "Unpublished" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:60 +#: frontend/src/components/UnsplashImageBrowser.vue:54 +msgid "Unsplash" +msgstr "" + +#. Label of the unsplash_access_key (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Unsplash Access Key" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Unstructured Role" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#. Label of the upcoming (Check) field in DocType 'LMS Course' +#: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 +#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Upcoming" +msgstr "" + +#: frontend/src/pages/Batch.vue:179 +msgid "Upcoming Batches" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:5 +#: lms/templates/upcoming_evals.html:3 +msgid "Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/BrandSettings.vue:23 +#: frontend/src/components/PaymentSettings.vue:27 +#: frontend/src/components/SettingDetails.vue:23 +msgid "Update" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:11 +msgid "Update Password" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:59 frontend/src/pages/CourseForm.vue:80 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Assignment.vue:78 +msgid "Upload File" +msgstr "" + +#: frontend/src/components/Assignment.vue:77 +msgid "Uploading {0}%" +msgstr "" + +#. Label of the user (Link) field in DocType 'LMS Job Application' +#. Label of the email (Link) field in DocType 'Cohort Staff' +#. Label of the user (Link) field in DocType 'LMS Course Interest' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "User" +msgstr "" + +#. Label of the user_category (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:17 +msgid "User Category" +msgstr "" + +#. Label of the user_field (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "User Field" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "User Input" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/user_skill/user_skill.json +msgid "User Skill" +msgstr "" + +#: lms/job/doctype/job_opportunity/job_opportunity.py:40 +msgid "User {0} has reported the job post {1}" +msgstr "" + +#. Label of the username (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Username" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Users" +msgstr "" + +#. Label of the answer (Small Text) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Users Response" +msgstr "" + +#: lms/templates/signup-form.html:83 +msgid "Valid email and name required" +msgstr "" + +#. Label of the value (Rating) field in DocType 'LMS Batch Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Value" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Value Change" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 +msgid "Verification Code" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 +msgid "Verify" +msgstr "" + +#. Label of the video_link (Data) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Video Embed Link" +msgstr "" + +#: frontend/src/pages/Notifications.vue:38 +msgid "View" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:67 +msgid "View Certificate" +msgstr "" + +#. Label of the visibility (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Visibility" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Visit Batch" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:23 +#: lms/templates/emails/batch_start_reminder.html:26 +#: lms/templates/emails/live_class_reminder.html:22 +msgid "Visit the following link to view your " +msgstr "" + +#. Label of the internship (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Volunteering or Internship" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:6 +msgid "We are pleased to inform you that you have been enrolled in our upcoming batch. Congratulations!" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:7 +msgid "We have a limited number of seats, and they won't be available for long!" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 +msgid "We have sent the verificaton code to your email id " +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "We noticed that you started enrolling in the" +msgstr "" + +#. Label of the web_page (Link) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:23 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Web Page" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Wednesday" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:40 +#: lms/templates/emails/lms_invite_request_approved.html:4 +msgid "Welcome to {0}!" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:6 +msgid "What does include in preview mean?" +msgstr "" + +#: lms/templates/courses_under_review.html:15 +msgid "When a course gets submitted for review, it will be listed here." +msgstr "" + +#: frontend/src/pages/Billing.vue:106 +msgid "Where did you hear about us?" +msgstr "" + +#: lms/templates/emails/certification.html:10 +msgid "With this certification, you can now showcase your updated skills and share your achievement with your colleagues and on LinkedIn. To access your certificate, please click on the link provided below. Make sure you are logged in to the portal." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Withdrawn" +msgstr "" + +#. Label of the work_environment (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Environment" +msgstr "" + +#. Label of the work_experience (Table) field in DocType 'User' +#. Name of a DocType +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Work Experience" +msgstr "" + +#. Label of the work_experience_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Experience Details" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:8 +#: frontend/src/components/Modals/ReviewModal.vue:5 +#: lms/templates/reviews.html:117 +msgid "Write a Review" +msgstr "" + +#: lms/templates/reviews.html:31 lms/templates/reviews.html:103 +#: lms/templates/reviews_cta.html:3 lms/templates/reviews_cta.html:7 +msgid "Write a review" +msgstr "" + +#: frontend/src/components/Assignment.vue:120 +msgid "Write your answer here" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +msgid "You already have an evaluation on {0} at {1} for the course {2}." +msgstr "" + +#: frontend/src/pages/CourseCertification.vue:14 +msgid "You are already certified for this course. Click on the card below to open your certificate." +msgstr "" + +#: lms/lms/api.py:224 +msgid "You are already enrolled for this batch." +msgstr "" + +#: lms/lms/api.py:216 +msgid "You are already enrolled for this course." +msgstr "" + +#: frontend/src/pages/Batch.vue:161 +msgid "You are not a member of this batch. Please checkout our upcoming batches." +msgstr "" + +#: lms/lms/doctype/lms_batch_old/lms_batch_old.py:20 +msgid "You are not a mentor of the course {0}" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:316 +msgid "You are not enrolled" +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:22 +msgid "You are not enrolled in this course. Please enroll to access this lesson." +msgstr "" + +#: frontend/src/pages/Courses.vue:139 +msgid "You can add chapters and lessons to it." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:13 +#: lms/templates/emails/lms_invite_request_approved.html:11 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: lms/templates/quiz/quiz.html:18 +msgid "You can attempt this quiz only {0} {1}" +msgstr "" + +#: frontend/src/components/Quiz.vue:34 +msgid "You can attempt this quiz {0}." +msgstr "" + +#: lms/templates/emails/job_application.html:6 +msgid "You can find their resume attached to this email." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +msgid "You cannot schedule evaluations after {0}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +msgid "You cannot schedule evaluations for past slots." +msgstr "" + +#: frontend/src/components/NoPermission.vue:11 +msgid "You do not have permission to access this page." +msgstr "" + +#: lms/templates/notifications.html:27 +msgid "You don't have any notifications." +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "You got" +msgstr "" + +#: frontend/src/components/Quiz.vue:238 +#, python-format +msgid "You got {0}% correct answers with a score of {1} out of {2}" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:6 +msgid "You have a live class scheduled tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:22 +msgid "You have already applied for this job." +msgstr "" + +#: frontend/src/components/Quiz.vue:72 lms/templates/quiz/quiz.html:43 +msgid "You have already exceeded the maximum number of attempts allowed for this quiz." +msgstr "" + +#: lms/lms/api.py:237 +msgid "You have already purchased the certificate for this course." +msgstr "" + +#: lms/lms/doctype/lms_course_review/lms_course_review.py:17 +msgid "You have already reviewed this course" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:151 +msgid "You have been enrolled in this batch" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:190 +msgid "You have been enrolled in this course" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:30 +msgid "You have exceeded the maximum number of attempts ({0}) for this quiz" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:56 +msgid "You have got a score of {0} for the quiz {1}" +msgstr "" + +#: frontend/src/pages/Assignments.vue:60 +msgid "You have not created any assignments yet. To create a new assignment, click on the \"New\" button above." +msgstr "" + +#: frontend/src/pages/Quizzes.vue:65 +msgid "You have not created any quizzes yet. To create a new quiz, click on the \"New Quiz\" button above." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:12 lms/public/js/common_functions.js:126 +msgid "You have opted to be notified for this course. You will receive an email when the course becomes available." +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:170 +msgid "You need to login first to enroll for this course" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "You will be redirected to Frappe Cloud soon." +msgstr "" + +#: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 +#, python-format +msgid "You will have to get {0}% correct answers in order to pass the quiz." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:4 +msgid "You've applied to become a mentor for this course. Your request is currently under review." +msgstr "" + +#: frontend/src/components/Assignment.vue:55 +msgid "You've successfully submitted the assignment." +msgstr "" + +#. Label of the youtube (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video URL" +msgstr "" + +#. Description of the 'YouTube Video URL' (Data) field in DocType 'Course +#. Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video will appear at the top of the lesson." +msgstr "" + +#: lms/www/new-sign-up.html:56 +msgid "Your Account has been successfully created!" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:120 +msgid "Your calendar is set." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:3 +#: lms/templates/emails/certificate_request_notification.html:3 +msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +msgid "Your evaluation slot has been booked" +msgstr "" + +#: lms/templates/emails/certificate_request_notification.html:5 +msgid "Your evaluator is {0}" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "Your request to join us as a mentor for the course" +msgstr "" + +#: lms/templates/quiz/quiz.js:140 +msgid "Your score is" +msgstr "" + +#: frontend/src/components/Quiz.vue:231 +msgid "Your submission has been successfully saved. The instructor will review and grade it shortly, and you'll be notified of your final result." +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Zoom Settings" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activities" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activity" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "but didn’t complete your payment" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "cancel your application" +msgstr "" + +#: frontend/src/pages/Lesson.vue:178 +msgid "completed" +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "correct answers" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "has been" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:8 +msgid "in the last" +msgstr "" + +#: lms/templates/signup-form.html:12 +msgid "jane@example.com" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "member" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "members" +msgstr "" + +#: lms/templates/quiz/quiz.html:106 +msgid "of" +msgstr "" + +#: lms/templates/quiz/quiz.js:141 +msgid "out of" +msgstr "" + +#: frontend/src/components/JobCard.vue:30 +msgid "posted" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:386 +msgid "question_detail" +msgstr "" + +#: lms/templates/reviews.html:25 +msgid "ratings" +msgstr "" + +#: lms/templates/reviews.html:43 +msgid "stars" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:10 +msgid "weeks" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "you can" +msgstr "" + +#: lms/lms/api.py:802 lms/lms/api.py:810 +msgid "{0} Settings not found" +msgstr "" + +#: lms/templates/emails/job_application.html:2 +msgid "{0} has applied for the job position {1}" +msgstr "" + +#: lms/templates/emails/job_report.html:4 +msgid "{0} has reported a job post for the following reason." +msgstr "" + +#: lms/templates/emails/assignment_submission.html:2 +msgid "{0} has submitted the assignment {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:57 +msgid "{0} is already a Student of {1} course through {2} batch" +msgstr "" + +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.py:16 +msgid "{0} is already a mentor for course {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:30 +msgid "{0} is already a {1} of the course {2}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:91 +msgid "{0} is already certified for the batch {1}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:72 +msgid "{0} is already certified for the course {1}" +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:5 +msgid "{0} is your evaluator" +msgstr "" + +#: lms/lms/utils.py:681 +msgid "{0} mentioned you in a comment" +msgstr "" + +#: lms/templates/emails/mention_template.html:2 +msgid "{0} mentioned you in a comment in your batch." +msgstr "" + +#: lms/lms/utils.py:634 lms/lms/utils.py:640 +msgid "{0} mentioned you in a comment in {1}" +msgstr "" + +#: lms/lms/utils.py:457 +msgid "{0}k" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Active" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Completed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Enrolled" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Granted" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Passed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Published" +msgstr "" + From 55fe25b8cb476868ff7c142c3bc566ab537f0453 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:36 +0530 Subject: [PATCH 08/30] chore: Thai translations --- lms/locale/th.po | 6215 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6215 insertions(+) create mode 100644 lms/locale/th.po diff --git a/lms/locale/th.po b/lms/locale/th.po new file mode 100644 index 00000000..a795b3c4 --- /dev/null +++ b/lms/locale/th.po @@ -0,0 +1,6215 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: jannat@frappe.io\n" +"POT-Creation-Date: 2025-02-28 16:04+0000\n" +"PO-Revision-Date: 2025-03-05 22:14\n" +"Last-Translator: jannat@frappe.io\n" +"Language-Team: Thai\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: th\n" +"X-Crowdin-File: /[frappe.lms] develop/lms/locale/main.pot\n" +"X-Crowdin-File-ID: 90\n" +"Language: th_TH\n" + +#: lms/templates/emails/assignment_submission.html:5 +msgid " Please evaluate and grade it." +msgstr "" + +#: frontend/src/pages/Programs.vue:39 +#, python-format +msgid "% completed" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS Settings" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Setup a Home Page" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Visit LMS Portal" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Create a Course" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Documentation" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Get Started" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Master" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Statistics" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:58 +msgid "A course cannot have both paid certificate and certificate of completion." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:40 +msgid "A one line introduction to the course that appears on the course card" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:4 +msgid "About" +msgstr "" + +#: frontend/src/pages/Batch.vue:100 +msgid "About this batch" +msgstr "" + +#. Label of the verify_terms (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Acceptance for Terms and/or Policies" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Accepted" +msgstr "" + +#. Label of the account_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Account ID" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:17 +msgid "Achievements" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Active" +msgstr "" + +#: frontend/src/components/Assessments.vue:11 +#: frontend/src/components/BatchCourses.vue:11 +#: frontend/src/components/BatchStudents.vue:117 +#: frontend/src/components/Categories.vue:26 +#: frontend/src/components/LiveClass.vue:11 +#: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 +#: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 +msgid "Add" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:11 +#: frontend/src/components/CreateOutline.vue:18 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Add Chapter" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:129 +msgid "Add Lesson" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:75 +msgid "Add Slot" +msgstr "" + +#: lms/templates/onboarding_header.html:26 +msgid "Add a Chapter" +msgstr "" + +#: lms/templates/onboarding_header.html:33 +msgid "Add a Lesson" +msgstr "" + +#: frontend/src/components/Modals/StudentModal.vue:5 +msgid "Add a Student" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:56 +msgid "Add a chapter" +msgstr "" + +#: frontend/src/components/Modals/BatchCourseModal.vue:5 +msgid "Add a course" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:136 +msgid "Add a keyword and then press enter" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:81 +msgid "Add a lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:144 +#: frontend/src/pages/QuizForm.vue:183 +msgid "Add a new question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:11 +msgid "Add a quiz to your lesson" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:5 +msgid "Add an assessment" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:14 +msgid "Add an assignment to your lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:18 +msgid "Add an existing question" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:66 +msgid "Add at least one possible answer for this question: {0}" +msgstr "" + +#: frontend/src/components/Modals/PageModal.vue:6 +msgid "Add web page to sidebar" +msgstr "" + +#: frontend/src/components/Assignment.vue:65 +msgid "Add your assignment as {0}" +msgstr "" + +#. Label of the address (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:64 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Address" +msgstr "" + +#: frontend/src/pages/Billing.vue:74 +msgid "Address Line 1" +msgstr "" + +#: frontend/src/pages/Billing.vue:78 +msgid "Address Line 2" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Admin" +msgstr "" + +#. Name of a role +#: frontend/src/pages/Batches.vue:288 lms/lms/doctype/lms_badge/lms_badge.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Batches.vue:26 +msgid "All Batches" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:20 +msgid "All Certified Participants" +msgstr "" + +#: lms/lms/widgets/BreadCrumb.html:3 +msgid "All Courses" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:51 +msgid "All Feedback" +msgstr "" + +#: lms/templates/quiz/quiz.html:141 +msgid "All Submissions" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:46 +msgid "All questions should have the same marks if the limit is set." +msgstr "" + +#. Label of the allow_guest_access (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Allow Guest Access" +msgstr "" + +#. Label of the allow_posting (Check) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Allow Job Posting From Website" +msgstr "" + +#. Label of the allow_self_enrollment (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow Self Enrollment" +msgstr "" + +#. Label of the allow_future (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow accessing future dates" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:32 +msgid "Allow self enrollment" +msgstr "" + +#: lms/overrides/user.py:199 +msgid "Already Registered" +msgstr "" + +#. Label of the amount (Currency) field in DocType 'LMS Batch' +#. Label of the course_price (Currency) field in DocType 'LMS Course' +#. Label of the amount (Currency) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:209 frontend/src/pages/CourseForm.vue:220 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:379 +msgid "Amount" +msgstr "" + +#. Label of the amount_usd (Currency) field in DocType 'LMS Batch' +#. Label of the amount_usd (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:397 +msgid "Amount (USD)" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:60 +msgid "Amount and currency are required for paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:69 +msgid "Amount and currency are required for paid certificates." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:66 +msgid "Amount and currency are required for paid courses." +msgstr "" + +#. Label of the amount_with_gst (Currency) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Amount with GST" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:33 +msgid "Announcement" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:100 +msgid "Announcement has been sent successfully" +msgstr "" + +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment' +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the answer (Code) field in DocType 'LMS Exercise' +#: frontend/src/pages/QuizSubmission.vue:61 +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Answer" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:84 frontend/src/pages/CourseForm.vue:102 +msgid "Appears on the course card in the course list" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:63 frontend/src/pages/BatchForm.vue:81 +msgid "Appears when the batch URL is shared on any online platform" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:121 +msgid "Applications Received" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:42 +msgid "Apply" +msgstr "" + +#. Label of the apply_gst (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply GST for India" +msgstr "" + +#. Label of the apply_rounding (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply Rounding on Equivalent" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:6 +msgid "Apply for this job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Approved" +msgstr "" + +#: frontend/src/components/Apps.vue:13 +msgid "Apps" +msgstr "" + +#: frontend/src/pages/Batches.vue:277 frontend/src/pages/Batches.vue:295 +msgid "Archived" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:135 +msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:209 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#. Label of the user_category (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Ask User Category during Signup" +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:32 +#: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 +msgid "Assessment" +msgstr "" + +#. Label of the assessment_name (Dynamic Link) field in DocType 'LMS +#. Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Name" +msgstr "" + +#. Label of the assessment_type (Link) field in DocType 'LMS Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Type" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:73 +msgid "Assessment added successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:70 +msgid "Assessment {0} has already been added to this batch." +msgstr "" + +#. Label of the show_assessments (Check) field in DocType 'LMS Settings' +#: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/BatchStudents.vue:101 +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/templates/assessments.html:3 +msgid "Assessments" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:50 +msgid "Assign" +msgstr "" + +#. Label of the section_break_16 (Section Break) field in DocType 'Course +#. Lesson' +#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:12 +#: frontend/src/utils/assignment.js:25 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/templates/assignment.html:3 +msgid "Assignment" +msgstr "" + +#. Label of the assignment_attachment (Attach) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Attachment" +msgstr "" + +#. Label of the assignment_submission_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Assignment Submission Template" +msgstr "" + +#. Label of the assignment_title (Data) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Title" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:33 +msgid "Assignment for Lesson {0} by {1} already exists." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:155 +msgid "Assignment saved successfully" +msgstr "" + +#. Description of the 'Question' (Small Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Assignment will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:174 +msgid "Assignments" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:43 +msgid "At least one option must be correct for this question." +msgstr "" + +#. Label of the attire (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Attire Preference" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:123 +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Auto Assign" +msgstr "" + +#. Label of the auto_recording (Select) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Auto Recording" +msgstr "" + +#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/pages/CourseDetail.vue:20 +msgid "Average Rating" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:38 +msgid "Average of Feedback Received" +msgstr "" + +#: frontend/src/pages/Lesson.vue:97 +msgid "Back to Course" +msgstr "" + +#. Label of the badge (Link) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge" +msgstr "" + +#. Label of the badge_description (Small Text) field in DocType 'LMS Badge +#. Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Description" +msgstr "" + +#. Label of the badge_image (Attach) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Image" +msgstr "" + +#. Label of the batch (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the batch (Link) field in DocType 'LMS Batch Feedback' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Request' +#. Label of the batch_name (Link) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:32 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Batch" +msgstr "" + +#. Label of the batch_confirmation_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Confirmation Template" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/batch_course/batch_course.json +msgid "Batch Course" +msgstr "" + +#: lms/public/js/common_functions.js:428 +msgid "Batch Created" +msgstr "" + +#. Label of the section_break_5 (Section Break) field in DocType 'LMS Batch +#. Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Batch Description" +msgstr "" + +#. Label of the batch_details (Text Editor) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:236 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:349 +#: lms/templates/emails/batch_confirmation.html:24 +#: lms/templates/emails/batch_start_reminder.html:27 +#: lms/templates/emails/live_class_reminder.html:23 +msgid "Batch Details" +msgstr "" + +#. Label of the batch_details_raw (HTML Editor) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:356 +msgid "Batch Details Raw" +msgstr "" + +#. Name of a role +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Evaluator" +msgstr "" + +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Batch Name" +msgstr "" + +#. Label of the batch_old (Link) field in DocType 'Exercise Latest Submission' +#. Label of the batch_old (Link) field in DocType 'Exercise Submission' +#. Label of the batch_old (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Batch Old" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Batch +#. Old' +#. Label of the section_break_szgq (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Settings" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:11 +msgid "Batch Start Date:" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:418 +msgid "Batch Start Reminder" +msgstr "" + +#. Label of the batch_title (Data) field in DocType 'LMS Certificate' +#. Label of the batch_title (Data) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Title" +msgstr "" + +#: lms/public/js/common_functions.js:427 +msgid "Batch Updated" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:41 +msgid "Batch end date cannot be before the batch start date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:10 +msgid "Batch:" +msgstr "" + +#. Group in LMS Course's connections +#. Label of the batches (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batches.vue:303 +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:63 +msgid "Batches" +msgstr "" + +#. Label of the begin_date (Date) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Begin Date" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:31 +#: lms/templates/emails/batch_start_reminder.html:34 +#: lms/templates/emails/certification.html:20 +#: lms/templates/emails/live_class_reminder.html:30 +msgid "Best Regards" +msgstr "" + +#. Label of the billing_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: frontend/src/pages/Billing.vue:8 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Details" +msgstr "" + +#. Label of the billing_name (Data) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:70 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Name" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:75 +msgid "Bio" +msgstr "" + +#. Label of the body (Markdown Editor) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Body" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Both Individual and Team Work" +msgstr "" + +#. Label of the branch (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Branch" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:23 +msgid "Business Owner" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:47 +msgid "Buy this course" +msgstr "" + +#: lms/templates/emails/lms_message.html:11 +msgid "By" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "CGPA/4" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:61 +#: frontend/src/components/UpcomingEvaluations.vue:140 +msgid "Cancel" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:134 +msgid "Cancel this evaluation?" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Cancelled" +msgstr "" + +#. Label of the carrer_preference_details (Section Break) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Career Preference Details" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Casual Wear" +msgstr "" + +#. Label of the category (Link) field in DocType 'LMS Batch' +#. Label of the category (Data) field in DocType 'LMS Category' +#. Label of the category (Link) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 +#: frontend/src/pages/CertifiedParticipants.vue:37 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:316 lms/templates/signup-form.html:22 +msgid "Category" +msgstr "" + +#: frontend/src/components/Categories.vue:22 +msgid "Category Name" +msgstr "" + +#. Label of the certificate (Link) field in DocType 'LMS Enrollment' +#. Label of a shortcut in the LMS Workspace +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certificate" +msgstr "" + +#. Label of the certification_template (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certificate Email Template" +msgstr "" + +#: lms/templates/emails/certification.html:13 +msgid "Certificate Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:124 +msgid "Certificate of Completion" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:310 +msgid "Certificate saved successfully" +msgstr "" + +#: frontend/src/pages/ProfileCertificates.vue:4 +msgid "Certificates" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:121 +msgid "Certificates generated successfully" +msgstr "" + +#. Label of the certification (Table) field in DocType 'User' +#. Name of a DocType +#. Label of the certification (Check) field in DocType 'LMS Batch' +#. Label of the certification_section (Section Break) field in DocType 'LMS +#. Enrollment' +#. Label of a Card Break in the LMS Workspace +#. Label of a Link in the LMS Workspace +#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/Modals/Event.vue:371 +#: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 +#: frontend/src/pages/CourseCertification.vue:10 +#: frontend/src/pages/CourseCertification.vue:114 +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certification" +msgstr "" + +#. Label of the certification_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Certification Details" +msgstr "" + +#. Label of the certification_name (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Certification Name" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:36 +msgid "Certified" +msgstr "" + +#. Label of the certified_participants (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/CertifiedParticipants.vue:161 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certified Participants" +msgstr "" + +#: lms/templates/assignment.html:13 +msgid "Change" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +msgid "Changes saved successfully" +msgstr "" + +#. Label of the chapter (Link) field in DocType 'Chapter Reference' +#. Label of the chapter (Link) field in DocType 'LMS Course Progress' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/chapter_reference/chapter_reference.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/workspace/lms/lms.json +msgid "Chapter" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/chapter_reference/chapter_reference.json +msgid "Chapter Reference" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:154 +msgid "Chapter added successfully" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:198 +msgid "Chapter updated successfully" +msgstr "" + +#. Label of the chapters (Table) field in DocType 'LMS Course' +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Chapters" +msgstr "" + +#: frontend/src/components/Quiz.vue:205 lms/templates/quiz/quiz.html:120 +msgid "Check" +msgstr "" + +#: lms/templates/emails/mention_template.html:10 +msgid "Check Discussion" +msgstr "" + +#: lms/templates/certificates_section.html:24 +msgid "Check out the {0} to know more about certification." +msgstr "" + +#: frontend/src/components/NoPermission.vue:19 +msgid "Checkout Courses" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Choices" +msgstr "" + +#: frontend/src/components/Quiz.vue:610 lms/templates/quiz/quiz.html:53 +msgid "Choose all answers that apply" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:27 +msgid "Choose an icon" +msgstr "" + +#: frontend/src/components/Quiz.vue:611 lms/templates/quiz/quiz.html:53 +msgid "Choose one answer" +msgstr "" + +#. Label of the city (Data) field in DocType 'User' +#: frontend/src/pages/Billing.vue:81 lms/fixtures/custom_field.json +msgid "City" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:10 +msgid "Class:" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:49 +msgid "Clear" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Clearly Defined Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 +msgid "Click here to login" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:30 +msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." +msgstr "" + +#. Label of the client_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client ID" +msgstr "" + +#. Label of the client_secret (Password) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client Secret" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Closed" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Cloud" +msgstr "" + +#. Label of the code (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Code" +msgstr "" + +#. Name of a DocType +#. Label of the cohort (Link) field in DocType 'Cohort Join Request' +#. Label of the cohort (Link) field in DocType 'Cohort Mentor' +#. Label of the cohort (Link) field in DocType 'Cohort Staff' +#. Label of the cohort (Link) field in DocType 'Cohort Subgroup' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the cohort (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Cohort" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Cohort Join Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Cohort Mentor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Cohort Staff" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Cohort Subgroup" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Cohort Web Page" +msgstr "" + +#. Label of the collaboration (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Collaboration Preference" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Collapse all chapters" +msgstr "" + +#. Label of the college (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "College Name" +msgstr "" + +#. Label of the color (Color) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Color" +msgstr "" + +#. Label of the comments (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the comments (Small Text) field in DocType 'Exercise Submission' +#. Label of the comments (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the comments (Small Text) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Assignment.vue:160 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Comments" +msgstr "" + +#: frontend/src/components/Assignment.vue:139 +msgid "Comments by Evaluator" +msgstr "" + +#. Label of the company (Data) field in DocType 'LMS Job Application' +#. Label of the company (Data) field in DocType 'Work Experience' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Company" +msgstr "" + +#. Label of the company_details_section (Section Break) field in DocType 'Job +#. Opportunity' +#: frontend/src/pages/JobCreation.vue:64 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Details" +msgstr "" + +#. Label of the company_email_address (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:83 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Email Address" +msgstr "" + +#. Label of the company_logo (Attach Image) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:88 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Logo" +msgstr "" + +#. Label of the company_name (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:70 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Name" +msgstr "" + +#. Label of the company_type (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Company Type" +msgstr "" + +#. Label of the company_website (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:76 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Website" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:18 +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 +msgid "Complete" +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:7 +msgid "Complete Sign Up" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:15 +msgid "Complete Your Enrollment" +msgstr "" + +#: lms/lms/doctype/lms_payment/lms_payment.py:40 +msgid "Complete Your Enrollment - Don't miss out!" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/widgets/CourseCard.html:78 +msgid "Completed" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:369 +msgid "Completed by Students" +msgstr "" + +#. Label of the enable_certification (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:212 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Completion Certificate" +msgstr "" + +#: frontend/src/pages/Statistics.vue:66 +msgid "Completions" +msgstr "" + +#. Label of the condition (Code) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Condition" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:16 +msgid "Condition must be in valid JSON format." +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:21 +msgid "Condition must be valid python code." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:214 +msgid "Confirm" +msgstr "" + +#. Label of the confirmation_email_sent (Check) field in DocType 'LMS Batch +#. Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Confirmation Email Sent" +msgstr "" + +#. Label of the confirmation_email_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Confirmation Email Template" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:29 +msgid "Congratulations on getting certified!" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:55 +msgid "Contact the Administrator to enroll for this course." +msgstr "" + +#. Label of the content (Text) field in DocType 'Course Lesson' +#. Label of the content (Rating) field in DocType 'LMS Batch Feedback' +#: frontend/src/pages/LessonForm.vue:62 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Content" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:29 +msgid "Continue Learning" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:146 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Contract" +msgstr "" + +#: lms/lms/utils.py:437 +msgid "Cookie Policy" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:68 +msgid "Copy the URL of the video from YouTube and paste it in the editor." +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Corporate Organization" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:165 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Correct" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:73 +msgid "Correct Answer" +msgstr "" + +#. Label of the country (Link) field in DocType 'User' +#. Label of the country (Link) field in DocType 'Payment Country' +#: frontend/src/pages/Billing.vue:92 lms/fixtures/custom_field.json +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Country" +msgstr "" + +#. Label of the course (Link) field in DocType 'Batch Course' +#. Label of the course (Link) field in DocType 'Cohort' +#. Label of the course (Link) field in DocType 'Cohort Mentor' +#. Label of the course (Link) field in DocType 'Cohort Staff' +#. Label of the course (Link) field in DocType 'Cohort Subgroup' +#. Label of the course (Link) field in DocType 'Course Chapter' +#. Label of the course (Link) field in DocType 'Course Lesson' +#. Label of the course (Link) field in DocType 'Exercise Latest Submission' +#. Label of the course (Link) field in DocType 'Exercise Submission' +#. Label of the course (Link) field in DocType 'LMS Assignment Submission' +#. Label of the course (Link) field in DocType 'LMS Batch Old' +#. Label of the course (Link) field in DocType 'LMS Certificate' +#. Label of the course (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the course (Link) field in DocType 'LMS Certificate Request' +#. Label of the course (Link) field in DocType 'LMS Course Interest' +#. Label of the course (Link) field in DocType 'LMS Course Mentor Mapping' +#. Label of the course (Link) field in DocType 'LMS Course Progress' +#. Label of the course (Link) field in DocType 'LMS Course Review' +#. Label of the course (Link) field in DocType 'LMS Enrollment' +#. Label of the course (Link) field in DocType 'LMS Exercise' +#. Label of the course (Link) field in DocType 'LMS Mentor Request' +#. Label of the course (Link) field in DocType 'LMS Program Course' +#. Label of the course (Link) field in DocType 'LMS Quiz' +#. Label of the course (Link) field in DocType 'LMS Quiz Submission' +#. Label of the course (Link) field in DocType 'Related Courses' +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/BatchCourseModal.vue:20 +#: frontend/src/components/Modals/BulkCertificates.vue:38 +#: frontend/src/components/Modals/EvaluationModal.vue:20 +#: frontend/src/components/Modals/Event.vue:24 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/related_courses/related_courses.json +#: lms/lms/report/course_progress_summary/course_progress_summary.js:9 +#: lms/lms/report/course_progress_summary/course_progress_summary.py:51 +#: lms/lms/workspace/lms/lms.json +msgid "Course" +msgstr "" + +#. Name of a DocType +#. Label of the chapter (Link) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Chapter" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Completed" +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:16 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Course Creator" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Data" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:49 +msgid "Course Description" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Course Evaluator" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:62 +msgid "Course Image" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Course Instructor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Lesson" +msgstr "" + +#: lms/www/lms.py:30 +msgid "Course List" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:58 +msgid "Course Name" +msgstr "" + +#: frontend/src/pages/CourseDetail.vue:76 +msgid "Course Outline" +msgstr "" + +#. Name of a report +#: lms/lms/report/course_progress_summary/course_progress_summary.json +msgid "Course Progress Summary" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Course Settings" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Stats" +msgstr "" + +#. Label of the title (Data) field in DocType 'Batch Course' +#. Label of the course_title (Data) field in DocType 'Course Chapter' +#. Label of the course_title (Data) field in DocType 'LMS Certificate' +#. Label of the course_title (Data) field in DocType 'LMS Certificate Request' +#. Label of the course_title (Data) field in DocType 'LMS Program Course' +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "Course Title" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:229 +msgid "Course added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:265 +msgid "Course already added to the batch." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:469 +msgid "Course deleted successfully" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:298 +msgid "Course moved successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:49 +#: lms/lms/doctype/lms_program/lms_program.py:19 +msgid "Course {0} has already been added to this batch." +msgstr "" + +#. Label of the courses (Table) field in DocType 'LMS Batch' +#. Label of the show_courses (Check) field in DocType 'LMS Settings' +#. Label of the courses (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchCourses.vue:5 +#: frontend/src/components/BatchOverlay.vue:29 +#: frontend/src/components/BatchStudents.vue:52 +#: frontend/src/components/BatchStudents.vue:92 +#: frontend/src/components/Modals/BatchStudentProgress.vue:79 +#: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 +#: frontend/src/pages/CourseCertification.vue:106 +#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Courses" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:28 +msgid "Courses Completed" +msgstr "" + +#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 +msgid "Courses Mentored" +msgstr "" + +#: frontend/src/components/BatchCourses.vue:151 +msgid "Courses deleted successfully" +msgstr "" + +#. Label of the cover_image (Attach Image) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Cover Image" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/Programs.vue:108 +msgid "Create" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 +msgid "Create LMS Certificate" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 +msgid "Create LMS Certificate Evaluation" +msgstr "" + +#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +msgid "Create a Course" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:5 +msgid "Create a Live Class" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:30 +msgid "Create a course" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:31 +msgid "Create a new question" +msgstr "" + +#: frontend/src/pages/Assignments.vue:163 +msgid "Created" +msgstr "" + +#. Label of the currency (Link) field in DocType 'LMS Batch' +#. Label of the currency (Link) field in DocType 'LMS Course' +#. Label of the currency (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:217 frontend/src/pages/CourseForm.vue:225 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:387 +msgid "Currency" +msgstr "" + +#. Label of the current_lesson (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Current Lesson" +msgstr "" + +#. Label of the custom_component (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom HTML" +msgstr "" + +#. Label of the custom_script (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom Script (JavaScript)" +msgstr "" + +#. Label of the custom_signup_content (HTML Editor) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Custom Signup Content" +msgstr "" + +#. Label of the customisations_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Customisations" +msgstr "" + +#. Label of the show_dashboard (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Dashboard" +msgstr "" + +#. Label of the date (Date) field in DocType 'LMS Batch Timetable' +#. Label of the date (Date) field in DocType 'LMS Certificate Evaluation' +#. Label of the date (Date) field in DocType 'LMS Certificate Request' +#. Label of the date (Date) field in DocType 'LMS Live Class' +#. Label of the date (Date) field in DocType 'Scheduled Flow' +#: frontend/src/components/Modals/EvaluationModal.vue:26 +#: frontend/src/components/Modals/Event.vue:40 +#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/templates/quiz/quiz.html:149 +msgid "Date" +msgstr "" + +#. Label of the section_break_glxh (Section Break) field in DocType 'LMS Live +#. Class' +#: frontend/src/pages/BatchForm.vue:100 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Date and Time" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:14 +msgid "Date:" +msgstr "" + +#. Label of the day (Select) field in DocType 'Evaluator Schedule' +#. Label of the day (Int) field in DocType 'LMS Batch Timetable' +#. Label of the day (Select) field in DocType 'LMS Certificate Request' +#: frontend/src/pages/ProfileEvaluator.vue:12 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Day" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:2 +#: lms/templates/emails/mentor_request_status_update_email.html:2 +msgid "Dear" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:2 +#: lms/templates/emails/batch_start_reminder.html:2 +#: lms/templates/emails/certification.html:2 +#: lms/templates/emails/live_class_reminder.html:2 +msgid "Dear " +msgstr "" + +#. Label of the default_currency (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Default Currency" +msgstr "" + +#. Label of the degree_type (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Degree Type" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:240 +#: frontend/src/components/CourseOutline.vue:298 +#: frontend/src/pages/CourseForm.vue:15 frontend/src/pages/CourseForm.vue:482 +msgid "Delete" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:52 +msgid "Delete Chapter" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:476 +msgid "Delete Course" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:292 +msgid "Delete this chapter?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:234 +msgid "Delete this lesson?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:477 +msgid "Deleting the course will also delete all its chapters and lessons. Are you sure you want to delete this course?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:293 +msgid "Deleting this chapter will also delete all its lessons and permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:235 +msgid "Deleting this lesson will permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'Job Opportunity' +#. Label of the description (Small Text) field in DocType 'Certification' +#. Label of the description (Markdown Editor) field in DocType 'Cohort' +#. Label of the description (Markdown Editor) field in DocType 'Cohort +#. Subgroup' +#. Label of the description (Small Text) field in DocType 'LMS Badge' +#. Label of the description (Small Text) field in DocType 'LMS Batch' +#. Label of the description (Markdown Editor) field in DocType 'LMS Batch Old' +#. Label of the description (Text Editor) field in DocType 'LMS Course' +#. Label of the description (Small Text) field in DocType 'LMS Exercise' +#. Label of the description (Text) field in DocType 'LMS Live Class' +#. Label of the description (Small Text) field in DocType 'Work Experience' +#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:342 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:51 +msgid "Desk" +msgstr "" + +#: frontend/src/components/Modals/DiscussionModal.vue:22 +#: frontend/src/pages/AssignmentForm.vue:27 frontend/src/pages/BatchForm.vue:14 +#: frontend/src/pages/CourseForm.vue:28 frontend/src/pages/QuizForm.vue:42 +msgid "Details" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 +msgid "Didn't receive the code?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:194 +msgid "Disable Self Enrollment" +msgstr "" + +#. Label of the disable_self_learning (Check) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Disable Self Learning" +msgstr "" + +#. Label of the disabled (Check) field in DocType 'Job Opportunity' +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Disabled" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:55 +#: lms/lms/widgets/NoPreviewModal.html:25 lms/templates/reviews.html:159 +msgid "Discard" +msgstr "" + +#. Label of the show_discussions (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batch.vue:85 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Discussions" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Document" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:11 +msgid "Don’t miss this opportunity to enhance your skills. Click below to complete your enrollment" +msgstr "" + +#. Label of the dream_companies (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Dream Companies" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:33 +msgid "Duplicate options found for this question." +msgstr "" + +#. Label of the duration (Data) field in DocType 'Cohort' +#. Label of the duration (Data) field in DocType 'LMS Batch Timetable' +#. Label of the duration (Int) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Duration" +msgstr "" + +#. Label of the duration (Data) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:63 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Duration (in minutes)" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:58 +msgid "Duration of the live class in minutes" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "E-Mail" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "E-mail" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:107 +#: frontend/src/components/CourseCardOverlay.vue:88 +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/JobDetail.vue:31 frontend/src/pages/Lesson.vue:66 +#: frontend/src/pages/Profile.vue:32 frontend/src/pages/Programs.vue:53 +msgid "Edit" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:45 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Edit Chapter" +msgstr "" + +#: frontend/src/pages/Profile.vue:68 +msgid "Edit Profile" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:182 +msgid "Edit the question" +msgstr "" + +#. Label of the education (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Education Detail" +msgstr "" + +#. Label of the education_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education Details" +msgstr "" + +#: frontend/src/components/Members.vue:32 lms/templates/signup-form.html:10 +msgid "Email" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:16 +msgid "Email ID" +msgstr "" + +#. Label of the email_sent (Check) field in DocType 'LMS Course Interest' +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "Email Sent" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:167 +msgid "Email Template" +msgstr "" + +#. Label of the email_templates_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Email Templates" +msgstr "" + +#. Label of the show_emails (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Emails" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:25 +msgid "Employee" +msgstr "" + +#. Label of the enable (Check) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Enable" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:20 +msgid "Enable Google API in Google Settings to send calendar invites for evaluations." +msgstr "" + +#. Label of the enable_learning_paths (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Enable Learning Paths" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:24 +msgid "Enable this only if you want to upload a SCORM package as a chapter." +msgstr "" + +#. Label of the enabled (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Enabled" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:53 +msgid "Enabling this will publish the certificate on the certified participants page." +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Cohort' +#. Label of the end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:113 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:282 +msgid "End Date" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "End Date (or expected)" +msgstr "" + +#. Label of the end_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the end_time (Time) field in DocType 'LMS Batch' +#. Label of the end_time (Time) field in DocType 'LMS Batch Old' +#. Label of the end_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the end_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:137 +#: frontend/src/pages/ProfileEvaluator.vue:18 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:299 +msgid "End Time" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:94 +msgid "Enroll Now" +msgstr "" + +#: frontend/src/pages/Batches.vue:292 +msgid "Enrolled" +msgstr "" + +#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCardOverlay.vue:106 +#: frontend/src/pages/CourseDetail.vue:33 +msgid "Enrolled Students" +msgstr "" + +#: lms/public/js/common_functions.js:96 +msgid "Enrolled successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:93 +msgid "Enrollment Confirmation for {0}" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:20 +msgid "Enrollment Count" +msgstr "" + +#: lms/lms/utils.py:1769 +msgid "Enrollment Failed" +msgstr "" + +#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of a chart in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/pages/Statistics.vue:51 +#: lms/lms/doctype/lms_course/lms_course.json lms/lms/workspace/lms/lms.json +msgid "Enrollments" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:25 +msgid "Enter Client Id and Client Secret in Google Settings to send calendar invites for evaluations." +msgstr "" + +#: frontend/src/components/Assignment.vue:110 +msgid "Enter a URL" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:49 +msgid "Enter a title and save the quiz to proceed" +msgstr "" + +#: lms/templates/quiz/quiz.html:53 +msgid "Enter the correct answer" +msgstr "" + +#: frontend/src/components/Assignment.vue:280 +#: frontend/src/components/Modals/AnnouncementModal.vue:105 +#: frontend/src/components/Modals/BulkCertificates.vue:115 +#: frontend/src/components/Modals/ChapterModal.vue:159 +#: frontend/src/components/Modals/ChapterModal.vue:166 +#: frontend/src/components/Modals/ChapterModal.vue:202 +#: frontend/src/components/Modals/Question.vue:249 +#: frontend/src/components/Modals/Question.vue:269 +#: frontend/src/components/Modals/Question.vue:326 +#: frontend/src/components/Modals/StudentModal.vue:67 +#: frontend/src/components/Quiz.vue:589 +#: frontend/src/components/SettingDetails.vue:62 +#: frontend/src/pages/AssignmentForm.vue:139 +#: frontend/src/pages/AssignmentForm.vue:159 frontend/src/pages/Billing.vue:263 +#: frontend/src/pages/QuizForm.vue:346 frontend/src/pages/QuizForm.vue:361 +#: frontend/src/pages/QuizSubmission.vue:147 +msgid "Error" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:180 +msgid "Error creating live class. Please try again. {0}" +msgstr "" + +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/Event.vue:364 lms/lms/workspace/lms/lms.json +msgid "Evaluation" +msgstr "" + +#. Label of the section_break_6 (Section Break) field in DocType 'LMS +#. Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Evaluation Details" +msgstr "" + +#. Label of the evaluation_end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:161 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:333 +msgid "Evaluation End Date" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Evaluation Request" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:77 +msgid "Evaluation end date cannot be less than the batch end date." +msgstr "" + +#: frontend/src/components/Modals/Event.vue:255 +msgid "Evaluation saved successfully" +msgstr "" + +#. Label of the evaluator (Link) field in DocType 'Batch Course' +#. Label of the evaluator (Link) field in DocType 'Course Evaluator' +#. Label of the evaluator (Link) field in DocType 'LMS Assignment Submission' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Request' +#. Label of the evaluator (Link) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BatchCourseModal.vue:26 +#: frontend/src/components/Modals/BulkCertificates.vue:22 +#: frontend/src/pages/CourseForm.vue:231 frontend/src/pages/ProfileRoles.vue:22 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/templates/upcoming_evals.html:33 +msgid "Evaluator" +msgstr "" + +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Evaluator Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +msgid "Evaluator Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:151 +msgid "Evaluator is Unavailable" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:62 +msgid "Evaluator is required for paid certificates." +msgstr "" + +#. Label of the event (Select) field in DocType 'LMS Badge' +#. Label of the event (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Event" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:122 +msgid "Example: IST (+5:30)" +msgstr "" + +#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' +#. Label of the exercise (Link) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Exercise Latest Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Submission" +msgstr "" + +#. Label of the exercise_title (Data) field in DocType 'Exercise Latest +#. Submission' +#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Title" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Expand all chapters" +msgstr "" + +#. Label of the expiration_date (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Expiration Date" +msgstr "" + +#. Label of the expiry_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:33 +#: frontend/src/components/Modals/Event.vue:126 +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Expiry Date" +msgstr "" + +#. Label of the explanation_1 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_3 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_4 (Small Text) field in DocType 'LMS Question' +#: frontend/src/components/Modals/Question.vue:69 +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation" +msgstr "" + +#. Label of the explanation_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation " +msgstr "" + +#: lms/lms/web_template/course_cards/course_cards.html:15 +#: lms/lms/web_template/recently_published_courses/recently_published_courses.html:16 +msgid "Explore More" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:356 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Fail" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:243 +msgid "Failed to login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +msgid "Failed to resend code" +msgstr "" + +#. Label of the featured (Check) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:16 +#: frontend/src/pages/CourseForm.vue:189 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Featured" +msgstr "" + +#. Label of the feedback (Small Text) field in DocType 'LMS Batch Feedback' +#: frontend/src/components/BatchFeedback.vue:29 +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Feedback" +msgstr "" + +#: frontend/src/components/Assignment.vue:61 +msgid "Feel free to make edits to your submission if needed." +msgstr "" + +#. Label of the field_to_check (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Field To Check" +msgstr "" + +#. Label of the major (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Field of Major/Study" +msgstr "" + +#. Label of the file_type (Select) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "File Type" +msgstr "" + +#: frontend/src/pages/Jobs.vue:33 +msgid "Find the perfect job for you" +msgstr "" + +#: frontend/src/components/Members.vue:38 +#: frontend/src/components/Modals/EditProfile.vue:59 +msgid "First Name" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Fixed 9-5" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Flexible Time" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:459 +msgid "Form to create and edit quizzes" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Formal Wear" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 +msgid "Frappe Cloud Login Successful" +msgstr "" + +#: lms/lms/widgets/CourseCard.html:114 +msgid "Free" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:147 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Freelance" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:27 +msgid "Freelancer/Just looking" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "French (e.g. Distinction)" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Friday" +msgstr "" + +#. Label of the unavailable_from (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:85 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "From Date" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'Invite Request' +#. Label of the full_name (Data) field in DocType 'LMS Program Member' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/templates/signup-form.html:5 +msgid "Full Name" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:144 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Full Time" +msgstr "" + +#. Name of a DocType +#. Label of the function (Data) field in DocType 'Function' +#. Label of the function (Link) field in DocType 'Preferred Function' +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Function" +msgstr "" + +#: frontend/src/pages/Billing.vue:43 +msgid "GST Amount" +msgstr "" + +#: frontend/src/pages/Billing.vue:110 +msgid "GST Number" +msgstr "" + +#. Label of the gstin (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "GSTIN" +msgstr "" + +#. Label of the general_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "General" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:5 +#: frontend/src/pages/Batch.vue:12 +msgid "Generate Certificates" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +msgid "Generate Google Meet Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:75 +msgid "Get Certificate" +msgstr "" + +#: frontend/src/components/CertificationLinks.vue:24 +#: frontend/src/components/CertificationLinks.vue:40 +#: frontend/src/pages/CertifiedParticipants.vue:11 +msgid "Get Certified" +msgstr "" + +#: lms/templates/onboarding_header.html:8 +msgid "Get Started" +msgstr "" + +#. Label of the github (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Github ID" +msgstr "" + +#. Label of the google_meet_link (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Google Meet Link" +msgstr "" + +#. Label of the grade (Data) field in DocType 'Education Detail' +#: frontend/src/components/Assignment.vue:154 +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade" +msgstr "" + +#. Label of the grade_assignment (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Grade Assignment" +msgstr "" + +#. Label of the grade_type (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade Type" +msgstr "" + +#: frontend/src/components/Assignment.vue:149 +msgid "Grading" +msgstr "" + +#. Label of the grant_only_once (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Grant only once" +msgstr "" + +#: lms/templates/signup-form.html:56 +msgid "Have an account? Login" +msgstr "" + +#. Label of the headline (Data) field in DocType 'User' +#: frontend/src/components/Modals/EditProfile.vue:69 +#: lms/fixtures/custom_field.json +msgid "Headline" +msgstr "" + +#: lms/lms/widgets/HelloWorld.html:13 +msgid "Hello" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:11 +msgid "Help Us Improve" +msgstr "" + +#: lms/templates/courses_created.html:15 +msgid "Help others learn something new by creating a course." +msgstr "" + +#: lms/templates/reviews.html:101 +msgid "Help us improve our course material." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:1 +#: lms/templates/emails/certificate_request_notification.html:1 +msgid "Hey {0}" +msgstr "" + +#: lms/templates/emails/job_report.html:3 +msgid "Hey," +msgstr "" + +#: lms/templates/emails/payment_reminder.html:2 +msgid "Hi" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:3 +msgid "Hi {0}," +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:3 +msgid "Hi," +msgstr "" + +#. Label of the hide_private (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Hide my Private Information from others" +msgstr "" + +#. Label of the hints (Small Text) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Hints" +msgstr "" + +#. Label of the host (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Host" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:24 +msgid "How to add a Quiz?" +msgstr "" + +#. Label of the current (Check) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "I am currently working here" +msgstr "" + +#: lms/templates/emails/certification.html:6 +msgid "I am delighted to inform you that you have successfully earned your certification for the {0} course. Congratulations!" +msgstr "" + +#. Label of the looking_for_job (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "I am looking for a job" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:80 +msgid "I am unavailable" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:380 +msgid "ID" +msgstr "" + +#. Label of the icon (Data) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:28 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Icon" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:11 +msgid "If Include in Preview is enabled for a lesson then the lesson will also be accessible to non logged in users." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "If you are not any more interested to mentor the course" +msgstr "" + +#: frontend/src/components/Quiz.vue:20 +msgid "If you fail to do so, the quiz will be automatically submitted when the timer ends." +msgstr "" + +#: lms/templates/emails/payment_reminder.html:19 +msgid "If you have any questions or need assistance, feel free to reach out to our support team." +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:27 +#: lms/templates/emails/batch_start_reminder.html:30 +#: lms/templates/emails/live_class_reminder.html:26 +msgid "If you have any questions or require assistance, feel free to contact us." +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "If you haven't been redirected," +msgstr "" + +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:400 +msgid "If you set an amount here, then the USD equivalent setting will not get applied." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:63 +msgid "If you want open ended questions then make sure each question in the quiz is of open ended type." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Label of the image (Code) field in DocType 'Exercise Latest Submission' +#. Label of the image (Code) field in DocType 'Exercise Submission' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#. Label of the image (Attach Image) field in DocType 'LMS Badge' +#. Label of the image (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:58 +#: frontend/src/components/UnsplashImageBrowser.vue:52 +msgid "Image search powered by" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:221 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: frontend/src/components/Modals/Event.vue:348 +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "In Progress" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Inactive" +msgstr "" + +#. Label of the include_in_preview (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Include In Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Incomplete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:170 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Incorrect" +msgstr "" + +#. Label of the index_ (Int) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index" +msgstr "" + +#. Label of the index_label (Data) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index Label" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Individual Work" +msgstr "" + +#. Name of a DocType +#. Label of the industry (Data) field in DocType 'Industry' +#. Label of the industry (Link) field in DocType 'Preferred Industry' +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Industry" +msgstr "" + +#. Label of the institution_name (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Institution Name" +msgstr "" + +#. Label of the instructor (Link) field in DocType 'Cohort' +#. Label of the instructor (Link) field in DocType 'Course Instructor' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Instructor" +msgstr "" + +#. Label of the instructor_content (Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Content" +msgstr "" + +#. Label of the instructor_notes (Markdown Editor) field in DocType 'Course +#. Lesson' +#: frontend/src/pages/Lesson.vue:129 frontend/src/pages/LessonForm.vue:42 +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Notes" +msgstr "" + +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Batch' +#. Label of the instructors (Rating) field in DocType 'LMS Batch Feedback' +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:93 frontend/src/pages/CourseForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Instructors" +msgstr "" + +#: lms/templates/assignment.html:17 +msgid "Instructors Comments" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Interest" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Interests" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:83 +msgid "Invalid Invite Code." +msgstr "" + +#: lms/lms/doctype/course_lesson/course_lesson.py:20 +msgid "Invalid Quiz ID" +msgstr "" + +#. Label of the invite_code (Data) field in DocType 'Cohort Subgroup' +#. Label of the invite_code (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Code" +msgstr "" + +#. Label of the invite_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Email" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Invite Only" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Request" +msgstr "" + +#. Label of the is_correct (Check) field in DocType 'LMS Option' +#. Label of the is_correct_1 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_2 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_3 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_4 (Check) field in DocType 'LMS Question' +#. Label of the is_correct (Check) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_option/lms_option.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Is Correct" +msgstr "" + +#. Label of the is_onboarding_complete (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Is Onboarding Complete" +msgstr "" + +#. Label of the is_scorm_package (Check) field in DocType 'Course Chapter' +#. Label of the is_scorm_package (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Is SCORM Package" +msgstr "" + +#. Label of the issue_date (Date) field in DocType 'Certification' +#. Label of the issue_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:28 +#: frontend/src/components/Modals/Event.vue:121 +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Issue Date" +msgstr "" + +#. Label of the issued_on (Date) field in DocType 'LMS Badge Assignment' +#: frontend/src/pages/CourseCertification.vue:27 +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Issued On" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:56 +#: frontend/src/pages/ProfileCertificates.vue:17 +#: lms/templates/certificates_section.html:11 +msgid "Issued on" +msgstr "" + +#. Label of the items_in_sidebar_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Items in Sidebar" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:272 +msgid "Items removed successfully" +msgstr "" + +#: lms/templates/signup-form.html:6 +msgid "Jane Doe" +msgstr "" + +#. Label of the job (Link) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job" +msgstr "" + +#. Label of the subtitle (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Subtitle" +msgstr "" + +#. Label of the title (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Title" +msgstr "" + +#: frontend/src/pages/JobCreation.vue:14 +msgid "Job Details" +msgstr "" + +#: lms/www/lms.py:111 +msgid "Job Openings" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Job Opportunity" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Settings" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'Job Opportunity' +#. Label of the job_title (Data) field in DocType 'LMS Job Application' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job Title" +msgstr "" + +#. Label of the jobs (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/JobDetail.vue:10 frontend/src/pages/Jobs.vue:8 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Jobs" +msgstr "" + +#: frontend/src/components/LiveClass.vue:58 +#: lms/templates/upcoming_evals.html:15 +msgid "Join" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:51 +msgid "Join Call" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:74 +msgid "Join Meeting" +msgstr "" + +#. Label of the join_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Join URL" +msgstr "" + +#. Name of a Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "LMS Assessment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "LMS Assignment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "LMS Assignment Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "LMS Badge" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "LMS Badge Assignment" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Batch" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "LMS Batch Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "LMS Batch Feedback" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "LMS Batch Old" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "LMS Batch Timetable" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_category/lms_category.json +msgid "LMS Category" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "LMS Certificate" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "LMS Certificate Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "LMS Certificate Request" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "LMS Course Interest" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "LMS Course Mentor Mapping" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "LMS Course Progress" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_review/lms_course_review.json +msgid "LMS Course Review" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "LMS Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "LMS Exercise" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "LMS Job Application" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "LMS Live Class" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "LMS Mentor Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_option/lms_option.json +msgid "LMS Option" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program/lms_program.json +msgid "LMS Program" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "LMS Program Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "LMS Program Member" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_question/lms_question.json +msgid "LMS Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "LMS Quiz" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "LMS Quiz Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "LMS Quiz Result" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "LMS Quiz Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LMS Settings" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "LMS Sidebar Item" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_source/lms_source.json +msgid "LMS Source" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/user_skill/user_skill.json +msgid "LMS Student" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "LMS Timetable Legend" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "LMS Timetable Template" +msgstr "" + +#. Label of the label (Data) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Label" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:64 +msgid "Last Name" +msgstr "" + +#. Label of the latest_submission (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Latest Submission" +msgstr "" + +#. Label of the launch_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Launch File" +msgstr "" + +#. Label of the lesson (Link) field in DocType 'Exercise Latest Submission' +#. Label of the lesson (Link) field in DocType 'Exercise Submission' +#. Label of the lesson (Link) field in DocType 'Lesson Reference' +#. Label of the lesson (Link) field in DocType 'LMS Assignment Submission' +#. Label of the lesson (Link) field in DocType 'LMS Course Progress' +#. Label of the lesson (Link) field in DocType 'LMS Exercise' +#. Label of the lesson (Link) field in DocType 'LMS Quiz' +#. Label of the lesson (Link) field in DocType 'Scheduled Flow' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lesson_reference/lesson_reference.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/lms/workspace/lms/lms.json +msgid "Lesson" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lesson_reference/lesson_reference.json +msgid "Lesson Reference" +msgstr "" + +#. Label of the lesson_title (Data) field in DocType 'Scheduled Flow' +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Lesson Title" +msgstr "" + +#. Label of the lessons (Table) field in DocType 'Course Chapter' +#. Group in Course Chapter's connections +#. Label of the lessons (Data) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:32 +#: frontend/src/components/CourseCardOverlay.vue:99 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Lessons" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:36 +msgid "Lessons Completed" +msgstr "" + +#: lms/templates/onboarding_header.html:11 +msgid "Lets start setting up your content on the LMS so that you can reclaim time and focus on growth." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Letter Grade (e.g. A, B-)" +msgstr "" + +#. Label of the limit_questions_to (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:108 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Limit Questions To" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:40 +msgid "Limit cannot be greater than or equal to the number of questions in the quiz." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:74 +msgid "LinkedIn" +msgstr "" + +#. Label of the linkedin (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "LinkedIn ID" +msgstr "" + +#. Group in Cohort's connections +#. Group in Cohort Subgroup's connections +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Links" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:149 +msgid "List of quizzes" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Live" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Settings' +#: frontend/src/components/LiveClass.vue:4 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Live Class" +msgstr "" + +#. Label of the livecode_url (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LiveCode URL" +msgstr "" + +#: frontend/src/components/Members.vue:108 +#: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 +#: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/QuizSubmissionList.vue:39 +#: frontend/src/pages/Quizzes.vue:51 +msgid "Load More" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Local" +msgstr "" + +#. Label of the location (Data) field in DocType 'Job Opportunity' +#. Label of the location (Data) field in DocType 'Education Detail' +#. Label of the location (Data) field in DocType 'Work Experience' +#: frontend/src/pages/JobCreation.vue:26 frontend/src/pages/JobDetail.vue:85 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Location" +msgstr "" + +#. Label of the location_preference (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Location Preference" +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:13 +#: frontend/src/components/NoPermission.vue:28 +#: frontend/src/components/QuizBlock.vue:9 frontend/src/pages/Batch.vue:188 +#: frontend/src/pages/Lesson.vue:25 +msgid "Login" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +msgid "Login failed" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 +msgid "Login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:208 +msgid "Login to Frappe Cloud?" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:48 +msgid "Login to apply" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:23 +msgid "Looking forward to seeing you enrolled!" +msgstr "" + +#. Label of the default_home (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Make LMS the default home" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:5 +#: frontend/src/pages/Batch.vue:16 +msgid "Make an Announcement" +msgstr "" + +#: frontend/src/pages/Billing.vue:123 +msgid "Make sure to enter the correct billing name as the same will be used in your invoice." +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Manage Batch" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Manager" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:24 +msgid "Manager (Sales/Marketing/Customer)" +msgstr "" + +#. Label of the manifest_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Manifest File" +msgstr "" + +#: frontend/src/components/Quiz.vue:96 +msgid "Mark" +msgstr "" + +#: frontend/src/pages/Notifications.vue:12 +msgid "Mark all as read" +msgstr "" + +#: frontend/src/pages/Notifications.vue:40 +msgid "Mark as read" +msgstr "" + +#. Label of the marks (Int) field in DocType 'LMS Quiz Question' +#. Label of the marks (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Modals/Question.vue:50 +#: frontend/src/components/Modals/Question.vue:99 +#: frontend/src/components/Quiz.vue:96 frontend/src/pages/QuizForm.vue:390 +#: frontend/src/pages/QuizSubmission.vue:65 +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:59 +msgid "Marks" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:41 +msgid "Marks for question number {0} cannot be greater than the marks allotted for that question." +msgstr "" + +#. Label of the marks_out_of (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/pages/QuizSubmission.vue:68 +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Marks out of" +msgstr "" + +#. Label of the max_attempts (Int) field in DocType 'LMS Quiz' +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Max Attempts" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:58 +msgid "Maximum Attempts" +msgstr "" + +#. Label of the medium (Select) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:185 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:309 +msgid "Medium" +msgstr "" + +#. Label of the medium (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Medium ID" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:15 +#: lms/templates/emails/batch_start_reminder.html:22 +msgid "Medium:" +msgstr "" + +#. Label of the member (Link) field in DocType 'Exercise Latest Submission' +#. Label of the member (Link) field in DocType 'Exercise Submission' +#. Label of the member (Link) field in DocType 'LMS Assignment Submission' +#. Label of the member (Link) field in DocType 'LMS Badge Assignment' +#. Label of the member (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the member (Link) field in DocType 'LMS Batch Feedback' +#. Label of the member (Link) field in DocType 'LMS Certificate' +#. Label of the member (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the member (Link) field in DocType 'LMS Certificate Request' +#. Label of the member (Link) field in DocType 'LMS Course Progress' +#. Label of the member (Link) field in DocType 'LMS Enrollment' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#. Label of the member (Link) field in DocType 'LMS Mentor Request' +#. Label of the member (Link) field in DocType 'LMS Payment' +#. Label of the member (Link) field in DocType 'LMS Program Member' +#. Label of the member (Link) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:14 +#: frontend/src/pages/QuizSubmission.vue:31 +#: frontend/src/pages/QuizSubmissionList.vue:86 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 +msgid "Member" +msgstr "" + +#. Label of the member_cohort (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Cohort" +msgstr "" + +#. Label of the member_email (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Email" +msgstr "" + +#. Label of the member_image (Attach Image) field in DocType 'LMS Batch +#. Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Member Image" +msgstr "" + +#. Label of the member_name (Data) field in DocType 'LMS Assignment Submission' +#. Label of the member_name (Data) field in DocType 'LMS Badge Assignment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Feedback' +#. Label of the member_name (Data) field in DocType 'LMS Certificate' +#. Label of the member_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the member_name (Data) field in DocType 'LMS Certificate Request' +#. Label of the member_name (Data) field in DocType 'LMS Course Progress' +#. Label of the member_name (Data) field in DocType 'LMS Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' +#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 +msgid "Member Name" +msgstr "" + +#. Label of the member_subgroup (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Subgroup" +msgstr "" + +#. Label of the member_type (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Member Type" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Batch Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Member Username" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:251 +msgid "Member added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:25 +msgid "Member already enrolled in this batch" +msgstr "" + +#: lms/lms/doctype/lms_program/lms_program.py:29 +msgid "Member {0} has already been added to this batch." +msgstr "" + +#. Group in LMS Batch Old's connections +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Members" +msgstr "" + +#. Label of the membership (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Membership" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Memeber Username" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Label of the mentor (Link) field in DocType 'LMS Course Mentor Mapping' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Mentor" +msgstr "" + +#. Label of the mentor_name (Data) field in DocType 'LMS Course Mentor Mapping' +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "Mentor Name" +msgstr "" + +#. Label of the mentor_request_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Mentor Request" +msgstr "" + +#. Label of the mentor_request_creation (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:11 +#: lms/patches/create_mentor_request_email_templates.py:18 +#: lms/patches/create_mentor_request_email_templates.py:28 +msgid "Mentor Request Creation Template" +msgstr "" + +#. Label of the mentor_request_status_update (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:31 +#: lms/patches/create_mentor_request_email_templates.py:38 +#: lms/patches/create_mentor_request_email_templates.py:48 +msgid "Mentor Request Status Update Template" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Mentors" +msgstr "" + +#. Label of the meta_image (Attach Image) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:44 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:362 +msgid "Meta Image" +msgstr "" + +#. Label of the milestone (Check) field in DocType 'LMS Batch Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Milestone" +msgstr "" + +#: frontend/src/pages/Statistics.vue:81 +msgid "Milestones" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:48 +msgid "Minimum two options are required for multiple choice questions." +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:10 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Moderator" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:40 +msgid "Modified By" +msgstr "" + +#: lms/lms/api.py:208 +msgid "Module Name is incorrect or does not exist." +msgstr "" + +#: lms/lms/api.py:204 +msgid "Module is incorrect." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:39 +msgid "More" +msgstr "" + +#. Label of the multiple (Check) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Multiple Correct Answers" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:4 +msgid "My availability" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:113 +msgid "My calendar" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 +#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "New" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:178 +msgid "New Assignment" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:43 +msgid "New Assignment Submission" +msgstr "" + +#: lms/public/js/common_functions.js:255 lms/www/lms.py:89 +msgid "New Batch" +msgstr "" + +#: lms/www/lms.py:40 +msgid "New Course" +msgstr "" + +#: frontend/src/pages/Jobs.vue:23 +msgid "New Job" +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:27 +msgid "New Job Applicant" +msgstr "" + +#: frontend/src/pages/Programs.vue:105 +msgid "New Program" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:133 +msgid "New Program Course" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:134 +msgid "New Program Member" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:123 +msgid "New Question" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:450 frontend/src/pages/QuizForm.vue:458 +#: frontend/src/pages/Quizzes.vue:18 +msgid "New Quiz" +msgstr "" + +#: lms/www/new-sign-up.html:3 +msgid "New Sign Up" +msgstr "" + +#: lms/lms/utils.py:604 +msgid "New comment in batch {0}" +msgstr "" + +#: lms/lms/utils.py:597 +msgid "New reply on the topic {0} in course {1}" +msgstr "" + +#: frontend/src/components/Discussions.vue:4 +#: frontend/src/components/Discussions.vue:59 +msgid "New {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:213 frontend/src/pages/Lesson.vue:85 +msgid "Next" +msgstr "" + +#: lms/templates/quiz/quiz.html:125 +msgid "Next Question" +msgstr "" + +#: frontend/src/components/Assessments.vue:75 lms/templates/assessments.html:58 +msgid "No Assessments" +msgstr "" + +#: lms/templates/notifications.html:26 +msgid "No Notifications" +msgstr "" + +#: frontend/src/components/Quiz.vue:275 +msgid "No Quiz submissions found" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "No Recording" +msgstr "" + +#: lms/templates/upcoming_evals.html:43 +msgid "No Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/Annoucements.vue:24 +msgid "No announcements" +msgstr "" + +#: frontend/src/pages/Assignments.vue:56 +msgid "No assignments found" +msgstr "" + +#: frontend/src/pages/Batches.vue:79 +msgid "No batches found" +msgstr "" + +#: lms/templates/certificates_section.html:23 +msgid "No certificates" +msgstr "" + +#: lms/templates/courses_created.html:14 +msgid "No courses created" +msgstr "" + +#: frontend/src/pages/Courses.vue:151 +msgid "No courses found" +msgstr "" + +#: frontend/src/pages/Programs.vue:81 +msgid "No courses in this program" +msgstr "" + +#: lms/templates/courses_under_review.html:14 +msgid "No courses under review" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:101 +msgid "No feedback received yet." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:12 +msgid "No introduction" +msgstr "" + +#: frontend/src/pages/Jobs.vue:77 +msgid "No jobs posted" +msgstr "" + +#: frontend/src/components/LiveClass.vue:71 +msgid "No live classes scheduled" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:89 +msgid "No participants found" +msgstr "" + +#: frontend/src/pages/Programs.vue:91 +msgid "No programs found" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:61 +msgid "No quizzes found" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:61 +msgid "No slots available for this date." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:67 +msgid "No submissions" +msgstr "" + +#: lms/templates/course_list.html:13 +msgid "No {0}" +msgstr "" + +#: frontend/src/pages/Courses.vue:111 +msgid "No {0} courses" +msgstr "" + +#: lms/templates/quiz/quiz.html:147 +msgid "No." +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Not Allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Applicable" +msgstr "" + +#: lms/templates/assessments.html:48 +msgid "Not Attempted" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:6 +msgid "Not Available for Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Graded" +msgstr "" + +#: frontend/src/components/NoPermission.vue:7 frontend/src/pages/Batch.vue:156 +msgid "Not Permitted" +msgstr "" + +#: frontend/src/components/Assignment.vue:33 +#: frontend/src/components/BrandSettings.vue:10 +#: frontend/src/components/PaymentSettings.vue:9 +#: frontend/src/components/SettingDetails.vue:10 +#: frontend/src/pages/QuizSubmission.vue:9 +msgid "Not Saved" +msgstr "" + +#: frontend/src/pages/Notifications.vue:54 +msgid "Nothing to see here." +msgstr "" + +#. Label of the notifications (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Notifications" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:30 +msgid "Notify me when available" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:157 +msgid "Number of seats available" +msgstr "" + +#. Label of the sb_00 (Section Break) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Office close to Home" +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Offline" +msgstr "" + +#: lms/templates/emails/certification.html:16 +msgid "Once again, congratulations on this significant accomplishment." +msgstr "" + +#: frontend/src/components/Assignment.vue:57 +msgid "Once the moderator grades your submission, you'll find the details here." +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Online" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:157 +msgid "Only courses for which self learning is disabled can be added to program." +msgstr "" + +#: lms/templates/assignment.html:6 +msgid "Only files of type {0} will be accepted." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +msgid "Only image file is allowed." +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:220 +msgid "Only zip files are allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: frontend/src/pages/QuizForm.vue:17 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Open" +msgstr "" + +#: lms/templates/emails/assignment_submission.html:8 +msgid "Open Assignment" +msgstr "" + +#: lms/templates/emails/lms_message.html:13 +msgid "Open Course" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Open Ended" +msgstr "" + +#: lms/lms/widgets/MemberCard.html:16 +msgid "Open Network" +msgstr "" + +#. Label of the option (Data) field in DocType 'LMS Option' +#: frontend/src/components/Modals/Question.vue:64 +#: lms/lms/doctype/lms_option/lms_option.json +msgid "Option" +msgstr "" + +#. Label of the option_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 1" +msgstr "" + +#. Label of the option_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 2" +msgstr "" + +#. Label of the option_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 3" +msgstr "" + +#. Label of the option_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 4" +msgstr "" + +#. Label of the order_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Order ID" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:74 +msgid "Organisation" +msgstr "" + +#. Label of the organization (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:32 +msgid "Original Amount" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:28 +msgid "Others" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:39 +msgid "Owner" +msgstr "" + +#. Label of the pan (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "PAN" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "PDF" +msgstr "" + +#. Label of the pages (Table) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Pages" +msgstr "" + +#. Label of the paid_batch (Check) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:205 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:373 +msgid "Paid Batch" +msgstr "" + +#. Label of the paid_certificate (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:217 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Certificate" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:133 +msgid "Paid Certificate after Evaluation" +msgstr "" + +#. Label of the paid_course (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:207 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Course" +msgstr "" + +#: frontend/src/pages/Billing.vue:115 +msgid "Pan Number" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:145 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Part Time" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Partially Complete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:352 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Pass" +msgstr "" + +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:127 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Passing Percentage" +msgstr "" + +#. Label of the password (Password) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Password" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:112 +msgid "Paste the youtube link of a short video introducing the course" +msgstr "" + +#. Label of the payment (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the payment (Link) field in DocType 'LMS Enrollment' +#: frontend/src/pages/BatchForm.vue:199 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Payment Country" +msgstr "" + +#. Label of the payment_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Details" +msgstr "" + +#. Label of the payment_gateway (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Gateway" +msgstr "" + +#. Label of the payment_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment ID" +msgstr "" + +#. Label of the payment_received (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Received" +msgstr "" + +#. Label of the payment_reminder_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Reminder Template" +msgstr "" + +#. Label of the payment_settings_tab (Tab Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Settings" +msgstr "" + +#: frontend/src/pages/Billing.vue:21 +msgid "Payment for " +msgstr "" + +#. Label of the payment_for_certificate (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Certificate" +msgstr "" + +#. Label of the payment_for_document (Dynamic Link) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document" +msgstr "" + +#. Label of the payment_for_document_type (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document Type" +msgstr "" + +#. Label of the payments_app_is_not_installed (HTML) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payments app is not installed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:344 +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Pending" +msgstr "" + +#. Label of the percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:44 +#: frontend/src/pages/QuizSubmissionList.vue:97 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Percentage" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Percentage (e.g. 70%)" +msgstr "" + +#: frontend/src/components/Modals/BatchStudentProgress.vue:35 +msgid "Percentage/Status" +msgstr "" + +#: frontend/src/pages/Billing.vue:99 +msgid "Phone Number" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:169 +msgid "Please Login" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:33 +msgid "Please add {1} for {3} to send calendar invites for evaluations." +msgstr "" + +#: lms/overrides/user.py:240 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: lms/overrides/user.py:238 +msgid "Please check your email for verification" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:7 +msgid "Please click on the following button to set your new password" +msgstr "" + +#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +msgid "Please complete the previous courses in the program to enroll in this course." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:187 +msgid "Please enable Zoom Settings to use this feature." +msgstr "" + +#: frontend/src/components/CourseOutline.vue:317 +msgid "Please enroll for this course to view this lesson" +msgstr "" + +#: frontend/src/components/Quiz.vue:13 +msgid "Please ensure that you complete all the questions in {0} minutes." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:164 +msgid "Please enter a title." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:40 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:125 +msgid "Please enter a valid URL." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:176 +msgid "Please enter a valid time in the format HH:mm." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:119 +msgid "Please enter the URL for assignment submission." +msgstr "" + +#: lms/templates/quiz/quiz.js:176 +msgid "Please enter your answer" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:56 +msgid "Please install the Payments app to create a paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:53 +msgid "Please install the Payments app to create a paid courses." +msgstr "" + +#: frontend/src/pages/Billing.vue:255 +msgid "Please let us know where you heard about us from." +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:9 +msgid "Please login to access the assignment." +msgstr "" + +#: frontend/src/components/QuizBlock.vue:5 +msgid "Please login to access the quiz." +msgstr "" + +#: frontend/src/components/NoPermission.vue:25 frontend/src/pages/Batch.vue:167 +msgid "Please login to access this page." +msgstr "" + +#: lms/lms/api.py:200 +msgid "Please login to continue with payment." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:7 +#: lms/templates/emails/certificate_request_notification.html:7 +msgid "Please prepare well and be on time for the evaluations." +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:69 +msgid "Please schedule an evaluation to get certified." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:167 +msgid "Please select a date." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:191 +msgid "Please select a duration." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:188 +msgid "Please select a future date and time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:170 +msgid "Please select a time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:173 +msgid "Please select a timezone." +msgstr "" + +#: lms/templates/emails/job_report.html:6 +msgid "Please take appropriate action at {0}" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +#: frontend/src/components/UserDropdown.vue:244 +msgid "Please try again" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:177 +msgid "Please upload a SCORM package" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:122 +msgid "Please upload the assignment file." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Point of Score (e.g. 70)" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:85 +msgid "Possibility" +msgstr "" + +#. Label of the possibility_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 1" +msgstr "" + +#. Label of the possibility_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 2" +msgstr "" + +#. Label of the possibility_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 3" +msgstr "" + +#. Label of the possibility_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 4" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:52 +#: frontend/src/components/DiscussionReplies.vue:87 +msgid "Post" +msgstr "" + +#: frontend/src/pages/Billing.vue:95 +msgid "Postal Code" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:107 +msgid "Posted on" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Preferred Function" +msgstr "" + +#. Label of the preferred_functions (Table MultiSelect) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Functions" +msgstr "" + +#. Label of the preferred_industries (Table MultiSelect) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Industries" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Preferred Industry" +msgstr "" + +#. Label of the preferred_location (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Location" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Preview Image" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:110 +msgid "Preview Video" +msgstr "" + +#: frontend/src/pages/Lesson.vue:50 +msgid "Previous" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:368 +msgid "Pricing" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:201 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Pricing and Certification" +msgstr "" + +#. Label of the exception_country (Table MultiSelect) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Primary Countries" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Primary Subgroup" +msgstr "" + +#: lms/lms/utils.py:436 +msgid "Privacy Policy" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Private" +msgstr "" + +#. Description of the 'Hide my Private Information from others' (Check) field +#. in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Private Information includes your Grade and Work Environment Preferences" +msgstr "" + +#: frontend/src/pages/Billing.vue:129 +msgid "Proceed to Payment" +msgstr "" + +#. Label of the profession (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Profession" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:37 +msgid "Profile Image" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:155 +msgid "Program Course" +msgstr "" + +#. Label of the program_courses (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:17 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Courses" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:170 +msgid "Program Member" +msgstr "" + +#. Label of the program_members (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:79 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Members" +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:75 +#: frontend/src/components/Modals/BatchStudentProgress.vue:82 +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "Progress" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:77 +msgid "Progress (%)" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Public" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Certificate' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Publish on Participant Page" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Batch' +#. Label of the published (Check) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BulkCertificates.vue:51 +#: frontend/src/components/Modals/Event.vue:108 +#: frontend/src/pages/BatchForm.vue:27 frontend/src/pages/CourseForm.vue:171 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:266 +msgid "Published" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:4 +msgid "Published Courses" +msgstr "" + +#. Label of the published_on (Date) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:175 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Published On" +msgstr "" + +#. Label of the purchased_certificate (Check) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Purchased Certificate" +msgstr "" + +#. Label of the question (Small Text) field in DocType 'Course Lesson' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the question (Text Editor) field in DocType 'LMS Question' +#. Label of the question (Link) field in DocType 'LMS Quiz Question' +#. Label of the question (Text) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Assignment.vue:17 +#: frontend/src/components/Modals/Question.vue:38 +#: frontend/src/pages/AssignmentForm.vue:45 frontend/src/pages/QuizForm.vue:385 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:104 +msgid "Question" +msgstr "" + +#: lms/templates/quiz/quiz.html:62 +msgid "Question " +msgstr "" + +#. Label of the question_detail (Text) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Question Detail" +msgstr "" + +#. Label of the question_name (Link) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Question Name" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:264 +msgid "Question added successfully" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:316 +msgid "Question updated successfully" +msgstr "" + +#: frontend/src/components/Quiz.vue:88 +msgid "Question {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:190 +msgid "Question {0} of {1}" +msgstr "" + +#. Label of the questions (Table) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:117 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:427 +msgid "Questions deleted successfully" +msgstr "" + +#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:25 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/workspace/lms/lms.json +msgid "Quiz" +msgstr "" + +#. Label of the quiz_id (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz ID" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizPage.vue:47 frontend/src/pages/QuizPage.vue:53 +#: lms/lms/workspace/lms/lms.json +msgid "Quiz Submission" +msgstr "" + +#: frontend/src/pages/QuizSubmission.vue:128 +#: frontend/src/pages/QuizSubmissionList.vue:106 +msgid "Quiz Submissions" +msgstr "" + +#: frontend/src/components/Quiz.vue:227 +msgid "Quiz Summary" +msgstr "" + +#. Label of the quiz_title (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Quiz Title" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:339 +msgid "Quiz created successfully" +msgstr "" + +#: lms/plugins.py:96 +msgid "Quiz is not available to Guest users. Please login to continue." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:358 +msgid "Quiz updated successfully" +msgstr "" + +#. Description of the 'Quiz ID' (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:438 frontend/src/pages/Quizzes.vue:138 +#: frontend/src/pages/Quizzes.vue:148 +msgid "Quizzes" +msgstr "" + +#. Label of the rating (Rating) field in DocType 'LMS Certificate Evaluation' +#. Label of the rating (Data) field in DocType 'LMS Course' +#. Label of the rating (Rating) field in DocType 'LMS Course Review' +#: frontend/src/components/CourseCardOverlay.vue:115 +#: frontend/src/components/Modals/Event.vue:86 +#: frontend/src/components/Modals/ReviewModal.vue:20 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/templates/reviews.html:125 +msgid "Rating" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.py:17 +msgid "Rating cannot be 0" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Ready" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'LMS Batch +#. Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Reference DocName" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Batch Timetable' +#. Label of the reference_doctype (Link) field in DocType 'LMS Timetable +#. Legend' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Reference DocType" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Reference Document Type" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:17 +msgid "Regards" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:80 +msgid "Register Now" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Registered" +msgstr "" + +#: lms/overrides/user.py:201 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Rejected" +msgstr "" + +#. Label of the related_courses (Table) field in DocType 'LMS Course' +#. Name of a DocType +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/related_courses/related_courses.json +msgid "Related Courses" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:77 frontend/src/pages/CourseForm.vue:99 +msgid "Remove" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:27 +msgid "Reply To" +msgstr "" + +#: lms/lms/widgets/RequestInvite.html:7 +msgid "Request Invite" +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:20 +msgid "Request for Mentorship" +msgstr "" + +#. Label of the required_role (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Required Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 +msgid "Resend" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Restricted" +msgstr "" + +#. Label of the result (Table) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Result" +msgstr "" + +#. Label of the resume (Attach) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Resume" +msgstr "" + +#. Label of the review (Small Text) field in DocType 'LMS Course Review' +#. Label of a Link in the LMS Workspace +#: frontend/src/components/Modals/ReviewModal.vue:26 +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/workspace/lms/lms.json lms/templates/reviews.html:143 +msgid "Review" +msgstr "" + +#: lms/templates/reviews.html:100 +msgid "Review the course" +msgstr "" + +#. Label of the reviewed_by (Link) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Reviewed By" +msgstr "" + +#: lms/templates/reviews.html:4 +msgid "Reviews" +msgstr "" + +#. Label of the role (Select) field in DocType 'Cohort Staff' +#. Label of the role (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Role" +msgstr "" + +#. Label of the role (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Role Preference" +msgstr "" + +#. Label of the route (Data) field in DocType 'LMS Sidebar Item' +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Route" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:126 +msgid "Row #{0} Date cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:121 +msgid "Row #{0} End time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:103 +msgid "Row #{0} Start time cannot be greater than or equal to end time." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:112 +msgid "Row #{0} Start time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:34 +msgid "Rows {0} have the duplicate questions." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:21 +msgid "Run" +msgstr "" + +#. Label of the scorm_section (Section Break) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM" +msgstr "" + +#. Label of the scorm_package (Link) field in DocType 'Course Chapter' +#: frontend/src/components/Modals/ChapterModal.vue:22 +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package" +msgstr "" + +#. Label of the scorm_package_path (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package Path" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:34 +#: frontend/src/components/Assignment.vue:43 +#: frontend/src/components/Controls/CodeEditor.vue:25 +#: frontend/src/components/Modals/Event.vue:101 +#: frontend/src/components/Modals/Event.vue:129 +#: frontend/src/pages/AssignmentForm.vue:21 frontend/src/pages/BatchForm.vue:8 +#: frontend/src/pages/CourseForm.vue:20 frontend/src/pages/JobCreation.vue:8 +#: frontend/src/pages/LessonForm.vue:14 frontend/src/pages/ProgramForm.vue:7 +#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14 +#: lms/public/js/common_functions.js:405 +msgid "Save" +msgstr "" + +#. Label of the schedule (Table) field in DocType 'Course Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:5 +#: frontend/src/components/UpcomingEvaluations.vue:14 +msgid "Schedule Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Scheduled Flow" +msgstr "" + +#. Label of the scope (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Scope" +msgstr "" + +#. Label of the score (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:39 +#: frontend/src/pages/QuizSubmissionList.vue:91 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/templates/quiz/quiz.html:148 +msgid "Score" +msgstr "" + +#. Label of the score_out_of (Int) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Score Out Of" +msgstr "" + +#: frontend/src/components/Members.vue:15 frontend/src/pages/Jobs.vue:38 +msgid "Search" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:25 +msgid "Search by Name" +msgstr "" + +#: frontend/src/pages/Batches.vue:45 +msgid "Search by Title" +msgstr "" + +#: frontend/src/pages/Assignments.vue:25 +msgid "Search by title" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:36 +msgid "Search for an icon" +msgstr "" + +#. Label of the seat_count (Int) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:327 +msgid "Seat Count" +msgstr "" + +#: frontend/src/components/BatchCard.vue:18 +#: frontend/src/components/BatchOverlay.vue:12 +msgid "Seat Left" +msgstr "" + +#: frontend/src/components/BatchCard.vue:15 +#: frontend/src/components/BatchOverlay.vue:9 +msgid "Seats Left" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:94 +msgid "Select a question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:21 +msgid "Select a quiz" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:40 +msgid "Select a slot" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:28 +msgid "Select an assignment" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.js:7 +msgid "Send Confirmation Email" +msgstr "" + +#. Label of the send_calendar_invite_for_evaluations (Check) field in DocType +#. 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Send calendar invite for evaluations" +msgstr "" + +#. Label of the sessions_on (Data) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Sessions On Days" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:1 +msgid "Set your Password" +msgstr "" + +#: frontend/src/components/Modals/Settings.vue:7 +#: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:161 +#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 +msgid "Settings" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:62 +msgid "Share on" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:228 +msgid "Short Description" +msgstr "" + +#. Label of the short_introduction (Small Text) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:38 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Short Introduction" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:231 +msgid "Short description of the batch" +msgstr "" + +#. Label of the show_answer (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Show Answer" +msgstr "" + +#. Label of the show_answers (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:85 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Answers" +msgstr "" + +#. Label of the show_submission_history (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:90 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Submission History" +msgstr "" + +#. Label of the column_break_2 (Column Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show Tab in Batch" +msgstr "" + +#. Label of the show_usd_equivalent (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show USD Equivalent" +msgstr "" + +#. Label of the show_day_view (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show day view in timetable" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Show live class" +msgstr "" + +#. Label of the shuffle_questions (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:103 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Shuffle Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:97 +msgid "Shuffle Settings" +msgstr "" + +#. Label of the sidebar_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar" +msgstr "" + +#. Label of the sidebar_items (Table) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar Items" +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Sign Up is disabled" +msgstr "" + +#: lms/templates/signup-form.html:53 +msgid "Sign up" +msgstr "" + +#. Label of the signup_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Signup Email" +msgstr "" + +#. Label of the signup_settings_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Signup Settings" +msgstr "" + +#. Label of a chart in the LMS Workspace +#: frontend/src/pages/Statistics.vue:36 lms/lms/workspace/lms/lms.json +msgid "Signups" +msgstr "" + +#. Label of the skill (Table MultiSelect) field in DocType 'User' +#. Label of the skill (Data) field in DocType 'User Skill' +#: lms/fixtures/custom_field.json lms/lms/doctype/user_skill/user_skill.json +msgid "Skill" +msgstr "" + +#. Label of the skill_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Skill Details" +msgstr "" + +#. Label of the skill_name (Link) field in DocType 'Skills' +#: lms/lms/doctype/skills/skills.json +msgid "Skill Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/skills/skills.json +msgid "Skills" +msgstr "" + +#: lms/overrides/user.py:42 +msgid "Skills must be unique" +msgstr "" + +#: lms/templates/onboarding_header.html:6 +msgid "Skip" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:3 +msgid "Skip Onboarding" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:57 +msgid "Slot Times are overlapping for some schedules." +msgstr "" + +#. Label of the slug (Data) field in DocType 'Cohort' +#. Label of the slug (Data) field in DocType 'Cohort Subgroup' +#. Label of the slug (Data) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Slug" +msgstr "" + +#: frontend/src/components/BatchCard.vue:25 +#: frontend/src/components/BatchOverlay.vue:19 +msgid "Sold Out" +msgstr "" + +#. Label of the solution (Code) field in DocType 'Exercise Latest Submission' +#. Label of the solution (Code) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Solution" +msgstr "" + +#. Label of the source (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the source (Link) field in DocType 'LMS Payment' +#. Label of the source (Data) field in DocType 'LMS Source' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_source/lms_source.json +msgid "Source" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Staff" +msgstr "" + +#. Label of the stage (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Stage" +msgstr "" + +#: frontend/src/components/LiveClass.vue:50 frontend/src/components/Quiz.vue:67 +#: lms/templates/quiz/quiz.html:39 +msgid "Start" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'Education Detail' +#. Label of the start_date (Date) field in DocType 'LMS Batch' +#. Label of the start_date (Date) field in DocType 'LMS Batch Old' +#: frontend/src/pages/BatchForm.vue:106 +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/public/js/common_functions.js:275 +msgid "Start Date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:14 +msgid "Start Date:" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:65 +#: frontend/src/pages/Lesson.vue:22 frontend/src/pages/SCORMChapter.vue:28 +#: lms/templates/emails/lms_course_interest.html:9 +msgid "Start Learning" +msgstr "" + +#. Label of the start_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the start_time (Time) field in DocType 'LMS Batch' +#. Label of the start_time (Time) field in DocType 'LMS Batch Old' +#. Label of the start_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the start_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:130 +#: frontend/src/pages/ProfileEvaluator.vue:15 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:292 +msgid "Start Time" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:28 +msgid "Start Time cannot be greater than End Time" +msgstr "" + +#. Label of the start_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Start URL" +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Startup Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:83 +msgid "State" +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:136 +msgid "Statistics" +msgstr "" + +#. Label of the status (Select) field in DocType 'Job Opportunity' +#. Label of the status (Select) field in DocType 'Cohort' +#. Label of the status (Select) field in DocType 'Cohort Join Request' +#. Label of the status (Select) field in DocType 'Exercise Latest Submission' +#. Label of the status (Select) field in DocType 'Exercise Submission' +#. Label of the status (Select) field in DocType 'Invite Request' +#. Label of the status (Select) field in DocType 'LMS Assignment Submission' +#. Label of the status (Select) field in DocType 'LMS Batch Old' +#. Label of the status (Select) field in DocType 'LMS Certificate Evaluation' +#. Label of the status (Select) field in DocType 'LMS Certificate Request' +#. Label of the status (Select) field in DocType 'LMS Course' +#. Label of the status (Select) field in DocType 'LMS Course Progress' +#. Label of the status (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:91 +#: frontend/src/pages/AssignmentSubmissionList.vue:19 +#: frontend/src/pages/JobCreation.vue:41 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Status" +msgstr "" + +#: lms/templates/assessments.html:17 +msgid "Status/Score" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: frontend/src/pages/ProfileRoles.vue:28 lms/fixtures/custom_field.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/templates/signup-form.html:26 +msgid "Student" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:11 +msgid "Student Reviews" +msgstr "" + +#. Label of the show_students (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:20 +#: frontend/src/components/BatchStudents.vue:111 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Students" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:324 +msgid "Students deleted successfully" +msgstr "" + +#. Description of the 'Paid Batch' (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Students will be enrolled in a paid batch once they complete the payment" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Join Request' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the subgroup (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Subgroup" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:20 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Assignment.vue:29 +msgid "Submission" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:17 frontend/src/pages/QuizForm.vue:30 +msgid "Submission List" +msgstr "" + +#: frontend/src/components/Assignment.vue:10 +#: frontend/src/components/Assignment.vue:13 +msgid "Submission by" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:14 +#: frontend/src/components/Modals/AssessmentModal.vue:9 +#: frontend/src/components/Modals/BatchCourseModal.vue:9 +#: frontend/src/components/Modals/EvaluationModal.vue:9 +#: frontend/src/components/Modals/Question.vue:338 +#: frontend/src/components/Quiz.vue:218 lms/templates/assignment.html:9 +#: lms/templates/livecode/extension_footer.html:25 +#: lms/templates/quiz/quiz.html:128 lms/templates/reviews.html:163 +#: lms/www/new-sign-up.html:32 +msgid "Submit" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:23 +msgid "Submit your resume to proceed with your application for this position. Upon submission, it will be shared with the job poster." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:85 +#: lms/templates/livecode/extension_footer.html:115 +msgid "Submitted {0}" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +#: frontend/src/components/BatchCourses.vue:151 +#: frontend/src/components/BatchOverlay.vue:150 +#: frontend/src/components/BatchStudents.vue:324 +#: frontend/src/components/CourseCardOverlay.vue:189 +#: frontend/src/components/Modals/AnnouncementModal.vue:99 +#: frontend/src/components/Modals/AssessmentModal.vue:73 +#: frontend/src/components/Modals/BulkCertificates.vue:121 +#: frontend/src/components/Modals/ChapterModal.vue:153 +#: frontend/src/components/Modals/ChapterModal.vue:198 +#: frontend/src/components/Modals/Event.vue:255 +#: frontend/src/components/Modals/Event.vue:310 +#: frontend/src/components/Modals/Question.vue:264 +#: frontend/src/components/Modals/Question.vue:315 +#: frontend/src/pages/AssignmentForm.vue:155 +#: frontend/src/pages/CourseForm.vue:469 frontend/src/pages/ProgramForm.vue:229 +#: frontend/src/pages/ProgramForm.vue:251 +#: frontend/src/pages/ProgramForm.vue:272 +#: frontend/src/pages/ProgramForm.vue:298 frontend/src/pages/QuizForm.vue:339 +#: frontend/src/pages/QuizForm.vue:358 frontend/src/pages/QuizForm.vue:427 +msgid "Success" +msgstr "" + +#. Label of the summary (Small Text) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:97 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Sunday" +msgstr "" + +#: lms/lms/api.py:1012 +msgid "Suspicious pattern found in {0}: {1}" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/job_settings/job_settings.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/user_skill/user_skill.json +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "System Manager" +msgstr "" + +#. Label of the tags (Data) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:120 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Tags" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:18 +#: lms/templates/emails/mentor_request_creation_email.html:8 +#: lms/templates/emails/mentor_request_status_update_email.html:7 +msgid "Team School" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Team Work" +msgstr "" + +#. Label of the template (Link) field in DocType 'Cohort Web Page' +#. Label of the template (Link) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:43 +#: frontend/src/components/Modals/Event.vue:112 +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Template" +msgstr "" + +#: lms/overrides/user.py:205 +msgid "Temporarily Disabled" +msgstr "" + +#: lms/lms/utils.py:435 +msgid "Terms of Use" +msgstr "" + +#. Label of the test_results (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the test_results (Small Text) field in DocType 'Exercise +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Test Results" +msgstr "" + +#. Label of the tests (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Tests" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Text" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:7 +msgid "Thank you for providing your feedback!" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:17 +#: lms/templates/emails/lms_invite_request_approved.html:15 +#: lms/templates/emails/mentor_request_creation_email.html:7 +#: lms/templates/emails/mentor_request_status_update_email.html:6 +msgid "Thanks and Regards" +msgstr "" + +#: lms/lms/utils.py:1801 +msgid "The batch is full. Please contact the Administrator." +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:6 +msgid "The batch you have enrolled for is starting tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:5 +msgid "The course {0} is now available on {1}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:53 +msgid "The evaluator of this course is unavailable from {0} to {1}. Please select a date after {1}" +msgstr "" + +#: lms/templates/quiz/quiz.html:24 +msgid "The quiz has a time limit. For each question you will be given {0} seconds." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:71 +msgid "The slot is already booked by another participant." +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:40 +msgid "The status of your application has changed." +msgstr "" + +#: frontend/src/pages/Batches.vue:83 +msgid "There are no batches matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/components/CreateOutline.vue:12 +msgid "There are no chapters in this course. Create and manage chapters from here." +msgstr "" + +#: frontend/src/pages/Courses.vue:155 +msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:92 +msgid "There are no participants matching this criteria." +msgstr "" + +#: frontend/src/pages/Programs.vue:95 +msgid "There are no programs available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:94 +msgid "There are no seats available in this batch." +msgstr "" + +#: frontend/src/components/BatchStudents.vue:199 +msgid "There are no students in this batch." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:70 +msgid "There are no submissions for this assignment." +msgstr "" + +#: lms/templates/course_list.html:14 +msgid "There are no {0} on this site." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:85 +msgid "There has been an update on your submission for assignment {0}" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:59 +msgid "There has been an update on your submission. You have got a score of {0} for the quiz {1}" +msgstr "" + +#. Description of the 'section_break_ubxi' (Section Break) field in DocType +#. 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "These customisations will work on the main batch page." +msgstr "" + +#: frontend/src/pages/Badge.vue:14 +msgid "This badge has been awarded to {0} on {1}." +msgstr "" + +#. Label of the expire (Check) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "This certificate does no expire" +msgstr "" + +#: frontend/src/components/LiveClass.vue:64 +msgid "This class has ended" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:94 +msgid "This course has:" +msgstr "" + +#: lms/lms/utils.py:1644 +msgid "This course is free." +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:201 +msgid "This is a chapter in the course {0}" +msgstr "" + +#: frontend/src/pages/Lesson.vue:16 +msgid "This lesson is not available for preview. Please enroll in the course to access it." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:16 +msgid "This lesson is not available for preview. Please join the course to access it." +msgstr "" + +#: frontend/src/components/Quiz.vue:8 lms/templates/quiz/quiz.html:6 +msgid "This quiz consists of {0} questions." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Thursday" +msgstr "" + +#. Label of the time (Time) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:48 +#: frontend/src/components/Modals/LiveClassModal.vue:37 +#: frontend/src/components/Quiz.vue:45 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Time" +msgstr "" + +#. Label of the time (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Time Preference" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:29 +msgid "Time must be in 24 hour format (HH:mm). Example 11:30 or 22:00" +msgstr "" + +#. Label of the schedule_tab (Tab Break) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Timetable Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable" +msgstr "" + +#. Label of the timetable_legends (Table) field in DocType 'LMS Batch' +#. Label of the timetable_legends (Table) field in DocType 'LMS Timetable +#. Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable Legends" +msgstr "" + +#. Label of the timetable_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Timetable Template" +msgstr "" + +#. Label of the timezone (Data) field in DocType 'LMS Batch' +#. Label of the timezone (Data) field in DocType 'LMS Certificate Request' +#. Label of the timezone (Data) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/pages/BatchForm.vue:120 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Timezone" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:19 +#: lms/templates/emails/batch_start_reminder.html:18 +#: lms/templates/emails/live_class_reminder.html:18 +msgid "Timings:" +msgstr "" + +#. Label of the title (Data) field in DocType 'Cohort' +#. Label of the title (Data) field in DocType 'Cohort Subgroup' +#. Label of the title (Data) field in DocType 'Cohort Web Page' +#. Label of the title (Data) field in DocType 'Course Chapter' +#. Label of the title (Data) field in DocType 'Course Lesson' +#. Label of the title (Data) field in DocType 'LMS Assignment' +#. Label of the title (Data) field in DocType 'LMS Badge' +#. Label of the title (Data) field in DocType 'LMS Batch' +#. Label of the title (Data) field in DocType 'LMS Batch Old' +#. Label of the title (Data) field in DocType 'LMS Course' +#. Label of the title (Data) field in DocType 'LMS Exercise' +#. Label of the title (Data) field in DocType 'LMS Live Class' +#. Label of the title (Data) field in DocType 'LMS Program' +#. Label of the title (Data) field in DocType 'LMS Quiz' +#. Label of the title (Data) field in DocType 'LMS Sidebar Item' +#. Label of the title (Data) field in DocType 'LMS Timetable Template' +#. Label of the title (Data) field in DocType 'Work Experience' +#: frontend/src/components/Modals/DiscussionModal.vue:18 +#: frontend/src/components/Modals/LiveClassModal.vue:23 +#: frontend/src/pages/AssignmentForm.vue:32 +#: frontend/src/pages/Assignments.vue:152 frontend/src/pages/BatchForm.vue:19 +#: frontend/src/pages/CourseForm.vue:32 frontend/src/pages/JobCreation.vue:20 +#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:116 +#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:116 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:259 +msgid "Title" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:174 +msgid "Title is required" +msgstr "" + +#. Label of the unavailable_to (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:98 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "To Date" +msgstr "" + +#: lms/lms/utils.py:1655 +msgid "To join this batch, please contact the Administrator." +msgstr "" + +#: frontend/src/components/LessonHelp.vue:49 +msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." +msgstr "" + +#: lms/overrides/user.py:206 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#: frontend/src/pages/Billing.vue:53 +msgid "Total" +msgstr "" + +#. Label of the total_marks (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:67 frontend/src/pages/Quizzes.vue:121 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Total Marks" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:12 +msgid "Total Signups" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Travel" +msgstr "" + +#: frontend/src/components/Quiz.vue:256 lms/templates/quiz/quiz.html:131 +msgid "Try Again" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Tuesday" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:86 +msgid "Twitter" +msgstr "" + +#. Label of the type (Select) field in DocType 'Job Opportunity' +#. Label of the type (Select) field in DocType 'LMS Assignment' +#. Label of the type (Select) field in DocType 'LMS Assignment Submission' +#. Label of the type (Select) field in DocType 'LMS Question' +#. Label of the type (Select) field in DocType 'LMS Quiz Question' +#: frontend/src/components/Modals/AssessmentModal.vue:22 +#: frontend/src/components/Modals/Question.vue:54 +#: frontend/src/pages/AssignmentForm.vue:39 +#: frontend/src/pages/Assignments.vue:30 frontend/src/pages/Assignments.vue:157 +#: frontend/src/pages/JobCreation.vue:33 frontend/src/pages/Jobs.vue:55 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/templates/assessments.html:14 +msgid "Type" +msgstr "" + +#: frontend/src/components/Quiz.vue:612 +msgid "Type your answer" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "UK Grading (e.g. 1st, 2:2)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "URL" +msgstr "" + +#. Label of the unavailability_section (Section Break) field in DocType 'Course +#. Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Unavailability" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:23 +msgid "Unavailable From Date cannot be greater than Unavailable To Date" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Under Review" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Unlisted" +msgstr "" + +#: frontend/src/pages/Batches.vue:280 frontend/src/pages/Batches.vue:296 +msgid "Unpublished" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:60 +#: frontend/src/components/UnsplashImageBrowser.vue:54 +msgid "Unsplash" +msgstr "" + +#. Label of the unsplash_access_key (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Unsplash Access Key" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Unstructured Role" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#. Label of the upcoming (Check) field in DocType 'LMS Course' +#: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 +#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Upcoming" +msgstr "" + +#: frontend/src/pages/Batch.vue:179 +msgid "Upcoming Batches" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:5 +#: lms/templates/upcoming_evals.html:3 +msgid "Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/BrandSettings.vue:23 +#: frontend/src/components/PaymentSettings.vue:27 +#: frontend/src/components/SettingDetails.vue:23 +msgid "Update" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:11 +msgid "Update Password" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:59 frontend/src/pages/CourseForm.vue:80 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Assignment.vue:78 +msgid "Upload File" +msgstr "" + +#: frontend/src/components/Assignment.vue:77 +msgid "Uploading {0}%" +msgstr "" + +#. Label of the user (Link) field in DocType 'LMS Job Application' +#. Label of the email (Link) field in DocType 'Cohort Staff' +#. Label of the user (Link) field in DocType 'LMS Course Interest' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "User" +msgstr "" + +#. Label of the user_category (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:17 +msgid "User Category" +msgstr "" + +#. Label of the user_field (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "User Field" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "User Input" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/user_skill/user_skill.json +msgid "User Skill" +msgstr "" + +#: lms/job/doctype/job_opportunity/job_opportunity.py:40 +msgid "User {0} has reported the job post {1}" +msgstr "" + +#. Label of the username (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Username" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Users" +msgstr "" + +#. Label of the answer (Small Text) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Users Response" +msgstr "" + +#: lms/templates/signup-form.html:83 +msgid "Valid email and name required" +msgstr "" + +#. Label of the value (Rating) field in DocType 'LMS Batch Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Value" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Value Change" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 +msgid "Verification Code" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 +msgid "Verify" +msgstr "" + +#. Label of the video_link (Data) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Video Embed Link" +msgstr "" + +#: frontend/src/pages/Notifications.vue:38 +msgid "View" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:67 +msgid "View Certificate" +msgstr "" + +#. Label of the visibility (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Visibility" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Visit Batch" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:23 +#: lms/templates/emails/batch_start_reminder.html:26 +#: lms/templates/emails/live_class_reminder.html:22 +msgid "Visit the following link to view your " +msgstr "" + +#. Label of the internship (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Volunteering or Internship" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:6 +msgid "We are pleased to inform you that you have been enrolled in our upcoming batch. Congratulations!" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:7 +msgid "We have a limited number of seats, and they won't be available for long!" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 +msgid "We have sent the verificaton code to your email id " +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "We noticed that you started enrolling in the" +msgstr "" + +#. Label of the web_page (Link) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:23 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Web Page" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Wednesday" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:40 +#: lms/templates/emails/lms_invite_request_approved.html:4 +msgid "Welcome to {0}!" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:6 +msgid "What does include in preview mean?" +msgstr "" + +#: lms/templates/courses_under_review.html:15 +msgid "When a course gets submitted for review, it will be listed here." +msgstr "" + +#: frontend/src/pages/Billing.vue:106 +msgid "Where did you hear about us?" +msgstr "" + +#: lms/templates/emails/certification.html:10 +msgid "With this certification, you can now showcase your updated skills and share your achievement with your colleagues and on LinkedIn. To access your certificate, please click on the link provided below. Make sure you are logged in to the portal." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Withdrawn" +msgstr "" + +#. Label of the work_environment (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Environment" +msgstr "" + +#. Label of the work_experience (Table) field in DocType 'User' +#. Name of a DocType +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Work Experience" +msgstr "" + +#. Label of the work_experience_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Experience Details" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:8 +#: frontend/src/components/Modals/ReviewModal.vue:5 +#: lms/templates/reviews.html:117 +msgid "Write a Review" +msgstr "" + +#: lms/templates/reviews.html:31 lms/templates/reviews.html:103 +#: lms/templates/reviews_cta.html:3 lms/templates/reviews_cta.html:7 +msgid "Write a review" +msgstr "" + +#: frontend/src/components/Assignment.vue:120 +msgid "Write your answer here" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +msgid "You already have an evaluation on {0} at {1} for the course {2}." +msgstr "" + +#: frontend/src/pages/CourseCertification.vue:14 +msgid "You are already certified for this course. Click on the card below to open your certificate." +msgstr "" + +#: lms/lms/api.py:224 +msgid "You are already enrolled for this batch." +msgstr "" + +#: lms/lms/api.py:216 +msgid "You are already enrolled for this course." +msgstr "" + +#: frontend/src/pages/Batch.vue:161 +msgid "You are not a member of this batch. Please checkout our upcoming batches." +msgstr "" + +#: lms/lms/doctype/lms_batch_old/lms_batch_old.py:20 +msgid "You are not a mentor of the course {0}" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:316 +msgid "You are not enrolled" +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:22 +msgid "You are not enrolled in this course. Please enroll to access this lesson." +msgstr "" + +#: frontend/src/pages/Courses.vue:139 +msgid "You can add chapters and lessons to it." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:13 +#: lms/templates/emails/lms_invite_request_approved.html:11 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: lms/templates/quiz/quiz.html:18 +msgid "You can attempt this quiz only {0} {1}" +msgstr "" + +#: frontend/src/components/Quiz.vue:34 +msgid "You can attempt this quiz {0}." +msgstr "" + +#: lms/templates/emails/job_application.html:6 +msgid "You can find their resume attached to this email." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +msgid "You cannot schedule evaluations after {0}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +msgid "You cannot schedule evaluations for past slots." +msgstr "" + +#: frontend/src/components/NoPermission.vue:11 +msgid "You do not have permission to access this page." +msgstr "" + +#: lms/templates/notifications.html:27 +msgid "You don't have any notifications." +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "You got" +msgstr "" + +#: frontend/src/components/Quiz.vue:238 +#, python-format +msgid "You got {0}% correct answers with a score of {1} out of {2}" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:6 +msgid "You have a live class scheduled tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:22 +msgid "You have already applied for this job." +msgstr "" + +#: frontend/src/components/Quiz.vue:72 lms/templates/quiz/quiz.html:43 +msgid "You have already exceeded the maximum number of attempts allowed for this quiz." +msgstr "" + +#: lms/lms/api.py:237 +msgid "You have already purchased the certificate for this course." +msgstr "" + +#: lms/lms/doctype/lms_course_review/lms_course_review.py:17 +msgid "You have already reviewed this course" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:151 +msgid "You have been enrolled in this batch" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:190 +msgid "You have been enrolled in this course" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:30 +msgid "You have exceeded the maximum number of attempts ({0}) for this quiz" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:56 +msgid "You have got a score of {0} for the quiz {1}" +msgstr "" + +#: frontend/src/pages/Assignments.vue:60 +msgid "You have not created any assignments yet. To create a new assignment, click on the \"New\" button above." +msgstr "" + +#: frontend/src/pages/Quizzes.vue:65 +msgid "You have not created any quizzes yet. To create a new quiz, click on the \"New Quiz\" button above." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:12 lms/public/js/common_functions.js:126 +msgid "You have opted to be notified for this course. You will receive an email when the course becomes available." +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:170 +msgid "You need to login first to enroll for this course" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "You will be redirected to Frappe Cloud soon." +msgstr "" + +#: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 +#, python-format +msgid "You will have to get {0}% correct answers in order to pass the quiz." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:4 +msgid "You've applied to become a mentor for this course. Your request is currently under review." +msgstr "" + +#: frontend/src/components/Assignment.vue:55 +msgid "You've successfully submitted the assignment." +msgstr "" + +#. Label of the youtube (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video URL" +msgstr "" + +#. Description of the 'YouTube Video URL' (Data) field in DocType 'Course +#. Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video will appear at the top of the lesson." +msgstr "" + +#: lms/www/new-sign-up.html:56 +msgid "Your Account has been successfully created!" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:120 +msgid "Your calendar is set." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:3 +#: lms/templates/emails/certificate_request_notification.html:3 +msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +msgid "Your evaluation slot has been booked" +msgstr "" + +#: lms/templates/emails/certificate_request_notification.html:5 +msgid "Your evaluator is {0}" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "Your request to join us as a mentor for the course" +msgstr "" + +#: lms/templates/quiz/quiz.js:140 +msgid "Your score is" +msgstr "" + +#: frontend/src/components/Quiz.vue:231 +msgid "Your submission has been successfully saved. The instructor will review and grade it shortly, and you'll be notified of your final result." +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Zoom Settings" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activities" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activity" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "but didn’t complete your payment" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "cancel your application" +msgstr "" + +#: frontend/src/pages/Lesson.vue:178 +msgid "completed" +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "correct answers" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "has been" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:8 +msgid "in the last" +msgstr "" + +#: lms/templates/signup-form.html:12 +msgid "jane@example.com" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "member" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "members" +msgstr "" + +#: lms/templates/quiz/quiz.html:106 +msgid "of" +msgstr "" + +#: lms/templates/quiz/quiz.js:141 +msgid "out of" +msgstr "" + +#: frontend/src/components/JobCard.vue:30 +msgid "posted" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:386 +msgid "question_detail" +msgstr "" + +#: lms/templates/reviews.html:25 +msgid "ratings" +msgstr "" + +#: lms/templates/reviews.html:43 +msgid "stars" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:10 +msgid "weeks" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "you can" +msgstr "" + +#: lms/lms/api.py:802 lms/lms/api.py:810 +msgid "{0} Settings not found" +msgstr "" + +#: lms/templates/emails/job_application.html:2 +msgid "{0} has applied for the job position {1}" +msgstr "" + +#: lms/templates/emails/job_report.html:4 +msgid "{0} has reported a job post for the following reason." +msgstr "" + +#: lms/templates/emails/assignment_submission.html:2 +msgid "{0} has submitted the assignment {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:57 +msgid "{0} is already a Student of {1} course through {2} batch" +msgstr "" + +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.py:16 +msgid "{0} is already a mentor for course {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:30 +msgid "{0} is already a {1} of the course {2}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:91 +msgid "{0} is already certified for the batch {1}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:72 +msgid "{0} is already certified for the course {1}" +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:5 +msgid "{0} is your evaluator" +msgstr "" + +#: lms/lms/utils.py:681 +msgid "{0} mentioned you in a comment" +msgstr "" + +#: lms/templates/emails/mention_template.html:2 +msgid "{0} mentioned you in a comment in your batch." +msgstr "" + +#: lms/lms/utils.py:634 lms/lms/utils.py:640 +msgid "{0} mentioned you in a comment in {1}" +msgstr "" + +#: lms/lms/utils.py:457 +msgid "{0}k" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Active" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Completed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Enrolled" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Granted" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Passed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Published" +msgstr "" + From 9851757a4efc92628f5a2d3a5898e4f04e56de16 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:44:37 +0530 Subject: [PATCH 09/30] chore: Croatian translations --- lms/locale/hr.po | 6215 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6215 insertions(+) create mode 100644 lms/locale/hr.po diff --git a/lms/locale/hr.po b/lms/locale/hr.po new file mode 100644 index 00000000..4715f701 --- /dev/null +++ b/lms/locale/hr.po @@ -0,0 +1,6215 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: jannat@frappe.io\n" +"POT-Creation-Date: 2025-02-28 16:04+0000\n" +"PO-Revision-Date: 2025-03-05 22:14\n" +"Last-Translator: jannat@frappe.io\n" +"Language-Team: Croatian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: frappe\n" +"X-Crowdin-Project-ID: 639578\n" +"X-Crowdin-Language: hr\n" +"X-Crowdin-File: /[frappe.lms] develop/lms/locale/main.pot\n" +"X-Crowdin-File-ID: 90\n" +"Language: hr_HR\n" + +#: lms/templates/emails/assignment_submission.html:5 +msgid " Please evaluate and grade it." +msgstr "" + +#: frontend/src/pages/Programs.vue:39 +#, python-format +msgid "% completed" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS Settings" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Setup a Home Page" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Visit LMS Portal" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Create a Course" +msgstr "" + +#. Paragraph text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Documentation" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Get Started" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Master" +msgstr "" + +#. Header text in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Statistics" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:58 +msgid "A course cannot have both paid certificate and certificate of completion." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:40 +msgid "A one line introduction to the course that appears on the course card" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:4 +msgid "About" +msgstr "" + +#: frontend/src/pages/Batch.vue:100 +msgid "About this batch" +msgstr "" + +#. Label of the verify_terms (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Acceptance for Terms and/or Policies" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Accepted" +msgstr "" + +#. Label of the account_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Account ID" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:17 +msgid "Achievements" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Active" +msgstr "" + +#: frontend/src/components/Assessments.vue:11 +#: frontend/src/components/BatchCourses.vue:11 +#: frontend/src/components/BatchStudents.vue:117 +#: frontend/src/components/Categories.vue:26 +#: frontend/src/components/LiveClass.vue:11 +#: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 +#: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 +msgid "Add" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:11 +#: frontend/src/components/CreateOutline.vue:18 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Add Chapter" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:129 +msgid "Add Lesson" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:75 +msgid "Add Slot" +msgstr "" + +#: lms/templates/onboarding_header.html:26 +msgid "Add a Chapter" +msgstr "" + +#: lms/templates/onboarding_header.html:33 +msgid "Add a Lesson" +msgstr "" + +#: frontend/src/components/Modals/StudentModal.vue:5 +msgid "Add a Student" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:56 +msgid "Add a chapter" +msgstr "" + +#: frontend/src/components/Modals/BatchCourseModal.vue:5 +msgid "Add a course" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:136 +msgid "Add a keyword and then press enter" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:81 +msgid "Add a lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:144 +#: frontend/src/pages/QuizForm.vue:183 +msgid "Add a new question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:11 +msgid "Add a quiz to your lesson" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:5 +msgid "Add an assessment" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:14 +msgid "Add an assignment to your lesson" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:18 +msgid "Add an existing question" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:66 +msgid "Add at least one possible answer for this question: {0}" +msgstr "" + +#: frontend/src/components/Modals/PageModal.vue:6 +msgid "Add web page to sidebar" +msgstr "" + +#: frontend/src/components/Assignment.vue:65 +msgid "Add your assignment as {0}" +msgstr "" + +#. Label of the address (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:64 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Address" +msgstr "" + +#: frontend/src/pages/Billing.vue:74 +msgid "Address Line 1" +msgstr "" + +#: frontend/src/pages/Billing.vue:78 +msgid "Address Line 2" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Admin" +msgstr "" + +#. Name of a role +#: frontend/src/pages/Batches.vue:288 lms/lms/doctype/lms_badge/lms_badge.json +msgid "All" +msgstr "" + +#: frontend/src/pages/Batches.vue:26 +msgid "All Batches" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:20 +msgid "All Certified Participants" +msgstr "" + +#: lms/lms/widgets/BreadCrumb.html:3 +msgid "All Courses" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:51 +msgid "All Feedback" +msgstr "" + +#: lms/templates/quiz/quiz.html:141 +msgid "All Submissions" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:46 +msgid "All questions should have the same marks if the limit is set." +msgstr "" + +#. Label of the allow_guest_access (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Allow Guest Access" +msgstr "" + +#. Label of the allow_posting (Check) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Allow Job Posting From Website" +msgstr "" + +#. Label of the allow_self_enrollment (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow Self Enrollment" +msgstr "" + +#. Label of the allow_future (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Allow accessing future dates" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:32 +msgid "Allow self enrollment" +msgstr "" + +#: lms/overrides/user.py:199 +msgid "Already Registered" +msgstr "" + +#. Label of the amount (Currency) field in DocType 'LMS Batch' +#. Label of the course_price (Currency) field in DocType 'LMS Course' +#. Label of the amount (Currency) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:209 frontend/src/pages/CourseForm.vue:220 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:379 +msgid "Amount" +msgstr "" + +#. Label of the amount_usd (Currency) field in DocType 'LMS Batch' +#. Label of the amount_usd (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:397 +msgid "Amount (USD)" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:60 +msgid "Amount and currency are required for paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:69 +msgid "Amount and currency are required for paid certificates." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:66 +msgid "Amount and currency are required for paid courses." +msgstr "" + +#. Label of the amount_with_gst (Currency) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Amount with GST" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:33 +msgid "Announcement" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:100 +msgid "Announcement has been sent successfully" +msgstr "" + +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment' +#. Label of the answer (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the answer (Code) field in DocType 'LMS Exercise' +#: frontend/src/pages/QuizSubmission.vue:61 +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Answer" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:84 frontend/src/pages/CourseForm.vue:102 +msgid "Appears on the course card in the course list" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:63 frontend/src/pages/BatchForm.vue:81 +msgid "Appears when the batch URL is shared on any online platform" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:121 +msgid "Applications Received" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:42 +msgid "Apply" +msgstr "" + +#. Label of the apply_gst (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply GST for India" +msgstr "" + +#. Label of the apply_rounding (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Apply Rounding on Equivalent" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:6 +msgid "Apply for this job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Approved" +msgstr "" + +#: frontend/src/components/Apps.vue:13 +msgid "Apps" +msgstr "" + +#: frontend/src/pages/Batches.vue:277 frontend/src/pages/Batches.vue:295 +msgid "Archived" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:135 +msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:209 +msgid "Are you sure you want to login to your Frappe Cloud dashboard?" +msgstr "" + +#. Label of the user_category (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Ask User Category during Signup" +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:32 +#: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11 +msgid "Assessment" +msgstr "" + +#. Label of the assessment_name (Dynamic Link) field in DocType 'LMS +#. Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Name" +msgstr "" + +#. Label of the assessment_type (Link) field in DocType 'LMS Assessment' +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "Assessment Type" +msgstr "" + +#: frontend/src/components/Modals/AssessmentModal.vue:73 +msgid "Assessment added successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:70 +msgid "Assessment {0} has already been added to this batch." +msgstr "" + +#. Label of the show_assessments (Check) field in DocType 'LMS Settings' +#: frontend/src/components/Assessments.vue:5 +#: frontend/src/components/BatchStudents.vue:68 +#: frontend/src/components/BatchStudents.vue:101 +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/templates/assessments.html:3 +msgid "Assessments" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:50 +msgid "Assign" +msgstr "" + +#. Label of the section_break_16 (Section Break) field in DocType 'Course +#. Lesson' +#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:12 +#: frontend/src/utils/assignment.js:25 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/templates/assignment.html:3 +msgid "Assignment" +msgstr "" + +#. Label of the assignment_attachment (Attach) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Attachment" +msgstr "" + +#. Label of the assignment_submission_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Assignment Submission Template" +msgstr "" + +#. Label of the assignment_title (Data) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Assignment Title" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:33 +msgid "Assignment for Lesson {0} by {1} already exists." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:155 +msgid "Assignment saved successfully" +msgstr "" + +#. Description of the 'Question' (Small Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Assignment will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:174 +msgid "Assignments" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:43 +msgid "At least one option must be correct for this question." +msgstr "" + +#. Label of the attire (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Attire Preference" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:123 +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Auto Assign" +msgstr "" + +#. Label of the auto_recording (Select) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Auto Recording" +msgstr "" + +#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/pages/CourseDetail.vue:20 +msgid "Average Rating" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:38 +msgid "Average of Feedback Received" +msgstr "" + +#: frontend/src/pages/Lesson.vue:97 +msgid "Back to Course" +msgstr "" + +#. Label of the badge (Link) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge" +msgstr "" + +#. Label of the badge_description (Small Text) field in DocType 'LMS Badge +#. Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Description" +msgstr "" + +#. Label of the badge_image (Attach) field in DocType 'LMS Badge Assignment' +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Badge Image" +msgstr "" + +#. Label of the batch (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the batch (Link) field in DocType 'LMS Batch Feedback' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate' +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Request' +#. Label of the batch_name (Link) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:32 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Batch" +msgstr "" + +#. Label of the batch_confirmation_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Confirmation Template" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/batch_course/batch_course.json +msgid "Batch Course" +msgstr "" + +#: lms/public/js/common_functions.js:428 +msgid "Batch Created" +msgstr "" + +#. Label of the section_break_5 (Section Break) field in DocType 'LMS Batch +#. Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Batch Description" +msgstr "" + +#. Label of the batch_details (Text Editor) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:236 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:349 +#: lms/templates/emails/batch_confirmation.html:24 +#: lms/templates/emails/batch_start_reminder.html:27 +#: lms/templates/emails/live_class_reminder.html:23 +msgid "Batch Details" +msgstr "" + +#. Label of the batch_details_raw (HTML Editor) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:356 +msgid "Batch Details Raw" +msgstr "" + +#. Name of a role +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Evaluator" +msgstr "" + +#. Label of the batch_name (Link) field in DocType 'LMS Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Batch Name" +msgstr "" + +#. Label of the batch_old (Link) field in DocType 'Exercise Latest Submission' +#. Label of the batch_old (Link) field in DocType 'Exercise Submission' +#. Label of the batch_old (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Batch Old" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Batch +#. Old' +#. Label of the section_break_szgq (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Batch Settings" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:11 +msgid "Batch Start Date:" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:418 +msgid "Batch Start Reminder" +msgstr "" + +#. Label of the batch_title (Data) field in DocType 'LMS Certificate' +#. Label of the batch_title (Data) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Batch Title" +msgstr "" + +#: lms/public/js/common_functions.js:427 +msgid "Batch Updated" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:41 +msgid "Batch end date cannot be before the batch start date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:10 +msgid "Batch:" +msgstr "" + +#. Group in LMS Course's connections +#. Label of the batches (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batches.vue:303 +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:63 +msgid "Batches" +msgstr "" + +#. Label of the begin_date (Date) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Begin Date" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:31 +#: lms/templates/emails/batch_start_reminder.html:34 +#: lms/templates/emails/certification.html:20 +#: lms/templates/emails/live_class_reminder.html:30 +msgid "Best Regards" +msgstr "" + +#. Label of the billing_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: frontend/src/pages/Billing.vue:8 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Details" +msgstr "" + +#. Label of the billing_name (Data) field in DocType 'LMS Payment' +#: frontend/src/pages/Billing.vue:70 +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Billing Name" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:75 +msgid "Bio" +msgstr "" + +#. Label of the body (Markdown Editor) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Body" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Both Individual and Team Work" +msgstr "" + +#. Label of the branch (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Branch" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:23 +msgid "Business Owner" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:47 +msgid "Buy this course" +msgstr "" + +#: lms/templates/emails/lms_message.html:11 +msgid "By" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "CGPA/4" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:61 +#: frontend/src/components/UpcomingEvaluations.vue:140 +msgid "Cancel" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:134 +msgid "Cancel this evaluation?" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Cancelled" +msgstr "" + +#. Label of the carrer_preference_details (Section Break) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Career Preference Details" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Casual Wear" +msgstr "" + +#. Label of the category (Link) field in DocType 'LMS Batch' +#. Label of the category (Data) field in DocType 'LMS Category' +#. Label of the category (Link) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 +#: frontend/src/pages/CertifiedParticipants.vue:37 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:316 lms/templates/signup-form.html:22 +msgid "Category" +msgstr "" + +#: frontend/src/components/Categories.vue:22 +msgid "Category Name" +msgstr "" + +#. Label of the certificate (Link) field in DocType 'LMS Enrollment' +#. Label of a shortcut in the LMS Workspace +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certificate" +msgstr "" + +#. Label of the certification_template (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certificate Email Template" +msgstr "" + +#: lms/templates/emails/certification.html:13 +msgid "Certificate Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:124 +msgid "Certificate of Completion" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:310 +msgid "Certificate saved successfully" +msgstr "" + +#: frontend/src/pages/ProfileCertificates.vue:4 +msgid "Certificates" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:121 +msgid "Certificates generated successfully" +msgstr "" + +#. Label of the certification (Table) field in DocType 'User' +#. Name of a DocType +#. Label of the certification (Check) field in DocType 'LMS Batch' +#. Label of the certification_section (Section Break) field in DocType 'LMS +#. Enrollment' +#. Label of a Card Break in the LMS Workspace +#. Label of a Link in the LMS Workspace +#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/Modals/Event.vue:371 +#: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 +#: frontend/src/pages/CourseCertification.vue:10 +#: frontend/src/pages/CourseCertification.vue:114 +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/workspace/lms/lms.json +msgid "Certification" +msgstr "" + +#. Label of the certification_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Certification Details" +msgstr "" + +#. Label of the certification_name (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Certification Name" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:36 +msgid "Certified" +msgstr "" + +#. Label of the certified_participants (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/CertifiedParticipants.vue:161 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Certified Participants" +msgstr "" + +#: lms/templates/assignment.html:13 +msgid "Change" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +msgid "Changes saved successfully" +msgstr "" + +#. Label of the chapter (Link) field in DocType 'Chapter Reference' +#. Label of the chapter (Link) field in DocType 'LMS Course Progress' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/chapter_reference/chapter_reference.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/workspace/lms/lms.json +msgid "Chapter" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/chapter_reference/chapter_reference.json +msgid "Chapter Reference" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:154 +msgid "Chapter added successfully" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:198 +msgid "Chapter updated successfully" +msgstr "" + +#. Label of the chapters (Table) field in DocType 'LMS Course' +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Chapters" +msgstr "" + +#: frontend/src/components/Quiz.vue:205 lms/templates/quiz/quiz.html:120 +msgid "Check" +msgstr "" + +#: lms/templates/emails/mention_template.html:10 +msgid "Check Discussion" +msgstr "" + +#: lms/templates/certificates_section.html:24 +msgid "Check out the {0} to know more about certification." +msgstr "" + +#: frontend/src/components/NoPermission.vue:19 +msgid "Checkout Courses" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Choices" +msgstr "" + +#: frontend/src/components/Quiz.vue:610 lms/templates/quiz/quiz.html:53 +msgid "Choose all answers that apply" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:27 +msgid "Choose an icon" +msgstr "" + +#: frontend/src/components/Quiz.vue:611 lms/templates/quiz/quiz.html:53 +msgid "Choose one answer" +msgstr "" + +#. Label of the city (Data) field in DocType 'User' +#: frontend/src/pages/Billing.vue:81 lms/fixtures/custom_field.json +msgid "City" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:10 +msgid "Class:" +msgstr "" + +#: frontend/src/components/Controls/Link.vue:49 +msgid "Clear" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Clearly Defined Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 +msgid "Click here to login" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:30 +msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." +msgstr "" + +#. Label of the client_id (Data) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client ID" +msgstr "" + +#. Label of the client_secret (Password) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Client Secret" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Closed" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Cloud" +msgstr "" + +#. Label of the code (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Code" +msgstr "" + +#. Name of a DocType +#. Label of the cohort (Link) field in DocType 'Cohort Join Request' +#. Label of the cohort (Link) field in DocType 'Cohort Mentor' +#. Label of the cohort (Link) field in DocType 'Cohort Staff' +#. Label of the cohort (Link) field in DocType 'Cohort Subgroup' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the cohort (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Cohort" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "Cohort Join Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Cohort Mentor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Cohort Staff" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Cohort Subgroup" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Cohort Web Page" +msgstr "" + +#. Label of the collaboration (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Collaboration Preference" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Collapse all chapters" +msgstr "" + +#. Label of the college (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "College Name" +msgstr "" + +#. Label of the color (Color) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Color" +msgstr "" + +#. Label of the comments (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the comments (Small Text) field in DocType 'Exercise Submission' +#. Label of the comments (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the comments (Small Text) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Assignment.vue:160 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Comments" +msgstr "" + +#: frontend/src/components/Assignment.vue:139 +msgid "Comments by Evaluator" +msgstr "" + +#. Label of the company (Data) field in DocType 'LMS Job Application' +#. Label of the company (Data) field in DocType 'Work Experience' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Company" +msgstr "" + +#. Label of the company_details_section (Section Break) field in DocType 'Job +#. Opportunity' +#: frontend/src/pages/JobCreation.vue:64 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Details" +msgstr "" + +#. Label of the company_email_address (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:83 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Email Address" +msgstr "" + +#. Label of the company_logo (Attach Image) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:88 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Logo" +msgstr "" + +#. Label of the company_name (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:70 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Name" +msgstr "" + +#. Label of the company_type (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Company Type" +msgstr "" + +#. Label of the company_website (Data) field in DocType 'Job Opportunity' +#: frontend/src/pages/JobCreation.vue:76 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Company Website" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: frontend/src/components/Modals/BatchStudentProgress.vue:18 +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 +msgid "Complete" +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:7 +msgid "Complete Sign Up" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:15 +msgid "Complete Your Enrollment" +msgstr "" + +#: lms/lms/doctype/lms_payment/lms_payment.py:40 +msgid "Complete Your Enrollment - Don't miss out!" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/widgets/CourseCard.html:78 +msgid "Completed" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:369 +msgid "Completed by Students" +msgstr "" + +#. Label of the enable_certification (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:212 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Completion Certificate" +msgstr "" + +#: frontend/src/pages/Statistics.vue:66 +msgid "Completions" +msgstr "" + +#. Label of the condition (Code) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Condition" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:16 +msgid "Condition must be in valid JSON format." +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.py:21 +msgid "Condition must be valid python code." +msgstr "" + +#: frontend/src/components/UserDropdown.vue:214 +msgid "Confirm" +msgstr "" + +#. Label of the confirmation_email_sent (Check) field in DocType 'LMS Batch +#. Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Confirmation Email Sent" +msgstr "" + +#. Label of the confirmation_email_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Confirmation Email Template" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:29 +msgid "Congratulations on getting certified!" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:55 +msgid "Contact the Administrator to enroll for this course." +msgstr "" + +#. Label of the content (Text) field in DocType 'Course Lesson' +#. Label of the content (Rating) field in DocType 'LMS Batch Feedback' +#: frontend/src/pages/LessonForm.vue:62 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Content" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:29 +msgid "Continue Learning" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:146 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Contract" +msgstr "" + +#: lms/lms/utils.py:437 +msgid "Cookie Policy" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:68 +msgid "Copy the URL of the video from YouTube and paste it in the editor." +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Corporate Organization" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:165 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Correct" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:73 +msgid "Correct Answer" +msgstr "" + +#. Label of the country (Link) field in DocType 'User' +#. Label of the country (Link) field in DocType 'Payment Country' +#: frontend/src/pages/Billing.vue:92 lms/fixtures/custom_field.json +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Country" +msgstr "" + +#. Label of the course (Link) field in DocType 'Batch Course' +#. Label of the course (Link) field in DocType 'Cohort' +#. Label of the course (Link) field in DocType 'Cohort Mentor' +#. Label of the course (Link) field in DocType 'Cohort Staff' +#. Label of the course (Link) field in DocType 'Cohort Subgroup' +#. Label of the course (Link) field in DocType 'Course Chapter' +#. Label of the course (Link) field in DocType 'Course Lesson' +#. Label of the course (Link) field in DocType 'Exercise Latest Submission' +#. Label of the course (Link) field in DocType 'Exercise Submission' +#. Label of the course (Link) field in DocType 'LMS Assignment Submission' +#. Label of the course (Link) field in DocType 'LMS Batch Old' +#. Label of the course (Link) field in DocType 'LMS Certificate' +#. Label of the course (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the course (Link) field in DocType 'LMS Certificate Request' +#. Label of the course (Link) field in DocType 'LMS Course Interest' +#. Label of the course (Link) field in DocType 'LMS Course Mentor Mapping' +#. Label of the course (Link) field in DocType 'LMS Course Progress' +#. Label of the course (Link) field in DocType 'LMS Course Review' +#. Label of the course (Link) field in DocType 'LMS Enrollment' +#. Label of the course (Link) field in DocType 'LMS Exercise' +#. Label of the course (Link) field in DocType 'LMS Mentor Request' +#. Label of the course (Link) field in DocType 'LMS Program Course' +#. Label of the course (Link) field in DocType 'LMS Quiz' +#. Label of the course (Link) field in DocType 'LMS Quiz Submission' +#. Label of the course (Link) field in DocType 'Related Courses' +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/BatchCourseModal.vue:20 +#: frontend/src/components/Modals/BulkCertificates.vue:38 +#: frontend/src/components/Modals/EvaluationModal.vue:20 +#: frontend/src/components/Modals/Event.vue:24 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/related_courses/related_courses.json +#: lms/lms/report/course_progress_summary/course_progress_summary.js:9 +#: lms/lms/report/course_progress_summary/course_progress_summary.py:51 +#: lms/lms/workspace/lms/lms.json +msgid "Course" +msgstr "" + +#. Name of a DocType +#. Label of the chapter (Link) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Chapter" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Completed" +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:16 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Course Creator" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Data" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:49 +msgid "Course Description" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Course Evaluator" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:62 +msgid "Course Image" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Course Instructor" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Course Lesson" +msgstr "" + +#: lms/www/lms.py:30 +msgid "Course List" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:58 +msgid "Course Name" +msgstr "" + +#: frontend/src/pages/CourseDetail.vue:76 +msgid "Course Outline" +msgstr "" + +#. Name of a report +#: lms/lms/report/course_progress_summary/course_progress_summary.json +msgid "Course Progress Summary" +msgstr "" + +#. Label of the section_break_7 (Section Break) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Course Settings" +msgstr "" + +#. Label of a Card Break in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Course Stats" +msgstr "" + +#. Label of the title (Data) field in DocType 'Batch Course' +#. Label of the course_title (Data) field in DocType 'Course Chapter' +#. Label of the course_title (Data) field in DocType 'LMS Certificate' +#. Label of the course_title (Data) field in DocType 'LMS Certificate Request' +#. Label of the course_title (Data) field in DocType 'LMS Program Course' +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "Course Title" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:229 +msgid "Course added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:265 +msgid "Course already added to the batch." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:469 +msgid "Course deleted successfully" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:298 +msgid "Course moved successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:49 +#: lms/lms/doctype/lms_program/lms_program.py:19 +msgid "Course {0} has already been added to this batch." +msgstr "" + +#. Label of the courses (Table) field in DocType 'LMS Batch' +#. Label of the show_courses (Check) field in DocType 'LMS Settings' +#. Label of the courses (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchCourses.vue:5 +#: frontend/src/components/BatchOverlay.vue:29 +#: frontend/src/components/BatchStudents.vue:52 +#: frontend/src/components/BatchStudents.vue:92 +#: frontend/src/components/Modals/BatchStudentProgress.vue:79 +#: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 +#: frontend/src/pages/CourseCertification.vue:106 +#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Courses" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:28 +msgid "Courses Completed" +msgstr "" + +#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 +msgid "Courses Mentored" +msgstr "" + +#: frontend/src/components/BatchCourses.vue:151 +msgid "Courses deleted successfully" +msgstr "" + +#. Label of the cover_image (Attach Image) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Cover Image" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/Programs.vue:108 +msgid "Create" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 +msgid "Create LMS Certificate" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 +msgid "Create LMS Certificate Evaluation" +msgstr "" + +#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +msgid "Create a Course" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:5 +msgid "Create a Live Class" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:30 +msgid "Create a course" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:31 +msgid "Create a new question" +msgstr "" + +#: frontend/src/pages/Assignments.vue:163 +msgid "Created" +msgstr "" + +#. Label of the currency (Link) field in DocType 'LMS Batch' +#. Label of the currency (Link) field in DocType 'LMS Course' +#. Label of the currency (Link) field in DocType 'LMS Payment' +#: frontend/src/pages/BatchForm.vue:217 frontend/src/pages/CourseForm.vue:225 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/public/js/common_functions.js:387 +msgid "Currency" +msgstr "" + +#. Label of the current_lesson (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Current Lesson" +msgstr "" + +#. Label of the custom_component (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom HTML" +msgstr "" + +#. Label of the custom_script (Code) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Custom Script (JavaScript)" +msgstr "" + +#. Label of the custom_signup_content (HTML Editor) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Custom Signup Content" +msgstr "" + +#. Label of the customisations_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Customisations" +msgstr "" + +#. Label of the show_dashboard (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Dashboard" +msgstr "" + +#. Label of the date (Date) field in DocType 'LMS Batch Timetable' +#. Label of the date (Date) field in DocType 'LMS Certificate Evaluation' +#. Label of the date (Date) field in DocType 'LMS Certificate Request' +#. Label of the date (Date) field in DocType 'LMS Live Class' +#. Label of the date (Date) field in DocType 'Scheduled Flow' +#: frontend/src/components/Modals/EvaluationModal.vue:26 +#: frontend/src/components/Modals/Event.vue:40 +#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/templates/quiz/quiz.html:149 +msgid "Date" +msgstr "" + +#. Label of the section_break_glxh (Section Break) field in DocType 'LMS Live +#. Class' +#: frontend/src/pages/BatchForm.vue:100 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Date and Time" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:14 +msgid "Date:" +msgstr "" + +#. Label of the day (Select) field in DocType 'Evaluator Schedule' +#. Label of the day (Int) field in DocType 'LMS Batch Timetable' +#. Label of the day (Select) field in DocType 'LMS Certificate Request' +#: frontend/src/pages/ProfileEvaluator.vue:12 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Day" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:2 +#: lms/templates/emails/mentor_request_status_update_email.html:2 +msgid "Dear" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:2 +#: lms/templates/emails/batch_start_reminder.html:2 +#: lms/templates/emails/certification.html:2 +#: lms/templates/emails/live_class_reminder.html:2 +msgid "Dear " +msgstr "" + +#. Label of the default_currency (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Default Currency" +msgstr "" + +#. Label of the degree_type (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Degree Type" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:240 +#: frontend/src/components/CourseOutline.vue:298 +#: frontend/src/pages/CourseForm.vue:15 frontend/src/pages/CourseForm.vue:482 +msgid "Delete" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:52 +msgid "Delete Chapter" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:476 +msgid "Delete Course" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:292 +msgid "Delete this chapter?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:234 +msgid "Delete this lesson?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:477 +msgid "Deleting the course will also delete all its chapters and lessons. Are you sure you want to delete this course?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:293 +msgid "Deleting this chapter will also delete all its lessons and permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:235 +msgid "Deleting this lesson will permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" +msgstr "" + +#. Label of the description (Text Editor) field in DocType 'Job Opportunity' +#. Label of the description (Small Text) field in DocType 'Certification' +#. Label of the description (Markdown Editor) field in DocType 'Cohort' +#. Label of the description (Markdown Editor) field in DocType 'Cohort +#. Subgroup' +#. Label of the description (Small Text) field in DocType 'LMS Badge' +#. Label of the description (Small Text) field in DocType 'LMS Batch' +#. Label of the description (Markdown Editor) field in DocType 'LMS Batch Old' +#. Label of the description (Text Editor) field in DocType 'LMS Course' +#. Label of the description (Small Text) field in DocType 'LMS Exercise' +#. Label of the description (Text) field in DocType 'LMS Live Class' +#. Label of the description (Small Text) field in DocType 'Work Experience' +#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:342 +msgid "Description" +msgstr "" + +#: frontend/src/components/Apps.vue:51 +msgid "Desk" +msgstr "" + +#: frontend/src/components/Modals/DiscussionModal.vue:22 +#: frontend/src/pages/AssignmentForm.vue:27 frontend/src/pages/BatchForm.vue:14 +#: frontend/src/pages/CourseForm.vue:28 frontend/src/pages/QuizForm.vue:42 +msgid "Details" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 +msgid "Didn't receive the code?" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:194 +msgid "Disable Self Enrollment" +msgstr "" + +#. Label of the disable_self_learning (Check) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Disable Self Learning" +msgstr "" + +#. Label of the disabled (Check) field in DocType 'Job Opportunity' +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Disabled" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:55 +#: lms/lms/widgets/NoPreviewModal.html:25 lms/templates/reviews.html:159 +msgid "Discard" +msgstr "" + +#. Label of the show_discussions (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/Batch.vue:85 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Discussions" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Document" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:11 +msgid "Don’t miss this opportunity to enhance your skills. Click below to complete your enrollment" +msgstr "" + +#. Label of the dream_companies (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Dream Companies" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:33 +msgid "Duplicate options found for this question." +msgstr "" + +#. Label of the duration (Data) field in DocType 'Cohort' +#. Label of the duration (Data) field in DocType 'LMS Batch Timetable' +#. Label of the duration (Int) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Duration" +msgstr "" + +#. Label of the duration (Data) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:63 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Duration (in minutes)" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:58 +msgid "Duration of the live class in minutes" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Join Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +msgid "E-Mail" +msgstr "" + +#. Label of the email (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "E-mail" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:107 +#: frontend/src/components/CourseCardOverlay.vue:88 +#: frontend/src/components/Modals/ChapterModal.vue:9 +#: frontend/src/pages/JobDetail.vue:31 frontend/src/pages/Lesson.vue:66 +#: frontend/src/pages/Profile.vue:32 frontend/src/pages/Programs.vue:53 +msgid "Edit" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:45 +#: frontend/src/components/Modals/ChapterModal.vue:5 +msgid "Edit Chapter" +msgstr "" + +#: frontend/src/pages/Profile.vue:68 +msgid "Edit Profile" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:182 +msgid "Edit the question" +msgstr "" + +#. Label of the education (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Education Detail" +msgstr "" + +#. Label of the education_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Education Details" +msgstr "" + +#: frontend/src/components/Members.vue:32 lms/templates/signup-form.html:10 +msgid "Email" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:16 +msgid "Email ID" +msgstr "" + +#. Label of the email_sent (Check) field in DocType 'LMS Course Interest' +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "Email Sent" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:167 +msgid "Email Template" +msgstr "" + +#. Label of the email_templates_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Email Templates" +msgstr "" + +#. Label of the show_emails (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Emails" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:25 +msgid "Employee" +msgstr "" + +#. Label of the enable (Check) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Enable" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:20 +msgid "Enable Google API in Google Settings to send calendar invites for evaluations." +msgstr "" + +#. Label of the enable_learning_paths (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Enable Learning Paths" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:24 +msgid "Enable this only if you want to upload a SCORM package as a chapter." +msgstr "" + +#. Label of the enabled (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Enabled" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:53 +msgid "Enabling this will publish the certificate on the certified participants page." +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Cohort' +#. Label of the end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:113 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:282 +msgid "End Date" +msgstr "" + +#. Label of the end_date (Date) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "End Date (or expected)" +msgstr "" + +#. Label of the end_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the end_time (Time) field in DocType 'LMS Batch' +#. Label of the end_time (Time) field in DocType 'LMS Batch Old' +#. Label of the end_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the end_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the end_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:137 +#: frontend/src/pages/ProfileEvaluator.vue:18 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:299 +msgid "End Time" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:94 +msgid "Enroll Now" +msgstr "" + +#: frontend/src/pages/Batches.vue:292 +msgid "Enrolled" +msgstr "" + +#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCardOverlay.vue:106 +#: frontend/src/pages/CourseDetail.vue:33 +msgid "Enrolled Students" +msgstr "" + +#: lms/public/js/common_functions.js:96 +msgid "Enrolled successfully" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:93 +msgid "Enrollment Confirmation for {0}" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:20 +msgid "Enrollment Count" +msgstr "" + +#: lms/lms/utils.py:1769 +msgid "Enrollment Failed" +msgstr "" + +#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of a chart in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/pages/Statistics.vue:51 +#: lms/lms/doctype/lms_course/lms_course.json lms/lms/workspace/lms/lms.json +msgid "Enrollments" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:25 +msgid "Enter Client Id and Client Secret in Google Settings to send calendar invites for evaluations." +msgstr "" + +#: frontend/src/components/Assignment.vue:110 +msgid "Enter a URL" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:49 +msgid "Enter a title and save the quiz to proceed" +msgstr "" + +#: lms/templates/quiz/quiz.html:53 +msgid "Enter the correct answer" +msgstr "" + +#: frontend/src/components/Assignment.vue:280 +#: frontend/src/components/Modals/AnnouncementModal.vue:105 +#: frontend/src/components/Modals/BulkCertificates.vue:115 +#: frontend/src/components/Modals/ChapterModal.vue:159 +#: frontend/src/components/Modals/ChapterModal.vue:166 +#: frontend/src/components/Modals/ChapterModal.vue:202 +#: frontend/src/components/Modals/Question.vue:249 +#: frontend/src/components/Modals/Question.vue:269 +#: frontend/src/components/Modals/Question.vue:326 +#: frontend/src/components/Modals/StudentModal.vue:67 +#: frontend/src/components/Quiz.vue:589 +#: frontend/src/components/SettingDetails.vue:62 +#: frontend/src/pages/AssignmentForm.vue:139 +#: frontend/src/pages/AssignmentForm.vue:159 frontend/src/pages/Billing.vue:263 +#: frontend/src/pages/QuizForm.vue:346 frontend/src/pages/QuizForm.vue:361 +#: frontend/src/pages/QuizSubmission.vue:147 +msgid "Error" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:180 +msgid "Error creating live class. Please try again. {0}" +msgstr "" + +#. Label of a Link in the LMS Workspace +#. Label of a shortcut in the LMS Workspace +#: frontend/src/components/Modals/Event.vue:364 lms/lms/workspace/lms/lms.json +msgid "Evaluation" +msgstr "" + +#. Label of the section_break_6 (Section Break) field in DocType 'LMS +#. Certificate Evaluation' +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Evaluation Details" +msgstr "" + +#. Label of the evaluation_end_date (Date) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:161 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:333 +msgid "Evaluation End Date" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Evaluation Request" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:77 +msgid "Evaluation end date cannot be less than the batch end date." +msgstr "" + +#: frontend/src/components/Modals/Event.vue:255 +msgid "Evaluation saved successfully" +msgstr "" + +#. Label of the evaluator (Link) field in DocType 'Batch Course' +#. Label of the evaluator (Link) field in DocType 'Course Evaluator' +#. Label of the evaluator (Link) field in DocType 'LMS Assignment Submission' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the evaluator (Link) field in DocType 'LMS Certificate Request' +#. Label of the evaluator (Link) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BatchCourseModal.vue:26 +#: frontend/src/components/Modals/BulkCertificates.vue:22 +#: frontend/src/pages/CourseForm.vue:231 frontend/src/pages/ProfileRoles.vue:22 +#: lms/lms/doctype/batch_course/batch_course.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/templates/upcoming_evals.html:33 +msgid "Evaluator" +msgstr "" + +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the evaluator_name (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Evaluator Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +msgid "Evaluator Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:151 +msgid "Evaluator is Unavailable" +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:62 +msgid "Evaluator is required for paid certificates." +msgstr "" + +#. Label of the event (Select) field in DocType 'LMS Badge' +#. Label of the event (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Event" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:122 +msgid "Example: IST (+5:30)" +msgstr "" + +#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' +#. Label of the exercise (Link) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Exercise Latest Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Submission" +msgstr "" + +#. Label of the exercise_title (Data) field in DocType 'Exercise Latest +#. Submission' +#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Exercise Title" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:14 +msgid "Expand all chapters" +msgstr "" + +#. Label of the expiration_date (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Expiration Date" +msgstr "" + +#. Label of the expiry_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:33 +#: frontend/src/components/Modals/Event.vue:126 +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Expiry Date" +msgstr "" + +#. Label of the explanation_1 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_3 (Small Text) field in DocType 'LMS Question' +#. Label of the explanation_4 (Small Text) field in DocType 'LMS Question' +#: frontend/src/components/Modals/Question.vue:69 +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation" +msgstr "" + +#. Label of the explanation_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Explanation " +msgstr "" + +#: lms/lms/web_template/course_cards/course_cards.html:15 +#: lms/lms/web_template/recently_published_courses/recently_published_courses.html:16 +msgid "Explore More" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:356 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Fail" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:243 +msgid "Failed to login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +msgid "Failed to resend code" +msgstr "" + +#. Label of the featured (Check) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:16 +#: frontend/src/pages/CourseForm.vue:189 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Featured" +msgstr "" + +#. Label of the feedback (Small Text) field in DocType 'LMS Batch Feedback' +#: frontend/src/components/BatchFeedback.vue:29 +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Feedback" +msgstr "" + +#: frontend/src/components/Assignment.vue:61 +msgid "Feel free to make edits to your submission if needed." +msgstr "" + +#. Label of the field_to_check (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Field To Check" +msgstr "" + +#. Label of the major (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Field of Major/Study" +msgstr "" + +#. Label of the file_type (Select) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "File Type" +msgstr "" + +#: frontend/src/pages/Jobs.vue:33 +msgid "Find the perfect job for you" +msgstr "" + +#: frontend/src/components/Members.vue:38 +#: frontend/src/components/Modals/EditProfile.vue:59 +msgid "First Name" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Fixed 9-5" +msgstr "" + +#. Option for the 'Time Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Flexible Time" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:459 +msgid "Form to create and edit quizzes" +msgstr "" + +#. Option for the 'Attire Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Formal Wear" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 +msgid "Frappe Cloud Login Successful" +msgstr "" + +#: lms/lms/widgets/CourseCard.html:114 +msgid "Free" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:147 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Freelance" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:27 +msgid "Freelancer/Just looking" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "French (e.g. Distinction)" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Friday" +msgstr "" + +#. Label of the unavailable_from (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:85 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "From" +msgstr "" + +#. Label of the from_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "From Date" +msgstr "" + +#. Label of the full_name (Data) field in DocType 'Invite Request' +#. Label of the full_name (Data) field in DocType 'LMS Program Member' +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/templates/signup-form.html:5 +msgid "Full Name" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:144 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Full Time" +msgstr "" + +#. Name of a DocType +#. Label of the function (Data) field in DocType 'Function' +#. Label of the function (Link) field in DocType 'Preferred Function' +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Function" +msgstr "" + +#: frontend/src/pages/Billing.vue:43 +msgid "GST Amount" +msgstr "" + +#: frontend/src/pages/Billing.vue:110 +msgid "GST Number" +msgstr "" + +#. Label of the gstin (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "GSTIN" +msgstr "" + +#. Label of the general_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "General" +msgstr "" + +#: frontend/src/components/Modals/BulkCertificates.vue:5 +#: frontend/src/pages/Batch.vue:12 +msgid "Generate Certificates" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +msgid "Generate Google Meet Link" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:75 +msgid "Get Certificate" +msgstr "" + +#: frontend/src/components/CertificationLinks.vue:24 +#: frontend/src/components/CertificationLinks.vue:40 +#: frontend/src/pages/CertifiedParticipants.vue:11 +msgid "Get Certified" +msgstr "" + +#: lms/templates/onboarding_header.html:8 +msgid "Get Started" +msgstr "" + +#. Label of the github (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Github ID" +msgstr "" + +#. Label of the google_meet_link (Data) field in DocType 'LMS Certificate +#. Request' +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Google Meet Link" +msgstr "" + +#. Label of the grade (Data) field in DocType 'Education Detail' +#: frontend/src/components/Assignment.vue:154 +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade" +msgstr "" + +#. Label of the grade_assignment (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Grade Assignment" +msgstr "" + +#. Label of the grade_type (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Grade Type" +msgstr "" + +#: frontend/src/components/Assignment.vue:149 +msgid "Grading" +msgstr "" + +#. Label of the grant_only_once (Check) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Grant only once" +msgstr "" + +#: lms/templates/signup-form.html:56 +msgid "Have an account? Login" +msgstr "" + +#. Label of the headline (Data) field in DocType 'User' +#: frontend/src/components/Modals/EditProfile.vue:69 +#: lms/fixtures/custom_field.json +msgid "Headline" +msgstr "" + +#: lms/lms/widgets/HelloWorld.html:13 +msgid "Hello" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:11 +msgid "Help Us Improve" +msgstr "" + +#: lms/templates/courses_created.html:15 +msgid "Help others learn something new by creating a course." +msgstr "" + +#: lms/templates/reviews.html:101 +msgid "Help us improve our course material." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:1 +#: lms/templates/emails/certificate_request_notification.html:1 +msgid "Hey {0}" +msgstr "" + +#: lms/templates/emails/job_report.html:3 +msgid "Hey," +msgstr "" + +#: lms/templates/emails/payment_reminder.html:2 +msgid "Hi" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:3 +msgid "Hi {0}," +msgstr "" + +#: lms/templates/emails/lms_invite_request_approved.html:3 +msgid "Hi," +msgstr "" + +#. Label of the hide_private (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Hide my Private Information from others" +msgstr "" + +#. Label of the hints (Small Text) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Hints" +msgstr "" + +#. Label of the host (Link) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Host" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:24 +msgid "How to add a Quiz?" +msgstr "" + +#. Label of the current (Check) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "I am currently working here" +msgstr "" + +#: lms/templates/emails/certification.html:6 +msgid "I am delighted to inform you that you have successfully earned your certification for the {0} course. Congratulations!" +msgstr "" + +#. Label of the looking_for_job (Check) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "I am looking for a job" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:80 +msgid "I am unavailable" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:380 +msgid "ID" +msgstr "" + +#. Label of the icon (Data) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:28 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Icon" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:11 +msgid "If Include in Preview is enabled for a lesson then the lesson will also be accessible to non logged in users." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "If you are not any more interested to mentor the course" +msgstr "" + +#: frontend/src/components/Quiz.vue:20 +msgid "If you fail to do so, the quiz will be automatically submitted when the timer ends." +msgstr "" + +#: lms/templates/emails/payment_reminder.html:19 +msgid "If you have any questions or need assistance, feel free to reach out to our support team." +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:27 +#: lms/templates/emails/batch_start_reminder.html:30 +#: lms/templates/emails/live_class_reminder.html:26 +msgid "If you have any questions or require assistance, feel free to contact us." +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "If you haven't been redirected," +msgstr "" + +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' +#. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:400 +msgid "If you set an amount here, then the USD equivalent setting will not get applied." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:63 +msgid "If you want open ended questions then make sure each question in the quiz is of open ended type." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Label of the image (Code) field in DocType 'Exercise Latest Submission' +#. Label of the image (Code) field in DocType 'Exercise Submission' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#. Label of the image (Attach Image) field in DocType 'LMS Badge' +#. Label of the image (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Image" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:58 +#: frontend/src/components/UnsplashImageBrowser.vue:52 +msgid "Image search powered by" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:221 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: frontend/src/components/Modals/Event.vue:348 +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "In Progress" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Inactive" +msgstr "" + +#. Label of the include_in_preview (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Include In Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Incomplete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Exercise Latest +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'Exercise Submission' +#: frontend/src/components/Quiz.vue:170 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Incorrect" +msgstr "" + +#. Label of the index_ (Int) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index" +msgstr "" + +#. Label of the index_label (Data) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Index Label" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Individual Work" +msgstr "" + +#. Name of a DocType +#. Label of the industry (Data) field in DocType 'Industry' +#. Label of the industry (Link) field in DocType 'Preferred Industry' +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Industry" +msgstr "" + +#. Label of the institution_name (Data) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Institution Name" +msgstr "" + +#. Label of the instructor (Link) field in DocType 'Cohort' +#. Label of the instructor (Link) field in DocType 'Course Instructor' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/course_instructor/course_instructor.json +msgid "Instructor" +msgstr "" + +#. Label of the instructor_content (Text) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Content" +msgstr "" + +#. Label of the instructor_notes (Markdown Editor) field in DocType 'Course +#. Lesson' +#: frontend/src/pages/Lesson.vue:129 frontend/src/pages/LessonForm.vue:42 +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Instructor Notes" +msgstr "" + +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Batch' +#. Label of the instructors (Rating) field in DocType 'LMS Batch Feedback' +#. Label of the instructors (Table MultiSelect) field in DocType 'LMS Course' +#: frontend/src/pages/BatchForm.vue:93 frontend/src/pages/CourseForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Instructors" +msgstr "" + +#: lms/templates/assignment.html:17 +msgid "Instructors Comments" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Interest" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Interests" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:83 +msgid "Invalid Invite Code." +msgstr "" + +#: lms/lms/doctype/course_lesson/course_lesson.py:20 +msgid "Invalid Quiz ID" +msgstr "" + +#. Label of the invite_code (Data) field in DocType 'Cohort Subgroup' +#. Label of the invite_code (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Code" +msgstr "" + +#. Label of the invite_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Email" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Invite Only" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Invite Request" +msgstr "" + +#. Label of the is_correct (Check) field in DocType 'LMS Option' +#. Label of the is_correct_1 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_2 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_3 (Check) field in DocType 'LMS Question' +#. Label of the is_correct_4 (Check) field in DocType 'LMS Question' +#. Label of the is_correct (Check) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_option/lms_option.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Is Correct" +msgstr "" + +#. Label of the is_onboarding_complete (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Is Onboarding Complete" +msgstr "" + +#. Label of the is_scorm_package (Check) field in DocType 'Course Chapter' +#. Label of the is_scorm_package (Check) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Is SCORM Package" +msgstr "" + +#. Label of the issue_date (Date) field in DocType 'Certification' +#. Label of the issue_date (Date) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:28 +#: frontend/src/components/Modals/Event.vue:121 +#: lms/lms/doctype/certification/certification.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Issue Date" +msgstr "" + +#. Label of the issued_on (Date) field in DocType 'LMS Badge Assignment' +#: frontend/src/pages/CourseCertification.vue:27 +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "Issued On" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:56 +#: frontend/src/pages/ProfileCertificates.vue:17 +#: lms/templates/certificates_section.html:11 +msgid "Issued on" +msgstr "" + +#. Label of the items_in_sidebar_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Items in Sidebar" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:272 +msgid "Items removed successfully" +msgstr "" + +#: lms/templates/signup-form.html:6 +msgid "Jane Doe" +msgstr "" + +#. Label of the job (Link) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job" +msgstr "" + +#. Label of the subtitle (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Subtitle" +msgstr "" + +#. Label of the title (Data) field in DocType 'Job Settings' +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Board Title" +msgstr "" + +#: frontend/src/pages/JobCreation.vue:14 +msgid "Job Details" +msgstr "" + +#: lms/www/lms.py:111 +msgid "Job Openings" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Job Opportunity" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/job_settings/job_settings.json +msgid "Job Settings" +msgstr "" + +#. Label of the job_title (Data) field in DocType 'Job Opportunity' +#. Label of the job_title (Data) field in DocType 'LMS Job Application' +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Job Title" +msgstr "" + +#. Label of the jobs (Check) field in DocType 'LMS Settings' +#: frontend/src/pages/JobDetail.vue:10 frontend/src/pages/Jobs.vue:8 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Jobs" +msgstr "" + +#: frontend/src/components/LiveClass.vue:58 +#: lms/templates/upcoming_evals.html:15 +msgid "Join" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:51 +msgid "Join Call" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:74 +msgid "Join Meeting" +msgstr "" + +#. Label of the join_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Join URL" +msgstr "" + +#. Name of a Workspace +#: lms/lms/workspace/lms/lms.json +msgid "LMS" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assessment/lms_assessment.json +msgid "LMS Assessment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "LMS Assignment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "LMS Assignment Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "LMS Badge" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +msgid "LMS Badge Assignment" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Batch" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "LMS Batch Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "LMS Batch Feedback" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "LMS Batch Old" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "LMS Batch Timetable" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_category/lms_category.json +msgid "LMS Category" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "LMS Certificate" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "LMS Certificate Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "LMS Certificate Request" +msgstr "" + +#. Name of a DocType +#. Option for the 'Payment for Document Type' (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "LMS Course Interest" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "LMS Course Mentor Mapping" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "LMS Course Progress" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_course_review/lms_course_review.json +msgid "LMS Course Review" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "LMS Enrollment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "LMS Exercise" +msgstr "" + +#. Name of a DocType +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "LMS Job Application" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "LMS Live Class" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "LMS Mentor Request" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_option/lms_option.json +msgid "LMS Option" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "LMS Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program/lms_program.json +msgid "LMS Program" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_course/lms_program_course.json +msgid "LMS Program Course" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "LMS Program Member" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_question/lms_question.json +msgid "LMS Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "LMS Quiz" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "LMS Quiz Question" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "LMS Quiz Result" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "LMS Quiz Submission" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LMS Settings" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "LMS Sidebar Item" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_source/lms_source.json +msgid "LMS Source" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/user_skill/user_skill.json +msgid "LMS Student" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "LMS Timetable Legend" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "LMS Timetable Template" +msgstr "" + +#. Label of the label (Data) field in DocType 'LMS Timetable Legend' +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Label" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:64 +msgid "Last Name" +msgstr "" + +#. Label of the latest_submission (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Latest Submission" +msgstr "" + +#. Label of the launch_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Launch File" +msgstr "" + +#. Label of the lesson (Link) field in DocType 'Exercise Latest Submission' +#. Label of the lesson (Link) field in DocType 'Exercise Submission' +#. Label of the lesson (Link) field in DocType 'Lesson Reference' +#. Label of the lesson (Link) field in DocType 'LMS Assignment Submission' +#. Label of the lesson (Link) field in DocType 'LMS Course Progress' +#. Label of the lesson (Link) field in DocType 'LMS Exercise' +#. Label of the lesson (Link) field in DocType 'LMS Quiz' +#. Label of the lesson (Link) field in DocType 'Scheduled Flow' +#. Label of a Link in the LMS Workspace +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lesson_reference/lesson_reference.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/lms/workspace/lms/lms.json +msgid "Lesson" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/lesson_reference/lesson_reference.json +msgid "Lesson Reference" +msgstr "" + +#. Label of the lesson_title (Data) field in DocType 'Scheduled Flow' +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Lesson Title" +msgstr "" + +#. Label of the lessons (Table) field in DocType 'Course Chapter' +#. Group in Course Chapter's connections +#. Label of the lessons (Data) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:32 +#: frontend/src/components/CourseCardOverlay.vue:99 +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Lessons" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:36 +msgid "Lessons Completed" +msgstr "" + +#: lms/templates/onboarding_header.html:11 +msgid "Lets start setting up your content on the LMS so that you can reclaim time and focus on growth." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Letter Grade (e.g. A, B-)" +msgstr "" + +#. Label of the limit_questions_to (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:108 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Limit Questions To" +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:40 +msgid "Limit cannot be greater than or equal to the number of questions in the quiz." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:74 +msgid "LinkedIn" +msgstr "" + +#. Label of the linkedin (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "LinkedIn ID" +msgstr "" + +#. Group in Cohort's connections +#. Group in Cohort Subgroup's connections +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +msgid "Links" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:149 +msgid "List of quizzes" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Live" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Settings' +#: frontend/src/components/LiveClass.vue:4 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Live Class" +msgstr "" + +#. Label of the livecode_url (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "LiveCode URL" +msgstr "" + +#: frontend/src/components/Members.vue:108 +#: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 +#: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/QuizSubmissionList.vue:39 +#: frontend/src/pages/Quizzes.vue:51 +msgid "Load More" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Local" +msgstr "" + +#. Label of the location (Data) field in DocType 'Job Opportunity' +#. Label of the location (Data) field in DocType 'Education Detail' +#. Label of the location (Data) field in DocType 'Work Experience' +#: frontend/src/pages/JobCreation.vue:26 frontend/src/pages/JobDetail.vue:85 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Location" +msgstr "" + +#. Label of the location_preference (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Location Preference" +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:13 +#: frontend/src/components/NoPermission.vue:28 +#: frontend/src/components/QuizBlock.vue:9 frontend/src/pages/Batch.vue:188 +#: frontend/src/pages/Lesson.vue:25 +msgid "Login" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +msgid "Login failed" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 +msgid "Login to Frappe Cloud" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:208 +msgid "Login to Frappe Cloud?" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:48 +msgid "Login to apply" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:23 +msgid "Looking forward to seeing you enrolled!" +msgstr "" + +#. Label of the default_home (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Make LMS the default home" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:5 +#: frontend/src/pages/Batch.vue:16 +msgid "Make an Announcement" +msgstr "" + +#: frontend/src/pages/Billing.vue:123 +msgid "Make sure to enter the correct billing name as the same will be used in your invoice." +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Manage Batch" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +msgid "Manager" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:24 +msgid "Manager (Sales/Marketing/Customer)" +msgstr "" + +#. Label of the manifest_file (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "Manifest File" +msgstr "" + +#: frontend/src/components/Quiz.vue:96 +msgid "Mark" +msgstr "" + +#: frontend/src/pages/Notifications.vue:12 +msgid "Mark all as read" +msgstr "" + +#: frontend/src/pages/Notifications.vue:40 +msgid "Mark as read" +msgstr "" + +#. Label of the marks (Int) field in DocType 'LMS Quiz Question' +#. Label of the marks (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Modals/Question.vue:50 +#: frontend/src/components/Modals/Question.vue:99 +#: frontend/src/components/Quiz.vue:96 frontend/src/pages/QuizForm.vue:390 +#: frontend/src/pages/QuizSubmission.vue:65 +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:59 +msgid "Marks" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:41 +msgid "Marks for question number {0} cannot be greater than the marks allotted for that question." +msgstr "" + +#. Label of the marks_out_of (Int) field in DocType 'LMS Quiz Result' +#: frontend/src/pages/QuizSubmission.vue:68 +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Marks out of" +msgstr "" + +#. Label of the max_attempts (Int) field in DocType 'LMS Quiz' +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Max Attempts" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:58 +msgid "Maximum Attempts" +msgstr "" + +#. Label of the medium (Select) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:185 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:309 +msgid "Medium" +msgstr "" + +#. Label of the medium (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Medium ID" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:15 +#: lms/templates/emails/batch_start_reminder.html:22 +msgid "Medium:" +msgstr "" + +#. Label of the member (Link) field in DocType 'Exercise Latest Submission' +#. Label of the member (Link) field in DocType 'Exercise Submission' +#. Label of the member (Link) field in DocType 'LMS Assignment Submission' +#. Label of the member (Link) field in DocType 'LMS Badge Assignment' +#. Label of the member (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the member (Link) field in DocType 'LMS Batch Feedback' +#. Label of the member (Link) field in DocType 'LMS Certificate' +#. Label of the member (Link) field in DocType 'LMS Certificate Evaluation' +#. Label of the member (Link) field in DocType 'LMS Certificate Request' +#. Label of the member (Link) field in DocType 'LMS Course Progress' +#. Label of the member (Link) field in DocType 'LMS Enrollment' +#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment' +#. Label of the member (Link) field in DocType 'LMS Mentor Request' +#. Label of the member (Link) field in DocType 'LMS Payment' +#. Label of the member (Link) field in DocType 'LMS Program Member' +#. Label of the member (Link) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/AssignmentSubmissionList.vue:14 +#: frontend/src/pages/QuizSubmission.vue:31 +#: frontend/src/pages/QuizSubmissionList.vue:86 +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 +msgid "Member" +msgstr "" + +#. Label of the member_cohort (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Cohort" +msgstr "" + +#. Label of the member_email (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Email" +msgstr "" + +#. Label of the member_image (Attach Image) field in DocType 'LMS Batch +#. Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Member Image" +msgstr "" + +#. Label of the member_name (Data) field in DocType 'LMS Assignment Submission' +#. Label of the member_name (Data) field in DocType 'LMS Badge Assignment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Batch Feedback' +#. Label of the member_name (Data) field in DocType 'LMS Certificate' +#. Label of the member_name (Data) field in DocType 'LMS Certificate +#. Evaluation' +#. Label of the member_name (Data) field in DocType 'LMS Certificate Request' +#. Label of the member_name (Data) field in DocType 'LMS Course Progress' +#. Label of the member_name (Data) field in DocType 'LMS Enrollment' +#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' +#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 +msgid "Member Name" +msgstr "" + +#. Label of the member_subgroup (Link) field in DocType 'Exercise Latest +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +msgid "Member Subgroup" +msgstr "" + +#. Label of the member_type (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Member Type" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Batch Enrollment' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +msgid "Member Username" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:251 +msgid "Member added to program" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:25 +msgid "Member already enrolled in this batch" +msgstr "" + +#: lms/lms/doctype/lms_program/lms_program.py:29 +msgid "Member {0} has already been added to this batch." +msgstr "" + +#. Group in LMS Batch Old's connections +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Members" +msgstr "" + +#. Label of the membership (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Membership" +msgstr "" + +#. Label of the member_username (Data) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Memeber Username" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Label of the mentor (Link) field in DocType 'LMS Course Mentor Mapping' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Mentor" +msgstr "" + +#. Label of the mentor_name (Data) field in DocType 'LMS Course Mentor Mapping' +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +msgid "Mentor Name" +msgstr "" + +#. Label of the mentor_request_section (Section Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Mentor Request" +msgstr "" + +#. Label of the mentor_request_creation (Link) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:11 +#: lms/patches/create_mentor_request_email_templates.py:18 +#: lms/patches/create_mentor_request_email_templates.py:28 +msgid "Mentor Request Creation Template" +msgstr "" + +#. Label of the mentor_request_status_update (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/patches/create_mentor_request_email_templates.py:31 +#: lms/patches/create_mentor_request_email_templates.py:38 +#: lms/patches/create_mentor_request_email_templates.py:48 +msgid "Mentor Request Status Update Template" +msgstr "" + +#. Group in LMS Course's connections +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Mentors" +msgstr "" + +#. Label of the meta_image (Attach Image) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:44 lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:362 +msgid "Meta Image" +msgstr "" + +#. Label of the milestone (Check) field in DocType 'LMS Batch Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Milestone" +msgstr "" + +#: frontend/src/pages/Statistics.vue:81 +msgid "Milestones" +msgstr "" + +#: lms/lms/doctype/lms_question/lms_question.py:48 +msgid "Minimum two options are required for multiple choice questions." +msgstr "" + +#. Name of a role +#: frontend/src/pages/ProfileRoles.vue:10 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Moderator" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:40 +msgid "Modified By" +msgstr "" + +#: lms/lms/api.py:208 +msgid "Module Name is incorrect or does not exist." +msgstr "" + +#: lms/lms/api.py:204 +msgid "Module is incorrect." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Monday" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:39 +msgid "More" +msgstr "" + +#. Label of the multiple (Check) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Multiple Correct Answers" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:4 +msgid "My availability" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:113 +msgid "My calendar" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 +#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "New" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:178 +msgid "New Assignment" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:43 +msgid "New Assignment Submission" +msgstr "" + +#: lms/public/js/common_functions.js:255 lms/www/lms.py:89 +msgid "New Batch" +msgstr "" + +#: lms/www/lms.py:40 +msgid "New Course" +msgstr "" + +#: frontend/src/pages/Jobs.vue:23 +msgid "New Job" +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:27 +msgid "New Job Applicant" +msgstr "" + +#: frontend/src/pages/Programs.vue:105 +msgid "New Program" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:133 +msgid "New Program Course" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:134 +msgid "New Program Member" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:123 +msgid "New Question" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:450 frontend/src/pages/QuizForm.vue:458 +#: frontend/src/pages/Quizzes.vue:18 +msgid "New Quiz" +msgstr "" + +#: lms/www/new-sign-up.html:3 +msgid "New Sign Up" +msgstr "" + +#: lms/lms/utils.py:604 +msgid "New comment in batch {0}" +msgstr "" + +#: lms/lms/utils.py:597 +msgid "New reply on the topic {0} in course {1}" +msgstr "" + +#: frontend/src/components/Discussions.vue:4 +#: frontend/src/components/Discussions.vue:59 +msgid "New {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:213 frontend/src/pages/Lesson.vue:85 +msgid "Next" +msgstr "" + +#: lms/templates/quiz/quiz.html:125 +msgid "Next Question" +msgstr "" + +#: frontend/src/components/Assessments.vue:75 lms/templates/assessments.html:58 +msgid "No Assessments" +msgstr "" + +#: lms/templates/notifications.html:26 +msgid "No Notifications" +msgstr "" + +#: frontend/src/components/Quiz.vue:275 +msgid "No Quiz submissions found" +msgstr "" + +#. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "No Recording" +msgstr "" + +#: lms/templates/upcoming_evals.html:43 +msgid "No Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/Annoucements.vue:24 +msgid "No announcements" +msgstr "" + +#: frontend/src/pages/Assignments.vue:56 +msgid "No assignments found" +msgstr "" + +#: frontend/src/pages/Batches.vue:79 +msgid "No batches found" +msgstr "" + +#: lms/templates/certificates_section.html:23 +msgid "No certificates" +msgstr "" + +#: lms/templates/courses_created.html:14 +msgid "No courses created" +msgstr "" + +#: frontend/src/pages/Courses.vue:151 +msgid "No courses found" +msgstr "" + +#: frontend/src/pages/Programs.vue:81 +msgid "No courses in this program" +msgstr "" + +#: lms/templates/courses_under_review.html:14 +msgid "No courses under review" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:101 +msgid "No feedback received yet." +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:12 +msgid "No introduction" +msgstr "" + +#: frontend/src/pages/Jobs.vue:77 +msgid "No jobs posted" +msgstr "" + +#: frontend/src/components/LiveClass.vue:71 +msgid "No live classes scheduled" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:89 +msgid "No participants found" +msgstr "" + +#: frontend/src/pages/Programs.vue:91 +msgid "No programs found" +msgstr "" + +#: frontend/src/pages/Quizzes.vue:61 +msgid "No quizzes found" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:61 +msgid "No slots available for this date." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:67 +msgid "No submissions" +msgstr "" + +#: lms/templates/course_list.html:13 +msgid "No {0}" +msgstr "" + +#: frontend/src/pages/Courses.vue:111 +msgid "No {0} courses" +msgstr "" + +#: lms/templates/quiz/quiz.html:147 +msgid "No." +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Not Allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Applicable" +msgstr "" + +#: lms/templates/assessments.html:48 +msgid "Not Attempted" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:6 +msgid "Not Available for Preview" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Not Graded" +msgstr "" + +#: frontend/src/components/NoPermission.vue:7 frontend/src/pages/Batch.vue:156 +msgid "Not Permitted" +msgstr "" + +#: frontend/src/components/Assignment.vue:33 +#: frontend/src/components/BrandSettings.vue:10 +#: frontend/src/components/PaymentSettings.vue:9 +#: frontend/src/components/SettingDetails.vue:10 +#: frontend/src/pages/QuizSubmission.vue:9 +msgid "Not Saved" +msgstr "" + +#: frontend/src/pages/Notifications.vue:54 +msgid "Nothing to see here." +msgstr "" + +#. Label of the notifications (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Notifications" +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:30 +msgid "Notify me when available" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:157 +msgid "Number of seats available" +msgstr "" + +#. Label of the sb_00 (Section Break) field in DocType 'Zoom Settings' +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Office close to Home" +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Offline" +msgstr "" + +#: lms/templates/emails/certification.html:16 +msgid "Once again, congratulations on this significant accomplishment." +msgstr "" + +#: frontend/src/components/Assignment.vue:57 +msgid "Once the moderator grades your submission, you'll find the details here." +msgstr "" + +#. Option for the 'Medium' (Select) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Online" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:157 +msgid "Only courses for which self learning is disabled can be added to program." +msgstr "" + +#: lms/templates/assignment.html:6 +msgid "Only files of type {0} will be accepted." +msgstr "" + +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +msgid "Only image file is allowed." +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:220 +msgid "Only zip files are allowed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Job Opportunity' +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: frontend/src/pages/QuizForm.vue:17 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Open" +msgstr "" + +#: lms/templates/emails/assignment_submission.html:8 +msgid "Open Assignment" +msgstr "" + +#: lms/templates/emails/lms_message.html:13 +msgid "Open Course" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Open Ended" +msgstr "" + +#: lms/lms/widgets/MemberCard.html:16 +msgid "Open Network" +msgstr "" + +#. Label of the option (Data) field in DocType 'LMS Option' +#: frontend/src/components/Modals/Question.vue:64 +#: lms/lms/doctype/lms_option/lms_option.json +msgid "Option" +msgstr "" + +#. Label of the option_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 1" +msgstr "" + +#. Label of the option_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 2" +msgstr "" + +#. Label of the option_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 3" +msgstr "" + +#. Label of the option_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Option 4" +msgstr "" + +#. Label of the order_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Order ID" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:74 +msgid "Organisation" +msgstr "" + +#. Label of the organization (Data) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:32 +msgid "Original Amount" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:28 +msgid "Others" +msgstr "" + +#: lms/lms/doctype/lms_badge/lms_badge.js:39 +msgid "Owner" +msgstr "" + +#. Label of the pan (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "PAN" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Course Lesson' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "PDF" +msgstr "" + +#. Label of the pages (Table) field in DocType 'Cohort' +#: lms/lms/doctype/cohort/cohort.json +msgid "Pages" +msgstr "" + +#. Label of the paid_batch (Check) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:205 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:373 +msgid "Paid Batch" +msgstr "" + +#. Label of the paid_certificate (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:217 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Certificate" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:133 +msgid "Paid Certificate after Evaluation" +msgstr "" + +#. Label of the paid_course (Check) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:207 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Paid Course" +msgstr "" + +#: frontend/src/pages/Billing.vue:115 +msgid "Pan Number" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Job Opportunity' +#: frontend/src/pages/Jobs.vue:145 +#: lms/job/doctype/job_opportunity/job_opportunity.json +msgid "Part Time" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +msgid "Partially Complete" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Assignment +#. Submission' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:352 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Pass" +msgstr "" + +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' +#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:127 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Passing Percentage" +msgstr "" + +#. Label of the password (Password) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Password" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:112 +msgid "Paste the youtube link of a short video introducing the course" +msgstr "" + +#. Label of the payment (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the payment (Link) field in DocType 'LMS Enrollment' +#: frontend/src/pages/BatchForm.vue:199 +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Payment" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/payment_country/payment_country.json +msgid "Payment Country" +msgstr "" + +#. Label of the payment_details_section (Section Break) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Details" +msgstr "" + +#. Label of the payment_gateway (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Gateway" +msgstr "" + +#. Label of the payment_id (Data) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment ID" +msgstr "" + +#. Label of the payment_received (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment Received" +msgstr "" + +#. Label of the payment_reminder_template (Link) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Reminder Template" +msgstr "" + +#. Label of the payment_settings_tab (Tab Break) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payment Settings" +msgstr "" + +#: frontend/src/pages/Billing.vue:21 +msgid "Payment for " +msgstr "" + +#. Label of the payment_for_certificate (Check) field in DocType 'LMS Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Certificate" +msgstr "" + +#. Label of the payment_for_document (Dynamic Link) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document" +msgstr "" + +#. Label of the payment_for_document_type (Select) field in DocType 'LMS +#. Payment' +#: lms/lms/doctype/lms_payment/lms_payment.json +msgid "Payment for Document Type" +msgstr "" + +#. Label of the payments_app_is_not_installed (HTML) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Payments app is not installed" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate +#. Evaluation' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:344 +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Pending" +msgstr "" + +#. Label of the percentage (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:44 +#: frontend/src/pages/QuizSubmissionList.vue:97 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Percentage" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Percentage (e.g. 70%)" +msgstr "" + +#: frontend/src/components/Modals/BatchStudentProgress.vue:35 +msgid "Percentage/Status" +msgstr "" + +#: frontend/src/pages/Billing.vue:99 +msgid "Phone Number" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:169 +msgid "Please Login" +msgstr "" + +#: lms/lms/doctype/lms_settings/lms_settings.py:33 +msgid "Please add {1} for {3} to send calendar invites for evaluations." +msgstr "" + +#: lms/overrides/user.py:240 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: lms/overrides/user.py:238 +msgid "Please check your email for verification" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:7 +msgid "Please click on the following button to set your new password" +msgstr "" + +#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +msgid "Please complete the previous courses in the program to enroll in this course." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:187 +msgid "Please enable Zoom Settings to use this feature." +msgstr "" + +#: frontend/src/components/CourseOutline.vue:317 +msgid "Please enroll for this course to view this lesson" +msgstr "" + +#: frontend/src/components/Quiz.vue:13 +msgid "Please ensure that you complete all the questions in {0} minutes." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:164 +msgid "Please enter a title." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:40 +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:125 +msgid "Please enter a valid URL." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:176 +msgid "Please enter a valid time in the format HH:mm." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:119 +msgid "Please enter the URL for assignment submission." +msgstr "" + +#: lms/templates/quiz/quiz.js:176 +msgid "Please enter your answer" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:56 +msgid "Please install the Payments app to create a paid batches." +msgstr "" + +#: lms/lms/doctype/lms_course/lms_course.py:53 +msgid "Please install the Payments app to create a paid courses." +msgstr "" + +#: frontend/src/pages/Billing.vue:255 +msgid "Please let us know where you heard about us from." +msgstr "" + +#: frontend/src/components/AssignmentBlock.vue:9 +msgid "Please login to access the assignment." +msgstr "" + +#: frontend/src/components/QuizBlock.vue:5 +msgid "Please login to access the quiz." +msgstr "" + +#: frontend/src/components/NoPermission.vue:25 frontend/src/pages/Batch.vue:167 +msgid "Please login to access this page." +msgstr "" + +#: lms/lms/api.py:200 +msgid "Please login to continue with payment." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:7 +#: lms/templates/emails/certificate_request_notification.html:7 +msgid "Please prepare well and be on time for the evaluations." +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:69 +msgid "Please schedule an evaluation to get certified." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:167 +msgid "Please select a date." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:191 +msgid "Please select a duration." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:188 +msgid "Please select a future date and time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:170 +msgid "Please select a time." +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:173 +msgid "Please select a timezone." +msgstr "" + +#: lms/templates/emails/job_report.html:6 +msgid "Please take appropriate action at {0}" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 +#: frontend/src/components/UserDropdown.vue:244 +msgid "Please try again" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:177 +msgid "Please upload a SCORM package" +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:122 +msgid "Please upload the assignment file." +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "Point of Score (e.g. 70)" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:85 +msgid "Possibility" +msgstr "" + +#. Label of the possibility_1 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 1" +msgstr "" + +#. Label of the possibility_2 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 2" +msgstr "" + +#. Label of the possibility_3 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 3" +msgstr "" + +#. Label of the possibility_4 (Small Text) field in DocType 'LMS Question' +#: lms/lms/doctype/lms_question/lms_question.json +msgid "Possible Answer 4" +msgstr "" + +#: frontend/src/components/DiscussionReplies.vue:52 +#: frontend/src/components/DiscussionReplies.vue:87 +msgid "Post" +msgstr "" + +#: frontend/src/pages/Billing.vue:95 +msgid "Postal Code" +msgstr "" + +#: frontend/src/pages/JobDetail.vue:107 +msgid "Posted on" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_function/preferred_function.json +msgid "Preferred Function" +msgstr "" + +#. Label of the preferred_functions (Table MultiSelect) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Functions" +msgstr "" + +#. Label of the preferred_industries (Table MultiSelect) field in DocType +#. 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Industries" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/preferred_industry/preferred_industry.json +msgid "Preferred Industry" +msgstr "" + +#. Label of the preferred_location (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Preferred Location" +msgstr "" + +#. Label of the image (Attach Image) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Preview Image" +msgstr "" + +#: frontend/src/pages/CourseForm.vue:110 +msgid "Preview Video" +msgstr "" + +#: frontend/src/pages/Lesson.vue:50 +msgid "Previous" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:368 +msgid "Pricing" +msgstr "" + +#. Label of the pricing_tab (Tab Break) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:201 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Pricing and Certification" +msgstr "" + +#. Label of the exception_country (Table MultiSelect) field in DocType 'LMS +#. Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Primary Countries" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Mentor' +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +msgid "Primary Subgroup" +msgstr "" + +#: lms/lms/utils.py:436 +msgid "Privacy Policy" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Private" +msgstr "" + +#. Description of the 'Hide my Private Information from others' (Check) field +#. in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Private Information includes your Grade and Work Environment Preferences" +msgstr "" + +#: frontend/src/pages/Billing.vue:129 +msgid "Proceed to Payment" +msgstr "" + +#. Label of the profession (Data) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Profession" +msgstr "" + +#: frontend/src/components/Modals/EditProfile.vue:37 +msgid "Profile Image" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:155 +msgid "Program Course" +msgstr "" + +#. Label of the program_courses (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:17 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Courses" +msgstr "" + +#: frontend/src/pages/ProgramForm.vue:170 +msgid "Program Member" +msgstr "" + +#. Label of the program_members (Table) field in DocType 'LMS Program' +#: frontend/src/pages/ProgramForm.vue:79 +#: lms/lms/doctype/lms_program/lms_program.json +msgid "Program Members" +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:75 +#: frontend/src/components/Modals/BatchStudentProgress.vue:82 +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_program_member/lms_program_member.json +msgid "Progress" +msgstr "" + +#: lms/lms/report/course_progress_summary/course_progress_summary.py:77 +msgid "Progress (%)" +msgstr "" + +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Public" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Certificate' +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Publish on Participant Page" +msgstr "" + +#. Label of the published (Check) field in DocType 'LMS Batch' +#. Label of the published (Check) field in DocType 'LMS Course' +#: frontend/src/components/Modals/BulkCertificates.vue:51 +#: frontend/src/components/Modals/Event.vue:108 +#: frontend/src/pages/BatchForm.vue:27 frontend/src/pages/CourseForm.vue:171 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/public/js/common_functions.js:266 +msgid "Published" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:4 +msgid "Published Courses" +msgstr "" + +#. Label of the published_on (Date) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:175 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Published On" +msgstr "" + +#. Label of the purchased_certificate (Check) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Purchased Certificate" +msgstr "" + +#. Label of the question (Small Text) field in DocType 'Course Lesson' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment' +#. Label of the question (Text Editor) field in DocType 'LMS Assignment +#. Submission' +#. Label of the question (Text Editor) field in DocType 'LMS Question' +#. Label of the question (Link) field in DocType 'LMS Quiz Question' +#. Label of the question (Text) field in DocType 'LMS Quiz Result' +#: frontend/src/components/Assignment.vue:17 +#: frontend/src/components/Modals/Question.vue:38 +#: frontend/src/pages/AssignmentForm.vue:45 frontend/src/pages/QuizForm.vue:385 +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +#: lms/templates/quiz/quiz.html:104 +msgid "Question" +msgstr "" + +#: lms/templates/quiz/quiz.html:62 +msgid "Question " +msgstr "" + +#. Label of the question_detail (Text) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "Question Detail" +msgstr "" + +#. Label of the question_name (Link) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Question Name" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:264 +msgid "Question added successfully" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:316 +msgid "Question updated successfully" +msgstr "" + +#: frontend/src/components/Quiz.vue:88 +msgid "Question {0}" +msgstr "" + +#: frontend/src/components/Quiz.vue:190 +msgid "Question {0} of {1}" +msgstr "" + +#. Label of the questions (Table) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:117 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:427 +msgid "Questions deleted successfully" +msgstr "" + +#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:25 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/workspace/lms/lms.json +msgid "Quiz" +msgstr "" + +#. Label of the quiz_id (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz ID" +msgstr "" + +#. Label of a Link in the LMS Workspace +#: frontend/src/pages/QuizPage.vue:47 frontend/src/pages/QuizPage.vue:53 +#: lms/lms/workspace/lms/lms.json +msgid "Quiz Submission" +msgstr "" + +#: frontend/src/pages/QuizSubmission.vue:128 +#: frontend/src/pages/QuizSubmissionList.vue:106 +msgid "Quiz Submissions" +msgstr "" + +#: frontend/src/components/Quiz.vue:227 +msgid "Quiz Summary" +msgstr "" + +#. Label of the quiz_title (Data) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Quiz Title" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:339 +msgid "Quiz created successfully" +msgstr "" + +#: lms/plugins.py:96 +msgid "Quiz is not available to Guest users. Please login to continue." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:358 +msgid "Quiz updated successfully" +msgstr "" + +#. Description of the 'Quiz ID' (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "Quiz will appear at the bottom of the lesson." +msgstr "" + +#: frontend/src/pages/QuizForm.vue:438 frontend/src/pages/Quizzes.vue:138 +#: frontend/src/pages/Quizzes.vue:148 +msgid "Quizzes" +msgstr "" + +#. Label of the rating (Rating) field in DocType 'LMS Certificate Evaluation' +#. Label of the rating (Data) field in DocType 'LMS Course' +#. Label of the rating (Rating) field in DocType 'LMS Course Review' +#: frontend/src/components/CourseCardOverlay.vue:115 +#: frontend/src/components/Modals/Event.vue:86 +#: frontend/src/components/Modals/ReviewModal.vue:20 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/templates/reviews.html:125 +msgid "Rating" +msgstr "" + +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.py:17 +msgid "Rating cannot be 0" +msgstr "" + +#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Ready" +msgstr "" + +#. Label of the reference_docname (Dynamic Link) field in DocType 'LMS Batch +#. Timetable' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +msgid "Reference DocName" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Batch Timetable' +#. Label of the reference_doctype (Link) field in DocType 'LMS Timetable +#. Legend' +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json +msgid "Reference DocType" +msgstr "" + +#. Label of the reference_doctype (Link) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Reference Document Type" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:17 +msgid "Regards" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:80 +msgid "Register Now" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Registered" +msgstr "" + +#: lms/overrides/user.py:201 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort Join Request' +#. Option for the 'Status' (Select) field in DocType 'Invite Request' +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Rejected" +msgstr "" + +#. Label of the related_courses (Table) field in DocType 'LMS Course' +#. Name of a DocType +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/related_courses/related_courses.json +msgid "Related Courses" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:77 frontend/src/pages/CourseForm.vue:99 +msgid "Remove" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:27 +msgid "Reply To" +msgstr "" + +#: lms/lms/widgets/RequestInvite.html:7 +msgid "Request Invite" +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:20 +msgid "Request for Mentorship" +msgstr "" + +#. Label of the required_role (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Required Role" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 +msgid "Resend" +msgstr "" + +#. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Restricted" +msgstr "" + +#. Label of the result (Table) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Result" +msgstr "" + +#. Label of the resume (Attach) field in DocType 'LMS Job Application' +#: lms/job/doctype/lms_job_application/lms_job_application.json +msgid "Resume" +msgstr "" + +#. Label of the review (Small Text) field in DocType 'LMS Course Review' +#. Label of a Link in the LMS Workspace +#: frontend/src/components/Modals/ReviewModal.vue:26 +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/workspace/lms/lms.json lms/templates/reviews.html:143 +msgid "Review" +msgstr "" + +#: lms/templates/reviews.html:100 +msgid "Review the course" +msgstr "" + +#. Label of the reviewed_by (Link) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Reviewed By" +msgstr "" + +#: lms/templates/reviews.html:4 +msgid "Reviews" +msgstr "" + +#. Label of the role (Select) field in DocType 'Cohort Staff' +#. Label of the role (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Role" +msgstr "" + +#. Label of the role (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Role Preference" +msgstr "" + +#. Label of the route (Data) field in DocType 'LMS Sidebar Item' +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Route" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:126 +msgid "Row #{0} Date cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:121 +msgid "Row #{0} End time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:103 +msgid "Row #{0} Start time cannot be greater than or equal to end time." +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:112 +msgid "Row #{0} Start time cannot be outside the batch duration." +msgstr "" + +#: lms/lms/doctype/lms_quiz/lms_quiz.py:34 +msgid "Rows {0} have the duplicate questions." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:21 +msgid "Run" +msgstr "" + +#. Label of the scorm_section (Section Break) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM" +msgstr "" + +#. Label of the scorm_package (Link) field in DocType 'Course Chapter' +#: frontend/src/components/Modals/ChapterModal.vue:22 +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package" +msgstr "" + +#. Label of the scorm_package_path (Code) field in DocType 'Course Chapter' +#: lms/lms/doctype/course_chapter/course_chapter.json +msgid "SCORM Package Path" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Saturday" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:34 +#: frontend/src/components/Assignment.vue:43 +#: frontend/src/components/Controls/CodeEditor.vue:25 +#: frontend/src/components/Modals/Event.vue:101 +#: frontend/src/components/Modals/Event.vue:129 +#: frontend/src/pages/AssignmentForm.vue:21 frontend/src/pages/BatchForm.vue:8 +#: frontend/src/pages/CourseForm.vue:20 frontend/src/pages/JobCreation.vue:8 +#: frontend/src/pages/LessonForm.vue:14 frontend/src/pages/ProgramForm.vue:7 +#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14 +#: lms/public/js/common_functions.js:405 +msgid "Save" +msgstr "" + +#. Label of the schedule (Table) field in DocType 'Course Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Schedule" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:5 +#: frontend/src/components/UpcomingEvaluations.vue:14 +msgid "Schedule Evaluation" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +msgid "Scheduled Flow" +msgstr "" + +#. Label of the scope (Select) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Scope" +msgstr "" + +#. Label of the score (Int) field in DocType 'LMS Quiz Submission' +#: frontend/src/pages/QuizSubmission.vue:39 +#: frontend/src/pages/QuizSubmissionList.vue:91 +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/templates/quiz/quiz.html:148 +msgid "Score" +msgstr "" + +#. Label of the score_out_of (Int) field in DocType 'LMS Quiz Submission' +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +msgid "Score Out Of" +msgstr "" + +#: frontend/src/components/Members.vue:15 frontend/src/pages/Jobs.vue:38 +msgid "Search" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:25 +msgid "Search by Name" +msgstr "" + +#: frontend/src/pages/Batches.vue:45 +msgid "Search by Title" +msgstr "" + +#: frontend/src/pages/Assignments.vue:25 +msgid "Search by title" +msgstr "" + +#: frontend/src/components/Controls/IconPicker.vue:36 +msgid "Search for an icon" +msgstr "" + +#. Label of the seat_count (Int) field in DocType 'LMS Batch' +#: frontend/src/pages/BatchForm.vue:154 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/public/js/common_functions.js:327 +msgid "Seat Count" +msgstr "" + +#: frontend/src/components/BatchCard.vue:18 +#: frontend/src/components/BatchOverlay.vue:12 +msgid "Seat Left" +msgstr "" + +#: frontend/src/components/BatchCard.vue:15 +#: frontend/src/components/BatchOverlay.vue:9 +msgid "Seats Left" +msgstr "" + +#: frontend/src/components/Modals/Question.vue:94 +msgid "Select a question" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:21 +msgid "Select a quiz" +msgstr "" + +#: frontend/src/components/Modals/EvaluationModal.vue:40 +msgid "Select a slot" +msgstr "" + +#: frontend/src/components/AssessmentPlugin.vue:28 +msgid "Select an assignment" +msgstr "" + +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.js:7 +msgid "Send Confirmation Email" +msgstr "" + +#. Label of the send_calendar_invite_for_evaluations (Check) field in DocType +#. 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Send calendar invite for evaluations" +msgstr "" + +#. Label of the sessions_on (Data) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Sessions On Days" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:1 +msgid "Set your Password" +msgstr "" + +#: frontend/src/components/Modals/Settings.vue:7 +#: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:161 +#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 +msgid "Settings" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:62 +msgid "Share on" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:228 +msgid "Short Description" +msgstr "" + +#. Label of the short_introduction (Small Text) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:38 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Short Introduction" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:231 +msgid "Short description of the batch" +msgstr "" + +#. Label of the show_answer (Check) field in DocType 'LMS Assignment' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +msgid "Show Answer" +msgstr "" + +#. Label of the show_answers (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:85 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Answers" +msgstr "" + +#. Label of the show_submission_history (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:90 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Show Submission History" +msgstr "" + +#. Label of the column_break_2 (Column Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show Tab in Batch" +msgstr "" + +#. Label of the show_usd_equivalent (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show USD Equivalent" +msgstr "" + +#. Label of the show_day_view (Check) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Show day view in timetable" +msgstr "" + +#. Label of the show_live_class (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Show live class" +msgstr "" + +#. Label of the shuffle_questions (Check) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:103 lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Shuffle Questions" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:97 +msgid "Shuffle Settings" +msgstr "" + +#. Label of the sidebar_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar" +msgstr "" + +#. Label of the sidebar_items (Table) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Sidebar Items" +msgstr "" + +#: lms/overrides/user.py:194 +msgid "Sign Up is disabled" +msgstr "" + +#: lms/templates/signup-form.html:53 +msgid "Sign up" +msgstr "" + +#. Label of the signup_email (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Signup Email" +msgstr "" + +#. Label of the signup_settings_tab (Tab Break) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Signup Settings" +msgstr "" + +#. Label of a chart in the LMS Workspace +#: frontend/src/pages/Statistics.vue:36 lms/lms/workspace/lms/lms.json +msgid "Signups" +msgstr "" + +#. Label of the skill (Table MultiSelect) field in DocType 'User' +#. Label of the skill (Data) field in DocType 'User Skill' +#: lms/fixtures/custom_field.json lms/lms/doctype/user_skill/user_skill.json +msgid "Skill" +msgstr "" + +#. Label of the skill_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Skill Details" +msgstr "" + +#. Label of the skill_name (Link) field in DocType 'Skills' +#: lms/lms/doctype/skills/skills.json +msgid "Skill Name" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/skills/skills.json +msgid "Skills" +msgstr "" + +#: lms/overrides/user.py:42 +msgid "Skills must be unique" +msgstr "" + +#: lms/templates/onboarding_header.html:6 +msgid "Skip" +msgstr "" + +#: frontend/src/components/OnboardingBanner.vue:3 +msgid "Skip Onboarding" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:57 +msgid "Slot Times are overlapping for some schedules." +msgstr "" + +#. Label of the slug (Data) field in DocType 'Cohort' +#. Label of the slug (Data) field in DocType 'Cohort Subgroup' +#. Label of the slug (Data) field in DocType 'Cohort Web Page' +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +msgid "Slug" +msgstr "" + +#: frontend/src/components/BatchCard.vue:25 +#: frontend/src/components/BatchOverlay.vue:19 +msgid "Sold Out" +msgstr "" + +#. Label of the solution (Code) field in DocType 'Exercise Latest Submission' +#. Label of the solution (Code) field in DocType 'Exercise Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Solution" +msgstr "" + +#. Label of the source (Link) field in DocType 'LMS Batch Enrollment' +#. Label of the source (Link) field in DocType 'LMS Payment' +#. Label of the source (Data) field in DocType 'LMS Source' +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_source/lms_source.json +msgid "Source" +msgstr "" + +#. Option for the 'Role' (Select) field in DocType 'Cohort Staff' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Staff" +msgstr "" + +#. Label of the stage (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Stage" +msgstr "" + +#: frontend/src/components/LiveClass.vue:50 frontend/src/components/Quiz.vue:67 +#: lms/templates/quiz/quiz.html:39 +msgid "Start" +msgstr "" + +#. Label of the start_date (Date) field in DocType 'Education Detail' +#. Label of the start_date (Date) field in DocType 'LMS Batch' +#. Label of the start_date (Date) field in DocType 'LMS Batch Old' +#: frontend/src/pages/BatchForm.vue:106 +#: lms/lms/doctype/education_detail/education_detail.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/public/js/common_functions.js:275 +msgid "Start Date" +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:14 +msgid "Start Date:" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:65 +#: frontend/src/pages/Lesson.vue:22 frontend/src/pages/SCORMChapter.vue:28 +#: lms/templates/emails/lms_course_interest.html:9 +msgid "Start Learning" +msgstr "" + +#. Label of the start_time (Time) field in DocType 'Evaluator Schedule' +#. Label of the start_time (Time) field in DocType 'LMS Batch' +#. Label of the start_time (Time) field in DocType 'LMS Batch Old' +#. Label of the start_time (Time) field in DocType 'LMS Batch Timetable' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Evaluation' +#. Label of the start_time (Time) field in DocType 'LMS Certificate Request' +#. Label of the start_time (Time) field in DocType 'Scheduled Flow' +#: frontend/src/pages/BatchForm.vue:130 +#: frontend/src/pages/ProfileEvaluator.vue:15 +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/scheduled_flow/scheduled_flow.json +#: lms/public/js/common_functions.js:292 +msgid "Start Time" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:28 +msgid "Start Time cannot be greater than End Time" +msgstr "" + +#. Label of the start_url (Small Text) field in DocType 'LMS Live Class' +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Start URL" +msgstr "" + +#. Option for the 'Company Type' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Startup Organization" +msgstr "" + +#: frontend/src/pages/Billing.vue:83 +msgid "State" +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:136 +msgid "Statistics" +msgstr "" + +#. Label of the status (Select) field in DocType 'Job Opportunity' +#. Label of the status (Select) field in DocType 'Cohort' +#. Label of the status (Select) field in DocType 'Cohort Join Request' +#. Label of the status (Select) field in DocType 'Exercise Latest Submission' +#. Label of the status (Select) field in DocType 'Exercise Submission' +#. Label of the status (Select) field in DocType 'Invite Request' +#. Label of the status (Select) field in DocType 'LMS Assignment Submission' +#. Label of the status (Select) field in DocType 'LMS Batch Old' +#. Label of the status (Select) field in DocType 'LMS Certificate Evaluation' +#. Label of the status (Select) field in DocType 'LMS Certificate Request' +#. Label of the status (Select) field in DocType 'LMS Course' +#. Label of the status (Select) field in DocType 'LMS Course Progress' +#. Label of the status (Select) field in DocType 'LMS Mentor Request' +#: frontend/src/components/Modals/Event.vue:91 +#: frontend/src/pages/AssignmentSubmissionList.vue:19 +#: frontend/src/pages/JobCreation.vue:41 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Status" +msgstr "" + +#: lms/templates/assessments.html:17 +msgid "Status/Score" +msgstr "" + +#. Option for the 'User Category' (Select) field in DocType 'User' +#. Option for the 'Required Role' (Select) field in DocType 'Cohort Web Page' +#. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' +#: frontend/src/pages/ProfileRoles.vue:28 lms/fixtures/custom_field.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/templates/signup-form.html:26 +msgid "Student" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:11 +msgid "Student Reviews" +msgstr "" + +#. Label of the show_students (Check) field in DocType 'LMS Settings' +#: frontend/src/components/BatchStudents.vue:20 +#: frontend/src/components/BatchStudents.vue:111 +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Students" +msgstr "" + +#: frontend/src/components/BatchStudents.vue:324 +msgid "Students deleted successfully" +msgstr "" + +#. Description of the 'Paid Batch' (Check) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Students will be enrolled in a paid batch once they complete the payment" +msgstr "" + +#. Label of the subgroup (Link) field in DocType 'Cohort Join Request' +#. Option for the 'Scope' (Select) field in DocType 'Cohort Web Page' +#. Label of the subgroup (Link) field in DocType 'LMS Enrollment' +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +msgid "Subgroup" +msgstr "" + +#: frontend/src/components/Modals/AnnouncementModal.vue:20 +msgid "Subject" +msgstr "" + +#: frontend/src/components/Assignment.vue:29 +msgid "Submission" +msgstr "" + +#: frontend/src/pages/AssignmentForm.vue:17 frontend/src/pages/QuizForm.vue:30 +msgid "Submission List" +msgstr "" + +#: frontend/src/components/Assignment.vue:10 +#: frontend/src/components/Assignment.vue:13 +msgid "Submission by" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:14 +#: frontend/src/components/Modals/AssessmentModal.vue:9 +#: frontend/src/components/Modals/BatchCourseModal.vue:9 +#: frontend/src/components/Modals/EvaluationModal.vue:9 +#: frontend/src/components/Modals/Question.vue:338 +#: frontend/src/components/Quiz.vue:218 lms/templates/assignment.html:9 +#: lms/templates/livecode/extension_footer.html:25 +#: lms/templates/quiz/quiz.html:128 lms/templates/reviews.html:163 +#: lms/www/new-sign-up.html:32 +msgid "Submit" +msgstr "" + +#: frontend/src/components/Modals/JobApplicationModal.vue:23 +msgid "Submit your resume to proceed with your application for this position. Upon submission, it will be shared with the job poster." +msgstr "" + +#: lms/templates/livecode/extension_footer.html:85 +#: lms/templates/livecode/extension_footer.html:115 +msgid "Submitted {0}" +msgstr "" + +#: frontend/src/components/Assignment.vue:334 +#: frontend/src/components/BatchCourses.vue:151 +#: frontend/src/components/BatchOverlay.vue:150 +#: frontend/src/components/BatchStudents.vue:324 +#: frontend/src/components/CourseCardOverlay.vue:189 +#: frontend/src/components/Modals/AnnouncementModal.vue:99 +#: frontend/src/components/Modals/AssessmentModal.vue:73 +#: frontend/src/components/Modals/BulkCertificates.vue:121 +#: frontend/src/components/Modals/ChapterModal.vue:153 +#: frontend/src/components/Modals/ChapterModal.vue:198 +#: frontend/src/components/Modals/Event.vue:255 +#: frontend/src/components/Modals/Event.vue:310 +#: frontend/src/components/Modals/Question.vue:264 +#: frontend/src/components/Modals/Question.vue:315 +#: frontend/src/pages/AssignmentForm.vue:155 +#: frontend/src/pages/CourseForm.vue:469 frontend/src/pages/ProgramForm.vue:229 +#: frontend/src/pages/ProgramForm.vue:251 +#: frontend/src/pages/ProgramForm.vue:272 +#: frontend/src/pages/ProgramForm.vue:298 frontend/src/pages/QuizForm.vue:339 +#: frontend/src/pages/QuizForm.vue:358 frontend/src/pages/QuizForm.vue:427 +msgid "Success" +msgstr "" + +#. Label of the summary (Small Text) field in DocType 'LMS Certificate +#. Evaluation' +#: frontend/src/components/Modals/Event.vue:97 +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Sunday" +msgstr "" + +#: lms/lms/api.py:1012 +msgid "Suspicious pattern found in {0}: {1}" +msgstr "" + +#. Name of a role +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/job/doctype/job_settings/job_settings.json +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_join_request/cohort_join_request.json +#: lms/lms/doctype/cohort_mentor/cohort_mentor.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_evaluator/course_evaluator.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +#: lms/lms/doctype/function/function.json +#: lms/lms/doctype/industry/industry.json +#: lms/lms/doctype/invite_request/invite_request.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_category/lms_category.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.json +#: lms/lms/doctype/lms_course_progress/lms_course_progress.json +#: lms/lms/doctype/lms_course_review/lms_course_review.json +#: lms/lms/doctype/lms_enrollment/lms_enrollment.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +#: lms/lms/doctype/lms_payment/lms_payment.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json +#: lms/lms/doctype/lms_settings/lms_settings.json +#: lms/lms/doctype/lms_source/lms_source.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/user_skill/user_skill.json +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "System Manager" +msgstr "" + +#. Label of the tags (Data) field in DocType 'LMS Course' +#: frontend/src/pages/CourseForm.vue:120 +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Tags" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:18 +#: lms/templates/emails/mentor_request_creation_email.html:8 +#: lms/templates/emails/mentor_request_status_update_email.html:7 +msgid "Team School" +msgstr "" + +#. Option for the 'Collaboration Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Team Work" +msgstr "" + +#. Label of the template (Link) field in DocType 'Cohort Web Page' +#. Label of the template (Link) field in DocType 'LMS Certificate' +#: frontend/src/components/Modals/BulkCertificates.vue:43 +#: frontend/src/components/Modals/Event.vue:112 +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/lms_certificate/lms_certificate.json +msgid "Template" +msgstr "" + +#: lms/overrides/user.py:205 +msgid "Temporarily Disabled" +msgstr "" + +#: lms/lms/utils.py:435 +msgid "Terms of Use" +msgstr "" + +#. Label of the test_results (Small Text) field in DocType 'Exercise Latest +#. Submission' +#. Label of the test_results (Small Text) field in DocType 'Exercise +#. Submission' +#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json +#: lms/lms/doctype/exercise_submission/exercise_submission.json +msgid "Test Results" +msgstr "" + +#. Label of the tests (Code) field in DocType 'LMS Exercise' +#: lms/lms/doctype/lms_exercise/lms_exercise.json +msgid "Tests" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "Text" +msgstr "" + +#: frontend/src/components/BatchFeedback.vue:7 +msgid "Thank you for providing your feedback!" +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:17 +#: lms/templates/emails/lms_invite_request_approved.html:15 +#: lms/templates/emails/mentor_request_creation_email.html:7 +#: lms/templates/emails/mentor_request_status_update_email.html:6 +msgid "Thanks and Regards" +msgstr "" + +#: lms/lms/utils.py:1801 +msgid "The batch is full. Please contact the Administrator." +msgstr "" + +#: lms/templates/emails/batch_start_reminder.html:6 +msgid "The batch you have enrolled for is starting tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:5 +msgid "The course {0} is now available on {1}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:53 +msgid "The evaluator of this course is unavailable from {0} to {1}. Please select a date after {1}" +msgstr "" + +#: lms/templates/quiz/quiz.html:24 +msgid "The quiz has a time limit. For each question you will be given {0} seconds." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:71 +msgid "The slot is already booked by another participant." +msgstr "" + +#: lms/patches/create_mentor_request_email_templates.py:40 +msgid "The status of your application has changed." +msgstr "" + +#: frontend/src/pages/Batches.vue:83 +msgid "There are no batches matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/components/CreateOutline.vue:12 +msgid "There are no chapters in this course. Create and manage chapters from here." +msgstr "" + +#: frontend/src/pages/Courses.vue:155 +msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: frontend/src/pages/CertifiedParticipants.vue:92 +msgid "There are no participants matching this criteria." +msgstr "" + +#: frontend/src/pages/Programs.vue:95 +msgid "There are no programs available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" + +#: lms/lms/doctype/lms_batch/lms_batch.py:94 +msgid "There are no seats available in this batch." +msgstr "" + +#: frontend/src/components/BatchStudents.vue:199 +msgid "There are no students in this batch." +msgstr "" + +#: frontend/src/pages/AssignmentSubmissionList.vue:70 +msgid "There are no submissions for this assignment." +msgstr "" + +#: lms/templates/course_list.html:14 +msgid "There are no {0} on this site." +msgstr "" + +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:85 +msgid "There has been an update on your submission for assignment {0}" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:59 +msgid "There has been an update on your submission. You have got a score of {0} for the quiz {1}" +msgstr "" + +#. Description of the 'section_break_ubxi' (Section Break) field in DocType +#. 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "These customisations will work on the main batch page." +msgstr "" + +#: frontend/src/pages/Badge.vue:14 +msgid "This badge has been awarded to {0} on {1}." +msgstr "" + +#. Label of the expire (Check) field in DocType 'Certification' +#: lms/lms/doctype/certification/certification.json +msgid "This certificate does no expire" +msgstr "" + +#: frontend/src/components/LiveClass.vue:64 +msgid "This class has ended" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:94 +msgid "This course has:" +msgstr "" + +#: lms/lms/utils.py:1644 +msgid "This course is free." +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:201 +msgid "This is a chapter in the course {0}" +msgstr "" + +#: frontend/src/pages/Lesson.vue:16 +msgid "This lesson is not available for preview. Please enroll in the course to access it." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:16 +msgid "This lesson is not available for preview. Please join the course to access it." +msgstr "" + +#: frontend/src/components/Quiz.vue:8 lms/templates/quiz/quiz.html:6 +msgid "This quiz consists of {0} questions." +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Thursday" +msgstr "" + +#. Label of the time (Time) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/Event.vue:48 +#: frontend/src/components/Modals/LiveClassModal.vue:37 +#: frontend/src/components/Quiz.vue:45 +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Time" +msgstr "" + +#. Label of the time (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Time Preference" +msgstr "" + +#: frontend/src/components/Modals/LiveClassModal.vue:29 +msgid "Time must be in 24 hour format (HH:mm). Example 11:30 or 22:00" +msgstr "" + +#. Label of the schedule_tab (Tab Break) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Batch' +#. Label of the timetable (Table) field in DocType 'LMS Timetable Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable" +msgstr "" + +#. Label of the timetable_legends (Table) field in DocType 'LMS Batch' +#. Label of the timetable_legends (Table) field in DocType 'LMS Timetable +#. Template' +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +msgid "Timetable Legends" +msgstr "" + +#. Label of the timetable_template (Link) field in DocType 'LMS Batch' +#: lms/lms/doctype/lms_batch/lms_batch.json +msgid "Timetable Template" +msgstr "" + +#. Label of the timezone (Data) field in DocType 'LMS Batch' +#. Label of the timezone (Data) field in DocType 'LMS Certificate Request' +#. Label of the timezone (Data) field in DocType 'LMS Live Class' +#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/pages/BatchForm.vue:120 +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +msgid "Timezone" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:19 +#: lms/templates/emails/batch_start_reminder.html:18 +#: lms/templates/emails/live_class_reminder.html:18 +msgid "Timings:" +msgstr "" + +#. Label of the title (Data) field in DocType 'Cohort' +#. Label of the title (Data) field in DocType 'Cohort Subgroup' +#. Label of the title (Data) field in DocType 'Cohort Web Page' +#. Label of the title (Data) field in DocType 'Course Chapter' +#. Label of the title (Data) field in DocType 'Course Lesson' +#. Label of the title (Data) field in DocType 'LMS Assignment' +#. Label of the title (Data) field in DocType 'LMS Badge' +#. Label of the title (Data) field in DocType 'LMS Batch' +#. Label of the title (Data) field in DocType 'LMS Batch Old' +#. Label of the title (Data) field in DocType 'LMS Course' +#. Label of the title (Data) field in DocType 'LMS Exercise' +#. Label of the title (Data) field in DocType 'LMS Live Class' +#. Label of the title (Data) field in DocType 'LMS Program' +#. Label of the title (Data) field in DocType 'LMS Quiz' +#. Label of the title (Data) field in DocType 'LMS Sidebar Item' +#. Label of the title (Data) field in DocType 'LMS Timetable Template' +#. Label of the title (Data) field in DocType 'Work Experience' +#: frontend/src/components/Modals/DiscussionModal.vue:18 +#: frontend/src/components/Modals/LiveClassModal.vue:23 +#: frontend/src/pages/AssignmentForm.vue:32 +#: frontend/src/pages/Assignments.vue:152 frontend/src/pages/BatchForm.vue:19 +#: frontend/src/pages/CourseForm.vue:32 frontend/src/pages/JobCreation.vue:20 +#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:116 +#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:116 +#: lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json +#: lms/lms/doctype/cohort_web_page/cohort_web_page.json +#: lms/lms/doctype/course_chapter/course_chapter.json +#: lms/lms/doctype/course_lesson/course_lesson.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_badge/lms_badge.json +#: lms/lms/doctype/lms_batch/lms_batch.json +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +#: lms/lms/doctype/lms_course/lms_course.json +#: lms/lms/doctype/lms_exercise/lms_exercise.json +#: lms/lms/doctype/lms_live_class/lms_live_class.json +#: lms/lms/doctype/lms_program/lms_program.json +#: lms/lms/doctype/lms_quiz/lms_quiz.json +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json +#: lms/lms/doctype/work_experience/work_experience.json +#: lms/public/js/common_functions.js:259 +msgid "Title" +msgstr "" + +#: frontend/src/components/Modals/ChapterModal.vue:174 +msgid "Title is required" +msgstr "" + +#. Label of the unavailable_to (Date) field in DocType 'Course Evaluator' +#: frontend/src/pages/ProfileEvaluator.vue:98 +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "To" +msgstr "" + +#. Label of the to_date (Date) field in DocType 'Work Experience' +#: lms/lms/doctype/work_experience/work_experience.json +msgid "To Date" +msgstr "" + +#: lms/lms/utils.py:1655 +msgid "To join this batch, please contact the Administrator." +msgstr "" + +#: frontend/src/components/LessonHelp.vue:49 +msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." +msgstr "" + +#: lms/overrides/user.py:206 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#: frontend/src/pages/Billing.vue:53 +msgid "Total" +msgstr "" + +#. Label of the total_marks (Int) field in DocType 'LMS Quiz' +#: frontend/src/pages/QuizForm.vue:67 frontend/src/pages/Quizzes.vue:121 +#: lms/lms/doctype/lms_quiz/lms_quiz.json +msgid "Total Marks" +msgstr "" + +#: lms/lms/web_template/lms_statistics/lms_statistics.html:14 +#: lms/templates/statistics.html:12 +msgid "Total Signups" +msgstr "" + +#. Option for the 'Location Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Travel" +msgstr "" + +#: frontend/src/components/Quiz.vue:256 lms/templates/quiz/quiz.html:131 +msgid "Try Again" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Tuesday" +msgstr "" + +#: frontend/src/pages/ProfileAbout.vue:86 +msgid "Twitter" +msgstr "" + +#. Label of the type (Select) field in DocType 'Job Opportunity' +#. Label of the type (Select) field in DocType 'LMS Assignment' +#. Label of the type (Select) field in DocType 'LMS Assignment Submission' +#. Label of the type (Select) field in DocType 'LMS Question' +#. Label of the type (Select) field in DocType 'LMS Quiz Question' +#: frontend/src/components/Modals/AssessmentModal.vue:22 +#: frontend/src/components/Modals/Question.vue:54 +#: frontend/src/pages/AssignmentForm.vue:39 +#: frontend/src/pages/Assignments.vue:30 frontend/src/pages/Assignments.vue:157 +#: frontend/src/pages/JobCreation.vue:33 frontend/src/pages/Jobs.vue:55 +#: lms/job/doctype/job_opportunity/job_opportunity.json +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +#: lms/templates/assessments.html:14 +msgid "Type" +msgstr "" + +#: frontend/src/components/Quiz.vue:612 +msgid "Type your answer" +msgstr "" + +#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' +#: lms/lms/doctype/education_detail/education_detail.json +msgid "UK Grading (e.g. 1st, 2:2)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment' +#. Option for the 'Type' (Select) field in DocType 'LMS Assignment Submission' +#: lms/lms/doctype/lms_assignment/lms_assignment.json +#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json +msgid "URL" +msgstr "" + +#. Label of the unavailability_section (Section Break) field in DocType 'Course +#. Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "Unavailability" +msgstr "" + +#: lms/lms/doctype/course_evaluator/course_evaluator.py:23 +msgid "Unavailable From Date cannot be greater than Unavailable To Date" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Under Review" +msgstr "" + +#. Option for the 'Visibility' (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Unlisted" +msgstr "" + +#: frontend/src/pages/Batches.vue:280 frontend/src/pages/Batches.vue:296 +msgid "Unpublished" +msgstr "" + +#: frontend/src/components/Modals/EditCoverImage.vue:60 +#: frontend/src/components/UnsplashImageBrowser.vue:54 +msgid "Unsplash" +msgstr "" + +#. Label of the unsplash_access_key (Data) field in DocType 'LMS Settings' +#: lms/lms/doctype/lms_settings/lms_settings.json +msgid "Unsplash Access Key" +msgstr "" + +#. Option for the 'Role Preference' (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Unstructured Role" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Cohort' +#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' +#. Label of the upcoming (Check) field in DocType 'LMS Course' +#: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 +#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Upcoming" +msgstr "" + +#: frontend/src/pages/Batch.vue:179 +msgid "Upcoming Batches" +msgstr "" + +#: frontend/src/components/UpcomingEvaluations.vue:5 +#: lms/templates/upcoming_evals.html:3 +msgid "Upcoming Evaluations" +msgstr "" + +#: frontend/src/components/BrandSettings.vue:23 +#: frontend/src/components/PaymentSettings.vue:27 +#: frontend/src/components/SettingDetails.vue:23 +msgid "Update" +msgstr "" + +#: lms/templates/emails/community_course_membership.html:11 +msgid "Update Password" +msgstr "" + +#: frontend/src/pages/BatchForm.vue:59 frontend/src/pages/CourseForm.vue:80 +msgid "Upload" +msgstr "" + +#: frontend/src/components/Assignment.vue:78 +msgid "Upload File" +msgstr "" + +#: frontend/src/components/Assignment.vue:77 +msgid "Uploading {0}%" +msgstr "" + +#. Label of the user (Link) field in DocType 'LMS Job Application' +#. Label of the email (Link) field in DocType 'Cohort Staff' +#. Label of the user (Link) field in DocType 'LMS Course Interest' +#: lms/job/doctype/lms_job_application/lms_job_application.json +#: lms/lms/doctype/cohort_staff/cohort_staff.json +#: lms/lms/doctype/lms_course_interest/lms_course_interest.json +msgid "User" +msgstr "" + +#. Label of the user_category (Select) field in DocType 'User' +#: lms/fixtures/custom_field.json lms/templates/signup-form.html:17 +msgid "User Category" +msgstr "" + +#. Label of the user_field (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "User Field" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'LMS Question' +#. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' +#: lms/lms/doctype/lms_question/lms_question.json +#: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json +msgid "User Input" +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/user_skill/user_skill.json +msgid "User Skill" +msgstr "" + +#: lms/job/doctype/job_opportunity/job_opportunity.py:40 +msgid "User {0} has reported the job post {1}" +msgstr "" + +#. Label of the username (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/invite_request/invite_request.json +msgid "Username" +msgstr "" + +#. Label of a shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "Users" +msgstr "" + +#. Label of the answer (Small Text) field in DocType 'LMS Quiz Result' +#: lms/lms/doctype/lms_quiz_result/lms_quiz_result.json +msgid "Users Response" +msgstr "" + +#: lms/templates/signup-form.html:83 +msgid "Valid email and name required" +msgstr "" + +#. Label of the value (Rating) field in DocType 'LMS Batch Feedback' +#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json +msgid "Value" +msgstr "" + +#. Option for the 'Event' (Select) field in DocType 'LMS Badge' +#: lms/lms/doctype/lms_badge/lms_badge.json +msgid "Value Change" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 +msgid "Verification Code" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 +msgid "Verify" +msgstr "" + +#. Label of the video_link (Data) field in DocType 'LMS Course' +#: lms/lms/doctype/lms_course/lms_course.json +msgid "Video Embed Link" +msgstr "" + +#: frontend/src/pages/Notifications.vue:38 +msgid "View" +msgstr "" + +#: frontend/src/components/Modals/Event.vue:67 +msgid "View Certificate" +msgstr "" + +#. Label of the visibility (Select) field in DocType 'LMS Batch Old' +#: lms/lms/doctype/lms_batch_old/lms_batch_old.json +msgid "Visibility" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:60 +msgid "Visit Batch" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:23 +#: lms/templates/emails/batch_start_reminder.html:26 +#: lms/templates/emails/live_class_reminder.html:22 +msgid "Visit the following link to view your " +msgstr "" + +#. Label of the internship (Table) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Volunteering or Internship" +msgstr "" + +#: lms/templates/emails/batch_confirmation.html:6 +msgid "We are pleased to inform you that you have been enrolled in our upcoming batch. Congratulations!" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:7 +msgid "We have a limited number of seats, and they won't be available for long!" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 +msgid "We have sent the verificaton code to your email id " +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "We noticed that you started enrolling in the" +msgstr "" + +#. Label of the web_page (Link) field in DocType 'LMS Sidebar Item' +#: frontend/src/components/Modals/PageModal.vue:23 +#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json +msgid "Web Page" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Evaluator Schedule' +#. Option for the 'Day' (Select) field in DocType 'LMS Certificate Request' +#: lms/lms/doctype/evaluator_schedule/evaluator_schedule.json +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json +msgid "Wednesday" +msgstr "" + +#: lms/lms/doctype/invite_request/invite_request.py:40 +#: lms/templates/emails/lms_invite_request_approved.html:4 +msgid "Welcome to {0}!" +msgstr "" + +#: frontend/src/components/LessonHelp.vue:6 +msgid "What does include in preview mean?" +msgstr "" + +#: lms/templates/courses_under_review.html:15 +msgid "When a course gets submitted for review, it will be listed here." +msgstr "" + +#: frontend/src/pages/Billing.vue:106 +msgid "Where did you hear about us?" +msgstr "" + +#: lms/templates/emails/certification.html:10 +msgid "With this certification, you can now showcase your updated skills and share your achievement with your colleagues and on LinkedIn. To access your certificate, please click on the link provided below. Make sure you are logged in to the portal." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' +#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json +msgid "Withdrawn" +msgstr "" + +#. Label of the work_environment (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Environment" +msgstr "" + +#. Label of the work_experience (Table) field in DocType 'User' +#. Name of a DocType +#: lms/fixtures/custom_field.json +#: lms/lms/doctype/work_experience/work_experience.json +msgid "Work Experience" +msgstr "" + +#. Label of the work_experience_details (Section Break) field in DocType 'User' +#: lms/fixtures/custom_field.json +msgid "Work Experience Details" +msgstr "" + +#: frontend/src/components/CourseReviews.vue:8 +#: frontend/src/components/Modals/ReviewModal.vue:5 +#: lms/templates/reviews.html:117 +msgid "Write a Review" +msgstr "" + +#: lms/templates/reviews.html:31 lms/templates/reviews.html:103 +#: lms/templates/reviews_cta.html:3 lms/templates/reviews_cta.html:7 +msgid "Write a review" +msgstr "" + +#: frontend/src/components/Assignment.vue:120 +msgid "Write your answer here" +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +msgid "You already have an evaluation on {0} at {1} for the course {2}." +msgstr "" + +#: frontend/src/pages/CourseCertification.vue:14 +msgid "You are already certified for this course. Click on the card below to open your certificate." +msgstr "" + +#: lms/lms/api.py:224 +msgid "You are already enrolled for this batch." +msgstr "" + +#: lms/lms/api.py:216 +msgid "You are already enrolled for this course." +msgstr "" + +#: frontend/src/pages/Batch.vue:161 +msgid "You are not a member of this batch. Please checkout our upcoming batches." +msgstr "" + +#: lms/lms/doctype/lms_batch_old/lms_batch_old.py:20 +msgid "You are not a mentor of the course {0}" +msgstr "" + +#: frontend/src/components/CourseOutline.vue:316 +msgid "You are not enrolled" +msgstr "" + +#: frontend/src/pages/SCORMChapter.vue:22 +msgid "You are not enrolled in this course. Please enroll to access this lesson." +msgstr "" + +#: frontend/src/pages/Courses.vue:139 +msgid "You can add chapters and lessons to it." +msgstr "" + +#: lms/templates/emails/lms_course_interest.html:13 +#: lms/templates/emails/lms_invite_request_approved.html:11 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: lms/templates/quiz/quiz.html:18 +msgid "You can attempt this quiz only {0} {1}" +msgstr "" + +#: frontend/src/components/Quiz.vue:34 +msgid "You can attempt this quiz {0}." +msgstr "" + +#: lms/templates/emails/job_application.html:6 +msgid "You can find their resume attached to this email." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +msgid "You cannot schedule evaluations after {0}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +msgid "You cannot schedule evaluations for past slots." +msgstr "" + +#: frontend/src/components/NoPermission.vue:11 +msgid "You do not have permission to access this page." +msgstr "" + +#: lms/templates/notifications.html:27 +msgid "You don't have any notifications." +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "You got" +msgstr "" + +#: frontend/src/components/Quiz.vue:238 +#, python-format +msgid "You got {0}% correct answers with a score of {1} out of {2}" +msgstr "" + +#: lms/templates/emails/live_class_reminder.html:6 +msgid "You have a live class scheduled tomorrow. Please be prepared and be on time for the session." +msgstr "" + +#: lms/job/doctype/lms_job_application/lms_job_application.py:22 +msgid "You have already applied for this job." +msgstr "" + +#: frontend/src/components/Quiz.vue:72 lms/templates/quiz/quiz.html:43 +msgid "You have already exceeded the maximum number of attempts allowed for this quiz." +msgstr "" + +#: lms/lms/api.py:237 +msgid "You have already purchased the certificate for this course." +msgstr "" + +#: lms/lms/doctype/lms_course_review/lms_course_review.py:17 +msgid "You have already reviewed this course" +msgstr "" + +#: frontend/src/components/BatchOverlay.vue:151 +msgid "You have been enrolled in this batch" +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:190 +msgid "You have been enrolled in this course" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:30 +msgid "You have exceeded the maximum number of attempts ({0}) for this quiz" +msgstr "" + +#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.py:56 +msgid "You have got a score of {0} for the quiz {1}" +msgstr "" + +#: frontend/src/pages/Assignments.vue:60 +msgid "You have not created any assignments yet. To create a new assignment, click on the \"New\" button above." +msgstr "" + +#: frontend/src/pages/Quizzes.vue:65 +msgid "You have not created any quizzes yet. To create a new quiz, click on the \"New Quiz\" button above." +msgstr "" + +#: lms/lms/widgets/NoPreviewModal.html:12 lms/public/js/common_functions.js:126 +msgid "You have opted to be notified for this course. You will receive an email when the course becomes available." +msgstr "" + +#: frontend/src/components/CourseCardOverlay.vue:170 +msgid "You need to login first to enroll for this course" +msgstr "" + +#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 +msgid "You will be redirected to Frappe Cloud soon." +msgstr "" + +#: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 +#, python-format +msgid "You will have to get {0}% correct answers in order to pass the quiz." +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:4 +msgid "You've applied to become a mentor for this course. Your request is currently under review." +msgstr "" + +#: frontend/src/components/Assignment.vue:55 +msgid "You've successfully submitted the assignment." +msgstr "" + +#. Label of the youtube (Data) field in DocType 'Course Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video URL" +msgstr "" + +#. Description of the 'YouTube Video URL' (Data) field in DocType 'Course +#. Lesson' +#: lms/lms/doctype/course_lesson/course_lesson.json +msgid "YouTube Video will appear at the top of the lesson." +msgstr "" + +#: lms/www/new-sign-up.html:56 +msgid "Your Account has been successfully created!" +msgstr "" + +#: frontend/src/pages/ProfileEvaluator.vue:120 +msgid "Your calendar is set." +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:3 +#: lms/templates/emails/certificate_request_notification.html:3 +msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." +msgstr "" + +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +msgid "Your evaluation slot has been booked" +msgstr "" + +#: lms/templates/emails/certificate_request_notification.html:5 +msgid "Your evaluator is {0}" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "Your request to join us as a mentor for the course" +msgstr "" + +#: lms/templates/quiz/quiz.js:140 +msgid "Your score is" +msgstr "" + +#: frontend/src/components/Quiz.vue:231 +msgid "Your submission has been successfully saved. The instructor will review and grade it shortly, and you'll be notified of your final result." +msgstr "" + +#. Name of a DocType +#: lms/lms/doctype/zoom_settings/zoom_settings.json +msgid "Zoom Settings" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activities" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:6 +msgid "activity" +msgstr "" + +#: lms/templates/emails/payment_reminder.html:4 +msgid "but didn’t complete your payment" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "cancel your application" +msgstr "" + +#: frontend/src/pages/Lesson.vue:178 +msgid "completed" +msgstr "" + +#: lms/templates/quiz/quiz.js:137 +msgid "correct answers" +msgstr "" + +#: lms/templates/emails/mentor_request_status_update_email.html:4 +msgid "has been" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:8 +msgid "in the last" +msgstr "" + +#: lms/templates/signup-form.html:12 +msgid "jane@example.com" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "member" +msgstr "" + +#: frontend/src/pages/Programs.vue:31 +msgid "members" +msgstr "" + +#: lms/templates/quiz/quiz.html:106 +msgid "of" +msgstr "" + +#: lms/templates/quiz/quiz.js:141 +msgid "out of" +msgstr "" + +#: frontend/src/components/JobCard.vue:30 +msgid "posted" +msgstr "" + +#: frontend/src/pages/QuizForm.vue:386 +msgid "question_detail" +msgstr "" + +#: lms/templates/reviews.html:25 +msgid "ratings" +msgstr "" + +#: lms/templates/reviews.html:43 +msgid "stars" +msgstr "" + +#: frontend/src/components/StudentHeatmap.vue:10 +msgid "weeks" +msgstr "" + +#: lms/templates/emails/mentor_request_creation_email.html:5 +msgid "you can" +msgstr "" + +#: lms/lms/api.py:802 lms/lms/api.py:810 +msgid "{0} Settings not found" +msgstr "" + +#: lms/templates/emails/job_application.html:2 +msgid "{0} has applied for the job position {1}" +msgstr "" + +#: lms/templates/emails/job_report.html:4 +msgid "{0} has reported a job post for the following reason." +msgstr "" + +#: lms/templates/emails/assignment_submission.html:2 +msgid "{0} has submitted the assignment {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:57 +msgid "{0} is already a Student of {1} course through {2} batch" +msgstr "" + +#: lms/lms/doctype/lms_course_mentor_mapping/lms_course_mentor_mapping.py:16 +msgid "{0} is already a mentor for course {1}" +msgstr "" + +#: lms/lms/doctype/lms_enrollment/lms_enrollment.py:30 +msgid "{0} is already a {1} of the course {2}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:91 +msgid "{0} is already certified for the batch {1}" +msgstr "" + +#: lms/lms/doctype/lms_certificate/lms_certificate.py:72 +msgid "{0} is already certified for the course {1}" +msgstr "" + +#: lms/lms/notification/certificate_request_reminder/certificate_request_reminder.html:5 +msgid "{0} is your evaluator" +msgstr "" + +#: lms/lms/utils.py:681 +msgid "{0} mentioned you in a comment" +msgstr "" + +#: lms/templates/emails/mention_template.html:2 +msgid "{0} mentioned you in a comment in your batch." +msgstr "" + +#: lms/lms/utils.py:634 lms/lms/utils.py:640 +msgid "{0} mentioned you in a comment in {1}" +msgstr "" + +#: lms/lms/utils.py:457 +msgid "{0}k" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Active" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Completed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Enrolled" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Granted" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Passed" +msgstr "" + +#. Count format of shortcut in the LMS Workspace +#: lms/lms/workspace/lms/lms.json +msgid "{} Published" +msgstr "" + From 345a444d7307a8879d15001892d2c167bfaa25a0 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 7 Mar 2025 12:18:52 +0530 Subject: [PATCH 10/30] fix: youtube embed issue --- cypress/support/commands.js | 2 + frontend/src/pages/LessonForm.vue | 8 + frontend/src/utils/index.js | 5 +- frontend/src/utils/markdownParser.js | 25 +- frontend/yarn.lock | 47 +- yarn.lock | 1031 ++------------------------ 6 files changed, 139 insertions(+), 979 deletions(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 9ed07f0b..c8dd5cd5 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -38,6 +38,8 @@ Cypress.Commands.add("login", (email, password) => { method: "POST", body: { usr: email, pwd: password }, timeout: 60000, + retryOnStatusCodeFailure: true, + retryOnNetworkFailure: true, }); }); diff --git a/frontend/src/pages/LessonForm.vue b/frontend/src/pages/LessonForm.vue index b318d4f0..09b6e094 100644 --- a/frontend/src/pages/LessonForm.vue +++ b/frontend/src/pages/LessonForm.vue @@ -623,4 +623,12 @@ iframe { .tc-table { border-left: 1px solid #e8e8eb; } + +.ce-toolbox__button[data-tool='markdown'] { + display: none !important; +} + +.ce-popover-item[data-item-name='markdown'] { + display: none !important; +} diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index c6410c55..29650ec8 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -158,7 +158,10 @@ export function getEditorTools() { quiz: Quiz, assignment: Assignment, upload: Upload, - markdown: Markdown, + markdown: { + class: Markdown, + inlineToolbar: true, + }, image: SimpleImage, table: { class: Table, diff --git a/frontend/src/utils/markdownParser.js b/frontend/src/utils/markdownParser.js index 613465a5..8cf772fe 100644 --- a/frontend/src/utils/markdownParser.js +++ b/frontend/src/utils/markdownParser.js @@ -1,3 +1,6 @@ +import { CodeXml } from 'lucide-vue-next' +import { createApp, h } from 'vue' + export class Markdown { constructor({ data, api, readOnly, config }) { this.api = api @@ -18,13 +21,26 @@ export class Markdown { } } + static get toolbox() { + const app = createApp({ + render: () => + h(CodeXml, { size: 18, strokeWidth: 1.5, color: 'black' }), + }) + + const div = document.createElement('div') + app.mount(div) + return { + title: '', + icon: div.innerHTML, + } + } + onPaste(event) { const data = { text: event.detail.data.innerHTML, } this.data = data - window.requestAnimationFrame(() => { if (!this.wrapper) { return @@ -41,15 +57,14 @@ export class Markdown { render() { this.wrapper = document.createElement('div') - this.wrapper.classList.add('cdx-block') - this.wrapper.classList.add('ce-paragraph') + this.wrapper.classList.add('cdx-block', 'ce-paragraph') this.wrapper.innerHTML = this.text if (!this.readOnly) { this.wrapper.contentEditable = true this.wrapper.innerHTML = this.text - this.wrapper.addEventListener('keydown', (event) => { + this.wrapper.addEventListener('input', (event) => { let value = event.target.textContent if (event.keyCode === 32 && value.startsWith('#')) { this.convertToHeader(event, value) @@ -165,7 +180,7 @@ export class Markdown { } canBeEmbed(line) { - return /^https?:\/\/.+/.test(line) + return /^https?:\/\/.+/.test(line.trim()) } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 62ff883b..20bdc979 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -912,6 +912,14 @@ resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.11.1.tgz#209db7bb5915aa172a87510b6de2ca01cadbd2a7" integrity sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw== +"@vueuse/router@^12.7.0": + version "12.8.2" + resolved "https://registry.yarnpkg.com/@vueuse/router/-/router-12.8.2.tgz#3792eab50493e50a79767592a52f6c5bb441ef33" + integrity sha512-TA3aXhi9uEzYA6shaEeC3tfU73KYFbUiRd4ssh4JVi52fZZgSmZAsS7M5nFu01TzUHfHlNhFEAYJpt5HPNi49Q== + dependencies: + "@vueuse/shared" "12.8.2" + vue "^3.5.13" + "@vueuse/shared@10.11.1", "@vueuse/shared@^10.11.0": version "10.11.1" resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.11.1.tgz#62b84e3118ae6e1f3ff38f4fbe71b0c5d0f10938" @@ -919,6 +927,13 @@ dependencies: vue-demi ">=0.14.8" +"@vueuse/shared@12.8.2": + version "12.8.2" + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.8.2.tgz#b9e4611d0603629c8e151f982459da394e22f930" + integrity sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w== + dependencies: + vue "^3.5.13" + "@yr/monotone-cubic-spline@^1.0.3": version "1.0.3" resolved "https://registry.yarnpkg.com/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz#7272d89f8e4f6fb7a1600c28c378cc18d3b577b9" @@ -1067,9 +1082,9 @@ camelcase-css@^2.0.1: integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001688: - version "1.0.30001701" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001701.tgz#ad9c90301f7153cf6b3314d16cc30757285bf9e7" - integrity sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw== + version "1.0.30001702" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001702.tgz#cde16fa8adaa066c04aec2967b6cde46354644c4" + integrity sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA== chalk@^4.1.0: version "4.1.2" @@ -1232,9 +1247,9 @@ eastasianwidth@^0.2.0: integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== electron-to-chromium@^1.5.73: - version "1.5.109" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.109.tgz#905a573d2b4cbb31412a2de6267fb22cf45e097e" - integrity sha512-AidaH9JETVRr9DIPGfp1kAarm/W6hRJTPuCnkF+2MqhF4KaAgRIcBc8nvjk+YMXZhwfISof/7WG29eS4iGxQLQ== + version "1.5.112" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.112.tgz#8d3d95d4d5653836327890282c8eda5c6f26626d" + integrity sha512-oen93kVyqSb3l+ziUgzIOlWt/oOuy4zRmpwestMn4rhFWAoFJeFuCVte9F2fASjeZZo7l/Cif9TiyrdW4CwEMA== emoji-regex@^8.0.0: version "8.0.0" @@ -1937,9 +1952,9 @@ prosemirror-schema-basic@^1.2.3: prosemirror-model "^1.19.0" prosemirror-schema-list@^1.4.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.0.tgz#f05ddbe2e71efc9157a0dbedf80761c08bda5192" - integrity sha512-gg1tAfH1sqpECdhIHOA/aLg2VH3ROKBWQ4m8Qp9mBKrOxQRW61zc+gMCI8nh22gnBzd1t2u1/NPLmO3nAa3ssg== + version "1.5.1" + resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz#5869c8f749e8745c394548bb11820b0feb1e32f5" + integrity sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q== dependencies: prosemirror-model "^1.0.0" prosemirror-state "^1.0.0" @@ -1974,16 +1989,16 @@ prosemirror-trailing-node@^3.0.0: escape-string-regexp "^4.0.0" prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.10.2, prosemirror-transform@^1.7.3: - version "1.10.2" - resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.10.2.tgz#8ebac4e305b586cd96595aa028118c9191bbf052" - integrity sha512-2iUq0wv2iRoJO/zj5mv8uDUriOHWzXRnOTVgCzSXnktS/2iQRa3UUQwVlkBlYZFtygw6Nh1+X4mGqoYBINn5KQ== + version "1.10.3" + resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.10.3.tgz#fae660bd7ffef3159aff44bc21e9e044aa31b67d" + integrity sha512-Nhh/+1kZGRINbEHmVu39oynhcap4hWTs/BlU7NnxWj3+l0qi8I1mu67v6mMdEe/ltD8hHvU4FV6PHiCw2VSpMw== dependencies: prosemirror-model "^1.21.0" prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.27.0, prosemirror-view@^1.31.0, prosemirror-view@^1.37.0, prosemirror-view@^1.37.2: - version "1.38.0" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.38.0.tgz#685a256adc8486ebd0c8652125812b2f8297a2d3" - integrity sha512-O45kxXQTaP9wPdXhp8TKqCR+/unS/gnfg9Q93svQcB3j0mlp2XSPAmsPefxHADwzC+fbNS404jqRxm3UQaGvgw== + version "1.38.1" + resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.38.1.tgz#566d30cc8b00a68d6b4c60f5d8a6ab97c82990b3" + integrity sha512-4FH/uM1A4PNyrxXbD+RAbAsf0d/mM0D/wAKSVVWK7o0A9Q/oOXJBrw786mBf2Vnrs/Edly6dH6Z2gsb7zWwaUw== dependencies: prosemirror-model "^1.20.0" prosemirror-state "^1.0.0" @@ -2370,7 +2385,7 @@ vue3-apexcharts@^1.8.0: resolved "https://registry.yarnpkg.com/vue3-apexcharts/-/vue3-apexcharts-1.8.0.tgz#1984648d966aa91bc4dc3e87fa847f5289f7f1cf" integrity sha512-5tSD4mXTBbIJ9ir+58qHE6oNtIe0RNgqIRYMKpcsIaxkKtwUww4JhvPkpUFlmiW4OJbbdklgjleXq1lfcM4gdA== -vue@^3.4.23: +vue@^3.4.23, vue@^3.5.13: version "3.5.13" resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a" integrity sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ== diff --git a/yarn.lock b/yarn.lock index 34acbcaa..c04c0795 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,9 +8,9 @@ integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== "@cypress/request@^3.0.6": - version "3.0.7" - resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.7.tgz#6a74a4da98d9e5ae9121d6e2d9c14780c9b5cf1a" - integrity sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg== + version "3.0.8" + resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.8.tgz#992f1f42ba03ebb14fa5d97290abe9d015ed0815" + integrity sha512-h0NFgh1mJmm1nr4jCwkGHwKneVYKghUyWe6TMNrk0B9zsjAJxpg8C4/+BAcmLgCPa1vj1V8rNUaILl+zYRUWBQ== dependencies: aws-sign2 "~0.7.0" aws4 "^1.8.0" @@ -25,7 +25,7 @@ json-stringify-safe "~5.0.1" mime-types "~2.1.19" performance-now "^2.1.0" - qs "6.13.1" + qs "6.14.0" safe-buffer "^5.1.2" tough-cookie "^5.0.0" tunnel-agent "^0.6.0" @@ -39,369 +39,10 @@ debug "^3.1.0" lodash.once "^4.1.1" -"@floating-ui/core@^1.6.0": - version "1.6.9" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.9.tgz#64d1da251433019dafa091de9b2886ff35ec14e6" - integrity sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw== - dependencies: - "@floating-ui/utils" "^0.2.9" - -"@floating-ui/dom@^1.0.0", "@floating-ui/dom@^1.6.7": - version "1.6.13" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.13.tgz#a8a938532aea27a95121ec16e667a7cbe8c59e34" - integrity sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w== - dependencies: - "@floating-ui/core" "^1.6.0" - "@floating-ui/utils" "^0.2.9" - -"@floating-ui/utils@^0.2.9": - version "0.2.9" - resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.9.tgz#50dea3616bc8191fb8e112283b49eaff03e78429" - integrity sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg== - -"@floating-ui/vue@^1.1.0": - version "1.1.6" - resolved "https://registry.yarnpkg.com/@floating-ui/vue/-/vue-1.1.6.tgz#1c7e8f257fae5b71a72d10c1746e6b0ba338399c" - integrity sha512-XFlUzGHGv12zbgHNk5FN2mUB7ROul3oG2ENdTpWdE+qMFxyNxWSRmsoyhiEnpmabNm6WnUvR1OvJfUfN4ojC1A== - dependencies: - "@floating-ui/dom" "^1.0.0" - "@floating-ui/utils" "^0.2.9" - vue-demi ">=0.13.0" - -"@headlessui/vue@^1.7.14": - version "1.7.23" - resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.23.tgz#7fe19dbeca35de9e6270c82c78c4864e6a6f7391" - integrity sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg== - dependencies: - "@tanstack/vue-virtual" "^3.0.0-beta.60" - -"@internationalized/date@^3.5.4": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.7.0.tgz#23a4956308ee108e308517a7137c69ab8f5f2ad9" - integrity sha512-VJ5WS3fcVx0bejE/YHfbDKR/yawZgKqn/if+oEeLqNwBtPzVB06olkfcnojTmEMX+gTpH+FlQ69SHNitJ8/erQ== - dependencies: - "@swc/helpers" "^0.5.0" - -"@internationalized/number@^3.5.3": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.6.0.tgz#dc6ba20c41b25eb605f1d5cac7d8668e9022c224" - integrity sha512-PtrRcJVy7nw++wn4W2OuePQQfTqDzfusSuY1QTtui4wa7r+rGVtR75pO8CyKvHvzyQYi3Q1uO5sY0AsB4e65Bw== - dependencies: - "@swc/helpers" "^0.5.0" - -"@popperjs/core@^2.11.2", "@popperjs/core@^2.9.0": - version "2.11.8" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" - integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== - -"@remirror/core-constants@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-3.0.0.tgz#96fdb89d25c62e7b6a5d08caf0ce5114370e3b8f" - integrity sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg== - -"@socket.io/component-emitter@~3.1.0": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2" - integrity sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA== - -"@swc/helpers@^0.5.0": - version "0.5.15" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.15.tgz#79efab344c5819ecf83a43f3f9f811fc84b516d7" - integrity sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g== - dependencies: - tslib "^2.8.0" - -"@tailwindcss/forms@^0.5.3": - version "0.5.10" - resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.5.10.tgz#0a1cd67b6933402f1985a04595bd24f9785aa302" - integrity sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw== - dependencies: - mini-svg-data-uri "^1.2.3" - -"@tailwindcss/typography@^0.5.16": - version "0.5.16" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.16.tgz#a926c8f44d5c439b2915e231cad80058850047c6" - integrity sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA== - dependencies: - lodash.castarray "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.merge "^4.6.2" - postcss-selector-parser "6.0.10" - -"@tanstack/virtual-core@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.0.tgz#8db0ccc9d6c32b6393551a6d19c87dbb259a8828" - integrity sha512-NBKJP3OIdmZY3COJdWkSonr50FMVIi+aj5ZJ7hI/DTpEKg2RMfo/KvP8A3B/zOSpMgIe52B5E2yn7rryULzA6g== - -"@tanstack/vue-virtual@^3.0.0-beta.60", "@tanstack/vue-virtual@^3.8.1": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.13.0.tgz#e812bdd195b6616fdd0df08f7ca084850369eb26" - integrity sha512-EPgcTc41KGJAK2N2Ux2PeUnG3cPpdkldTib05nwq+0zdS2Ihpbq8BsWXz/eXPyNc5noDBh1GBgAe36yMYiW6WA== - dependencies: - "@tanstack/virtual-core" "3.13.0" - -"@tiptap/core@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.11.5.tgz#2bf1b08c4ca2467778d0a109634c45ab475522f4" - integrity sha512-jb0KTdUJaJY53JaN7ooY3XAxHQNoMYti/H6ANo707PsLXVeEqJ9o8+eBup1JU5CuwzrgnDc2dECt2WIGX9f8Jw== - -"@tiptap/extension-blockquote@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.11.5.tgz#d43ae78f5eba7de1b9138820502e950bae83c31c" - integrity sha512-MZfcRIzKRD8/J1hkt/eYv49060GTL6qGR3NY/oTDuw2wYzbQXXLEbjk8hxAtjwNn7G+pWQv3L+PKFzZDxibLuA== - -"@tiptap/extension-bold@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.11.5.tgz#7fc13d835067fbee4ff2be83a694f5200ba50e41" - integrity sha512-OAq03MHEbl7MtYCUzGuwb0VpOPnM0k5ekMbEaRILFU5ZC7cEAQ36XmPIw1dQayrcuE8GZL35BKub2qtRxyC9iA== - -"@tiptap/extension-bubble-menu@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.11.5.tgz#75da9bcea2a6579cd3ad41cf82f7bc7369c1816d" - integrity sha512-rx+rMd7EEdht5EHLWldpkzJ56SWYA9799b33ustePqhXd6linnokJCzBqY13AfZ9+xp3RsR6C0ZHI9GGea0tIA== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-bullet-list@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.11.5.tgz#84c6bf623c5dffcd73dd24d012c9636191031d43" - integrity sha512-VXwHlX6A/T6FAspnyjbKDO0TQ+oetXuat6RY1/JxbXphH42nLuBaGWJ6pgy6xMl6XY8/9oPkTNrfJw/8/eeRwA== - -"@tiptap/extension-code-block@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.11.5.tgz#b90cea403884630f3f86c7629815250e8a266802" - integrity sha512-ksxMMvqLDlC+ftcQLynqZMdlJT1iHYZorXsXw/n+wuRd7YElkRkd6YWUX/Pq/njFY6lDjKiqFLEXBJB8nrzzBA== - -"@tiptap/extension-code@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.11.5.tgz#a550c544804e65507ab66dc8ab89a1e2f7d9228d" - integrity sha512-xOvHevNIQIcCCVn9tpvXa1wBp0wHN/2umbAZGTVzS+AQtM7BTo0tz8IyzwxkcZJaImONcUVYLOLzt2AgW1LltA== - -"@tiptap/extension-color@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-color/-/extension-color-2.11.5.tgz#ecdc056a099d742cb8d769f058eb6e50765c95b9" - integrity sha512-9gZF6EIpfOJYUt1TtFY37e8iqwKcOmBl8CkFaxq+4mWVvYd2D7KbA0r4tYTxSO0fOBJ5fA/1qJrpvgRlyocp/A== - -"@tiptap/extension-document@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.11.5.tgz#1d650d232df46cf07b83e0a5cc64db1c70057f37" - integrity sha512-7I4BRTpIux2a0O2qS3BDmyZ5LGp3pszKbix32CmeVh7lN9dV7W5reDqtJJ9FCZEEF+pZ6e1/DQA362dflwZw2g== - -"@tiptap/extension-dropcursor@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.11.5.tgz#a1d6fad3379551449534bdb8135da2577a8ec8fb" - integrity sha512-uIN7L3FU0904ec7FFFbndO7RQE/yiON4VzAMhNn587LFMyWO8US139HXIL4O8dpZeYwYL3d1FnDTflZl6CwLlg== - -"@tiptap/extension-floating-menu@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.11.5.tgz#97868901bae46e1826b9d2cfe5a4a33a446adfc1" - integrity sha512-HsMI0hV5Lwzm530Z5tBeyNCBNG38eJ3qjfdV2OHlfSf3+KOEfn6a5AUdoNaZO02LF79/8+7BaYU2drafag9cxQ== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-gapcursor@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.11.5.tgz#6771e387d90ef85ee834f4572627d76e303e1297" - integrity sha512-kcWa+Xq9cb6lBdiICvLReuDtz/rLjFKHWpW3jTTF3FiP3wx4H8Rs6bzVtty7uOVTfwupxZRiKICAMEU6iT0xrQ== - -"@tiptap/extension-hard-break@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.11.5.tgz#cf9610846cb7ab0f3a8d8dc37fd1fcee6a39d72f" - integrity sha512-q9doeN+Yg9F5QNTG8pZGYfNye3tmntOwch683v0CCVCI4ldKaLZ0jG3NbBTq+mosHYdgOH2rNbIORlRRsQ+iYQ== - -"@tiptap/extension-heading@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.11.5.tgz#e9a54e4cbb5c9c7fc95a24cc894a16751ecd185f" - integrity sha512-x/MV53psJ9baRcZ4k4WjnCUBMt8zCX7mPlKVT+9C/o+DEs/j/qxPLs95nHeQv70chZpSwCQCt93xMmuF0kPoAg== - -"@tiptap/extension-highlight@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-highlight/-/extension-highlight-2.11.5.tgz#c12f3be85e181c84dc671cca4295cd02a1b9bd4d" - integrity sha512-VBZfT869L9CiTLF8qr+3FBUtJcmlyUTECORNo0ceEiNDg4H6V9uNPwaROMXrWiQCc+DYVCOkx541QrXwNMzxlg== - -"@tiptap/extension-history@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.11.5.tgz#c636c8da784ad25886eb617cff6b4752ac9586d1" - integrity sha512-b+wOS33Dz1azw6F1i9LFTEIJ/gUui0Jwz5ZvmVDpL2ZHBhq1Ui0/spTT+tuZOXq7Y/uCbKL8Liu4WoedIvhboQ== - -"@tiptap/extension-horizontal-rule@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.11.5.tgz#b876f606386c51bc2ff45d4bd26267f5b104a850" - integrity sha512-3up2r1Du8/5/4ZYzTC0DjTwhgPI3dn8jhOCLu73m5F3OGvK/9whcXoeWoX103hYMnGDxBlfOje71yQuN35FL4A== - -"@tiptap/extension-image@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.11.5.tgz#f16d05c8045dc7d84d85efdbb946a2a8713fb2d3" - integrity sha512-HbUq9AL8gb8eSuQfY/QKkvMc66ZFN/b6jvQAILGArNOgalUfGizoC6baKTJShaExMSPjBZlaAHtJiQKPaGRHaA== - -"@tiptap/extension-italic@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.11.5.tgz#63b09c7fb41ab64681983df7be8cf6bc330c0ede" - integrity sha512-9VGfb2/LfPhQ6TjzDwuYLRvw0A6VGbaIp3F+5Mql8XVdTBHb2+rhELbyhNGiGVR78CaB/EiKb6dO9xu/tBWSYA== - -"@tiptap/extension-link@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.11.5.tgz#a2c3a92682233892413e3c1ec69d03a48815ab1e" - integrity sha512-4Iu/aPzevbYpe50xDI0ZkqRa6nkZ9eF270Ue2qaF3Ab47nehj+9Jl78XXzo8+LTyFMnrETI73TAs1aC/IGySeQ== - dependencies: - linkifyjs "^4.2.0" - -"@tiptap/extension-list-item@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-list-item/-/extension-list-item-2.11.5.tgz#6ada38dd4e6db889288242542bc0490b0908d190" - integrity sha512-Mp5RD/pbkfW1vdc6xMVxXYcta73FOwLmblQlFNn/l/E5/X1DUSA4iGhgDDH4EWO3swbs03x2f7Zka/Xoj3+WLg== - -"@tiptap/extension-mention@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-mention/-/extension-mention-2.11.5.tgz#d6559588d5020c282e9c8805a1a611c01f0b8c8c" - integrity sha512-xj0/P4WSQWiDHzQLSIqdPUEu8LlC+ptSYA+y9IDChG51j1jVqcmolnS4sxpyrfr/t0ug0smNmJ4PDjQtXaG63A== - -"@tiptap/extension-ordered-list@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.11.5.tgz#c81e33b5bc885450d412e9ea644cc666407e0c13" - integrity sha512-Cu8KwruBNWAaEfshRQR0yOSaUKAeEwxW7UgbvF9cN/zZuKgK5uZosPCPTehIFCcRe+TBpRtZQh+06f/gNYpYYg== - -"@tiptap/extension-paragraph@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.11.5.tgz#05575f0264a435837483831eebffc5e3af279cb1" - integrity sha512-YFBWeg7xu/sBnsDIF/+nh9Arf7R0h07VZMd0id5Ydd2Qe3c1uIZwXxeINVtH0SZozuPIQFAT8ICe9M0RxmE+TA== - -"@tiptap/extension-placeholder@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.11.5.tgz#de8412b486865b379f121a502ae3de8be7fa2d27" - integrity sha512-Pr+0Ju/l2ZvXMd9VQxtaoSZbs0BBp1jbBDqwms88ctpyvQFRfLSfSkqudQcSHyw2ROOz2E31p/7I7fpI8Y0CLA== - -"@tiptap/extension-strike@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.11.5.tgz#94e214dcede09f6c5f99d0c58290a1d3f5db61eb" - integrity sha512-PVfUiCqrjvsLpbIoVlegSY8RlkR64F1Rr2RYmiybQfGbg+AkSZXDeO0eIrc03//4gua7D9DfIozHmAKv1KN3ow== - -"@tiptap/extension-table-cell@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-cell/-/extension-table-cell-2.11.5.tgz#9047627ba692261c95e9c34098fac66339a62d07" - integrity sha512-S967Au0pgeULstP3FaasOf/LEh72p61Ooh1PcUMF/az4x8EeGgpcEUARpVUxsGxLFvogv6LmhPHZdtcGgdHcBw== - -"@tiptap/extension-table-header@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-header/-/extension-table-header-2.11.5.tgz#2e832f97002d80649001fd8b8cee4e22417cacf9" - integrity sha512-O1iBtzZP1XZDi4h1Xmgq1T63il+fpKPvBIMZ0JJH9TyCw5i5rcrMLL2dyy5zaWK3BFRJuYBNSke4c+VWnr/g6w== - -"@tiptap/extension-table-row@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-row/-/extension-table-row-2.11.5.tgz#0f10634918983687d0df212fe08f7f6111c3a840" - integrity sha512-+/VWhCuW24BcM5aaIc/f0bC6ZR1Q5gnuqw13MIo7gyPx7iIY6BXK8roGiZSs8wYAN4uBEf3EKFm0bSZwQuAeyg== - -"@tiptap/extension-table@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.11.5.tgz#2296c1076ef3381bca4601709956085f093ff9e0" - integrity sha512-NKXLhKWdAdURklm98YkCd2ai4fh8jY8HS/+X2s/2QiQt8Z98CU1keCm35fJEEExM234iB/hCqG5vY4JgTc0Tvw== - -"@tiptap/extension-text-align@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.11.5.tgz#c0952affcc6c3658aa859e9ed1985f7ab5500c42" - integrity sha512-Ei0zDpH5N9EV59ogydK4HTKa4lCPicCsQllM5n/Nf2tUJPir3aiYxzJ73FzhComD4Hpo1ANYnmssBhy8QeoPZA== - -"@tiptap/extension-text-style@^2.0.3", "@tiptap/extension-text-style@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-style/-/extension-text-style-2.11.5.tgz#f1b3882de489328203187e6256e6ee130477cfad" - integrity sha512-YUmYl0gILSd/u/ZkOmNxjNXVw+mu8fpC2f8G4I4tLODm0zCx09j9DDEJXSrM5XX72nxJQqtSQsCpNKnL0hfeEQ== - -"@tiptap/extension-text@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.11.5.tgz#10cc6ec519aac71a6841ec9bd914ded747f6ec3f" - integrity sha512-Gq1WwyhFpCbEDrLPIHt5A8aLSlf8bfz4jm417c8F/JyU0J5dtYdmx0RAxjnLw1i7ZHE7LRyqqAoS0sl7JHDNSQ== - -"@tiptap/extension-typography@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/extension-typography/-/extension-typography-2.11.5.tgz#a55b6a9bb076edc0d13e2a566653864a74cdfa6d" - integrity sha512-K+mwkyyH3bhnw8f6dKt0AIIh7ipPPVTY5XiWxm1ZMnS6p7TkXeqSJRU6mT1a47YLX4IGBEMlTQdvDVvJ1hwTjA== - -"@tiptap/pm@^2.0.3", "@tiptap/pm@^2.11.5": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.11.5.tgz#6577e277e5a991c605a3dfcebde7c0b794d8def4" - integrity sha512-z9JFtqc5ZOsdQLd9vRnXfTCQ8v5ADAfRt9Nm7SqP6FUHII8E1hs38ACzf5xursmth/VonJYb5+73Pqxk1hGIPw== - dependencies: - prosemirror-changeset "^2.2.1" - prosemirror-collab "^1.3.1" - prosemirror-commands "^1.6.2" - prosemirror-dropcursor "^1.8.1" - prosemirror-gapcursor "^1.3.2" - prosemirror-history "^1.4.1" - prosemirror-inputrules "^1.4.0" - prosemirror-keymap "^1.2.2" - prosemirror-markdown "^1.13.1" - prosemirror-menu "^1.2.4" - prosemirror-model "^1.23.0" - prosemirror-schema-basic "^1.2.3" - prosemirror-schema-list "^1.4.1" - prosemirror-state "^1.4.3" - prosemirror-tables "^1.6.3" - prosemirror-trailing-node "^3.0.0" - prosemirror-transform "^1.10.2" - prosemirror-view "^1.37.0" - -"@tiptap/starter-kit@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.11.5.tgz#7d1b0b866b10c0f9c98214588639cda204c4f3b4" - integrity sha512-SLI7Aj2ruU1t//6Mk8f+fqW+18uTqpdfLUJYgwu0CkqBckrkRZYZh6GVLk/02k3H2ki7QkFxiFbZrdbZdng0JA== - dependencies: - "@tiptap/core" "^2.11.5" - "@tiptap/extension-blockquote" "^2.11.5" - "@tiptap/extension-bold" "^2.11.5" - "@tiptap/extension-bullet-list" "^2.11.5" - "@tiptap/extension-code" "^2.11.5" - "@tiptap/extension-code-block" "^2.11.5" - "@tiptap/extension-document" "^2.11.5" - "@tiptap/extension-dropcursor" "^2.11.5" - "@tiptap/extension-gapcursor" "^2.11.5" - "@tiptap/extension-hard-break" "^2.11.5" - "@tiptap/extension-heading" "^2.11.5" - "@tiptap/extension-history" "^2.11.5" - "@tiptap/extension-horizontal-rule" "^2.11.5" - "@tiptap/extension-italic" "^2.11.5" - "@tiptap/extension-list-item" "^2.11.5" - "@tiptap/extension-ordered-list" "^2.11.5" - "@tiptap/extension-paragraph" "^2.11.5" - "@tiptap/extension-strike" "^2.11.5" - "@tiptap/extension-text" "^2.11.5" - "@tiptap/extension-text-style" "^2.11.5" - "@tiptap/pm" "^2.11.5" - -"@tiptap/suggestion@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/suggestion/-/suggestion-2.11.5.tgz#e2f3c9c9744ab65905b6c469418dcba54409b994" - integrity sha512-uafwGgB5YuKX/xLRjnt2H5eA21I8HcNXpdbH4Du2gg3KM71RpUbkyjaV7KEMA/5qwCEo+sddlpuErj4wBycZ5Q== - -"@tiptap/vue-3@^2.0.3": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@tiptap/vue-3/-/vue-3-2.11.5.tgz#3615562edd952a2937e3a9b3d83c27df9a52e3d5" - integrity sha512-etOURQq85MpfkMPeTG0r79s7wmLM7PqLD4aj19m7Fk5rkWuoEZyBinnA+9jfIKEttnhQ1G8PQnHNaqJhfIHQfA== - dependencies: - "@tiptap/extension-bubble-menu" "^2.11.5" - "@tiptap/extension-floating-menu" "^2.11.5" - -"@types/linkify-it@^5": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76" - integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q== - -"@types/markdown-it@^14.0.0": - version "14.1.2" - resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61" - integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog== - dependencies: - "@types/linkify-it" "^5" - "@types/mdurl" "^2" - -"@types/mdurl@^2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd" - integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg== - "@types/node@*": - version "22.13.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33" - integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew== + version "22.13.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca" + integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw== dependencies: undici-types "~6.20.0" @@ -415,11 +56,6 @@ resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.9.tgz#d4597dbd4618264c414d7429363e3f50acb66ea2" integrity sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w== -"@types/web-bluetooth@^0.0.20": - version "0.0.20" - resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" - integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== - "@types/yauzl@^2.9.1": version "2.10.3" resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999" @@ -427,28 +63,6 @@ dependencies: "@types/node" "*" -"@vueuse/core@^10.11.0", "@vueuse/core@^10.4.1": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.11.1.tgz#15d2c0b6448d2212235b23a7ba29c27173e0c2c6" - integrity sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww== - dependencies: - "@types/web-bluetooth" "^0.0.20" - "@vueuse/metadata" "10.11.1" - "@vueuse/shared" "10.11.1" - vue-demi ">=0.14.8" - -"@vueuse/metadata@10.11.1": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.11.1.tgz#209db7bb5915aa172a87510b6de2ca01cadbd2a7" - integrity sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw== - -"@vueuse/shared@10.11.1", "@vueuse/shared@^10.11.0": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.11.1.tgz#62b84e3118ae6e1f3ff38f4fbe71b0c5d0f10938" - integrity sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA== - dependencies: - vue-demi ">=0.14.8" - aggregate-error@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" @@ -486,18 +100,6 @@ arch@^2.2.0: resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11" integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - -aria-hidden@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.4.tgz#b78e383fdbc04d05762c78b4a25a501e736c4522" - integrity sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A== - dependencies: - tslib "^2.0.0" - asn1@~0.2.3: version "0.2.6" resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d" @@ -552,15 +154,6 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -bl@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - blob-util@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb" @@ -581,7 +174,7 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -buffer@^5.5.0, buffer@^5.7.1: +buffer@^5.7.1: version "5.7.1" resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== @@ -594,21 +187,21 @@ cachedir@^2.3.0: resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d" integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ== -call-bind-apply-helpers@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz#32e5892e6361b29b0b545ba6f7763378daca2840" - integrity sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g== +call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6" + integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== dependencies: es-errors "^1.3.0" function-bind "^1.1.2" call-bound@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.3.tgz#41cfd032b593e39176a71533ab4f384aa04fd681" - integrity sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA== + version "1.0.4" + resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a" + integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg== dependencies: - call-bind-apply-helpers "^1.0.1" - get-intrinsic "^1.2.6" + call-bind-apply-helpers "^1.0.2" + get-intrinsic "^1.3.0" caseless@~0.12.0: version "0.12.0" @@ -633,11 +226,6 @@ ci-info@^4.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.1.0.tgz#92319d2fa29d2620180ea5afed31f589bc98cf83" integrity sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A== -classnames@^2.2.5: - version "2.5.1" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" - integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== - clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -650,11 +238,6 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-spinners@^2.5.0: - version "2.9.2" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" - integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== - cli-table3@~0.6.1: version "0.6.5" resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f" @@ -672,11 +255,6 @@ cli-truncate@^2.1.0: slice-ansi "^3.0.0" string-width "^4.2.0" -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== - color-convert@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" @@ -706,11 +284,6 @@ commander@^6.2.1: resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== -commander@^9.0.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" - integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== - common-tags@^1.8.0: version "1.8.2" resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" @@ -726,11 +299,6 @@ concat-stream@^1.4.7: readable-stream "^2.2.2" typedarray "^0.0.6" -core-js@^3.1.3: - version "3.40.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.40.0.tgz#2773f6b06877d8eda102fc42f828176437062476" - integrity sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ== - core-util-is@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -741,11 +309,6 @@ core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -crelt@^1.0.0: - version "1.0.6" - resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72" - integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== - cross-spawn@^5.0.1: version "5.1.0" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" @@ -764,11 +327,6 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - cypress-file-upload@^5.0.8: version "5.0.8" resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.8.tgz#d8824cbeaab798e44be8009769f9a6c9daa1b4a1" @@ -830,7 +388,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -dayjs@^1.10.4, dayjs@^1.11.13: +dayjs@^1.10.4: version "1.11.13" resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== @@ -849,25 +407,6 @@ debug@^4.1.1, debug@^4.3.4: dependencies: ms "^2.1.3" -debug@~4.3.1, debug@~4.3.2: - version "4.3.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" - integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== - dependencies: - ms "^2.1.3" - -defaults@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" - integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== - dependencies: - clone "^1.0.2" - -defu@^6.1.4: - version "6.1.4" - resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479" - integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== - delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" @@ -902,22 +441,6 @@ end-of-stream@^1.1.0: dependencies: once "^1.4.0" -engine.io-client@~6.6.1: - version "6.6.3" - resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.6.3.tgz#815393fa24f30b8e6afa8f77ccca2f28146be6de" - integrity sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.1" - engine.io-parser "~5.2.1" - ws "~8.17.1" - xmlhttprequest-ssl "~2.1.1" - -engine.io-parser@~5.2.1: - version "5.2.3" - resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.2.3.tgz#00dc5b97b1f233a23c9398d0209504cf5f94d92f" - integrity sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q== - enquirer@^2.3.6: version "2.4.1" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" @@ -926,11 +449,6 @@ enquirer@^2.3.6: ansi-colors "^4.1.1" strip-ansi "^6.0.1" -entities@^4.4.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" - integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== - es-define-property@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa" @@ -941,23 +459,28 @@ es-errors@^1.3.0: resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== -es-object-atoms@^1.0.0: +es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1" integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== dependencies: es-errors "^1.3.0" +es-set-tostringtag@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" + integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== + dependencies: + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + has-tostringtag "^1.0.2" + hasown "^2.0.2" + escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - eventemitter2@6.4.7: version "6.4.7" resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d" @@ -1011,11 +534,6 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== -fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - fd-slicer@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" @@ -1023,14 +541,6 @@ fd-slicer@~1.1.0: dependencies: pend "~1.2.0" -feather-icons@^4.28.0: - version "4.29.2" - resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.29.2.tgz#b03a47588a1c400f215e884504db1c18860d89f8" - integrity sha512-0TaCFTnBTVCz6U+baY2UJNKne5ifGh7sMG4ZC2LoBWCZdIyPa+y6UiR4lEYGws1JOFWdee8KAsAIvu0VcXqiqA== - dependencies: - classnames "^2.2.5" - core-js "^3.1.3" - figures@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" @@ -1044,52 +554,15 @@ forever-agent@~0.6.1: integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== form-data@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48" - integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw== + version "4.0.2" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c" + integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w== dependencies: asynckit "^0.4.0" combined-stream "^1.0.8" + es-set-tostringtag "^2.1.0" mime-types "^2.1.12" -frappe-ui@^0.1.112: - version "0.1.112" - resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.112.tgz#8a1a3b5705c9a7b6e606cd462109400d86d760fb" - integrity sha512-swml+AedLotwdcqVEYbXfCs5MxSIB5qoRzyG59bw5xDqhGO3CrK01d2Egp2jYaBOWthYjqs3ZJ2ieE4c2ticIg== - dependencies: - "@headlessui/vue" "^1.7.14" - "@popperjs/core" "^2.11.2" - "@tailwindcss/forms" "^0.5.3" - "@tailwindcss/typography" "^0.5.16" - "@tiptap/extension-color" "^2.0.3" - "@tiptap/extension-highlight" "^2.0.3" - "@tiptap/extension-image" "^2.0.3" - "@tiptap/extension-link" "^2.0.3" - "@tiptap/extension-mention" "^2.0.3" - "@tiptap/extension-placeholder" "^2.0.3" - "@tiptap/extension-table" "^2.0.3" - "@tiptap/extension-table-cell" "^2.0.3" - "@tiptap/extension-table-header" "^2.0.3" - "@tiptap/extension-table-row" "^2.0.3" - "@tiptap/extension-text-align" "^2.0.3" - "@tiptap/extension-text-style" "^2.0.3" - "@tiptap/extension-typography" "^2.0.3" - "@tiptap/pm" "^2.0.3" - "@tiptap/starter-kit" "^2.0.3" - "@tiptap/suggestion" "^2.0.3" - "@tiptap/vue-3" "^2.0.3" - "@vueuse/core" "^10.4.1" - dayjs "^1.11.13" - feather-icons "^4.28.0" - idb-keyval "^6.2.0" - ora "5.4.1" - prettier "^3.3.2" - radix-vue "^1.5.3" - showdown "^2.1.0" - socket.io-client "^4.5.1" - tippy.js "^6.3.7" - typescript "^5.0.2" - fs-extra@^9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" @@ -1105,23 +578,23 @@ function-bind@^1.1.2: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== -get-intrinsic@^1.2.5, get-intrinsic@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz#dcfcb33d3272e15f445d15124bc0a216189b9044" - integrity sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA== +get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01" + integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== dependencies: - call-bind-apply-helpers "^1.0.1" + call-bind-apply-helpers "^1.0.2" es-define-property "^1.0.1" es-errors "^1.3.0" - es-object-atoms "^1.0.0" + es-object-atoms "^1.1.1" function-bind "^1.1.2" - get-proto "^1.0.0" + get-proto "^1.0.1" gopd "^1.2.0" has-symbols "^1.1.0" hasown "^2.0.2" math-intrinsics "^1.1.0" -get-proto@^1.0.0: +get-proto@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== @@ -1172,11 +645,18 @@ has-flag@^4.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== -has-symbols@^1.1.0: +has-symbols@^1.0.3, has-symbols@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== +has-tostringtag@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== + dependencies: + has-symbols "^1.0.3" + hasown@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" @@ -1198,11 +678,6 @@ human-signals@^1.1.1: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== -idb-keyval@^6.2.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-6.2.1.tgz#94516d625346d16f56f3b33855da11bfded2db33" - integrity sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg== - ieee754@^1.1.13: version "1.2.1" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" @@ -1213,7 +688,7 @@ indent-string@^4.0.0: resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== -inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: +inherits@^2.0.3, inherits@~2.0.3: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -1236,11 +711,6 @@ is-installed-globally@~0.4.0: global-dirs "^3.0.0" is-path-inside "^3.0.2" -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - is-path-inside@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" @@ -1315,18 +785,6 @@ lazy-ass@^1.6.0: resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513" integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw== -linkify-it@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421" - integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== - dependencies: - uc.micro "^2.0.0" - -linkifyjs@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.2.0.tgz#9dd30222b9cbabec9c950e725ec00031c7fa3f08" - integrity sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw== - listr2@^3.8.3: version "3.14.0" resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e" @@ -1341,21 +799,6 @@ listr2@^3.8.3: through "^2.3.8" wrap-ansi "^7.0.0" -lodash.castarray@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" - integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== - -lodash.merge@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - lodash.once@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" @@ -1366,7 +809,7 @@ lodash@^4.17.21: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -log-symbols@^4.0.0, log-symbols@^4.1.0: +log-symbols@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== @@ -1392,28 +835,11 @@ lru-cache@^4.0.1: pseudomap "^1.0.2" yallist "^2.1.2" -markdown-it@^14.0.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45" - integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== - dependencies: - argparse "^2.0.1" - entities "^4.4.0" - linkify-it "^5.0.0" - mdurl "^2.0.0" - punycode.js "^2.3.1" - uc.micro "^2.1.0" - math-intrinsics@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== -mdurl@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" - integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== - merge-stream@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" @@ -1436,11 +862,6 @@ mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -mini-svg-data-uri@^1.2.3: - version "1.4.4" - resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939" - integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg== - minimist@^1.2.8: version "1.2.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" @@ -1451,11 +872,6 @@ ms@^2.1.1, ms@^2.1.3: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -nanoid@^5.0.7: - version "5.0.9" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.9.tgz#977dcbaac055430ce7b1e19cf0130cea91a20e50" - integrity sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q== - npm-run-path@^4.0.0: version "4.0.1" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" @@ -1482,26 +898,6 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -ora@5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" - integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== - dependencies: - bl "^4.1.0" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - is-unicode-supported "^0.1.0" - log-symbols "^4.1.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -orderedmap@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-2.1.1.tgz#61481269c44031c449915497bf5a4ad273c512d2" - integrity sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g== - os-shim@^0.1.2: version "0.1.3" resolved "https://registry.yarnpkg.com/os-shim/-/os-shim-0.1.3.tgz#6b62c3791cf7909ea35ed46e17658bb417cb3917" @@ -1539,14 +935,6 @@ pify@^2.2.0: resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== -postcss-selector-parser@6.0.10: - version "6.0.10" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" - integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== - dependencies: - cssesc "^3.0.0" - util-deprecate "^1.0.2" - pre-commit@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/pre-commit/-/pre-commit-1.2.2.tgz#dbcee0ee9de7235e57f79c56d7ce94641a69eec6" @@ -1556,11 +944,6 @@ pre-commit@^1.2.2: spawn-sync "^1.0.15" which "1.2.x" -prettier@^3.3.2: - version "3.5.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.0.tgz#50325a28887c6dfdf2ca3f8eaba02b66a8429ca7" - integrity sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA== - pretty-bytes@^5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" @@ -1576,160 +959,6 @@ process@^0.11.10: resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== -prosemirror-changeset@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz#dae94b63aec618fac7bb9061648e6e2a79988383" - integrity sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ== - dependencies: - prosemirror-transform "^1.0.0" - -prosemirror-collab@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz#0e8c91e76e009b53457eb3b3051fb68dad029a33" - integrity sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ== - dependencies: - prosemirror-state "^1.0.0" - -prosemirror-commands@^1.0.0, prosemirror-commands@^1.6.2: - version "1.6.2" - resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.6.2.tgz#d9cf6654912442cff47daa1677eb43ebd0b1f117" - integrity sha512-0nDHH++qcf/BuPLYvmqZTUUsPJUCPBUXt0J1ErTcDIS369CTp773itzLGIgIXG4LJXOlwYCr44+Mh4ii6MP1QA== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.10.2" - -prosemirror-dropcursor@^1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz#49b9fb2f583e0d0f4021ff87db825faa2be2832d" - integrity sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - prosemirror-view "^1.1.0" - -prosemirror-gapcursor@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz#5fa336b83789c6199a7341c9493587e249215cb4" - integrity sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ== - dependencies: - prosemirror-keymap "^1.0.0" - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-view "^1.0.0" - -prosemirror-history@^1.0.0, prosemirror-history@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.4.1.tgz#cc370a46fb629e83a33946a0e12612e934ab8b98" - integrity sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ== - dependencies: - prosemirror-state "^1.2.2" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.31.0" - rope-sequence "^1.3.0" - -prosemirror-inputrules@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.4.0.tgz#ef1519bb2cb0d1e0cec74bad1a97f1c1555068bb" - integrity sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.0.0" - -prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz#14a54763a29c7b2704f561088ccf3384d14eb77e" - integrity sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ== - dependencies: - prosemirror-state "^1.0.0" - w3c-keyname "^2.2.0" - -prosemirror-markdown@^1.13.1: - version "1.13.1" - resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.13.1.tgz#23feb6652dacb3dd78ffd8f131da37c20e4e4cf8" - integrity sha512-Sl+oMfMtAjWtlcZoj/5L/Q39MpEnVZ840Xo330WJWUvgyhNmLBLN7MsHn07s53nG/KImevWHSE6fEj4q/GihHw== - dependencies: - "@types/markdown-it" "^14.0.0" - markdown-it "^14.0.0" - prosemirror-model "^1.20.0" - -prosemirror-menu@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz#3cfdc7c06d10f9fbd1bce29082c498bd11a0a79a" - integrity sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA== - dependencies: - crelt "^1.0.0" - prosemirror-commands "^1.0.0" - prosemirror-history "^1.0.0" - prosemirror-state "^1.0.0" - -prosemirror-model@^1.0.0, prosemirror-model@^1.19.0, prosemirror-model@^1.20.0, prosemirror-model@^1.21.0, prosemirror-model@^1.23.0, prosemirror-model@^1.24.1: - version "1.24.1" - resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.24.1.tgz#b445e4f9b9cfc8c1a699215057b506842ebff1a9" - integrity sha512-YM053N+vTThzlWJ/AtPtF1j0ebO36nvbmDy4U7qA2XQB8JVaQp1FmB9Jhrps8s+z+uxhhVTny4m20ptUvhk0Mg== - dependencies: - orderedmap "^2.0.0" - -prosemirror-schema-basic@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.3.tgz#649c349bb21c61a56febf9deb71ac68fca4cedf2" - integrity sha512-h+H0OQwZVqMon1PNn0AG9cTfx513zgIG2DY00eJ00Yvgb3UD+GQ/VlWW5rcaxacpCGT1Yx8nuhwXk4+QbXUfJA== - dependencies: - prosemirror-model "^1.19.0" - -prosemirror-schema-list@^1.4.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.0.tgz#f05ddbe2e71efc9157a0dbedf80761c08bda5192" - integrity sha512-gg1tAfH1sqpECdhIHOA/aLg2VH3ROKBWQ4m8Qp9mBKrOxQRW61zc+gMCI8nh22gnBzd1t2u1/NPLmO3nAa3ssg== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.7.3" - -prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz#94aecf3ffd54ec37e87aa7179d13508da181a080" - integrity sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.27.0" - -prosemirror-tables@^1.6.3: - version "1.6.4" - resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.6.4.tgz#e36ebca70d9e398c4a3b99b122ba86bfc985293d" - integrity sha512-TkDY3Gw52gRFRfRn2f4wJv5WOgAOXLJA2CQJYIJ5+kdFbfj3acR4JUW6LX2e1hiEBiUwvEhzH5a3cZ5YSztpIA== - dependencies: - prosemirror-keymap "^1.2.2" - prosemirror-model "^1.24.1" - prosemirror-state "^1.4.3" - prosemirror-transform "^1.10.2" - prosemirror-view "^1.37.2" - -prosemirror-trailing-node@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz#5bc223d4fc1e8d9145e4079ec77a932b54e19e04" - integrity sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ== - dependencies: - "@remirror/core-constants" "3.0.0" - escape-string-regexp "^4.0.0" - -prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.10.2, prosemirror-transform@^1.7.3: - version "1.10.2" - resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.10.2.tgz#8ebac4e305b586cd96595aa028118c9191bbf052" - integrity sha512-2iUq0wv2iRoJO/zj5mv8uDUriOHWzXRnOTVgCzSXnktS/2iQRa3UUQwVlkBlYZFtygw6Nh1+X4mGqoYBINn5KQ== - dependencies: - prosemirror-model "^1.21.0" - -prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.27.0, prosemirror-view@^1.31.0, prosemirror-view@^1.37.0, prosemirror-view@^1.37.2: - version "1.37.2" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.37.2.tgz#e16b92611c6d0f30695606724dc4a9575ce7ca6b" - integrity sha512-ApcyrfV/cRcaL65on7TQcfWElwLyOgIjnIynfAuV+fIdlpbSvSWRwfuPaH7T5mo4AbO/FID29qOtjiDIKGWyog== - dependencies: - prosemirror-model "^1.20.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - proxy-from-env@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee" @@ -1748,34 +977,12 @@ pump@^3.0.0: end-of-stream "^1.1.0" once "^1.3.1" -punycode.js@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" - integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== - -qs@6.13.1: - version "6.13.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e" - integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg== +qs@6.14.0: + version "6.14.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930" + integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w== dependencies: - side-channel "^1.0.6" - -radix-vue@^1.5.3: - version "1.9.13" - resolved "https://registry.yarnpkg.com/radix-vue/-/radix-vue-1.9.13.tgz#8f79ce2fd70cada8869716cf1a0de8b12b156b07" - integrity sha512-wk0G69vRDU5TDmhYHZv5Y4j905CLfnvcsFB+CXAbXRuQIl5fUCmOWSOukKhj0MT9YRsW5ujZUjtDF0Ou/hg+8Q== - dependencies: - "@floating-ui/dom" "^1.6.7" - "@floating-ui/vue" "^1.1.0" - "@internationalized/date" "^3.5.4" - "@internationalized/number" "^3.5.3" - "@tanstack/vue-virtual" "^3.8.1" - "@vueuse/core" "^10.11.0" - "@vueuse/shared" "^10.11.0" - aria-hidden "^1.2.4" - defu "^6.1.4" - fast-deep-equal "^3.1.3" - nanoid "^5.0.7" + side-channel "^1.1.0" readable-stream@^2.2.2: version "2.3.8" @@ -1790,15 +997,6 @@ readable-stream@^2.2.2: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.4.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - request-progress@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-3.0.0.tgz#4ca754081c7fec63f505e4faa825aa06cd669dbe" @@ -1819,19 +1017,14 @@ rfdc@^1.3.0: resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca" integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA== -rope-sequence@^1.3.0: - version "1.3.4" - resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.4.tgz#df85711aaecd32f1e756f76e43a415171235d425" - integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ== - rxjs@^7.5.1: - version "7.8.1" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" - integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== + version "7.8.2" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b" + integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA== dependencies: tslib "^2.1.0" -safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: +safe-buffer@^5.0.1, safe-buffer@^5.1.2: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -1875,13 +1068,6 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -showdown@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/showdown/-/showdown-2.1.0.tgz#1251f5ed8f773f0c0c7bfc8e6fd23581f9e545c5" - integrity sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ== - dependencies: - commander "^9.0.0" - side-channel-list@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad" @@ -1911,7 +1097,7 @@ side-channel-weakmap@^1.0.2: object-inspect "^1.13.3" side-channel-map "^1.0.1" -side-channel@^1.0.6: +side-channel@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9" integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== @@ -1945,24 +1131,6 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" -socket.io-client@^4.5.1: - version "4.8.1" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.8.1.tgz#1941eca135a5490b94281d0323fe2a35f6f291cb" - integrity sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.2" - engine.io-client "~6.6.1" - socket.io-parser "~4.2.4" - -socket.io-parser@~4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83" - integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.1" - spawn-sync@^1.0.15: version "1.0.15" resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz#b00799557eb7fb0c8376c29d44e8a1ea67e57476" @@ -1995,13 +1163,6 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" @@ -2045,24 +1206,17 @@ through@^2.3.8: resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== -tippy.js@^6.3.7: - version "6.3.7" - resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.7.tgz#8ccfb651d642010ed9a32ff29b0e9e19c5b8c61c" - integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ== - dependencies: - "@popperjs/core" "^2.9.0" - -tldts-core@^6.1.77: - version "6.1.77" - resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.77.tgz#0fa4563163a7a61d72c4b05650fb66fc7e815500" - integrity sha512-bCaqm24FPk8OgBkM0u/SrEWJgHnhBWYqeBo6yUmcZJDCHt/IfyWBb+14CXdGi4RInMv4v7eUAin15W0DoA+Ytg== +tldts-core@^6.1.83: + version "6.1.83" + resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.83.tgz#8f31172cb5763cc1128d4e18ee5095aa2f990eb8" + integrity sha512-I2wb9OJc6rXyh9d4aInhSNWChNI+ra6qDnFEGEwe9OoA68lE4Temw29bOkf1Uvwt8VZS079t1BFZdXVBmmB4dw== tldts@^6.1.32: - version "6.1.77" - resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.77.tgz#714e3d1989e562886f2ed97b65e95a8e9f9e92d9" - integrity sha512-lBpoWgy+kYmuXWQ83+R7LlJCnsd9YW8DGpZSHhrMl4b8Ly/1vzOie3OdtmUJDkKxcgRGOehDu5btKkty+JEe+g== + version "6.1.83" + resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.83.tgz#2ba9aa8db0cbcc2d75291f148f8acf9ac469429a" + integrity sha512-FHxxNJJ0WNsEBPHyC1oesQb3rRoxpuho/z2g3zIIAhw1WHJeQsUzK1jYK8TI1/iClaa4fS3Z2TCA9mtxXsENSg== dependencies: - tldts-core "^6.1.77" + tldts-core "^6.1.83" tmp@~0.2.3: version "0.2.3" @@ -2070,9 +1224,9 @@ tmp@~0.2.3: integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== tough-cookie@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.1.tgz#4641c1fdbf024927e29c5532edb7b6e5377ea1f2" - integrity sha512-Ek7HndSVkp10hmHP9V4qZO1u+pn1RU5sI0Fw+jCU3lyvuMZcgqsNgc6CmJJZyByK4Vm/qotGRJlfgAX8q+4JiA== + version "5.1.2" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.2.tgz#66d774b4a1d9e12dc75089725af3ac75ec31bed7" + integrity sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A== dependencies: tldts "^6.1.32" @@ -2081,7 +1235,7 @@ tree-kill@1.2.2: resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.8.0: +tslib@^2.1.0: version "2.8.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== @@ -2108,16 +1262,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@^5.0.2: - version "5.7.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" - integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== - -uc.micro@^2.0.0, uc.micro@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee" - integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== - undici-types@~6.20.0: version "6.20.0" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433" @@ -2133,7 +1277,7 @@ untildify@^4.0.0: resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== -util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: +util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== @@ -2152,23 +1296,6 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vue-demi@>=0.13.0, vue-demi@>=0.14.8: - version "0.14.10" - resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04" - integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg== - -w3c-keyname@^2.2.0: - version "2.2.8" - resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5" - integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== - dependencies: - defaults "^1.0.3" - which@1.2.x: version "1.2.14" resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5" @@ -2213,16 +1340,6 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@~8.17.1: - version "8.17.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" - integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== - -xmlhttprequest-ssl@~2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz#e9e8023b3f29ef34b97a859f584c5e6c61418e23" - integrity sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ== - yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" From 47f880d8dcd66b934052373768c7016773da642e Mon Sep 17 00:00:00 2001 From: frappe-pr-bot Date: Fri, 7 Mar 2025 16:04:14 +0000 Subject: [PATCH 11/30] chore: update POT file --- lms/locale/main.pot | 243 +++++++++++++++----------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/main.pot b/lms/locale/main.pot index 05ec7839..48ff6fa6 100644 --- a/lms/locale/main.pot +++ b/lms/locale/main.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Frappe LMS VERSION\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-02-28 16:04+0000\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-07 16:04+0000\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: jannat@frappe.io\n" "MIME-Version: 1.0\n" @@ -226,7 +226,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -266,7 +266,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "" @@ -376,7 +376,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -490,12 +490,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -737,7 +737,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -788,12 +788,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -910,10 +910,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1082,7 +1078,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1123,7 +1119,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "" @@ -1164,7 +1164,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1380,7 +1380,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1391,10 +1391,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1410,14 +1406,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1433,7 +1425,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1486,7 +1479,7 @@ msgstr "" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1585,7 +1578,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1612,10 +1605,6 @@ msgstr "" msgid "Details" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1666,7 +1655,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1678,7 +1667,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1824,11 +1813,12 @@ msgstr "" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1847,11 +1837,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2055,14 +2045,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2123,10 +2105,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2210,7 +2188,7 @@ msgstr "" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2380,10 +2358,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2967,8 +2941,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3019,7 +2993,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3037,6 +3011,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3069,16 +3044,7 @@ msgstr "" msgid "Login" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3394,11 +3360,11 @@ msgstr "" msgid "Modified By" msgstr "" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3428,7 +3394,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3482,11 +3449,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3544,7 +3511,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3596,15 +3563,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3693,7 +3656,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3724,10 +3687,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3979,11 +3938,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "" @@ -3991,7 +3950,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4007,7 +3966,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4016,7 +3975,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4052,7 +4011,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4065,23 +4024,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4089,13 +4048,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4208,7 +4160,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4476,7 +4428,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "" @@ -4517,10 +4469,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4675,7 +4623,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4817,7 +4765,7 @@ msgstr "" msgid "Sidebar Items" msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "" @@ -4861,10 +4809,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "" @@ -5141,7 +5085,7 @@ msgstr "" msgid "Sunday" msgstr "" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5222,11 +5166,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5262,7 +5206,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5298,8 +5242,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5357,7 +5301,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5425,7 +5369,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5499,7 +5443,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5507,7 +5451,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -5624,7 +5568,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5725,14 +5670,6 @@ msgstr "" msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5774,10 +5711,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5853,7 +5786,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5861,11 +5794,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5885,10 +5818,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5906,11 +5835,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5943,7 +5872,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5983,10 +5912,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6024,7 +5949,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6125,7 +6050,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6165,7 +6090,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6173,11 +6098,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 6a15697957cd3d363f4a824b1b93d13192b5ac3c Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:59:01 +0530 Subject: [PATCH 12/30] chore: Croatian translations --- lms/locale/hr.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lms/locale/hr.po b/lms/locale/hr.po index 4715f701..fb930b91 100644 --- a/lms/locale/hr.po +++ b/lms/locale/hr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" "POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"PO-Revision-Date: 2025-03-09 22:29\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Croatian\n" "MIME-Version: 1.0\n" @@ -77,7 +77,7 @@ msgstr "" #: frontend/src/pages/ProfileAbout.vue:4 msgid "About" -msgstr "" +msgstr "O" #: frontend/src/pages/Batch.vue:100 msgid "About this batch" @@ -115,7 +115,7 @@ msgstr "" #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 #: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 msgid "Add" -msgstr "" +msgstr "Dodaj" #: frontend/src/components/CourseOutline.vue:11 #: frontend/src/components/CreateOutline.vue:18 @@ -1031,7 +1031,7 @@ msgstr "" #: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/lms/doctype/work_experience/work_experience.json msgid "Company" -msgstr "" +msgstr "Tvrtka" #. Label of the company_details_section (Section Break) field in DocType 'Job #. Opportunity' @@ -1050,13 +1050,13 @@ msgstr "" #: frontend/src/pages/JobCreation.vue:88 #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Company Logo" -msgstr "" +msgstr "Logo Tvrtke" #. Label of the company_name (Data) field in DocType 'Job Opportunity' #: frontend/src/pages/JobCreation.vue:70 #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Company Name" -msgstr "" +msgstr "Naziv Tvrtke" #. Label of the company_type (Select) field in DocType 'User' #: lms/fixtures/custom_field.json From 2104b86080b4b5ae03d4c2b5703916d6b99e0bc7 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:15 +0530 Subject: [PATCH 13/30] chore: French translations --- lms/locale/fr.po | 245 ++++++++++++++++------------------------------- 1 file changed, 85 insertions(+), 160 deletions(-) diff --git a/lms/locale/fr.po b/lms/locale/fr.po index d5cbed19..140568a0 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Tous les cours" @@ -268,7 +268,7 @@ msgstr "Autoriser l'accès aux dates futures" msgid "Allow self enrollment" msgstr "Autoriser l'auto-inscription" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Déjà Inscrit" @@ -378,7 +378,7 @@ msgstr "Archivé" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Affectation automatique" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Enregistrement automatique" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Notation moyenne" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Nettoyer" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "Terminer l'inscription" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Confirmer" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "Contrat" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Politique des cookies" @@ -1382,7 +1382,7 @@ msgstr "Le cours {0} a déjà été ajouté à ce lot." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Cours" msgid "Courses Completed" msgstr "Cours terminés" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Cours encadrés" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Créer" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" -msgstr "Créer un certificat LMS" +msgid "Create Certificate" +msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "Créer une évaluation de certificat LMS" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Créer un cours" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Créé" @@ -1488,7 +1481,7 @@ msgstr "Tableau de bord" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Détails" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Désactiver l'auto-inscription" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Durée" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "Heure de Fin" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "Général" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "Connexion" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "Modifié Par" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Nouveau" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "Non Autorisé" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Veuillez demander à votre administrateur de vérifier votre inscription" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Veuillez vérifier votre email pour validation" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "Veuillez bien vous préparer et être à temps pour les évaluations." msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Veuillez sélectionner une date." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Veuillez réessayer" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Enregistré mais Désactivé" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Rechercher" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "" msgid "Sidebar Items" msgstr "Articles de la Barre Latérale" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "L'inscription est désactivée" @@ -4863,10 +4811,6 @@ msgstr "Nom de la compétence" msgid "Skills" msgstr "Compétences" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Sauter" @@ -5143,7 +5087,7 @@ msgstr "Résumé" msgid "Sunday" msgstr "Dimanche" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "Modèle" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Temporairement désactivé" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "À" msgid "To Date" msgstr "Jusqu'au" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Trop d'utilisateurs se sont inscrits récemment, du coup l’inscription est désactivée. Veuillez essayer à nouveau dans une heure" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Valeur" msgid "Value Change" msgstr "Modification de Valeur" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Vérifier" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "Vous avez choisi d'être notifié pour ce cours. Vous recevrez un courri msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "Votre évaluation pour le cours {0} a été programmée le {1} à {2} {3}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} vous a mentionné dans un commentaire dans {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From f4ae601f0d61647727a9eacf1e0a2e5961b6991a Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:16 +0530 Subject: [PATCH 14/30] chore: Spanish translations --- lms/locale/es.po | 247 +++++++++++++++++------------------------------ 1 file changed, 86 insertions(+), 161 deletions(-) diff --git a/lms/locale/es.po b/lms/locale/es.po index 061c1d23..9728fe03 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Todos los Cursos" @@ -268,7 +268,7 @@ msgstr "Permitir acceder a fechas futuras" msgid "Allow self enrollment" msgstr "Permitir autoinscripción" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Ya está Registrado" @@ -378,7 +378,7 @@ msgstr "Archivado" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Autoasignar" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Grabación Automática" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Puntuación media" @@ -739,7 +739,7 @@ msgstr "Ropa casual" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Quitar" msgid "Clearly Defined Role" msgstr "Rol claramente definido" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "Haga clic aquí para iniciar sesión" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "Haga clic en el icono añadir en el editor y del menú seleccione Encuesta. Se abrirá un diálogo donde puede seleccionar un cuestionario de la lista o crear un nuevo cuestionario. Cuando selecciona la opción Crear Nuevo, le llevará a la página de creación de cuestionarios." @@ -1084,7 +1080,7 @@ msgstr "Completar registro" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "La condición debe estar en formato JSON válido." msgid "Condition must be valid python code." msgstr "La condición debe ser un código Python válido." -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Confirmar" @@ -1166,7 +1166,7 @@ msgstr "Continuar aprendiendo" msgid "Contract" msgstr "Contrato" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Política de cookies" @@ -1382,7 +1382,7 @@ msgstr "El curso {0} ya se ha agregado a este lote." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Cursos" msgid "Courses Completed" msgstr "Cursos completados" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Cursos Mentorados" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "Cursos eliminados correctamente" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Crear" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" -msgstr "Crear certificado LMS" +msgid "Create Certificate" +msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "Crear evaluación de certificados LMS" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Crear un curso" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "Crear una nueva pregunta" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Creado" @@ -1488,7 +1481,7 @@ msgstr "Tablero" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "Escritorio" msgid "Details" msgstr "Detalles" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Deshabilitar la autoinscripción" @@ -1668,7 +1657,7 @@ msgstr "Se encontraron opciones duplicadas para esta pregunta." #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Duración" msgid "Duration (in minutes)" msgstr "Duración (en minutos)" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Duración de la clase en vivo en minutos" @@ -1826,11 +1815,12 @@ msgstr "Hora de finalización" msgid "Enroll Now" msgstr "Inscribirse ahora" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "Recuento de inscripciones" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "Error al inscribirse" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Explorar más" msgid "Fail" msgstr "Falla" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "Formulario para crear y editar cuestionarios" msgid "Formal Wear" msgstr "Ropa formal" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "Gratis" @@ -2212,7 +2190,7 @@ msgstr "General" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "Generar enlace de Google Meet" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Si tiene alguna pregunta o necesita ayuda, no dude en ponerse en contacto con nosotros." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Título de la lección" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "Lista de cuestionarios" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "En vivo" @@ -3039,6 +3013,7 @@ msgstr "URL LiveCode" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "Preferencia de ubicación" msgid "Login" msgstr "Iniciar sesión" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "Moderador" msgid "Modified By" msgstr "Modificado por" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "El nombre del módulo es incorrecto o no existe." -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "Módulo incorrecto." @@ -3430,7 +3396,8 @@ msgstr "Mi calendario" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Nuevo" @@ -3484,11 +3451,11 @@ msgstr "Nuevo cuestionario" msgid "New Sign Up" msgstr "Nueva inscripción" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "Nuevo comentario en lote {0}" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "Nueva respuesta sobre el tema {0} en curso {1}" @@ -3546,7 +3513,7 @@ msgstr "No hay certificados" msgid "No courses created" msgstr "No hay cursos creados" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "No se encontraron cursos" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "No {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "Cursos {0} inexistentes" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Nº" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "No permitido" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "Sólo se aceptarán archivos del tipo {0}." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "Sólo se permiten archivos de imagen." @@ -3726,10 +3689,6 @@ msgstr "Curso abierto" msgid "Open Ended" msgstr "Apertura finalizada" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "Red abierta" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "Por favor, inicie sesión" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "Agregue {1} para {3} para enviar invitaciones de calendario para evaluaciones." -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Por favor, consulte a su administrador para verificar su registro" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Por favor, consultar su correo electrónico para la verificación" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "Asegúrese de completar todas las preguntas en {0} minutos." -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "Introduce una URL válida." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "Inicie sesión para acceder al cuestionario." msgid "Please login to access this page." msgstr "Por favor inicie sesión para acceder a esta página." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Por favor inicie sesión para continuar con el pago." @@ -4067,23 +4026,23 @@ msgstr "Por favor, prepárese bien y llegue a tiempo a las evaluaciones." msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "Tome las medidas adecuadas en {0}" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Por favor, inténtelo de nuevo" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "Países principales" msgid "Primary Subgroup" msgstr "Subgrupo primario" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "Política de privacidad" @@ -4478,7 +4430,7 @@ msgstr "Regístrate ahora" msgid "Registered" msgstr "Registrado" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Registrado pero discapacitados" @@ -4519,10 +4471,6 @@ msgstr "Solicitud de mentoría" msgid "Required Role" msgstr "Rol Requerido" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Buscar" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "Barra Lateral" msgid "Sidebar Items" msgstr "Elementos de barra lateral" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "El registro está desactivado" @@ -4863,10 +4811,6 @@ msgstr "nombre de la habilidad" msgid "Skills" msgstr "Habilidades" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "Las aptitudes deben ser únicas" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Omitir" @@ -5143,7 +5087,7 @@ msgstr "Resumen" msgid "Sunday" msgstr "Domingo" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "Trabajo en equipo" msgid "Template" msgstr "Plantilla" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Desactivado temporalmente" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Términos de Uso" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "Gracias y saludos" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,9 +5244,9 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "No hay capítulos en este curso. Crea y administra capítulos desde aquí." -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" -msgstr "No hay cursos disponibles en este momento. ¡Esté atento, pronto habrá nuevas experiencias de aprendizaje!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 msgid "There are no participants matching this criteria." @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "Este curso tiene:" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Este curso es gratuito." @@ -5427,7 +5371,7 @@ msgstr "Plantilla de horario" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "A" msgid "To Date" msgstr "Hasta la fecha" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "Para unirse a este lote, comuníquese con el Administrador." @@ -5509,7 +5453,7 @@ msgstr "Para unirse a este lote, comuníquese con el Administrador." msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "Para cargar una imagen, un vídeo, un audio o un PDF desde su sistema, haga clic en el icono de añadir y en el menú seleccione cargar. A continuación, elija el archivo que desea añadir a la lección y se añadirá a la misma." -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Hay demasiados usuarios se inscribieron recientemente, por lo que el registro está desactivado. Por favor, intente volver en una hora" @@ -5626,7 +5570,8 @@ msgstr "Rol no estructurado" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Valor" msgid "Value Change" msgstr "Cambio de Valor" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Código de Verificación" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Verificar" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "Nos complace informarle que ha sido inscrito en nuestro próximo lote. msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "Escribir una reseña" msgid "Write your answer here" msgstr "Escriba su respuesta aquí" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "Ya tiene una evaluación en {0} en {1} para el curso {2}." @@ -5863,11 +5796,11 @@ msgstr "Ya tiene una evaluación en {0} en {1} para el curso {2}." msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "Ya estás inscrito en este lote." -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Ya estás inscrito en este curso." @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "Puedes añadir capítulos y lecciones a él." - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "Puedes intentar este cuestionario {0}." msgid "You can find their resume attached to this email." msgstr "Puede encontrar su currículum vitae adjunto a este correo electrónico." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "No puede programar evaluaciones después de {0}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "No puede programar evaluaciones para espacios anteriores." @@ -5945,7 +5874,7 @@ msgstr "Ya has solicitado este trabajo." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Ya superaste el número máximo de intentos permitidos para esta prueba." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "Has optado por recibir notificaciones sobre este curso. Recibirás un co msgid "You need to login first to enroll for this course" msgstr "Debes iniciar sesión primero para inscribirte en este curso." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "Pronto será redirigido a Frappe Cloud." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Su calendario está configurado." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "Su evaluación para el curso {0} ha sido programada para el {1} a las {2} {3}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "Su franja horaria de evaluación ha sido reservada" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "puedes" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "Configuraciones {0} no encontradas" @@ -6167,7 +6092,7 @@ msgstr "{0} ya está certificado para el curso {1}" msgid "{0} is your evaluator" msgstr "{0} es tu evaluador" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} te mencionó en un comentario" @@ -6175,11 +6100,11 @@ msgstr "{0} te mencionó en un comentario" msgid "{0} mentioned you in a comment in your batch." msgstr "{0} te mencionó en un comentario en tu lote." -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} te mencionó en un comentario en {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "{0}k" From ae3f0f9a4e6a32e0f18d573ee365a8970138c9df Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:18 +0530 Subject: [PATCH 15/30] chore: Arabic translations --- lms/locale/ar.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/ar.po b/lms/locale/ar.po index 533508cc..fdff06c0 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "مسجل بالفعل" @@ -378,7 +378,7 @@ msgstr "أرشفة" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "واضح" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "أكد" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "عقد" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "انشاء" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "أنشأ" @@ -1488,7 +1481,7 @@ msgstr "لوحة القيادة" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "تفاصيل" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "المدة الزمنية" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "وقت الانتهاء" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "فشل" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "مجاني" @@ -2212,7 +2190,7 @@ msgstr "عام" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "دخول" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "عدل من قبل" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "جديد" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "غير مسموح" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "الرجاء اطلب من المشرف التأكد من تسجيلك" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "يرجى التحقق من بريدك الالكتروني للتحقق" @@ -3993,7 +3952,7 @@ msgstr "يرجى التحقق من بريدك الالكتروني للتحقق" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "حاول مرة اخرى" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "سجل لكن المعوقين" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "البحث" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "الشريط الجانبي" msgid "Sidebar Items" msgstr "عناصر الشريط الجانبي" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "تم تعطيل الاشتراك" @@ -4863,10 +4811,6 @@ msgstr "اسم المهارة" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "تخطى" @@ -5143,7 +5087,7 @@ msgstr "ملخص" msgid "Sunday" msgstr "الأحد" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "قالب" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "موقوف مؤقتا" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "إلى" msgid "To Date" msgstr "إلى تاريخ" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "وقعت الكثير من المستخدمين في الآونة الأخيرة، وذلك هو تعطيل التسجيل. يرجى المحاولة مرة أخرى في ساعة" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "القيمة" msgid "Value Change" msgstr "قيمة التغير" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "رمز التحقق" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "تأكد من" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} ذكرتك في تعليق في {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 8c3b1b433f12aec881aab25d0f174c3a5de3414f Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:19 +0530 Subject: [PATCH 16/30] chore: German translations --- lms/locale/de.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/de.po b/lms/locale/de.po index 2ab1a295..bd455baf 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Alle Kurse" @@ -268,7 +268,7 @@ msgstr "Zugriff auf zukünftige Daten zulassen" msgid "Allow self enrollment" msgstr "Selbstregistrierung zulassen" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Bereits registriert" @@ -378,7 +378,7 @@ msgstr "Archiviert" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Automatische Zuweisung" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Durchschnittliche Bewertung" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Löschen" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Bestätigen" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "Vertrag" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Cookie-Richtlinie" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Kurse" msgid "Courses Completed" msgstr "Abgeschlossene Kurse" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Betreute Kurse" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Erstellen" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Einen Kurs erstellen" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Erstellt" @@ -1488,7 +1481,7 @@ msgstr "Dashboard" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Details" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Selbstregistrierung deaktivieren" @@ -1668,7 +1657,7 @@ msgstr "Doppelte Optionen für diese Frage gefunden." #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Dauer" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Dauer des Live-Kurses in Minuten" @@ -1826,11 +1815,12 @@ msgstr "Endzeit" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "Anzahl der Einschreibungen" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Mehr entdecken" msgid "Fail" msgstr "Fehler" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "Frappe Cloud-Anmeldung erfolgreich" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "Frei" @@ -2212,7 +2190,7 @@ msgstr "Allgemein" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "Google Meet-Link generieren" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Wenn Sie Fragen haben oder Hilfe benötigen, können Sie uns gerne kontaktieren." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "Wenn Sie nicht weitergeleitet wurden," - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Titel der Unterrichtseinheit" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "Anmelden" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "Melden Sie sich bei Frappe Cloud an" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "Melden Sie sich bei Frappe Cloud an?" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "Geändert von" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "Mein Kalender" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Neu" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "Keine Zertifikate" msgid "No courses created" msgstr "Keine Kurse erstellt" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "Keine {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Nr." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "Nicht Erlaubt" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "Es werden nur Dateien vom Typ {0} akzeptiert." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "Kurs öffnen" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Bitte fragen Sie Ihren Administrator Ihre Anmeldung bis zum überprüfen" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Bitte überprüfen Sie Ihren Posteingang. Wir haben Ihnen eine E-Mail mit einer Bitte um Bestätigung geschickt." @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "Bitte geben Sie eine gültige URL ein." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "Bitte melden Sie sich an, um auf das Quiz zuzugreifen." msgid "Please login to access this page." msgstr "Bitte melden Sie sich an, um auf diese Seite zuzugreifen." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Bitte loggen Sie sich ein, um mit der Zahlung fortzufahren." @@ -4067,23 +4026,23 @@ msgstr "Bitte bereiten Sie sich gut vor und erscheinen Sie pünktlich zu den Pr msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Bitte wählen Sie ein Datum aus." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Bitte versuche es erneut" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "Primäre Untergruppe" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "Datenschutzerklärung" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "Registriert" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Registrierte aber deaktiviert" @@ -4519,10 +4471,6 @@ msgstr "Anfrage für Mentoring" msgid "Required Role" msgstr "Erforderliche Rolle" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Suchen" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "Seitenleiste" msgid "Sidebar Items" msgstr "Elemente der Seitenleiste" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Die Registrierung ist deaktiviert" @@ -4863,10 +4811,6 @@ msgstr "Name der Fertigkeit" msgid "Skills" msgstr "Fertigkeiten" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Überspringen" @@ -5143,7 +5087,7 @@ msgstr "Zusammenfassung" msgid "Sunday" msgstr "Sonntag" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "Vorlage" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Zeitweise nicht verfügbar" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Nutzungsbedingungen" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "Danke und Grüße" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Dieser Kurs ist kostenlos." @@ -5427,7 +5371,7 @@ msgstr "Stundenplan-Vorlage" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "An" msgid "To Date" msgstr "Bis-Datum" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "Um dieser Gruppe beizutreten, wenden Sie sich bitte an den Administrator." @@ -5509,7 +5453,7 @@ msgstr "Um dieser Gruppe beizutreten, wenden Sie sich bitte an den Administrator msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Zu viele Benutzer unterzeichnete vor kurzem, also die Registrierung ist deaktiviert. Bitte versuchen Sie es in einer Stunde zurück" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Wert" msgid "Value Change" msgstr "Wertänderung" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Verifizierungscode" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Überprüfen" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "Eine Rezension schreiben" msgid "Write your answer here" msgstr "Schreiben Sie hier Ihre Antwort" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Sie sind bereits in diesem Kurs eingeschrieben." @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "Sie haben sich bereits auf diese Stelle beworben." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Sie haben die maximal zulässige Anzahl von Versuchen für dieses Quiz bereits überschritten." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "Sie haben sich für eine Benachrichtigung zu diesem Kurs entschieden. Si msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "Sie werden in Kürze zur Frappe Cloud weitergeleitet." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Ihr Kalender ist eingestellt." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "Sie können" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} hat Sie in einem Kommentar erwähnt" @@ -6175,11 +6100,11 @@ msgstr "{0} hat Sie in einem Kommentar erwähnt" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} erwähnte Sie in einem Kommentar in {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 2eedc1032ce4ca25a36d093a5b4f86cf6ee8ddf7 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:20 +0530 Subject: [PATCH 17/30] chore: Hungarian translations --- lms/locale/hu.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/hu.po b/lms/locale/hu.po index 314e540a..d9e524e3 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Már regisztrált" @@ -378,7 +378,7 @@ msgstr "Archivált" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Egyértelmű" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Megerősítés" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Alkotó" @@ -1488,7 +1481,7 @@ msgstr "Irányítópult" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Részletek" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "Befejezés dátuma" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "Nem sikerül" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "Általános" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "Bejelentkezés" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "Módosította" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Nem." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Kérje meg a rendszergazdát, hogy ellenőrizze a regisztrációját" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Kérjük, ellenőrizze e-mail a vizsgálathoz" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Kérlek próbáld újra" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Regisztráltam, de kiiktatva" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "" msgid "Sidebar Items" msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Regisztráció letiltott" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Ugrás" @@ -5143,7 +5087,7 @@ msgstr "Összefoglalás" msgid "Sunday" msgstr "Vasárnap" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Átmenetileg letiltva" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Túl sok felhasználó regisztrált a közelmúltban, így a regisztrációt letiltotta. Kérjük, próbálja meg újra egy óra múlva" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "" msgid "Value Change" msgstr "Érték Változás" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Ellenőrző kód" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Ellenőrzi" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 24fa6d17de88b6650c57f655ebd87b5a5becddb3 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:22 +0530 Subject: [PATCH 18/30] chore: Polish translations --- lms/locale/pl.po | 283 +++++++++++++++++------------------------------ 1 file changed, 104 insertions(+), 179 deletions(-) diff --git a/lms/locale/pl.po b/lms/locale/pl.po index 049c745d..98a4e82d 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "" @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: frontend/src/pages/ProfileEvaluator.vue:123 msgid "Authorize Google Calendar Access" -msgstr "" +msgstr "Autoryzuj dostęp do Kalendarza Google" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -559,7 +559,7 @@ msgstr "" #. Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Batch Description" -msgstr "" +msgstr "Opis partii" #. Label of the batch_details (Text Editor) field in DocType 'LMS Batch' #: frontend/src/pages/BatchForm.vue:236 @@ -569,7 +569,7 @@ msgstr "" #: lms/templates/emails/batch_start_reminder.html:27 #: lms/templates/emails/live_class_reminder.html:23 msgid "Batch Details" -msgstr "" +msgstr "Szczegóły partii" #. Label of the batch_details_raw (HTML Editor) field in DocType 'LMS Batch' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -670,7 +670,7 @@ msgstr "" #: frontend/src/components/Modals/EditProfile.vue:75 msgid "Bio" -msgstr "" +msgstr "Biografia" #. Label of the body (Markdown Editor) field in DocType 'Course Lesson' #: lms/lms/doctype/course_lesson/course_lesson.json @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -861,7 +861,7 @@ msgstr "" #: frontend/src/components/Quiz.vue:205 lms/templates/quiz/quiz.html:120 msgid "Check" -msgstr "" +msgstr "Czek" #: lms/templates/emails/mention_template.html:10 msgid "Check Discussion" @@ -912,10 +912,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "" #. Label of the confirmation_email_template (Link) field in DocType 'LMS Batch' #: lms/lms/doctype/lms_batch/lms_batch.json msgid "Confirmation Email Template" -msgstr "" +msgstr "Szablon e-maila z potwierdzeniem" #: lms/lms/doctype/lms_certificate/lms_certificate.py:29 msgid "Congratulations on getting certified!" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1488,7 +1481,7 @@ msgstr "" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Szczegóły" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1650,7 +1639,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json msgid "Document" -msgstr "" +msgstr "Dokument" #: lms/templates/emails/payment_reminder.html:11 msgid "Don’t miss this opportunity to enhance your skills. Click below to complete your enrollment" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1765,7 +1754,7 @@ msgstr "" #. Label of the enable (Check) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Enable" -msgstr "" +msgstr "Włączyć" #: lms/lms/doctype/lms_settings/lms_settings.py:20 msgid "Enable Google API in Google Settings to send calendar invites for evaluations." @@ -1826,11 +1815,12 @@ msgstr "Godzina zakończenia" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2027,7 +2017,7 @@ msgstr "" #: frontend/src/components/Modals/Event.vue:126 #: lms/lms/doctype/lms_certificate/lms_certificate.json msgid "Expiry Date" -msgstr "" +msgstr "Data ważności" #. Label of the explanation_1 (Small Text) field in DocType 'LMS Question' #. Label of the explanation_3 (Small Text) field in DocType 'LMS Question' @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2085,7 +2067,7 @@ msgstr "" #. Label of the field_to_check (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Field To Check" -msgstr "" +msgstr "Pole do sprawdzenia" #. Label of the major (Data) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "Ogólne" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2480,7 +2454,7 @@ msgstr "" #: lms/lms/doctype/industry/industry.json #: lms/lms/doctype/preferred_industry/preferred_industry.json msgid "Industry" -msgstr "" +msgstr "Przedsiębiorstwo" #. Label of the institution_name (Data) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -2591,7 +2565,7 @@ msgstr "" #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_certificate/lms_certificate.json msgid "Issue Date" -msgstr "" +msgstr "Data zdarzenia" #. Label of the issued_on (Date) field in DocType 'LMS Badge Assignment' #: frontend/src/pages/CourseCertification.vue:27 @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3113,7 +3079,7 @@ msgstr "" #. Option for the 'Role' (Select) field in DocType 'Cohort Staff' #: lms/lms/doctype/cohort_staff/cohort_staff.json msgid "Manager" -msgstr "" +msgstr "Menager" #. Option for the 'User Category' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json lms/templates/signup-form.html:24 @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Nie." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3662,7 +3625,7 @@ msgstr "" #. Label of the sb_00 (Section Break) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "OAuth Client ID" -msgstr "" +msgstr "Identyfikator klienta OAuth" #. Option for the 'Location Preference' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3889,7 +3848,7 @@ msgstr "" #. Label of the payment_gateway (Data) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Payment Gateway" -msgstr "" +msgstr "Bramki płatności" #. Label of the payment_id (Data) field in DocType 'LMS Payment' #: lms/lms/doctype/lms_payment/lms_payment.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "" @@ -3993,7 +3952,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Proszę wybrać datę." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4303,7 +4255,7 @@ msgstr "" #: frontend/src/pages/CourseForm.vue:175 #: lms/lms/doctype/lms_course/lms_course.json msgid "Published On" -msgstr "" +msgstr "Opublikowany" #. Label of the purchased_certificate (Check) field in DocType 'LMS Enrollment' #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -4450,7 +4402,7 @@ msgstr "" #. Timetable' #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json msgid "Reference DocName" -msgstr "" +msgstr "Referencyjna nazwa DocName" #. Label of the reference_doctype (Link) field in DocType 'LMS Batch Timetable' #. Label of the reference_doctype (Link) field in DocType 'LMS Timetable @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4817,9 +4765,9 @@ msgstr "" #. Label of the sidebar_items (Table) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Sidebar Items" -msgstr "" +msgstr "Elementy paska bocznego" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "" @@ -5143,7 +5087,7 @@ msgstr "Podsumowanie" msgid "Sunday" msgstr "Niedziela" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5251,7 +5195,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json msgid "Text" -msgstr "" +msgstr "Tekst" #: frontend/src/components/BatchFeedback.vue:7 msgid "Thank you for providing your feedback!" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5680,7 +5625,7 @@ msgstr "" #. Label of the user_field (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "User Field" -msgstr "" +msgstr "Pole użytkownika" #. Option for the 'Type' (Select) field in DocType 'LMS Question' #. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' @@ -5727,14 +5672,6 @@ msgstr "" msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 4ec245a119f95a99904f0c3e657119a90d4889d1 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:23 +0530 Subject: [PATCH 19/30] chore: Russian translations --- lms/locale/ru.po | 245 ++++++++++++++++------------------------------- 1 file changed, 85 insertions(+), 160 deletions(-) diff --git a/lms/locale/ru.po b/lms/locale/ru.po index 2974f2b2..8495bf0c 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Все курсы" @@ -268,7 +268,7 @@ msgstr "Разрешить доступ к будущим датам" msgid "Allow self enrollment" msgstr "Разрешить самостоятельную регистрацию" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Уже зарегистрирован" @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Автоназначение" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Авто. запись" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Средняя оценка" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "Завершить регистрацию" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Подтвердить" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Политика cookies" @@ -1382,7 +1382,7 @@ msgstr "Курс {0} уже добавлен в группу." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Курсы" msgid "Courses Completed" msgstr "Курсов завершено" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Курсы с наставником" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" -msgstr "Создать сертификат LMS" +msgid "Create Certificate" +msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "Создать оценку сертификата LMS" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Создать курс" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1488,7 +1481,7 @@ msgstr "Панель" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Детали" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Отключить самостоятельную регистрацию" @@ -1668,7 +1657,7 @@ msgstr "Для этого вопроса найдены дубликаты ва #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Продолжительность живого занятия в минутах" @@ -1826,11 +1815,12 @@ msgstr "Время окончания" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "Количество регистраций" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Узнать больше" msgid "Fail" msgstr "Ошибка" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "Основные" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "Сгенерировать ссылку Google Meet" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Если у вас возникнут какие-либо вопросы или вам понадобится помощь, свяжитесь с нами." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Название урока" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "Live" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "Логин" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "Модератор" msgid "Modified By" msgstr "Изменено" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "Имя модуля неверно или не существует." -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "Модуль неверный." @@ -3430,7 +3396,8 @@ msgstr "Мой календарь" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "Новая регистрация" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "Новый комментарий в группе {0}" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "Новый ответ по теме {0} в курсе {1}" @@ -3546,7 +3513,7 @@ msgstr "Нет сертификатов" msgid "No courses created" msgstr "Курсы не созданы" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "Нет {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Нет." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "Принимаются только файлы типа {0} ." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "Открытый курс" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "Открытая сеть" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "Пожалуйста, добавьте {1} для {3} , чтобы отправить приглашения в календарь для оценки." -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Попросите администратора подтвердить вашу регистрацию." -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Пожалуйста, проверьте свой email для подтверждения" @@ -3993,7 +3952,7 @@ msgstr "Пожалуйста, проверьте свой email для подт msgid "Please click on the following button to set your new password" msgstr "Нажмите на следующую кнопку, чтобы установить новый пароль." -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "Введите действительный URL-адрес." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "Пожалуйста, войдите в систему, чтобы по msgid "Please login to access this page." msgstr "Пожалуйста, войдите в систему, чтобы получить доступ к этой странице." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Пожалуйста, войдите в систему, чтобы продолжить оплату." @@ -4067,23 +4026,23 @@ msgstr "Пожалуйста, хорошо подготовьтесь и при msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Пожалуйста, выберите дату." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "Пожалуйста, примите соответствующие меры в {0}" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "Первичная подгруппа" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "Политика приватности" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "Зарегистрирован" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Зарегистрирован, но отключен" @@ -4519,10 +4471,6 @@ msgstr "Запрос на наставничество" msgid "Required Role" msgstr "Требуемая Роль" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "Боковая панель" msgid "Sidebar Items" msgstr "Элементы боковой панели" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Регистрация отключена" @@ -4863,10 +4811,6 @@ msgstr "Название навыка" msgid "Skills" msgstr "Навыки" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "Навыки должны быть уникальными" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Пропустить" @@ -5143,7 +5087,7 @@ msgstr "Резюме" msgid "Sunday" msgstr "Воскресенье" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Временно отключен" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Условия использования" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "Спасибо и с наилучшими пожеланиями" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Этот курс бесплатный." @@ -5427,7 +5371,7 @@ msgstr "Шаблон расписания" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "Чтобы присоединиться к этой группе, свяжитесь с администратором." @@ -5509,7 +5453,7 @@ msgstr "Чтобы присоединиться к этой группе, свя msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Слишком много пользователей зарегистрировались недавно, поэтому регистрация отключена. Пожалуйста, попробуйте через час" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "" msgid "Value Change" msgstr "Значения изменено" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "Мы рады сообщить вам, что вы зачислены в msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "Написать отзыв" msgid "Write your answer here" msgstr "Напишите свой ответ здесь" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "У вас уже есть оценка {0} в {1} для курса {2}." @@ -5863,11 +5796,11 @@ msgstr "У вас уже есть оценка {0} в {1} для курса {2}. msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "Вы уже зачислены в эту группу." -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Вы уже зачислены на этот курс." @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "Вы можете попробовать пройти этот тест msgid "You can find their resume attached to this email." msgstr "Их резюме вы найдете в приложении к этому электронному письму." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "Вы не можете запланировать оценки после {0}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "Вы не можете планировать оценки для прошедших слотов." @@ -5945,7 +5874,7 @@ msgstr "Вы уже подали заявку на эту вакансию." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Вы уже превысили максимально допустимое количество попыток для этого теста." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "Вы выбрали получение уведомлений об эт msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Ваш календарь настроен." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "Ваша оценка курса {0} запланирована на {1} в {2} {3}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "вы можете" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "{0} уже сертифицирован для курса {1}" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} упомянул вас в комментарии" @@ -6175,11 +6100,11 @@ msgstr "{0} упомянул вас в комментарии" msgid "{0} mentioned you in a comment in your batch." msgstr "{0} упомянул вас в комментарии в вашей группе." -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} упомянул вас в комментарии в {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "{0}k" From 0c12ee4452b6fbb004230e78511dd3bb3b8155d2 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:25 +0530 Subject: [PATCH 20/30] chore: Swedish translations --- lms/locale/sv.po | 245 ++++++++++++++++------------------------------- 1 file changed, 85 insertions(+), 160 deletions(-) diff --git a/lms/locale/sv.po b/lms/locale/sv.po index f81f75f8..49e5ce91 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "Alla Grupper" msgid "All Certified Participants" msgstr "Alla Certifierade Deltagare" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Alla Kurser" @@ -268,7 +268,7 @@ msgstr "Tillåt åtkomst till framtida datum" msgid "Allow self enrollment" msgstr "Tillåt självregistrering" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Redan Registrerad" @@ -378,7 +378,7 @@ msgstr "Arkiverad" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "Är du säker på att du vill avbryta denna utvärdering? Denna åtgärd kan inte ångras." -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "Är du säker på att du vill logga in på din Översikt Panel i Frappe Cloud?" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Automatiskt Tilldela" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Automatisk Inspelning" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Genomsnittlig Betyg" @@ -739,7 +739,7 @@ msgstr "Fritidskläder" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "Certifikat genererade" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Rensa" msgid "Clearly Defined Role" msgstr "Tydligt Definierad Roll" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "Klicka här för att logga in" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "Klicka på lägg till ikon i redigeraren och välj Frågesport från menyn. Det öppnar dialogruta där du antingen kan välja frågesport från listan eller skapa nytt frågesport. När du väljer alternativ Skapa nytt omdirigeras du till en annan sida för att skapa frågesport." @@ -1084,7 +1080,7 @@ msgstr "Slutför Registrering" msgid "Complete Your Enrollment" msgstr "Slutför din Registrering" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "Slutför din Registrering - Missa inte!" @@ -1125,7 +1121,11 @@ msgstr "Villkoret måste vara i giltigt JSON format." msgid "Condition must be valid python code." msgstr "Villkoret måste vara giltig python kod." -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "Genomför Utvärdering" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Bekräfta" @@ -1166,7 +1166,7 @@ msgstr "Fortsätt lära dig" msgid "Contract" msgstr "Avtal" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Princip för Kakor" @@ -1382,7 +1382,7 @@ msgstr "Kurs {0} har redan lagts till i denna omgång." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Kurser" msgid "Courses Completed" msgstr "Klara Kurser" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Kurser Mentorerade" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "Kurser borttagna" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Skapa" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "Skapa Certifikat" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "Skapa Certifikat Utvärdering" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Skapa Kurs" @@ -1435,7 +1427,8 @@ msgstr "Skapa Kurs" msgid "Create a new question" msgstr "Skapa ny fråga" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Skapad" @@ -1488,7 +1481,7 @@ msgstr "Översikt Panel" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "Borttagning av denna lektion kommer att ta bort den permanent från kurs #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "Skrivbord" msgid "Details" msgstr "Detaljer" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "Fick du ingen kod?" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Inaktivera självregistrering" @@ -1668,7 +1657,7 @@ msgstr "Duplicerade alternativ hittades för denna fråga." #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Varaktighet" msgid "Duration (in minutes)" msgstr "Varaktighet (i minuter)" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Livelektion varaktighet i minuter" @@ -1826,11 +1815,12 @@ msgstr "Slut Tid" msgid "Enroll Now" msgstr "Registrera Nu" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "Inskriven" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "Registreringsbekräftelse för {0}" msgid "Enrollment Count" msgstr "Antal Inskrivna" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "Registrering Misslyckad" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Utforska mer" msgid "Fail" msgstr "Misslyckad " -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "Det gick inte att logga in på Frappe Cloud" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "Det gick inte att skicka om koden" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "Formulär för att skapa och redigera frågesporter" msgid "Formal Wear" msgstr "Formella Kläder" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "Frappe Cloud Inloggning Lyckades" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "Gratis" @@ -2212,7 +2190,7 @@ msgstr "Allmän" msgid "Generate Certificates" msgstr "Skapa Certifikat" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "Skapa Google Meet länk" @@ -2382,10 +2360,6 @@ msgstr "Om du har några frågor eller behöver hjälp är du välkommen att kon msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Om du har några frågor eller behöver hjälp är du välkommen att kontakta oss." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "Om du inte blivit omdirigerad," - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Lektion Benämning" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "Lista över frågesporter" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "Live" @@ -3039,6 +3013,7 @@ msgstr "LiveCode URL" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "Platspreferens" msgid "Login" msgstr "Logga In" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "Inloggning misslyckades" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "Logga in på Frappe Cloud" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "Logga in på Frappe Cloud?" @@ -3396,11 +3362,11 @@ msgstr "Moderator" msgid "Modified By" msgstr "Modifierad Av" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "Modul Namn är felaktigt eller existerar inte." -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "Modul är felaktig." @@ -3430,7 +3396,8 @@ msgstr "Min kalender" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Ny" @@ -3484,11 +3451,11 @@ msgstr "Nytt Frågesport" msgid "New Sign Up" msgstr "Ny Registrering" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "Ny kommentar i grupp {0}" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "Nytt svar i ämne {0} i kurs {1}" @@ -3546,7 +3513,7 @@ msgstr "Inga certifikat" msgid "No courses created" msgstr "Inga kurser skapade" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "Inga kurser hittades" @@ -3598,15 +3565,11 @@ msgstr "Inga inlämningar" msgid "No {0}" msgstr "Ingen {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "Inga {0} kurser" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Nr." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "Ej Tillåtet" @@ -3695,7 +3658,7 @@ msgstr "Endast kurser för vilka självinlärning är inaktiverat kan läggas ti msgid "Only files of type {0} will be accepted." msgstr "Endast filer av typ {0} kommer att accepteras." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "Endast bildfiler är tillåtna." @@ -3726,10 +3689,6 @@ msgstr "Öppen Kurs" msgid "Open Ended" msgstr "Öppen Avslutad" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "Öppna Nätverk" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "Logga in" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "Lägg till {1} för {3} för att skicka kalender inbjudningar för utvärderingar." -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Be Administratör att verifiera din registrering" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Kontrollera din E-post för verifiering" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 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." @@ -4009,7 +3968,7 @@ msgstr "Anmäl dig till denna kurs för att se denna lektion" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "Se till att besvara alla frågor på {0} minuter." -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "Ange benämning." @@ -4018,7 +3977,7 @@ msgstr "Ange benämning." msgid "Please enter a valid URL." msgstr "Ange giltig URL." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "Ange giltig tid i format HH:mm." @@ -4054,7 +4013,7 @@ msgstr "Logga in för att komma åt frågesport." msgid "Please login to access this page." msgstr "Logga in för att komma till denna sida." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Logga in för att fortsätta med betalning." @@ -4067,23 +4026,23 @@ msgstr "Förbered dig väl och kom i tid till utvärderingarna." msgid "Please schedule an evaluation to get certified." msgstr "Boka gärna utvärdering för att bli certifierad." -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Välj Datum" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "Välj varaktighet." -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "Välj framtida datum och tid." -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "Välj tid." -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "Välj tidszon." @@ -4091,13 +4050,6 @@ msgstr "Välj tidszon." msgid "Please take appropriate action at {0}" msgstr "Vidta lämpliga åtgärder {0}" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Försök igen" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "Ladda upp SCORM App" @@ -4210,7 +4162,7 @@ msgstr "Primära Länder" msgid "Primary Subgroup" msgstr "Primär Undergrupp" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "Integritet Princip" @@ -4478,7 +4430,7 @@ msgstr "Registrera Nu" msgid "Registered" msgstr "Registrerad" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Registrerad men inaktiverad" @@ -4519,10 +4471,6 @@ msgstr "Begäran om Mentorskap" msgid "Required Role" msgstr "Erfordrad Roll" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "Skicka igen" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Sök" msgid "Search by Name" msgstr "Sök efter Namn" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "Sök efter Benämning" @@ -4819,7 +4767,7 @@ msgstr "Sidofält" msgid "Sidebar Items" msgstr "Sidofält Element" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Registrering är inaktiverad" @@ -4863,10 +4811,6 @@ msgstr "Färdighet Namn" msgid "Skills" msgstr "Färdigheter" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "Färdigheter måste vara unika" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Hoppa Över" @@ -5143,7 +5087,7 @@ msgstr "Översikt" msgid "Sunday" msgstr "Söndag" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "Misstänkt mönster hittat i {0}: {1}" @@ -5224,11 +5168,11 @@ msgstr "Teamarbete" msgid "Template" msgstr "Mall" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Tillfälligt Inaktiverad" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Villkor" @@ -5264,7 +5208,7 @@ msgstr "Tack för återkoppling!" msgid "Thanks and Regards" msgstr "Tack och Hälsningar" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "Gruppen är full. Kontakta administratör." @@ -5300,9 +5244,9 @@ msgstr "Det finns inga grupper som matchar kriterierna. Håll utkik, nya inlärn msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "Det finns inga kapitel i denna kurs. Skapa och hantera kapitel härifrån." -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" -msgstr "Det finns inga kurser tillgängliga just nu. Håll utkik, färska inlärningsupplevelser är på väg snart!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "Det finns inga kurser som stämmer med kriterierna. Håll utkik, nya inlärningsupplevelser är på väg snart!" #: frontend/src/pages/CertifiedParticipants.vue:92 msgid "There are no participants matching this criteria." @@ -5359,7 +5303,7 @@ msgstr "Denna klass har avslutats" msgid "This course has:" msgstr "Denna kurs har:" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Denna kurs är gratis." @@ -5427,7 +5371,7 @@ msgstr "Tidtabell Mall" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "Till" msgid "To Date" msgstr "Till Datum" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "För att gå med i denna grupp, kontakta Administratör." @@ -5509,7 +5453,7 @@ msgstr "För att gå med i denna grupp, kontakta Administratör." msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "För att ladda upp bild, video, ljud eller PDF från ditt system, klicka på ikonen Lägg till och välj ladda upp från menyn. Välj sedan filen du vill lägga till i lektionen och den läggs till din lektion." -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Alltför många Användare registrerade sig nyligen, så registrering är inaktiverad. Försök igen om en timme" @@ -5626,7 +5570,8 @@ msgstr "Ostrukturerad Roll" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Värde" msgid "Value Change" msgstr "Värde Förändring" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Verifiering Kod" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Verifiera" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "Vi är glada att informera dig om att du har blivit antagen i vår komma msgid "We have a limited number of seats, and they won't be available for long!" msgstr "Vi har ett begränsat antal platser, och de kommer inte att finnas kvar länge till!" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "Vi har skickat verifieringskod till ditt e-post " - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "Vi märkte att du började registrera dig i" @@ -5855,7 +5788,7 @@ msgstr "Skriv en recension" msgid "Write your answer here" msgstr "Skriv ditt svar här" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "Du har redan utvärdering {0} kl. {1} för kurs {2}." @@ -5863,11 +5796,11 @@ msgstr "Du har redan utvärdering {0} kl. {1} för kurs {2}." msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "Du är redan certifierad för denna kurs. Klicka på kort nedan för att öppna ditt certifikat." -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "Du är redan inskriven för denna grupp." -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Du är redan inskriven på denna kurs." @@ -5887,10 +5820,6 @@ msgstr "Du är inte inskriven" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "Du är inte inskriven i denna kurs. Anmäl dig för att få tillgång till denna lektion." -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "Du kan lägga till kapitel och lektioner till den." - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "Du kan prova detta frågesport {0}." msgid "You can find their resume attached to this email." msgstr "Du kan hitta deras CV bifogat till detta e-post meddelande." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "Du kan inte schemalägga utvärderingar efter {0}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "Du kan inte schemalägga utvärderingar för förflutna tider." @@ -5945,7 +5874,7 @@ msgstr "Du har redan sökt detta jobb." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Du har redan överskridit maximal antalet försök som tillåts för denna frågesport." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "Du har redan köpt certifikat för denna kurs." @@ -5985,10 +5914,6 @@ msgstr "Du har valt att bli meddelad om denna kurs. Du kommer att få ett e-post msgid "You need to login first to enroll for this course" msgstr "Du måste logga in först för att registrera dig till denna kurs" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "Du kommer snart att omdirigeras till Frappe Cloud." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Din kalender är konfigurerad." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "Din utvärdering av kurs {0} är schemalagd {1} kl. {2} {3}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "Din utvärdering plats är bokad" @@ -6127,7 +6052,7 @@ msgstr "veckor" msgid "you can" msgstr "du kan" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "{0} Inställningar hittades inte" @@ -6167,7 +6092,7 @@ msgstr "{0} är redan certifierad för kurs {1}" msgid "{0} is your evaluator" msgstr "{0} är din utvärderare" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} nämnde dig i en kommentar" @@ -6175,11 +6100,11 @@ msgstr "{0} nämnde dig i en kommentar" msgid "{0} mentioned you in a comment in your batch." msgstr "{0} nämnde dig i en kommentar i din grupp." -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} hänvisade dig i kommentar i {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "{0}k" From 6277340d6bae5da01c5d31fda19d40410702ec5f Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:26 +0530 Subject: [PATCH 21/30] chore: Turkish translations --- lms/locale/tr.po | 247 +++++++++++++++++------------------------------ 1 file changed, 86 insertions(+), 161 deletions(-) diff --git a/lms/locale/tr.po b/lms/locale/tr.po index 5229a293..6e4df9a5 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "Tüm Sertifikalı Katılımcılar" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Tüm Kurslar" @@ -268,7 +268,7 @@ msgstr "Gelecekteki tarihlere erişime izin ver" msgid "Allow self enrollment" msgstr "Kendi Kendine Kayıt Olmaya İzin Ver" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Zaten kayıltı" @@ -378,7 +378,7 @@ msgstr "Arşivlendi" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Otomatik Atama" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Otomatik Kayıt" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Ortalama Puan" @@ -739,7 +739,7 @@ msgstr "Günlük Giyim" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Açık" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "Giriş yapmak için buraya tıklayın" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "Kayıt İşlemini Tamamlayın" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Onayla" @@ -1166,7 +1166,7 @@ msgstr "Öğrenmeye Devam Et" msgid "Contract" msgstr "Sözleşme" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Çerez Politikası" @@ -1382,7 +1382,7 @@ msgstr "Kurs {0} bu gruba zaten eklenmiştir." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Kurs" msgid "Courses Completed" msgstr "Tamamlanan Kurslar" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Mentorluk Yapılan Kurslar" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "Kurslar başarıyla silindi" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Oluştur" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" -msgstr "ÖYS Sertifikası Oluştur" +msgid "Create Certificate" +msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "ÖYS Sertifika Değerlendirmesi Oluştur" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Kurs Oluştur" @@ -1435,7 +1427,8 @@ msgstr "Bir Kurs Oluştur" msgid "Create a new question" msgstr "Yeni bir soru oluştur" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Oluşturdu" @@ -1488,7 +1481,7 @@ msgstr "Gösterge Paneli" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "Bu dersi silmek onu kurstan kalıcı olarak kaldıracaktır. Bu eylem ge #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "Ayrıntılar" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Kendi Kendine Kayıt Olmayı Devre Dışı Bırak" @@ -1668,7 +1657,7 @@ msgstr "Bu soru için yinelenen seçenekler bulundu." #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Süre" msgid "Duration (in minutes)" msgstr "Süre (dk)" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Canlı dersin dakika cinsinden süresi" @@ -1826,11 +1815,12 @@ msgstr "Bitiş Zamanı" msgid "Enroll Now" msgstr "Hemen Kaydol" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "Kayıtlı" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "Kayıt Sayısı" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "Kayıt Başarısız" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Daha Fazlasını Keşfedin" msgid "Fail" msgstr "Başarısız" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "Resmi Giyim" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "Frappe Cloud Girişi Başarılı" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "Serbest" @@ -2212,7 +2190,7 @@ msgstr "Genel" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Herhangi bir sorunuz veya yardıma ihtiyacınız varsa bizimle iletişime geçmekten çekinmeyin." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "Eğer yönlendirilmediyseniz," - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Ders Başlığı" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "Sınavların listesi" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "Canlı" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "Konum Tercihi" msgid "Login" msgstr "Giriş" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "Frappe Cloud'a Giriş Yapın" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "Frappe Cloud'a Giriş Yapın?" @@ -3396,11 +3362,11 @@ msgstr "Moderatör" msgid "Modified By" msgstr "Değiştiren" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "Modül Adı yanlış veya mevcut değil." -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "Modül hatalı." @@ -3430,7 +3396,8 @@ msgstr "Takvimim" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Yeni" @@ -3484,11 +3451,11 @@ msgstr "Yeni Test" msgid "New Sign Up" msgstr "Yeni Kayıt" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "Toplu işlerde yeni yorum {0}" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "{1} dersinde {0} konusuna yeni yanıt" @@ -3546,7 +3513,7 @@ msgstr "Sertifika yok" msgid "No courses created" msgstr "Hiçbir kurs oluşturulmadı" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "Hiçbir kurs bulunamadı" @@ -3598,15 +3565,11 @@ msgstr "Başvuru yok" msgid "No {0}" msgstr "{0} Yok" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Sıra" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "İzin Verilmiyor" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "Sadece {0} türündeki dosyalar kabul edilecektir." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "Sadece resim dosyasına izin verilir." @@ -3726,10 +3689,6 @@ msgstr "Açık Kurs" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "Lütfen Giriş Yapın" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Lütfen yöneticinizden kayıt işleminizin doğrulamasını isteyin" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Doğrulama için lütfen e-postanızı kontrol edin" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "Lütfen tüm soruları {0} dakika içinde yanıtladığınızdan emin olun." -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "Lütfen geçerli bir URL girin." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "Teste erişmek için lütfen giriş yapın." msgid "Please login to access this page." msgstr "Bu sayfaya erişebilmek için lütfen giriş yapın." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Ödeme işlemine devam etmek için lütfen giriş yapın." @@ -4067,23 +4026,23 @@ msgstr "Lütfen iyi hazırlanın ve değerlendirmelere zamanında katılın." msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Lütfen bir tarih seçin." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Lütfen tekrar deneyin" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "Birincil Alt Grup" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "Şimdi Kaydol" msgid "Registered" msgstr "Kayıtlı" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Kayıtlı ancak devre dışı" @@ -4519,10 +4471,6 @@ msgstr "Mentorluk Talebi" msgid "Required Role" msgstr "Gerekli Rol" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Arama" msgid "Search by Name" msgstr "İsme Göre Ara" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "Başlığa Göre Ara" @@ -4819,7 +4767,7 @@ msgstr "Kenar Çubuğu" msgid "Sidebar Items" msgstr "Kenar Çubuğu Öğeleri" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Kaydolma devre dışı bırakıldı" @@ -4863,10 +4811,6 @@ msgstr "Yetkinlik İsmi" msgid "Skills" msgstr "Yetkinlikler" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "Yetenekler Benzersiz Olmalıdır" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Geç" @@ -5143,7 +5087,7 @@ msgstr "Özet" msgid "Sunday" msgstr "Pazar" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "Takım Çalışması" msgid "Template" msgstr "Şablon" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Geçici Olarak Devre Dışı" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Kullanım Koşulları" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "Teşekkürler ve Saygılar" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,9 +5244,9 @@ msgstr "Şu anda mevcut toplu ders bulunmamaktadır. Gözünüzü dört açın, msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "Bu kursta bölüm bulunmamaktadır. Bölümleri buradan oluşturun ve yönetin." -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" -msgstr "Şu anda mevcut toplu ders bulunmamaktadır. Gözünüzü dört açın, yeni öğrenme deneyimleri yakında yolda!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 msgid "There are no participants matching this criteria." @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "Bu kursta:" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Bu kurs ücretsizdir." @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "Alıcı" msgid "To Date" msgstr "Bitiş Tarihi" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "Sisteminizden Resim, Video, Ses veya PDF yüklemek için ekle simgesine tıklayın ve menüden yüklemeyi seçin. Ardından derse eklemek istediğiniz dosyayı seçin ve dersinize eklensin." -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Son zamanlarda çok fazla kullanıcı kaydoldu, bu yüzden kayıt devre dışı bırakıldı. Lütfen bir saat sonra tekrar deneyin" @@ -5626,7 +5570,8 @@ msgstr "Ayarlanmamış Rol" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Değer" msgid "Value Change" msgstr "Değer Değişimi" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Doğrulama Kodu" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Doğrula" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "Yaklaşan grubumuza kaydolduğunuzu bildirmekten mutluluk duyuyoruz. Teb msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "Bir inceleme yazın" msgid "Write your answer here" msgstr "Cevabınızı buraya yazın" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "Bu gruba zaten kayıtlısınız." -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Bu kursa zaten kayıtlısınız." @@ -5887,10 +5820,6 @@ msgstr "Kayıtlı değilsiniz" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "Bu derse kayıtlı değilsiniz. Bu derse erişmek için lütfen kaydolun." -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "İçerisine bölümler ve dersler ekleyebilirsiniz." - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "Bu testi {0} deneyebilirsiniz." msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "{0} tarihinden sonra değerlendirme planlayamazsınız." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "Geçmiş dönemler için değerlendirme planlayamazsınız." @@ -5945,7 +5874,7 @@ msgstr "Bu iş için zaten başvurdunuz." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Bu sınav için izin verilen maksimum deneme sayısını zaten aştınız." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "Bu kurs için bildirim almayı seçtiniz. Kurs kullanılabilir olduğund msgid "You need to login first to enroll for this course" msgstr "Bu kursa kaydolmak için önce giriş yapmanız gerekiyor" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "Yakında Frappe Cloud'a yönlendirileceksiniz." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Takviminiz hazır." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "yapabilirsin" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "{0} Ayarları bulunamadı" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} bir yorumda sizden bahsetti" @@ -6175,11 +6100,11 @@ msgstr "{0} bir yorumda sizden bahsetti" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 3491eb38810866fbc733c6f3c0840986b3d721e4 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:28 +0530 Subject: [PATCH 22/30] chore: Chinese Simplified translations --- lms/locale/zh.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/zh.po b/lms/locale/zh.po index 3bdf1cf6..d3385cf8 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "已注册" @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "明确" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "确认" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "合同" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "创建" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1488,7 +1481,7 @@ msgstr "仪表板" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "详细信息" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "持续时间" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "登录" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "登录 Frappe Cloud?" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "修改者" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "新" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "不允许" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "请向管理员询问,以确认您的注册" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "请检查您的电子邮件验证" @@ -3993,7 +3952,7 @@ msgstr "请检查您的电子邮件验证" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "请再试一次" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "注册但被禁用" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "搜索" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "" msgid "Sidebar Items" msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "注册被禁用" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "跳跃" @@ -5143,7 +5087,7 @@ msgstr "概要" msgid "Sunday" msgstr "" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "模板" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "暂时禁用" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "至" msgid "To Date" msgstr "至今" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "最近有太多用户注册,导致注册功能被自动临时禁用了,请一个小时后重试。" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "值" msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "确认" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 9e1938095c1bb21e49c603b168a92006ca1e9df0 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:29 +0530 Subject: [PATCH 23/30] chore: Persian translations --- lms/locale/fa.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/fa.po b/lms/locale/fa.po index 297261b1..d529c6aa 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "همه دوره ها" @@ -268,7 +268,7 @@ msgstr "اجازه دسترسی به تاریخ های آینده" msgid "Allow self enrollment" msgstr "اجازه ثبت نام خود" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "قبلا ثبت شده است" @@ -378,7 +378,7 @@ msgstr "بایگانی شد" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "میانگین امتیاز" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "پاک کردن" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "برای ورود اینجا کلیک کنید" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "ثبت نام خود را تکمیل کنید" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "ثبت نام خود را تکمیل کنید - فرصت را از دست ندهید!" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "تایید" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "قرارداد" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "دوره {0} قبلاً به این دسته اضافه شده است." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "دوره ها" msgid "Courses Completed" msgstr "دوره‌های گذرانده شده" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "ایجاد کردن" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "ایجاد دوره" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "ایجاد شده" @@ -1488,7 +1481,7 @@ msgstr "داشبورد" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "حذف این درس آن را برای همیشه از دوره حذف #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "جزئیات" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "غیرفعال کردن ثبت نام خود" @@ -1668,7 +1657,7 @@ msgstr "گزینه‌های تکراری برای این سوال پیدا شد. #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "مدت زمان" msgid "Duration (in minutes)" msgstr "مدت زمان (بر حسب دقیقه)" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "زمان پایان" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "تایید ثبت نام برای {0}" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "ورود به Frappe Cloud با موفقیت انجام شد" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "رایگان" @@ -2212,7 +2190,7 @@ msgstr "عمومی" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "لینک Google Meet را ایجاد کنید" @@ -2382,10 +2360,6 @@ msgstr "اگر سوالی دارید یا نیاز به کمک دارید، با msgid "If you have any questions or require assistance, feel free to contact us." msgstr "اگر سوالی دارید یا نیاز به کمک دارید، با ما تماس بگیرید." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "اگر هدایت نشده اید،" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "عنوان درس" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "فعال" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "وارد شدن" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "ورود به Frappe Cloud" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "ورود به Frappe Cloud?" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "تغییر داده شده توسط" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "تقویم من" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "جدید" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "هیچ دوره ای پیدا نشد" @@ -3598,15 +3565,11 @@ msgstr "ارسالی وجود ندارد" msgid "No {0}" msgstr "نه {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "شماره" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "مجاز نیست" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "فقط فایل هایی از نوع {0} پذیرفته می شوند." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "لطفاً از ادمین خود بخواهید ثبت نام شما را تأیید کند" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" @@ -3993,7 +3952,7 @@ msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "لطفا برای مشاهده این درس در این دوره ثبت msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "لطفا یک عنوان وارد کنید." @@ -4018,7 +3977,7 @@ msgstr "لطفا یک عنوان وارد کنید." msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "لطفا تاریخ را انتخاب کنید" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "لطفا زمانی را انتخاب کنید." -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "لطفاً یک منطقه زمانی انتخاب کنید." @@ -4091,13 +4050,6 @@ msgstr "لطفاً یک منطقه زمانی انتخاب کنید." msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "لطفا دوباره تلاش کنید" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "ثبت شده اما غیرفعال است" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "ارسال دوباره" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "جستجو کردن" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "نوار کناری" msgid "Sidebar Items" msgstr "موارد نوار کناری" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "ثبت نام غیرفعال است" @@ -4863,10 +4811,6 @@ msgstr "نام مهارت" msgid "Skills" msgstr "مهارت ها" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "پرش کنید" @@ -5143,7 +5087,7 @@ msgstr "خلاصه" msgid "Sunday" msgstr "یک‌شنبه" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "قالب" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "موقتا غیر فعال می باشد" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "شرایط استفاده" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "این کلاس به پایان رسید" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "الگوی جدول زمانی" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "به" msgid "To Date" msgstr "تا تاریخ" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "کاربران زیادی اخیرا ثبت نام کرده اند، بنابراین ثبت نام غیرفعال است. لطفا یک ساعت دیگر دوباره امتحان کنید" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "مقدار" msgid "Value Change" msgstr "تغییر ارزش" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "کد تایید" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "تأیید کنید" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "ما تعداد محدودی صندلی داریم و برای مدت طولانی در دسترس نخواهند بود!" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "ما متوجه شدیم که شما شروع به ثبت نام کردید در" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "شما ثبت نام نکرده‌اید" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "شما در این دوره ثبت نام نکرده‌اید. لطفا برای دسترسی به این دوره ثبت نام کنید." -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "به زودی به Frappe Cloud هدایت خواهید شد." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "هفته ها" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "{0} قبلاً برای دوره {1} تایید شده است" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From a606e9c97404f49ca024a423f0fef879fde3fb75 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:30 +0530 Subject: [PATCH 24/30] chore: Bosnian translations --- lms/locale/bs.po | 245 ++++++++++++++++------------------------------- 1 file changed, 85 insertions(+), 160 deletions(-) diff --git a/lms/locale/bs.po b/lms/locale/bs.po index 39f6b516..031308e1 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "Sve Grupe" msgid "All Certified Participants" msgstr "Svi Certificirani Učesnici" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "Svi Kursevi" @@ -268,7 +268,7 @@ msgstr "Dozvoli Pristup Budućim Datumima" msgid "Allow self enrollment" msgstr "Dozvoli Samostalnu Registraciju" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "Već Registrovan" @@ -378,7 +378,7 @@ msgstr "Arhivirano" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "Jeste li sigurni da želite otkazati ovo ocjenjivanje? Ova radnja se ne može poništiti." -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "Jeste li sigurni da se želite prijaviti na svoju Frappe Cloud Nadzornu Tablu?" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "Automatski Dodjeli" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "Automatsko Snimanje" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "Prosječna Ocjena" @@ -739,7 +739,7 @@ msgstr "Ležerna Odjeća" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "Certifikati su uspješno generirani" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "Očisti" msgid "Clearly Defined Role" msgstr "Jasno Definisana Uloga" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "Klikni ovdje za prijavu" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "Klikni na ikonu za dodavanje u uređivaču i izaberite Kviz iz menija. Otvara se dijalog u kojem možete odabrati kviz sa liste ili kreirati novi kviz. Kada odaberete opciju Kreiraj novi, ona vas preusmjerava na stranicu za kreiranje kviza." @@ -1084,7 +1080,7 @@ msgstr "Završi Registraciju" msgid "Complete Your Enrollment" msgstr "Završi Upis" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "Završi upis - ne propusti!" @@ -1125,7 +1121,11 @@ msgstr "Uvjet mora biti u važećem JSON formatu." msgid "Condition must be valid python code." msgstr "Uslov mora biti važeći Python kod." -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "Provedi Ocjenjivanje" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "Potvrdi" @@ -1166,7 +1166,7 @@ msgstr "Nastavi sa Učenjem" msgid "Contract" msgstr "Ugovor" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "Politika Kolačića" @@ -1382,7 +1382,7 @@ msgstr "Kurs {0} je već dodan ovoj grupi." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "Kursevi" msgid "Courses Completed" msgstr "Završeni Kursevi" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "Mentorisani Kursevi" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "Kursevi su uspješno izbrisani" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "Kreiraj" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "Kreiraj Certifikat" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "Kreiraj Procjenu Certifikata" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "Kreiraj Kurs" @@ -1435,7 +1427,8 @@ msgstr "Kreiraj kurs" msgid "Create a new question" msgstr "Kreiraj novo pitanje" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "Kreirano" @@ -1488,7 +1481,7 @@ msgstr "Nadzorna Tabla" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "Brisanjem ove lekcije trajno će se ukloniti iz kursa. Ova radnja se ne #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "Radni Prostor" msgid "Details" msgstr "Detalji" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "Niste primili kod?" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "Onemogući Samostalni Upis" @@ -1668,7 +1657,7 @@ msgstr "Pronađene su duple opcije za ovo pitanje." #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "Trajanje" msgid "Duration (in minutes)" msgstr "Trajanje (u minutama)" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "Trajanje predavanja uživo u minutama" @@ -1826,11 +1815,12 @@ msgstr "Vrijeme Završetka" msgid "Enroll Now" msgstr "Upišite se sada" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "Upisan" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "Potvrda upisa za {0}" msgid "Enrollment Count" msgstr "Broj Upisa" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "Upis nije uspio" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "Istraži Više" msgid "Fail" msgstr "Neuspjeh" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "Prijava na Frappe Cloud nije uspjela" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "Ponovno slanje koda nije uspjelo" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "Forma za kreiranje i uređivanje kvizova" msgid "Formal Wear" msgstr "Formalna Odjeća" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "Prijava u Frappe Cloud Uspjela" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "Besplatno" @@ -2212,7 +2190,7 @@ msgstr "Općenito" msgid "Generate Certificates" msgstr "Generiši Certifikate" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "Generiraj Google Meet Vezu" @@ -2382,10 +2360,6 @@ msgstr "Ako imate bilo kakvih pitanja ili vam je potrebna pomoć, slobodno se ob msgid "If you have any questions or require assistance, feel free to contact us." msgstr "Ako imate bilo kakvih pitanja ili vam je potrebna pomoć, slobodno nas kontaktirajte." -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "Ako niste bili preusmjereni," - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "Naziv Lekcije" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "Lista Kvizova" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "Uživo" @@ -3039,6 +3013,7 @@ msgstr "URL LiveCode" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "Preferenca Lokacije" msgid "Login" msgstr "Prijava" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "Prijava nije uspjela" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "Prijavi se na Frappe Cloud" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "Prijavi se na Frappe Cloud?" @@ -3396,11 +3362,11 @@ msgstr "Moderator" msgid "Modified By" msgstr "Izmijenio" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "Naziv modula je netačan ili ne postoji." -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "Modul je netačan." @@ -3430,7 +3396,8 @@ msgstr "Moj Kalendar" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Novi" @@ -3484,11 +3451,11 @@ msgstr "Novi Kviz" msgid "New Sign Up" msgstr "Nova Registracija" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "Novi komentar u grupi {0}" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "Novi odgovor na temu {0} na kursu {1}" @@ -3546,7 +3513,7 @@ msgstr "Bez Certifikata" msgid "No courses created" msgstr "Nema kreiranih kurseva" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "Nije pronađen nijedan kurs" @@ -3598,15 +3565,11 @@ msgstr "Nema prijava" msgid "No {0}" msgstr "Bez {0}" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "Nema {0} kurseva" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "Br." -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "Nije dozvoljeno" @@ -3695,7 +3658,7 @@ msgstr "Programu se mogu dodati samo kursevi za koje je samostalno učenje onemo msgid "Only files of type {0} will be accepted." msgstr "Samo datoteke tipa {0} će biti prihvaćeni." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "Dozvoljena je samo datoteka slike." @@ -3726,10 +3689,6 @@ msgstr "Otvoreni Kurs" msgid "Open Ended" msgstr "Otvoreni Završen" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "Otvorena Mreža" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "Prijavi se" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "Dodaj {1} za {3} za slanje kalendarskih pozivnica za ocjenjivanje." -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "Zamoli administratora da potvrdi vašu registraciju" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "Provjeri e-poštu za potvrdu" @@ -3993,7 +3952,7 @@ msgstr "Provjeri e-poštu za potvrdu" msgid "Please click on the following button to set your new password" msgstr "Klikni na sljedeće dugme da postavite novu lozinku" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "Završite prethodne kurseve u programu da biste se upisali na ovaj kurs." @@ -4009,7 +3968,7 @@ msgstr "Prijavi se za ovaj kurs da prikažete ovu lekciju" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "Popuni sva pitanja za {0} minuta." -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "Unesi Naziv" @@ -4018,7 +3977,7 @@ msgstr "Unesi Naziv" msgid "Please enter a valid URL." msgstr "Unesi važeći URL." -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "Unesi važeće vrijeme u formatu HH:mm." @@ -4054,7 +4013,7 @@ msgstr "Prijavi se da pristupiš kvizu." msgid "Please login to access this page." msgstr "Prijavi se da pristupiš ovoj stranici." -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "Prijavi se da nastaviš s plaćanjem." @@ -4067,23 +4026,23 @@ msgstr "Dobro se pripremi i dođi na vrijeme za ocjenjivanje." msgid "Please schedule an evaluation to get certified." msgstr "Zakaži ocjenjvanje kako biste dobili certifikat." -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "Odaberi Datum." -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "Odaberi trajanje." -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "Odaberi budući datum i vrijeme." -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "Odaberi vrijeme." -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "Odaberi vremensku zonu." @@ -4091,13 +4050,6 @@ msgstr "Odaberi vremensku zonu." msgid "Please take appropriate action at {0}" msgstr "Poduzmi odgovarajuće mjere na {0}" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "Pokušaj ponovo" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "Učitaj SCORM Paket" @@ -4210,7 +4162,7 @@ msgstr "Primarne Zemlje" msgid "Primary Subgroup" msgstr "Primarna Podgrupa" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "Pravila Privatnosti" @@ -4478,7 +4430,7 @@ msgstr "Registrirajte se Sada" msgid "Registered" msgstr "Registriran(a)" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "Registrovan, ali onemogućen" @@ -4519,10 +4471,6 @@ msgstr "Zahtjev za Mentorstvo" msgid "Required Role" msgstr "Obavezna Uloga" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "Ponovo pošalji" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "Traži" msgid "Search by Name" msgstr "Traži po Imenu" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "Traži po Nazivu" @@ -4819,7 +4767,7 @@ msgstr "Bočna traka" msgid "Sidebar Items" msgstr "Stavke bočne trake" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "Prijava je onemogućena" @@ -4863,10 +4811,6 @@ msgstr "Naziv Vještine" msgid "Skills" msgstr "Vještine" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "Vještine moraju biti jedinstvene" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "Preskoči" @@ -5143,7 +5087,7 @@ msgstr "Sažetak" msgid "Sunday" msgstr "Nedjelja" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "Sumnjiva mustra pronađena u {0}: {1}" @@ -5224,11 +5168,11 @@ msgstr "Timski Rad" msgid "Template" msgstr "Šablon" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "Privremeno Onemogućeno" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "Uslovi Korišćenja" @@ -5264,7 +5208,7 @@ msgstr "Hvala vam na povratnim informacijama!" msgid "Thanks and Regards" msgstr "Hvala i Pozdrav" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "Grupa je popunjena. Kontaktiraj Administratora." @@ -5300,9 +5244,9 @@ msgstr "Nema grupe koje odgovaraju kriterijumima. Pazite, nova iskustva učenja msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "U ovom kursu nema poglavlja. Kreiraj i upravljaj poglavljima odavde." -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" -msgstr "Trenutno nema dostupnih kurseva. Pazite, nova iskustva učenja su uskoro na putu!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "Nema kurseva koji odgovaraju kriterijumima. Pazite, nova iskustva učenja su uskoro na putu!" #: frontend/src/pages/CertifiedParticipants.vue:92 msgid "There are no participants matching this criteria." @@ -5359,7 +5303,7 @@ msgstr "Ovaj čas je završen" msgid "This course has:" msgstr "Ovaj kurs ima:" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Ovaj kurs je besplatan." @@ -5427,7 +5371,7 @@ msgstr "Vremenski Šablon" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "Do" msgid "To Date" msgstr "Do Datuma" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora." @@ -5509,7 +5453,7 @@ msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora." msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "Da biste učitali sliku, video, audio ili PDF sa svog sistema, klikni na ikonu za dodavanje i izaberite učitaj iz menija. Zatim odaberite datoteku koju želite dodati lekciji i ona će se dodati vašoj lekciji." -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Nedavno se prijavilo previše korisnika, pa je registracija onemogućena. Pokušajte ponovo za sat vremena" @@ -5626,7 +5570,8 @@ msgstr "Nestrukturirana Uloga" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "Vrijednost" msgid "Value Change" msgstr "Promjena Vrijednosti" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "Verfikacijski Kod" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "Provjeri" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "Sa zadovoljstvom vas obavještavamo da ste upisani u našu nadolazeću g msgid "We have a limited number of seats, and they won't be available for long!" msgstr "Imamo ograničen broj mjesta i neće još dugo biti slobodna!" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "Poslali smo kod za provjeru na vašu e-poštu " - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "Primijetili smo da ste se počeli s upisom" @@ -5855,7 +5788,7 @@ msgstr "Napiši Recenziju" msgid "Write your answer here" msgstr "Napišite svoj odgovor ovdje" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "Već imate ocjenjivanje na {0} na {1} za kurs {2}." @@ -5863,11 +5796,11 @@ msgstr "Već imate ocjenjivanje na {0} na {1} za kurs {2}." msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "Već ste certificirani za ovaj kurs. Klikni na karticu ispod da otvorite svoj certifikat." -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "Već ste upisani za ovu grupu." -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "Već ste upisani za ovaj kurs." @@ -5887,10 +5820,6 @@ msgstr "Niste upisani" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "Niste upisani na ovaj kurs. Prijavi se za pristup ovoj lekciji." -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "Možete kursu dodati poglavlja i lekcije." - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "Možete isprobati ovaj kviz {0}." msgid "You can find their resume attached to this email." msgstr "Njihov životopis možete pronaći u prilogu ove e-pošte." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "Ne možete zakazati ocjenjivanje nakon {0}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "Ne možete zakazati ocjenjivanje za prošle termine." @@ -5945,7 +5874,7 @@ msgstr "Već ste se prijavili za ovaj posao." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Već ste premašili maksimalan broj pokušaja dozvoljen za ovaj kviz." -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "Već ste kupili sertifikat za ovaj kurs." @@ -5985,10 +5914,6 @@ msgstr "Odlučili ste da budete obaviješteni o ovom kursu. Primit ćete e-pošt msgid "You need to login first to enroll for this course" msgstr "Prvo se prijavite da biste se upisali na ovaj kurs" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "Uskoro ćete biti preusmjereni na Frappe Cloud." - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "Vaš kalendar je postavljen." msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "Vaša ocjena za kurs {0} je zakazana za {1} u {2} {3}." -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "Vaš termin za ocjenjivanje je rezervisan" @@ -6127,7 +6052,7 @@ msgstr "sedmice" msgid "you can" msgstr "možeš" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "{0} Postavke nisu pronađene" @@ -6167,7 +6092,7 @@ msgstr "{0} je već certificiran za kurs {1}" msgid "{0} is your evaluator" msgstr "{0} je vaš ocjenjivač" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "{0} vas je spomenuo u komentaru" @@ -6175,11 +6100,11 @@ msgstr "{0} vas je spomenuo u komentaru" msgid "{0} mentioned you in a comment in your batch." msgstr "{0} vas je spomenuo u komentaru u vašoj grupi." -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} vas je spomenuo u komentaru u {1}" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "{0}k" From 0f600c5b708e4513689230710420712e7cf45844 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:32 +0530 Subject: [PATCH 25/30] chore: Esperanto translations --- lms/locale/eo.po | 247 +++++++++++++++++------------------------------ 1 file changed, 86 insertions(+), 161 deletions(-) diff --git a/lms/locale/eo.po b/lms/locale/eo.po index 8fb60f3c..6c5916dd 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: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-03 21:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Esperanto\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "crwdns152262:0crwdne152262:0" msgid "All Certified Participants" msgstr "crwdns152264:0crwdne152264:0" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "crwdns149252:0crwdne149252:0" @@ -268,7 +268,7 @@ msgstr "crwdns149262:0crwdne149262:0" msgid "Allow self enrollment" msgstr "crwdns149264:0crwdne149264:0" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "crwdns149266:0crwdne149266:0" @@ -378,7 +378,7 @@ msgstr "crwdns152268:0crwdne152268:0" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "crwdns152463:0crwdne152463:0" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "crwdns152465:0crwdne152465:0" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "crwdns149332:0crwdne149332:0" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "crwdns149334:0crwdne149334:0" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "crwdns149336:0crwdne149336:0" @@ -739,7 +739,7 @@ msgstr "crwdns149414:0crwdne149414:0" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "crwdns151924:0crwdne151924:0" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "crwdns152112:0crwdne152112:0" msgid "Clearly Defined Role" msgstr "crwdns149466:0crwdne149466:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "crwdns152477:0crwdne152477:0" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "crwdns149468:0crwdne149468:0" @@ -1084,7 +1080,7 @@ msgstr "crwdns149518:0crwdne149518:0" msgid "Complete Your Enrollment" msgstr "crwdns152424:0crwdne152424:0" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "crwdns152426:0crwdne152426:0" @@ -1125,7 +1121,11 @@ msgstr "crwdns149528:0crwdne149528:0" msgid "Condition must be valid python code." msgstr "crwdns149530:0crwdne149530:0" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "crwdns154203:0crwdne154203:0" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "crwdns152479:0crwdne152479:0" @@ -1166,7 +1166,7 @@ msgstr "crwdns149540:0crwdne149540:0" msgid "Contract" msgstr "crwdns149542:0crwdne149542:0" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "crwdns149544:0crwdne149544:0" @@ -1382,7 +1382,7 @@ msgstr "crwdns149596:0{0}crwdne149596:0" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "crwdns149598:0crwdne149598:0" msgid "Courses Completed" msgstr "crwdns149600:0crwdne149600:0" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "crwdns149602:0crwdne149602:0" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "crwdns149604:0crwdne149604:0" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "crwdns151468:0crwdne151468:0" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" -msgstr "crwdns149608:0crwdne149608:0" +msgid "Create Certificate" +msgstr "crwdns154205:0crwdne154205:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "crwdns149610:0crwdne149610:0" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "crwdns149612:0crwdne149612:0" @@ -1435,7 +1427,8 @@ msgstr "crwdns151738:0crwdne151738:0" msgid "Create a new question" msgstr "crwdns149616:0crwdne149616:0" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "crwdns152116:0crwdne152116:0" @@ -1488,7 +1481,7 @@ msgstr "crwdns149630:0crwdne149630:0" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "crwdns151634:0crwdne151634:0" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "crwdns149652:0crwdne149652:0" msgid "Details" msgstr "crwdns149654:0crwdne149654:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "crwdns152485:0crwdne152485:0" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "crwdns149656:0crwdne149656:0" @@ -1668,7 +1657,7 @@ msgstr "crwdns149670:0crwdne149670:0" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "crwdns149672:0crwdne149672:0" msgid "Duration (in minutes)" msgstr "crwdns149674:0crwdne149674:0" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "crwdns149676:0crwdne149676:0" @@ -1826,11 +1815,12 @@ msgstr "crwdns149720:0crwdne149720:0" msgid "Enroll Now" msgstr "crwdns149722:0crwdne149722:0" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "crwdns152272:0crwdne152272:0" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "crwdns152430:0{0}crwdne152430:0" msgid "Enrollment Count" msgstr "crwdns149730:0crwdne149730:0" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "crwdns149732:0crwdne149732:0" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "crwdns149786:0crwdne149786:0" msgid "Fail" msgstr "crwdns149788:0crwdne149788:0" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "crwdns152491:0crwdne152491:0" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "crwdns152493:0crwdne152493:0" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "crwdns149806:0crwdne149806:0" msgid "Formal Wear" msgstr "crwdns149808:0crwdne149808:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "crwdns152495:0crwdne152495:0" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "crwdns149810:0crwdne149810:0" @@ -2212,7 +2190,7 @@ msgstr "crwdns151744:0crwdne151744:0" msgid "Generate Certificates" msgstr "crwdns151928:0crwdne151928:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "crwdns149836:0crwdne149836:0" @@ -2382,10 +2360,6 @@ msgstr "crwdns152436:0crwdne152436:0" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "crwdns149904:0crwdne149904:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "crwdns152497:0crwdne152497:0" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "crwdns150084:0crwdne150084:0" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "crwdns150104:0crwdne150104:0" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "crwdns150106:0crwdne150106:0" @@ -3039,6 +3013,7 @@ msgstr "crwdns150110:0crwdne150110:0" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "crwdns150120:0crwdne150120:0" msgid "Login" msgstr "crwdns150122:0crwdne150122:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "crwdns152501:0crwdne152501:0" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "crwdns152503:0crwdne152503:0" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "crwdns152505:0crwdne152505:0" @@ -3396,11 +3362,11 @@ msgstr "crwdns150196:0crwdne150196:0" msgid "Modified By" msgstr "crwdns150198:0crwdne150198:0" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "crwdns150200:0crwdne150200:0" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "crwdns150202:0crwdne150202:0" @@ -3430,7 +3396,8 @@ msgstr "crwdns150212:0crwdne150212:0" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "crwdns150214:0crwdne150214:0" @@ -3484,11 +3451,11 @@ msgstr "crwdns150228:0crwdne150228:0" msgid "New Sign Up" msgstr "crwdns150230:0crwdne150230:0" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "crwdns150232:0{0}crwdne150232:0" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "crwdns150234:0{0}crwdnd150234:0{1}crwdne150234:0" @@ -3546,7 +3513,7 @@ msgstr "crwdns150252:0crwdne150252:0" msgid "No courses created" msgstr "crwdns150254:0crwdne150254:0" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "crwdns151480:0crwdne151480:0" @@ -3598,15 +3565,11 @@ msgstr "crwdns152128:0crwdne152128:0" msgid "No {0}" msgstr "crwdns150268:0{0}crwdne150268:0" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "crwdns151484:0{0}crwdne151484:0" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "crwdns150274:0crwdne150274:0" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "crwdns150276:0crwdne150276:0" @@ -3695,7 +3658,7 @@ msgstr "crwdns151770:0crwdne151770:0" msgid "Only files of type {0} will be accepted." msgstr "crwdns150308:0{0}crwdne150308:0" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "crwdns150310:0crwdne150310:0" @@ -3726,10 +3689,6 @@ msgstr "crwdns150316:0crwdne150316:0" msgid "Open Ended" msgstr "crwdns150318:0crwdne150318:0" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "crwdns150320:0crwdne150320:0" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "crwdns150398:0crwdne150398:0" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "crwdns150400:0{0}crwdnd150400:0{1}crwdnd150400:0{2}crwdnd150400:0{3}crwdne150400:0" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "crwdns150402:0crwdne150402:0" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "crwdns150404:0crwdne150404:0" @@ -3993,7 +3952,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:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "crwdns151772:0crwdne151772:0" @@ -4009,7 +3968,7 @@ msgstr "crwdns151644:0crwdne151644:0" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "crwdns150410:0{0}crwdne150410:0" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "crwdns151774:0crwdne151774:0" @@ -4018,7 +3977,7 @@ msgstr "crwdns151774:0crwdne151774:0" msgid "Please enter a valid URL." msgstr "crwdns150412:0crwdne150412:0" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "crwdns151776:0crwdne151776:0" @@ -4054,7 +4013,7 @@ msgstr "crwdns150424:0crwdne150424:0" msgid "Please login to access this page." msgstr "crwdns150426:0crwdne150426:0" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "crwdns150428:0crwdne150428:0" @@ -4067,23 +4026,23 @@ msgstr "crwdns150430:0crwdne150430:0" msgid "Please schedule an evaluation to get certified." msgstr "crwdns152615:0crwdne152615:0" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "crwdns151778:0crwdne151778:0" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "crwdns151780:0crwdne151780:0" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "crwdns151782:0crwdne151782:0" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "crwdns151784:0crwdne151784:0" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "crwdns151786:0crwdne151786:0" @@ -4091,13 +4050,6 @@ msgstr "crwdns151786:0crwdne151786:0" msgid "Please take appropriate action at {0}" msgstr "crwdns150432:0{0}crwdne150432:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "crwdns152509:0crwdne152509:0" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "crwdns151646:0crwdne151646:0" @@ -4210,7 +4162,7 @@ msgstr "crwdns150472:0crwdne150472:0" msgid "Primary Subgroup" msgstr "crwdns150474:0crwdne150474:0" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "crwdns150476:0crwdne150476:0" @@ -4478,7 +4430,7 @@ msgstr "crwdns150560:0crwdne150560:0" msgid "Registered" msgstr "crwdns150562:0crwdne150562:0" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "crwdns150564:0crwdne150564:0" @@ -4519,10 +4471,6 @@ msgstr "crwdns150574:0crwdne150574:0" msgid "Required Role" msgstr "crwdns150576:0crwdne150576:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "crwdns152511:0crwdne152511:0" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "crwdns150626:0crwdne150626:0" msgid "Search by Name" msgstr "crwdns152286:0crwdne152286:0" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "crwdns152288:0crwdne152288:0" @@ -4819,7 +4767,7 @@ msgstr "crwdns150672:0crwdne150672:0" msgid "Sidebar Items" msgstr "crwdns150674:0crwdne150674:0" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "crwdns150676:0crwdne150676:0" @@ -4863,10 +4811,6 @@ msgstr "crwdns150690:0crwdne150690:0" msgid "Skills" msgstr "crwdns150692:0crwdne150692:0" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "crwdns150694:0crwdne150694:0" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "crwdns150696:0crwdne150696:0" @@ -5143,7 +5087,7 @@ msgstr "crwdns150770:0crwdne150770:0" msgid "Sunday" msgstr "crwdns150772:0crwdne150772:0" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "crwdns151930:0{0}crwdnd151930:0{1}crwdne151930:0" @@ -5224,11 +5168,11 @@ msgstr "crwdns150780:0crwdne150780:0" msgid "Template" msgstr "crwdns150782:0crwdne150782:0" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "crwdns150784:0crwdne150784:0" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "crwdns150786:0crwdne150786:0" @@ -5264,7 +5208,7 @@ msgstr "crwdns152290:0crwdne152290:0" msgid "Thanks and Regards" msgstr "crwdns150794:0crwdne150794:0" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "crwdns152138:0crwdne152138:0" @@ -5300,9 +5244,9 @@ msgstr "crwdns152292:0crwdne152292:0" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "crwdns150806:0crwdne150806:0" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" -msgstr "crwdns151496:0crwdne151496:0" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" +msgstr "crwdns154207:0crwdne154207:0" #: frontend/src/pages/CertifiedParticipants.vue:92 msgid "There are no participants matching this criteria." @@ -5359,7 +5303,7 @@ msgstr "crwdns152144:0crwdne152144:0" msgid "This course has:" msgstr "crwdns150820:0crwdne150820:0" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "crwdns150822:0crwdne150822:0" @@ -5427,7 +5371,7 @@ msgstr "crwdns150844:0crwdne150844:0" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "crwdns150852:0crwdne150852:0" msgid "To Date" msgstr "crwdns150854:0crwdne150854:0" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "crwdns150858:0crwdne150858:0" @@ -5509,7 +5453,7 @@ msgstr "crwdns150858:0crwdne150858:0" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "crwdns150860:0crwdne150860:0" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "crwdns150862:0crwdne150862:0" @@ -5626,7 +5570,8 @@ msgstr "crwdns150898:0crwdne150898:0" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "crwdns152298:0crwdne152298:0" msgid "Value Change" msgstr "crwdns150934:0crwdne150934:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "crwdns152519:0crwdne152519:0" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "crwdns152521:0crwdne152521:0" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "crwdns150950:0crwdne150950:0" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "crwdns152452:0crwdne152452:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "crwdns152523:0crwdne152523:0" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "crwdns152454:0crwdne152454:0" @@ -5855,7 +5788,7 @@ msgstr "crwdns150974:0crwdne150974:0" msgid "Write your answer here" msgstr "crwdns150976:0crwdne150976:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "crwdns150978:0{0}crwdnd150978:0{1}crwdnd150978:0{2}crwdne150978:0" @@ -5863,11 +5796,11 @@ msgstr "crwdns150978:0{0}crwdnd150978:0{1}crwdnd150978:0{2}crwdne150978:0" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "crwdns152621:0crwdne152621:0" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "crwdns150980:0crwdne150980:0" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "crwdns150982:0crwdne150982:0" @@ -5887,10 +5820,6 @@ msgstr "crwdns151658:0crwdne151658:0" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "crwdns151660:0crwdne151660:0" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "crwdns151502:0crwdne151502:0" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "crwdns150992:0{0}crwdne150992:0" msgid "You can find their resume attached to this email." msgstr "crwdns150994:0crwdne150994:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "crwdns150996:0{0}crwdne150996:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "crwdns150998:0crwdne150998:0" @@ -5945,7 +5874,7 @@ msgstr "crwdns151008:0crwdne151008:0" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "crwdns151010:0crwdne151010:0" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "crwdns152623:0crwdne152623:0" @@ -5985,10 +5914,6 @@ msgstr "crwdns151018:0crwdne151018:0" msgid "You need to login first to enroll for this course" msgstr "crwdns151022:0crwdne151022:0" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "crwdns152529:0crwdne152529:0" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "crwdns151036:0crwdne151036:0" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "crwdns151038:0{0}crwdnd151038:0{1}crwdnd151038:0{2}crwdnd151038:0{3}crwdne151038:0" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "crwdns151040:0crwdne151040:0" @@ -6127,7 +6052,7 @@ msgstr "crwdns152184:0crwdne152184:0" msgid "you can" msgstr "crwdns151076:0crwdne151076:0" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "crwdns151078:0{0}crwdne151078:0" @@ -6167,7 +6092,7 @@ msgstr "crwdns151092:0{0}crwdnd151092:0{1}crwdne151092:0" msgid "{0} is your evaluator" msgstr "crwdns151094:0{0}crwdne151094:0" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "crwdns151096:0{0}crwdne151096:0" @@ -6175,11 +6100,11 @@ msgstr "crwdns151096:0{0}crwdne151096:0" msgid "{0} mentioned you in a comment in your batch." msgstr "crwdns151098:0{0}crwdne151098:0" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "crwdns151100:0{0}crwdnd151100:0{1}crwdne151100:0" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "crwdns151102:0{0}crwdne151102:0" From b9784e22ff1e7ffba6846f0d4bf8ab39aebf526f Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:33 +0530 Subject: [PATCH 26/30] chore: Portuguese, Brazilian translations --- lms/locale/pt.po | 413 +++++++++++++++++++---------------------------- 1 file changed, 169 insertions(+), 244 deletions(-) diff --git a/lms/locale/pt.po b/lms/locale/pt.po index d11465b2..2468938f 100644 --- a/lms/locale/pt.po +++ b/lms/locale/pt.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -105,7 +105,7 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Active" -msgstr "" +msgstr "Ativo" #: frontend/src/components/Assessments.vue:11 #: frontend/src/components/BatchCourses.vue:11 @@ -115,7 +115,7 @@ msgstr "" #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 #: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 msgid "Add" -msgstr "" +msgstr "Adicionar" #: frontend/src/components/CourseOutline.vue:11 #: frontend/src/components/CreateOutline.vue:18 @@ -196,7 +196,7 @@ msgstr "" #: frontend/src/pages/Billing.vue:64 #: lms/lms/doctype/lms_payment/lms_payment.json msgid "Address" -msgstr "" +msgstr "Endereço" #: frontend/src/pages/Billing.vue:74 msgid "Address Line 1" @@ -218,7 +218,7 @@ msgstr "" #. Name of a role #: frontend/src/pages/Batches.vue:288 lms/lms/doctype/lms_badge/lms_badge.json msgid "All" -msgstr "" +msgstr "Todos" #: frontend/src/pages/Batches.vue:26 msgid "All Batches" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "" @@ -281,7 +281,7 @@ msgstr "" #: lms/lms/doctype/lms_payment/lms_payment.json #: lms/public/js/common_functions.js:379 msgid "Amount" -msgstr "" +msgstr "Montante" #. Label of the amount_usd (Currency) field in DocType 'LMS Batch' #. Label of the amount_usd (Currency) field in DocType 'LMS Course' @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: frontend/src/pages/ProfileEvaluator.vue:123 msgid "Authorize Google Calendar Access" -msgstr "" +msgstr "Autorizar acesso ao Google Agenda" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -538,7 +538,7 @@ msgstr "" #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Batch" -msgstr "" +msgstr "Lote" #. Label of the batch_confirmation_template (Link) field in DocType 'LMS #. Settings' @@ -685,7 +685,7 @@ msgstr "" #. Label of the branch (Data) field in DocType 'User' #: lms/fixtures/custom_field.json msgid "Branch" -msgstr "" +msgstr "Filial" #. Option for the 'User Category' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json lms/templates/signup-form.html:23 @@ -721,7 +721,7 @@ msgstr "" #: lms/lms/doctype/lms_batch_old/lms_batch_old.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json msgid "Cancelled" -msgstr "" +msgstr "Cancelado" #. Label of the carrer_preference_details (Section Break) field in DocType #. 'User' @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -749,7 +749,7 @@ msgstr "" #: frontend/src/components/Categories.vue:22 msgid "Category Name" -msgstr "" +msgstr "Nome da Categoria" #. Label of the certificate (Link) field in DocType 'LMS Enrollment' #. Label of a shortcut in the LMS Workspace @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -861,7 +861,7 @@ msgstr "" #: frontend/src/components/Quiz.vue:205 lms/templates/quiz/quiz.html:120 msgid "Check" -msgstr "" +msgstr "Verifica" #: lms/templates/emails/mention_template.html:10 msgid "Check Discussion" @@ -897,7 +897,7 @@ msgstr "" #. Label of the city (Data) field in DocType 'User' #: frontend/src/pages/Billing.vue:81 lms/fixtures/custom_field.json msgid "City" -msgstr "" +msgstr "Cidade" #: lms/templates/emails/live_class_reminder.html:10 msgid "Class:" @@ -912,10 +912,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -923,19 +919,19 @@ msgstr "" #. Label of the client_id (Data) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Client ID" -msgstr "" +msgstr "ID do Cliente" #. Label of the client_secret (Password) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Client Secret" -msgstr "" +msgstr "Segredo do cliente" #. Option for the 'Status' (Select) field in DocType 'Job Opportunity' #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Closed" -msgstr "" +msgstr "Fechado" #. Option for the 'Auto Recording' (Select) field in DocType 'LMS Live Class' #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -945,7 +941,7 @@ msgstr "" #. Label of the code (Code) field in DocType 'LMS Exercise' #: lms/lms/doctype/lms_exercise/lms_exercise.json msgid "Code" -msgstr "" +msgstr "Código" #. Name of a DocType #. Label of the cohort (Link) field in DocType 'Cohort Join Request' @@ -1020,7 +1016,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json msgid "Comments" -msgstr "" +msgstr "Comentários" #: frontend/src/components/Assignment.vue:139 msgid "Comments by Evaluator" @@ -1031,7 +1027,7 @@ msgstr "" #: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/lms/doctype/work_experience/work_experience.json msgid "Company" -msgstr "" +msgstr "Empresa" #. Label of the company_details_section (Section Break) field in DocType 'Job #. Opportunity' @@ -1056,7 +1052,7 @@ msgstr "" #: frontend/src/pages/JobCreation.vue:70 #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Company Name" -msgstr "" +msgstr "Nome da Empresa" #. Label of the company_type (Select) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -1074,7 +1070,7 @@ msgstr "" #: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/widgets/CourseCard.html:75 lms/templates/reviews.html:48 msgid "Complete" -msgstr "" +msgstr "Concluído" #: lms/templates/emails/lms_invite_request_approved.html:7 msgid "Complete Sign Up" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1096,7 +1092,7 @@ msgstr "" #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/widgets/CourseCard.html:78 msgid "Completed" -msgstr "" +msgstr "Concluído" #: frontend/src/components/BatchStudents.vue:369 msgid "Completed by Students" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "" @@ -1164,9 +1164,9 @@ msgstr "" #: frontend/src/pages/Jobs.vue:146 #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Contract" -msgstr "" +msgstr "Contrato" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1197,7 +1197,7 @@ msgstr "" #: frontend/src/pages/Billing.vue:92 lms/fixtures/custom_field.json #: lms/lms/doctype/payment_country/payment_country.json msgid "Country" -msgstr "" +msgstr "País" #. Label of the course (Link) field in DocType 'Batch Course' #. Label of the course (Link) field in DocType 'Cohort' @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1409,17 +1405,13 @@ msgstr "" #: frontend/src/components/Modals/ChapterModal.vue:9 #: frontend/src/pages/Programs.vue:108 msgid "Create" -msgstr "" +msgstr "Criar" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1448,7 +1441,7 @@ msgstr "" #: lms/lms/doctype/lms_payment/lms_payment.json #: lms/public/js/common_functions.js:387 msgid "Currency" -msgstr "" +msgstr "Moeda" #. Label of the current_lesson (Link) field in DocType 'LMS Enrollment' #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -1488,7 +1481,7 @@ msgstr "" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1496,7 +1489,7 @@ msgstr "" #: lms/lms/doctype/scheduled_flow/scheduled_flow.json #: lms/templates/quiz/quiz.html:149 msgid "Date" -msgstr "" +msgstr "Data" #. Label of the section_break_glxh (Section Break) field in DocType 'LMS Live #. Class' @@ -1522,7 +1515,7 @@ msgstr "" #: lms/templates/emails/mentor_request_creation_email.html:2 #: lms/templates/emails/mentor_request_status_update_email.html:2 msgid "Dear" -msgstr "" +msgstr "Caro" #: lms/templates/emails/batch_confirmation.html:2 #: lms/templates/emails/batch_start_reminder.html:2 @@ -1545,7 +1538,7 @@ msgstr "" #: frontend/src/components/CourseOutline.vue:298 #: frontend/src/pages/CourseForm.vue:15 frontend/src/pages/CourseForm.vue:482 msgid "Delete" -msgstr "" +msgstr "Excluir" #: frontend/src/components/CourseOutline.vue:52 msgid "Delete Chapter" @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1602,7 +1595,7 @@ msgstr "" #: lms/lms/doctype/work_experience/work_experience.json #: lms/public/js/common_functions.js:342 msgid "Description" -msgstr "" +msgstr "Descrição" #: frontend/src/components/Apps.vue:51 msgid "Desk" @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1630,7 +1619,7 @@ msgstr "" #. Label of the disabled (Check) field in DocType 'Job Opportunity' #: lms/job/doctype/job_opportunity/job_opportunity.json msgid "Disabled" -msgstr "" +msgstr "Desativado" #: frontend/src/components/DiscussionReplies.vue:55 #: lms/lms/widgets/NoPreviewModal.html:25 lms/templates/reviews.html:159 @@ -1650,7 +1639,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json msgid "Document" -msgstr "" +msgstr "Documento" #: lms/templates/emails/payment_reminder.html:11 msgid "Don’t miss this opportunity to enhance your skills. Click below to complete your enrollment" @@ -1668,19 +1657,19 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Duration" -msgstr "" +msgstr "Duração" #. Label of the duration (Data) field in DocType 'LMS Quiz' #: frontend/src/pages/QuizForm.vue:63 lms/lms/doctype/lms_quiz/lms_quiz.json msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1700,7 +1689,7 @@ msgstr "" #: frontend/src/pages/JobDetail.vue:31 frontend/src/pages/Lesson.vue:66 #: frontend/src/pages/Profile.vue:32 frontend/src/pages/Programs.vue:53 msgid "Edit" -msgstr "" +msgstr "Editar" #: frontend/src/components/CourseOutline.vue:45 #: frontend/src/components/Modals/ChapterModal.vue:5 @@ -1760,12 +1749,12 @@ msgstr "" #. Option for the 'User Category' (Select) field in DocType 'User' #: lms/fixtures/custom_field.json lms/templates/signup-form.html:25 msgid "Employee" -msgstr "" +msgstr "Colaborador" #. Label of the enable (Check) field in DocType 'Zoom Settings' #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "Enable" -msgstr "" +msgstr "Permitir" #: lms/lms/doctype/lms_settings/lms_settings.py:20 msgid "Enable Google API in Google Settings to send calendar invites for evaluations." @@ -1795,7 +1784,7 @@ msgstr "" #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/public/js/common_functions.js:282 msgid "End Date" -msgstr "" +msgstr "Data Final" #. Label of the end_date (Date) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -1826,11 +1815,12 @@ msgstr "" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -1894,7 +1884,7 @@ msgstr "" #: frontend/src/pages/QuizForm.vue:346 frontend/src/pages/QuizForm.vue:361 #: frontend/src/pages/QuizSubmission.vue:147 msgid "Error" -msgstr "" +msgstr "Erro" #: lms/lms/doctype/lms_batch/lms_batch.py:180 msgid "Error creating live class. Please try again. {0}" @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2076,7 +2058,7 @@ msgstr "" #: frontend/src/components/BatchFeedback.vue:29 #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json msgid "Feedback" -msgstr "" +msgstr "Comentários" #: frontend/src/components/Assignment.vue:61 msgid "Feel free to make edits to your submission if needed." @@ -2085,7 +2067,7 @@ msgstr "" #. Label of the field_to_check (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Field To Check" -msgstr "" +msgstr "Campo a verificar" #. Label of the major (Data) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2160,12 +2138,12 @@ msgstr "" #: frontend/src/pages/ProfileEvaluator.vue:85 #: lms/lms/doctype/course_evaluator/course_evaluator.json msgid "From" -msgstr "" +msgstr "De" #. Label of the from_date (Date) field in DocType 'Work Experience' #: lms/lms/doctype/work_experience/work_experience.json msgid "From Date" -msgstr "" +msgstr "Data De" #. Label of the full_name (Data) field in DocType 'Invite Request' #. Label of the full_name (Data) field in DocType 'LMS Program Member' @@ -2212,7 +2190,7 @@ msgstr "" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2413,7 +2387,7 @@ msgstr "" #: lms/lms/doctype/lms_badge/lms_badge.json #: lms/lms/doctype/lms_exercise/lms_exercise.json msgid "Image" -msgstr "" +msgstr "Imagem" #: frontend/src/components/Modals/EditCoverImage.vue:58 #: frontend/src/components/UnsplashImageBrowser.vue:52 @@ -2433,7 +2407,7 @@ msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_course/lms_course.json msgid "In Progress" -msgstr "" +msgstr "Em Progresso" #. Option for the 'Status' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3057,7 +3032,7 @@ msgstr "" #: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/work_experience/work_experience.json msgid "Location" -msgstr "" +msgstr "Localização" #. Label of the location_preference (Select) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3173,7 +3139,7 @@ msgstr "" #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/public/js/common_functions.js:309 msgid "Medium" -msgstr "" +msgstr "Médio" #. Label of the medium (Data) field in DocType 'User' #: lms/fixtures/custom_field.json @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,10 +3396,11 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" -msgstr "" +msgstr "Novo" #: frontend/src/pages/AssignmentForm.vue:178 msgid "New Assignment" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3499,7 +3466,7 @@ msgstr "" #: frontend/src/components/Quiz.vue:213 frontend/src/pages/Lesson.vue:85 msgid "Next" -msgstr "" +msgstr "Próximo" #: lms/templates/quiz/quiz.html:125 msgid "Next Question" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,17 +3565,13 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" -msgstr "" +msgstr "Não Desejados" #. Option for the 'Status' (Select) field in DocType 'LMS Assignment #. Submission' @@ -3632,7 +3595,7 @@ msgstr "" #: frontend/src/components/NoPermission.vue:7 frontend/src/pages/Batch.vue:156 msgid "Not Permitted" -msgstr "" +msgstr "Não Permitido" #: frontend/src/components/Assignment.vue:33 #: frontend/src/components/BrandSettings.vue:10 @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3709,7 +3672,7 @@ msgstr "" #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Open" -msgstr "" +msgstr "Aberto" #: lms/templates/emails/assignment_submission.html:8 msgid "Open Assignment" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3768,7 +3727,7 @@ msgstr "" #. Label of the organization (Data) field in DocType 'Certification' #: lms/lms/doctype/certification/certification.json msgid "Organization" -msgstr "" +msgstr "Organização" #: frontend/src/pages/Billing.vue:32 msgid "Original Amount" @@ -3781,7 +3740,7 @@ msgstr "" #: lms/lms/doctype/lms_badge/lms_badge.js:39 msgid "Owner" -msgstr "" +msgstr "Proprietário" #. Label of the pan (Data) field in DocType 'LMS Payment' #: lms/lms/doctype/lms_payment/lms_payment.json @@ -3873,7 +3832,7 @@ msgstr "" #: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json msgid "Payment" -msgstr "" +msgstr "Pagamento" #. Name of a DocType #: lms/lms/doctype/payment_country/payment_country.json @@ -3899,7 +3858,7 @@ msgstr "" #. Label of the payment_received (Check) field in DocType 'LMS Payment' #: lms/lms/doctype/lms_payment/lms_payment.json msgid "Payment Received" -msgstr "" +msgstr "Pagamento Recebido" #. Label of the payment_reminder_template (Link) field in DocType 'LMS #. Settings' @@ -3951,14 +3910,14 @@ msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json msgid "Pending" -msgstr "" +msgstr "Pendente" #. Label of the percentage (Int) field in DocType 'LMS Quiz Submission' #: frontend/src/pages/QuizSubmission.vue:44 #: frontend/src/pages/QuizSubmissionList.vue:97 #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json msgid "Percentage" -msgstr "" +msgstr "Percentagem" #. Option for the 'Grade Type' (Select) field in DocType 'Education Detail' #: lms/lms/doctype/education_detail/education_detail.json @@ -3971,7 +3930,7 @@ msgstr "" #: frontend/src/pages/Billing.vue:99 msgid "Phone Number" -msgstr "" +msgstr "Número de telefone" #: frontend/src/components/CourseCardOverlay.vue:169 msgid "Please Login" @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "" @@ -3993,7 +3952,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4191,7 +4143,7 @@ msgstr "" #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/public/js/common_functions.js:368 msgid "Pricing" -msgstr "" +msgstr "Precificação" #. Label of the pricing_tab (Tab Break) field in DocType 'LMS Course' #: frontend/src/pages/CourseForm.vue:201 @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4303,7 +4255,7 @@ msgstr "" #: frontend/src/pages/CourseForm.vue:175 #: lms/lms/doctype/lms_course/lms_course.json msgid "Published On" -msgstr "" +msgstr "Publicado no" #. Label of the purchased_certificate (Check) field in DocType 'LMS Enrollment' #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -4450,7 +4402,7 @@ msgstr "" #. Timetable' #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json msgid "Reference DocName" -msgstr "" +msgstr "Nome do Documento de Referência" #. Label of the reference_doctype (Link) field in DocType 'LMS Batch Timetable' #. Label of the reference_doctype (Link) field in DocType 'LMS Timetable @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4536,7 +4484,7 @@ msgstr "" #. Label of the resume (Attach) field in DocType 'LMS Job Application' #: lms/job/doctype/lms_job_application/lms_job_application.json msgid "Resume" -msgstr "" +msgstr "Currículo" #. Label of the review (Small Text) field in DocType 'LMS Course Review' #. Label of a Link in the LMS Workspace @@ -4544,7 +4492,7 @@ msgstr "" #: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/workspace/lms/lms.json lms/templates/reviews.html:143 msgid "Review" -msgstr "" +msgstr "Reveja" #: lms/templates/reviews.html:100 msgid "Review the course" @@ -4634,7 +4582,7 @@ msgstr "" #: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14 #: lms/public/js/common_functions.js:405 msgid "Save" -msgstr "" +msgstr "Salvar" #. Label of the schedule (Table) field in DocType 'Course Evaluator' #: lms/lms/doctype/course_evaluator/course_evaluator.json @@ -4671,13 +4619,13 @@ msgstr "" #: frontend/src/components/Members.vue:15 frontend/src/pages/Jobs.vue:38 msgid "Search" -msgstr "" +msgstr "Pesquisar" #: frontend/src/pages/CertifiedParticipants.vue:25 msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4745,7 +4693,7 @@ msgstr "" #: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:161 #: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 msgid "Settings" -msgstr "" +msgstr "Configurações" #: frontend/src/pages/ProfileAbout.vue:62 msgid "Share on" @@ -4817,9 +4765,9 @@ msgstr "" #. Label of the sidebar_items (Table) field in DocType 'LMS Settings' #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Sidebar Items" -msgstr "" +msgstr "Itens da barra lateral" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "" @@ -4907,7 +4851,7 @@ msgstr "" #: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_source/lms_source.json msgid "Source" -msgstr "" +msgstr "Origem" #. Option for the 'Role' (Select) field in DocType 'Cohort Staff' #. Option for the 'Member Type' (Select) field in DocType 'LMS Enrollment' @@ -4924,7 +4868,7 @@ msgstr "" #: frontend/src/components/LiveClass.vue:50 frontend/src/components/Quiz.vue:67 #: lms/templates/quiz/quiz.html:39 msgid "Start" -msgstr "" +msgstr "Iniciar" #. Label of the start_date (Date) field in DocType 'Education Detail' #. Label of the start_date (Date) field in DocType 'LMS Batch' @@ -4935,7 +4879,7 @@ msgstr "" #: lms/lms/doctype/lms_batch_old/lms_batch_old.json #: lms/public/js/common_functions.js:275 msgid "Start Date" -msgstr "" +msgstr "Data de Início" #: lms/templates/emails/batch_start_reminder.html:14 msgid "Start Date:" @@ -4983,7 +4927,7 @@ msgstr "" #: frontend/src/pages/Billing.vue:83 msgid "State" -msgstr "" +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' @@ -5070,7 +5014,7 @@ msgstr "" #: frontend/src/components/Modals/AnnouncementModal.vue:20 msgid "Subject" -msgstr "" +msgstr "Assunto" #: frontend/src/components/Assignment.vue:29 msgid "Submission" @@ -5095,7 +5039,7 @@ msgstr "" #: lms/templates/quiz/quiz.html:128 lms/templates/reviews.html:163 #: lms/www/new-sign-up.html:32 msgid "Submit" -msgstr "" +msgstr "Enviar" #: frontend/src/components/Modals/JobApplicationModal.vue:23 msgid "Submit your resume to proceed with your application for this position. Upon submission, it will be shared with the job poster." @@ -5127,7 +5071,7 @@ msgstr "" #: frontend/src/pages/ProgramForm.vue:298 frontend/src/pages/QuizForm.vue:339 #: frontend/src/pages/QuizForm.vue:358 frontend/src/pages/QuizForm.vue:427 msgid "Success" -msgstr "" +msgstr "Sucesso" #. Label of the summary (Small Text) field in DocType 'LMS Certificate #. Evaluation' @@ -5143,7 +5087,7 @@ msgstr "" msgid "Sunday" msgstr "" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5196,7 +5140,7 @@ msgstr "" #: lms/lms/doctype/user_skill/user_skill.json #: lms/lms/doctype/zoom_settings/zoom_settings.json msgid "System Manager" -msgstr "" +msgstr "Administrador do Sistema" #. Label of the tags (Data) field in DocType 'LMS Course' #: frontend/src/pages/CourseForm.vue:120 @@ -5222,13 +5166,13 @@ msgstr "" #: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/lms_certificate/lms_certificate.json msgid "Template" -msgstr "" +msgstr "Modelo" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5251,7 +5195,7 @@ msgstr "" #: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json msgid "Text" -msgstr "" +msgstr "Texto" #: frontend/src/components/BatchFeedback.vue:7 msgid "Thank you for providing your feedback!" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5484,7 +5428,7 @@ msgstr "" #: lms/lms/doctype/work_experience/work_experience.json #: lms/public/js/common_functions.js:259 msgid "Title" -msgstr "" +msgstr "Título" #: frontend/src/components/Modals/ChapterModal.vue:174 msgid "Title is required" @@ -5494,14 +5438,14 @@ msgstr "" #: frontend/src/pages/ProfileEvaluator.vue:98 #: lms/lms/doctype/course_evaluator/course_evaluator.json msgid "To" -msgstr "" +msgstr "Para" #. Label of the to_date (Date) field in DocType 'Work Experience' #: lms/lms/doctype/work_experience/work_experience.json msgid "To Date" -msgstr "" +msgstr "Até a Data" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -5565,7 +5509,7 @@ msgstr "" #: lms/lms/doctype/lms_quiz_question/lms_quiz_question.json #: lms/templates/assessments.html:14 msgid "Type" -msgstr "" +msgstr "Tipo" #: frontend/src/components/Quiz.vue:612 msgid "Type your answer" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5645,7 +5590,7 @@ msgstr "" #: frontend/src/components/PaymentSettings.vue:27 #: frontend/src/components/SettingDetails.vue:23 msgid "Update" -msgstr "" +msgstr "Atualizar" #: lms/templates/emails/community_course_membership.html:11 msgid "Update Password" @@ -5670,7 +5615,7 @@ msgstr "" #: lms/lms/doctype/cohort_staff/cohort_staff.json #: lms/lms/doctype/lms_course_interest/lms_course_interest.json msgid "User" -msgstr "" +msgstr "Usuário" #. Label of the user_category (Select) field in DocType 'User' #: lms/fixtures/custom_field.json lms/templates/signup-form.html:17 @@ -5680,7 +5625,7 @@ msgstr "" #. Label of the user_field (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "User Field" -msgstr "" +msgstr "Campo do usuário" #. Option for the 'Type' (Select) field in DocType 'LMS Question' #. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' @@ -5720,21 +5665,13 @@ msgstr "" #. Label of the value (Rating) field in DocType 'LMS Batch Feedback' #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json msgid "Value" -msgstr "" +msgstr "Valor" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: lms/lms/doctype/lms_badge/lms_badge.json msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5742,7 +5679,7 @@ msgstr "" #: frontend/src/pages/Notifications.vue:38 msgid "View" -msgstr "" +msgstr "Visão" #: frontend/src/components/Modals/Event.vue:67 msgid "View Certificate" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 17decf7b7183a99786938bd4edcede1cb752c2f2 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:34 +0530 Subject: [PATCH 27/30] chore: Thai translations --- lms/locale/th.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/th.po b/lms/locale/th.po index a795b3c4..a3e0929c 100644 --- a/lms/locale/th.po +++ b/lms/locale/th.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-05 22:14\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Thai\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "" @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1488,7 +1481,7 @@ msgstr "" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "" @@ -3993,7 +3952,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "" msgid "Sidebar Items" msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "" @@ -5143,7 +5087,7 @@ msgstr "" msgid "Sunday" msgstr "" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "" msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From a326866cc99f3eb78d455b0b0dd0c2d2200d1c13 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:16:36 +0530 Subject: [PATCH 28/30] chore: Croatian translations --- lms/locale/hr.po | 243 ++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 159 deletions(-) diff --git a/lms/locale/hr.po b/lms/locale/hr.po index fb930b91..090b4ecf 100644 --- a/lms/locale/hr.po +++ b/lms/locale/hr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2025-02-28 16:04+0000\n" -"PO-Revision-Date: 2025-03-09 22:29\n" +"POT-Creation-Date: 2025-03-07 16:04+0000\n" +"PO-Revision-Date: 2025-03-10 22:46\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Croatian\n" "MIME-Version: 1.0\n" @@ -228,7 +228,7 @@ msgstr "" msgid "All Certified Participants" msgstr "" -#: lms/lms/widgets/BreadCrumb.html:3 +#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 msgid "All Courses" msgstr "" @@ -268,7 +268,7 @@ msgstr "" msgid "Allow self enrollment" msgstr "" -#: lms/overrides/user.py:199 +#: lms/lms/user.py:34 msgid "Already Registered" msgstr "" @@ -378,7 +378,7 @@ msgstr "" msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgstr "" -#: frontend/src/components/UserDropdown.vue:209 +#: frontend/src/components/UserDropdown.vue:169 msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgstr "" @@ -492,12 +492,12 @@ msgid "Auto Assign" msgstr "" #. Label of the auto_recording (Select) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:71 +#: frontend/src/components/Modals/LiveClassModal.vue:77 #: lms/lms/doctype/lms_live_class/lms_live_class.json msgid "Auto Recording" msgstr "" -#: frontend/src/components/CourseCard.vue:50 +#: frontend/src/components/CourseCard.vue:51 #: frontend/src/pages/CourseDetail.vue:20 msgid "Average Rating" msgstr "" @@ -739,7 +739,7 @@ msgstr "" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:17 +#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:55 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -790,12 +790,12 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace -#: frontend/src/components/CourseCard.vue:110 +#: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:114 -#: lms/fixtures/custom_field.json +#: frontend/src/pages/Courses.vue:38 lms/fixtures/custom_field.json #: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json @@ -912,10 +912,6 @@ msgstr "" msgid "Clearly Defined Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:75 -msgid "Click here to login" -msgstr "" - #: frontend/src/components/LessonHelp.vue:30 msgid "Click on the add icon in the editor and select Quiz from the menu. It opens up a dialog, where you can either select a quiz from the list or create a new quiz. When you select the Create New option it redirects you to the quiz creation page." msgstr "" @@ -1084,7 +1080,7 @@ msgstr "" msgid "Complete Your Enrollment" msgstr "" -#: lms/lms/doctype/lms_payment/lms_payment.py:40 +#: lms/lms/doctype/lms_payment/lms_payment.py:55 msgid "Complete Your Enrollment - Don't miss out!" msgstr "" @@ -1125,7 +1121,11 @@ msgstr "" msgid "Condition must be valid python code." msgstr "" -#: frontend/src/components/UserDropdown.vue:214 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:7 +msgid "Conduct Evaluation" +msgstr "" + +#: frontend/src/components/UserDropdown.vue:174 msgid "Confirm" msgstr "" @@ -1166,7 +1166,7 @@ msgstr "" msgid "Contract" msgstr "" -#: lms/lms/utils.py:437 +#: lms/lms/utils.py:438 msgid "Cookie Policy" msgstr "" @@ -1382,7 +1382,7 @@ msgstr "" #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:106 -#: frontend/src/pages/Courses.vue:8 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:314 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1393,10 +1393,6 @@ msgstr "" msgid "Courses Completed" msgstr "" -#: lms/lms/web_template/courses_mentored/courses_mentored.html:4 -msgid "Courses Mentored" -msgstr "" - #: frontend/src/components/BatchCourses.vue:151 msgid "Courses deleted successfully" msgstr "" @@ -1412,14 +1408,10 @@ msgid "Create" msgstr "" #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js:7 -msgid "Create LMS Certificate" +msgid "Create Certificate" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:8 -msgid "Create LMS Certificate Evaluation" -msgstr "" - -#: frontend/src/pages/Courses.vue:136 lms/templates/onboarding_header.html:19 +#: lms/templates/onboarding_header.html:19 msgid "Create a Course" msgstr "" @@ -1435,7 +1427,8 @@ msgstr "" msgid "Create a new question" msgstr "" -#: frontend/src/pages/Assignments.vue:163 +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:287 +#: frontend/src/pages/Courses.vue:307 msgid "Created" msgstr "" @@ -1488,7 +1481,7 @@ msgstr "" #. Label of the date (Date) field in DocType 'Scheduled Flow' #: frontend/src/components/Modals/EvaluationModal.vue:26 #: frontend/src/components/Modals/Event.vue:40 -#: frontend/src/components/Modals/LiveClassModal.vue:55 +#: frontend/src/components/Modals/LiveClassModal.vue:61 #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -1587,7 +1580,7 @@ msgstr "" #. Label of the description (Small Text) field in DocType 'LMS Exercise' #. Label of the description (Text) field in DocType 'LMS Live Class' #. Label of the description (Small Text) field in DocType 'Work Experience' -#: frontend/src/components/Modals/LiveClassModal.vue:78 +#: frontend/src/components/Modals/LiveClassModal.vue:84 #: frontend/src/pages/BatchForm.vue:224 frontend/src/pages/JobCreation.vue:50 #: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/lms/doctype/certification/certification.json @@ -1614,10 +1607,6 @@ msgstr "" msgid "Details" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:30 -msgid "Didn't receive the code?" -msgstr "" - #: frontend/src/pages/CourseForm.vue:194 msgid "Disable Self Enrollment" msgstr "" @@ -1668,7 +1657,7 @@ msgstr "" #. Label of the duration (Data) field in DocType 'Cohort' #. Label of the duration (Data) field in DocType 'LMS Batch Timetable' #. Label of the duration (Int) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:62 +#: frontend/src/components/Modals/LiveClassModal.vue:68 #: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_batch_timetable/lms_batch_timetable.json #: lms/lms/doctype/lms_live_class/lms_live_class.json @@ -1680,7 +1669,7 @@ msgstr "" msgid "Duration (in minutes)" msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:58 +#: frontend/src/components/Modals/LiveClassModal.vue:64 msgid "Duration of the live class in minutes" msgstr "" @@ -1826,11 +1815,12 @@ msgstr "" msgid "Enroll Now" msgstr "" -#: frontend/src/pages/Batches.vue:292 +#: frontend/src/pages/Batches.vue:292 frontend/src/pages/Courses.vue:285 +#: frontend/src/pages/Courses.vue:305 msgid "Enrolled" msgstr "" -#: frontend/src/components/CourseCard.vue:41 +#: frontend/src/components/CourseCard.vue:42 #: frontend/src/components/CourseCardOverlay.vue:106 #: frontend/src/pages/CourseDetail.vue:33 msgid "Enrolled Students" @@ -1849,11 +1839,11 @@ msgstr "" msgid "Enrollment Count" msgstr "" -#: lms/lms/utils.py:1769 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "" -#. Label of the enrollments (Data) field in DocType 'LMS Course' +#. Label of the enrollments (Int) field in DocType 'LMS Course' #. Label of a chart in the LMS Workspace #. Label of a shortcut in the LMS Workspace #: frontend/src/pages/Statistics.vue:51 @@ -2057,14 +2047,6 @@ msgstr "" msgid "Fail" msgstr "" -#: frontend/src/components/UserDropdown.vue:243 -msgid "Failed to login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -msgid "Failed to resend code" -msgstr "" - #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 #: frontend/src/pages/CourseForm.vue:189 @@ -2125,10 +2107,6 @@ msgstr "" msgid "Formal Wear" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:70 -msgid "Frappe Cloud Login Successful" -msgstr "" - #: lms/lms/widgets/CourseCard.html:114 msgid "Free" msgstr "" @@ -2212,7 +2190,7 @@ msgstr "" msgid "Generate Certificates" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:18 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.js:15 msgid "Generate Google Meet Link" msgstr "" @@ -2382,10 +2360,6 @@ msgstr "" msgid "If you have any questions or require assistance, feel free to contact us." msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "If you haven't been redirected," -msgstr "" - #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Batch' #. Description of the 'Amount (USD)' (Currency) field in DocType 'LMS Course' #: lms/lms/doctype/lms_batch/lms_batch.json @@ -2969,8 +2943,8 @@ msgstr "" #. Label of the lessons (Table) field in DocType 'Course Chapter' #. Group in Course Chapter's connections -#. Label of the lessons (Data) field in DocType 'LMS Course' -#: frontend/src/components/CourseCard.vue:32 +#. Label of the lessons (Int) field in DocType 'LMS Course' +#: frontend/src/components/CourseCard.vue:33 #: frontend/src/components/CourseCardOverlay.vue:99 #: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/lms_course/lms_course.json @@ -3021,7 +2995,7 @@ msgid "List of quizzes" msgstr "" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:295 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "" @@ -3039,6 +3013,7 @@ msgstr "" #: frontend/src/components/Members.vue:108 #: frontend/src/pages/Assignments.vue:71 frontend/src/pages/Batches.vue:94 #: frontend/src/pages/CertifiedParticipants.vue:79 +#: frontend/src/pages/Courses.vue:94 #: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/Quizzes.vue:51 msgid "Load More" @@ -3071,16 +3046,7 @@ msgstr "" msgid "Login" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -msgid "Login failed" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:6 -msgid "Login to Frappe Cloud" -msgstr "" - -#: frontend/src/components/UserDropdown.vue:208 +#: frontend/src/components/UserDropdown.vue:168 msgid "Login to Frappe Cloud?" msgstr "" @@ -3396,11 +3362,11 @@ msgstr "" msgid "Modified By" msgstr "" -#: lms/lms/api.py:208 +#: lms/lms/api.py:214 msgid "Module Name is incorrect or does not exist." msgstr "" -#: lms/lms/api.py:204 +#: lms/lms/api.py:210 msgid "Module is incorrect." msgstr "" @@ -3430,7 +3396,8 @@ msgstr "" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:48 frontend/src/pages/Programs.vue:14 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 +#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Programs.vue:14 #: lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "" @@ -3484,11 +3451,11 @@ msgstr "" msgid "New Sign Up" msgstr "" -#: lms/lms/utils.py:604 +#: lms/lms/utils.py:605 msgid "New comment in batch {0}" msgstr "" -#: lms/lms/utils.py:597 +#: lms/lms/utils.py:598 msgid "New reply on the topic {0} in course {1}" msgstr "" @@ -3546,7 +3513,7 @@ msgstr "" msgid "No courses created" msgstr "" -#: frontend/src/pages/Courses.vue:151 +#: frontend/src/pages/Courses.vue:79 msgid "No courses found" msgstr "" @@ -3598,15 +3565,11 @@ msgstr "" msgid "No {0}" msgstr "" -#: frontend/src/pages/Courses.vue:111 -msgid "No {0} courses" -msgstr "" - #: lms/templates/quiz/quiz.html:147 msgid "No." msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Not Allowed" msgstr "" @@ -3695,7 +3658,7 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "" -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:533 +#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:552 msgid "Only image file is allowed." msgstr "" @@ -3726,10 +3689,6 @@ msgstr "" msgid "Open Ended" msgstr "" -#: lms/lms/widgets/MemberCard.html:16 -msgid "Open Network" -msgstr "" - #. Label of the option (Data) field in DocType 'LMS Option' #: frontend/src/components/Modals/Question.vue:64 #: lms/lms/doctype/lms_option/lms_option.json @@ -3981,11 +3940,11 @@ msgstr "" msgid "Please add {1} for {3} to send calendar invites for evaluations." msgstr "" -#: lms/overrides/user.py:240 +#: lms/lms/user.py:75 msgid "Please ask your administrator to verify your sign-up" msgstr "" -#: lms/overrides/user.py:238 +#: lms/lms/user.py:73 msgid "Please check your email for verification" msgstr "" @@ -3993,7 +3952,7 @@ msgstr "" msgid "Please click on the following button to set your new password" msgstr "" -#: lms/lms/utils.py:1901 lms/lms/utils.py:1905 +#: lms/lms/utils.py:2030 lms/lms/utils.py:2034 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -4009,7 +3968,7 @@ msgstr "" msgid "Please ensure that you complete all the questions in {0} minutes." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:164 +#: frontend/src/components/Modals/LiveClassModal.vue:170 msgid "Please enter a title." msgstr "" @@ -4018,7 +3977,7 @@ msgstr "" msgid "Please enter a valid URL." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:176 +#: frontend/src/components/Modals/LiveClassModal.vue:182 msgid "Please enter a valid time in the format HH:mm." msgstr "" @@ -4054,7 +4013,7 @@ msgstr "" msgid "Please login to access this page." msgstr "" -#: lms/lms/api.py:200 +#: lms/lms/api.py:206 msgid "Please login to continue with payment." msgstr "" @@ -4067,23 +4026,23 @@ msgstr "" msgid "Please schedule an evaluation to get certified." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:167 +#: frontend/src/components/Modals/LiveClassModal.vue:173 msgid "Please select a date." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:191 +#: frontend/src/components/Modals/LiveClassModal.vue:197 msgid "Please select a duration." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:188 +#: frontend/src/components/Modals/LiveClassModal.vue:194 msgid "Please select a future date and time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:170 +#: frontend/src/components/Modals/LiveClassModal.vue:176 msgid "Please select a time." msgstr "" -#: frontend/src/components/Modals/LiveClassModal.vue:173 +#: frontend/src/components/Modals/LiveClassModal.vue:179 msgid "Please select a timezone." msgstr "" @@ -4091,13 +4050,6 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:79 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:83 -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:91 -#: frontend/src/components/UserDropdown.vue:244 -msgid "Please try again" -msgstr "" - #: frontend/src/components/Modals/ChapterModal.vue:177 msgid "Please upload a SCORM package" msgstr "" @@ -4210,7 +4162,7 @@ msgstr "" msgid "Primary Subgroup" msgstr "" -#: lms/lms/utils.py:436 +#: lms/lms/utils.py:437 msgid "Privacy Policy" msgstr "" @@ -4478,7 +4430,7 @@ msgstr "" msgid "Registered" msgstr "" -#: lms/overrides/user.py:201 +#: lms/lms/user.py:36 msgid "Registered but disabled" msgstr "" @@ -4519,10 +4471,6 @@ msgstr "" msgid "Required Role" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:31 -msgid "Resend" -msgstr "" - #. Option for the 'Membership' (Select) field in DocType 'LMS Batch Old' #: lms/lms/doctype/lms_batch_old/lms_batch_old.json msgid "Restricted" @@ -4677,7 +4625,7 @@ msgstr "" msgid "Search by Name" msgstr "" -#: frontend/src/pages/Batches.vue:45 +#: frontend/src/pages/Batches.vue:45 frontend/src/pages/Courses.vue:45 msgid "Search by Title" msgstr "" @@ -4819,7 +4767,7 @@ msgstr "" msgid "Sidebar Items" msgstr "" -#: lms/overrides/user.py:194 +#: lms/lms/user.py:29 msgid "Sign Up is disabled" msgstr "" @@ -4863,10 +4811,6 @@ msgstr "" msgid "Skills" msgstr "" -#: lms/overrides/user.py:42 -msgid "Skills must be unique" -msgstr "" - #: lms/templates/onboarding_header.html:6 msgid "Skip" msgstr "" @@ -5143,7 +5087,7 @@ msgstr "" msgid "Sunday" msgstr "" -#: lms/lms/api.py:1012 +#: lms/lms/api.py:1018 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5224,11 +5168,11 @@ msgstr "" msgid "Template" msgstr "" -#: lms/overrides/user.py:205 +#: lms/lms/user.py:40 msgid "Temporarily Disabled" msgstr "" -#: lms/lms/utils.py:435 +#: lms/lms/utils.py:436 msgid "Terms of Use" msgstr "" @@ -5264,7 +5208,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "" -#: lms/lms/utils.py:1801 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5300,8 +5244,8 @@ msgstr "" msgid "There are no chapters in this course. Create and manage chapters from here." msgstr "" -#: frontend/src/pages/Courses.vue:155 -msgid "There are no courses available at the moment. Keep an eye out, fresh learning experiences are on the way soon!" +#: frontend/src/pages/Courses.vue:83 +msgid "There are no courses matching the criteria. Keep an eye out, fresh learning experiences are on the way soon!" msgstr "" #: frontend/src/pages/CertifiedParticipants.vue:92 @@ -5359,7 +5303,7 @@ msgstr "" msgid "This course has:" msgstr "" -#: lms/lms/utils.py:1644 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "" @@ -5427,7 +5371,7 @@ msgstr "" #. Label of the timezone (Data) field in DocType 'LMS Batch' #. Label of the timezone (Data) field in DocType 'LMS Certificate Request' #. Label of the timezone (Data) field in DocType 'LMS Live Class' -#: frontend/src/components/Modals/LiveClassModal.vue:46 +#: frontend/src/components/Modals/LiveClassModal.vue:45 #: frontend/src/pages/BatchForm.vue:120 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json @@ -5501,7 +5445,7 @@ msgstr "" msgid "To Date" msgstr "" -#: lms/lms/utils.py:1655 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "" @@ -5509,7 +5453,7 @@ msgstr "" msgid "To upload Image, Video, Audio or PDF from your system, click on the add icon and select upload from the menu. Then choose the file you want to add to the lesson and it gets added to your lesson." msgstr "" -#: lms/overrides/user.py:206 +#: lms/lms/user.py:41 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -5626,7 +5570,8 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' #: frontend/src/pages/Batches.vue:276 frontend/src/pages/Batches.vue:294 -#: frontend/src/pages/CourseForm.vue:184 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/CourseForm.vue:184 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:301 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5727,14 +5672,6 @@ msgstr "" msgid "Value Change" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:26 -msgid "Verification Code" -msgstr "" - -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:9 -msgid "Verify" -msgstr "" - #. Label of the video_link (Data) field in DocType 'LMS Course' #: lms/lms/doctype/lms_course/lms_course.json msgid "Video Embed Link" @@ -5776,10 +5713,6 @@ msgstr "" msgid "We have a limited number of seats, and they won't be available for long!" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:21 -msgid "We have sent the verificaton code to your email id " -msgstr "" - #: lms/templates/emails/payment_reminder.html:4 msgid "We noticed that you started enrolling in the" msgstr "" @@ -5855,7 +5788,7 @@ msgstr "" msgid "Write your answer here" msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:95 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:96 msgid "You already have an evaluation on {0} at {1} for the course {2}." msgstr "" @@ -5863,11 +5796,11 @@ msgstr "" msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:224 +#: lms/lms/api.py:230 msgid "You are already enrolled for this batch." msgstr "" -#: lms/lms/api.py:216 +#: lms/lms/api.py:222 msgid "You are already enrolled for this course." msgstr "" @@ -5887,10 +5820,6 @@ msgstr "" msgid "You are not enrolled in this course. Please enroll to access this lesson." msgstr "" -#: frontend/src/pages/Courses.vue:139 -msgid "You can add chapters and lessons to it." -msgstr "" - #: lms/templates/emails/lms_course_interest.html:13 #: lms/templates/emails/lms_invite_request_approved.html:11 msgid "You can also copy-paste following link in your browser" @@ -5908,11 +5837,11 @@ msgstr "" msgid "You can find their resume attached to this email." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:115 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:116 msgid "You cannot schedule evaluations after {0}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:104 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:105 msgid "You cannot schedule evaluations for past slots." msgstr "" @@ -5945,7 +5874,7 @@ msgstr "" msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "" -#: lms/lms/api.py:237 +#: lms/lms/api.py:243 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5985,10 +5914,6 @@ msgstr "" msgid "You need to login first to enroll for this course" msgstr "" -#: frontend/src/components/Modals/FCVerfiyCodeModal.vue:71 -msgid "You will be redirected to Frappe Cloud soon." -msgstr "" - #: frontend/src/components/Quiz.vue:27 lms/templates/quiz/quiz.html:11 #, python-format msgid "You will have to get {0}% correct answers in order to pass the quiz." @@ -6026,7 +5951,7 @@ msgstr "" msgid "Your evaluation for the course {0} has been scheduled on {1} at {2} {3}." msgstr "" -#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:125 +#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.py:126 msgid "Your evaluation slot has been booked" msgstr "" @@ -6127,7 +6052,7 @@ msgstr "" msgid "you can" msgstr "" -#: lms/lms/api.py:802 lms/lms/api.py:810 +#: lms/lms/api.py:808 lms/lms/api.py:816 msgid "{0} Settings not found" msgstr "" @@ -6167,7 +6092,7 @@ msgstr "" msgid "{0} is your evaluator" msgstr "" -#: lms/lms/utils.py:681 +#: lms/lms/utils.py:682 msgid "{0} mentioned you in a comment" msgstr "" @@ -6175,11 +6100,11 @@ msgstr "" msgid "{0} mentioned you in a comment in your batch." msgstr "" -#: lms/lms/utils.py:634 lms/lms/utils.py:640 +#: lms/lms/utils.py:635 lms/lms/utils.py:641 msgid "{0} mentioned you in a comment in {1}" msgstr "" -#: lms/lms/utils.py:457 +#: lms/lms/utils.py:458 msgid "{0}k" msgstr "" From 02edefc158ea175a209eae9dabfd1daa227518e4 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 12 Mar 2025 10:49:44 +0530 Subject: [PATCH 29/30] fix: check enrollment on course certification page --- frontend/src/pages/CourseCertification.vue | 18 ++++++++++++- frontend/src/pages/Courses.vue | 3 ++- lms/page_renderers.py | 31 ---------------------- 3 files changed, 19 insertions(+), 33 deletions(-) diff --git a/frontend/src/pages/CourseCertification.vue b/frontend/src/pages/CourseCertification.vue index d72ae747..79ca57ca 100644 --- a/frontend/src/pages/CourseCertification.vue +++ b/frontend/src/pages/CourseCertification.vue @@ -37,6 +37,7 @@